First version of r8169 driver.

This commit is contained in:
Florian Pose
2009-02-04 17:06:14 +00:00
parent e745837fed
commit 919eac507b
6 changed files with 6583 additions and 4 deletions
+3 -3
View File
@@ -32,11 +32,11 @@ MASTER0_DEVICE=""
# and replace them with the EtherCAT-capable ones, respectively. If a certain
# (EtherCAT-capable) driver is not found, a warning will appear.
#
# Possible values: 8139too, e100, e1000.
# Possible values: 8139too, e100, e1000, r8169.
# Separate multiple drivers with spaces.
#
# Note: The e100 and e1000 drivers are not built by default. Enable them with
# the --enable-<driver> configure switches.
# Note: The e100, e1000 and r8169 drivers are not built by default. Enable them
# with the --enable-<driver> configure switches.
#
DEVICE_MODULES=""