summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorgnn <gnn@FreeBSD.org>2006-05-14 01:40:41 +0000
committergnn <gnn@FreeBSD.org>2006-05-14 01:40:41 +0000
commitd1e0397ab970788548aa8263516f3376118b4e61 (patch)
tree8c671665076b3000caa3c4f0b1c6bce1f8b07f2b /sys/i386
parent2e58b619628d5c8e5ecbe445140aade714d9c2f3 (diff)
downloadFreeBSD-src-d1e0397ab970788548aa8263516f3376118b4e61.zip
FreeBSD-src-d1e0397ab970788548aa8263516f3376118b4e61.tar.gz
Prefer the le device driver for Lance (AMD7990 et al) hardware over the
older, and less capable lnc driver. Reviewed by: imp
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/conf/GENERIC2
-rw-r--r--sys/i386/conf/GENERIC.hints5
-rw-r--r--sys/i386/conf/NOTES7
3 files changed, 2 insertions, 12 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index 40fa902..298d3ca 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -236,7 +236,7 @@ device ex # Intel EtherExpress Pro/10 and Pro/10+
device ep # Etherlink III based cards
device fe # Fujitsu MB8696x based cards
device ie # EtherExpress 8/16, 3C507, StarLAN 10 etc.
-device lnc # NE2100, NE32-VL Lance Ethernet cards
+device le # NE2100, NE32-VL Lance Ethernet cards
device sn # SMC's 9000 series of Ethernet chips
device xe # Xircom pccard Ethernet
diff --git a/sys/i386/conf/GENERIC.hints b/sys/i386/conf/GENERIC.hints
index 7fdc9b7..8b1b185 100644
--- a/sys/i386/conf/GENERIC.hints
+++ b/sys/i386/conf/GENERIC.hints
@@ -71,8 +71,3 @@ hint.ie.0.maddr="0xd0000"
hint.fe.0.at="isa"
hint.fe.0.disabled="1"
hint.fe.0.port="0x300"
-hint.lnc.0.at="isa"
-hint.lnc.0.disabled="1"
-hint.lnc.0.port="0x280"
-hint.lnc.0.irq="10"
-hint.lnc.0.drq="0"
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 27553e1..396861c 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -516,7 +516,7 @@ hint.mse.0.irq="5"
# (requires miibus)
# ie: AT&T StarLAN 10 and EN100; 3Com 3C507; unknown NI5210;
# Intel EtherExpress
-# lnc: Lance/PCnet cards (Isolan, Novell NE2100, NE32-VL, AMD Am7990 and
+# le: Lance/PCnet cards (Isolan, Novell NE2100, NE32-VL, AMD Am7990 and
# Am79C960)
# nve: nVidia nForce MCP on-board Ethernet Networking
# oltr: Olicom ISA token-ring adapters OC-3115, OC-3117, OC-3118 and OC-3133.
@@ -566,11 +566,6 @@ hint.ie.2.at="isa"
hint.ie.2.port="0x300"
hint.ie.2.irq="5"
hint.ie.2.maddr="0xd0000"
-device lnc
-hint.lnc.0.at="isa"
-hint.lnc.0.port="0x280"
-hint.lnc.0.irq="10"
-hint.lnc.0.drq="0"
device nve # nVidia nForce MCP on-board Ethernet Networking
device sbni
hint.sbni.0.at="isa"
OpenPOWER on IntegriCloud