summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2006-05-17 20:45:45 +0000
committermarius <marius@FreeBSD.org>2006-05-17 20:45:45 +0000
commit1a141a2cee3a9bd330dbdc7765a8143c3ba88ddd (patch)
treec11a01964357f4c303839817ac6c47d3a39f8d29 /sys/amd64
parent0d3e65af241ebaba4c919483825a21c4e6e36134 (diff)
downloadFreeBSD-src-1a141a2cee3a9bd330dbdc7765a8143c3ba88ddd.zip
FreeBSD-src-1a141a2cee3a9bd330dbdc7765a8143c3ba88ddd.tar.gz
Add le(4). I could actually only test it on alpha, i386 and sparc64 but
given that this includes the more problematic platforms I see no reason why it shouldn't also work on amd64 and ia64.
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/conf/GENERIC3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 0367ac2..db75632 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -188,6 +188,7 @@ device ppi # Parallel port interface device
device de # DEC/Intel DC21x4x (``Tulip'')
device em # Intel PRO/1000 adapter Gigabit Ethernet Card
device ixgb # Intel PRO/10GbE Ethernet Card
+device le # AMD Am7900 LANCE and Am79C9xx PCnet
device txp # 3Com 3cR990 (``Typhoon'')
device vx # 3Com 3c590, 3c595 (``Vortex'')
@@ -202,7 +203,7 @@ device fxp # Intel EtherExpress PRO/100B (82557, 82558)
device lge # Level 1 LXT1001 gigabit Ethernet
device nge # NatSemi DP83820 gigabit Ethernet
device nve # nVidia nForce MCP on-board Ethernet Networking
-device pcn # AMD Am79C97x PCI 10/100
+device pcn # AMD Am79C97x PCI 10/100 (precedence over 'le')
device re # RealTek 8139C+/8169/8169S/8110S
device rl # RealTek 8129/8139
device sf # Adaptec AIC-6915 (``Starfire'')
OpenPOWER on IntegriCloud