Added e1000e driver for 2.6.34. Thanks to Siwei Zhuang.

This commit is contained in:
Florian Pose
2011-07-06 16:37:40 +02:00
parent 8c7d18bfd4
commit 1db2b3b9a5
30 changed files with 46623 additions and 9 deletions
+6 -6
View File
@@ -19,8 +19,8 @@
# the master to accept the first device offered by any Ethernet driver.
#
# The MASTER<X>_DEVICE variables also determine, how many masters will be
# created: A non-empty variable MASTER0_DEVICE will create one master, adding
# a non-empty variable MASTER1_DEVICE will create a second master, and so on.
# created: A non-empty variable MASTER0_DEVICE will create one master, adding a
# non-empty variable MASTER1_DEVICE will create a second master, and so on.
#
MASTER0_DEVICE=""
#MASTER1_DEVICE=""
@@ -36,11 +36,11 @@ MASTER0_DEVICE=""
# the EtherCAT-capable ones. If a certain (EtherCAT-capable) driver is not
# found, a warning will appear.
#
# Possible values: 8139too, e100, e1000, r8169, generic.
# Separate multiple drivers with spaces.
# Possible values: 8139too, e100, e1000, e1000e, r8169, generic. Separate
# multiple drivers with spaces.
#
# Note: The e100, e1000, r8169 and generic drivers are not built by default.
# Enable them with the --enable-<driver> configure switches.
# Note: The e100, e1000, e1000e, r8169 and generic drivers are not built by
# default. Enable them with the --enable-<driver> configure switches.
#
DEVICE_MODULES=""