summaryrefslogtreecommitdiffstats
path: root/sys/ia64/conf
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/ia64/conf
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/ia64/conf')
-rw-r--r--sys/ia64/conf/GENERIC3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/ia64/conf/GENERIC b/sys/ia64/conf/GENERIC
index 2067a81..993cfa4 100644
--- a/sys/ia64/conf/GENERIC
+++ b/sys/ia64/conf/GENERIC
@@ -111,6 +111,7 @@ device ums # Mouse
# PCI Ethernet NICs.
device de # DEC/Intel DC21x4x (``Tulip'')
device em # Intel PRO/1000 adapter Gigabit Ethernet Card
+device le # AMD Am7900 LANCE and Am79C9xx PCnet
device txp # 3Com 3cR990 (``Typhoon'')
device vx # 3Com 3c590, 3c595 (``Vortex'')
@@ -118,7 +119,7 @@ device vx # 3Com 3c590, 3c595 (``Vortex'')
device bge # Broadcom BCM570xx Gigabit Ethernet
device dc # DEC/Intel 21143 and various workalikes
device fxp # Intel EtherExpress PRO/100B (82557, 82558)
-device pcn # AMD Am79C97x PCI 10/100 NICs
+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