aboutsummaryrefslogtreecommitdiff
path: root/sys/pc98/conf
diff options
context:
space:
mode:
authorYoshihiro Takahashi <nyan@FreeBSD.org>2006-05-15 11:15:34 +0000
committerYoshihiro Takahashi <nyan@FreeBSD.org>2006-05-15 11:15:34 +0000
commit7d11a60e603b3630e15ada4fa638cb8cbf74f609 (patch)
treec1bbedd89aa834e2d6a8f10e8a304f33d5c97e1e /sys/pc98/conf
parent0b6d552a344e2a55940fd8229880fbebc66f6125 (diff)
downloadsrc-7d11a60e603b3630e15ada4fa638cb8cbf74f609.tar.gz
src-7d11a60e603b3630e15ada4fa638cb8cbf74f609.zip
Switch from the lnc driver to the le driver. But C-NET(98)S support is
dropped.
Notes
Notes: svn path=/head/; revision=158591
Diffstat (limited to 'sys/pc98/conf')
-rw-r--r--sys/pc98/conf/GENERIC2
-rw-r--r--sys/pc98/conf/GENERIC.hints4
-rw-r--r--sys/pc98/conf/NOTES7
3 files changed, 2 insertions, 11 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC
index d499f6240ef8..dcdd4241cdf3 100644
--- a/sys/pc98/conf/GENERIC
+++ b/sys/pc98/conf/GENERIC
@@ -198,7 +198,7 @@ device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'')
device ed # NE[12]000, SMC Ultra, 3c503, DS8390 cards
device ep # Etherlink III based cards
device fe # Fujitsu MB8696x based cards
-device lnc # C-NET(98)S
+device le # NE2100, NE32-VL Lance Ethernet cards
device sn # SMC's 9000 series of Ethernet chips
device snc
device xe # Xircom pccard Ethernet
diff --git a/sys/pc98/conf/GENERIC.hints b/sys/pc98/conf/GENERIC.hints
index 1c033dafe9fa..fb410cdf42bb 100644
--- a/sys/pc98/conf/GENERIC.hints
+++ b/sys/pc98/conf/GENERIC.hints
@@ -272,10 +272,6 @@ hint.fe.1.at="isa"
hint.fe.1.port="0x73d0"
hint.fe.1.irq="5"
-hint.lnc.0.at="isa"
-hint.lnc.0.port="0x03d0"
-hint.lnc.0.irq="6"
-
hint.snc.0.at="isa"
hint.snc.0.port="0x888"
hint.snc.0.irq="6"
diff --git a/sys/pc98/conf/NOTES b/sys/pc98/conf/NOTES
index 7862b0f3797a..78dc841f2b09 100644
--- a/sys/pc98/conf/NOTES
+++ b/sys/pc98/conf/NOTES
@@ -360,7 +360,7 @@ hint.mse.0.irq="13"
# (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)
# oltr: Olicom ISA token-ring adapters OC-3115, OC-3117, OC-3118 and OC-3133.
# Olicom PCI token-ring adapters OC-3136, OC-3137, OC-3139, OC-3140,
@@ -384,11 +384,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 sbni
hint.sbni.0.at="isa"
hint.sbni.0.port="0x210"