summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2002-11-06 22:56:57 +0000
committerjhb <jhb@FreeBSD.org>2002-11-06 22:56:57 +0000
commit74e3cefa12c6299ea428f8aee0e5d4d2b3cdbe05 (patch)
treebe53818ad5a2ab1d532f2d6c8e4adc648eae899d
parentafccab52826226a463139da3bda9ed2d2983a000 (diff)
downloadFreeBSD-src-74e3cefa12c6299ea428f8aee0e5d4d2b3cdbe05.zip
FreeBSD-src-74e3cefa12c6299ea428f8aee0e5d4d2b3cdbe05.tar.gz
lnc(4) uses kvtop() and is thus i386-only for now.
-rw-r--r--sys/conf/NOTES7
-rw-r--r--sys/i386/conf/NOTES7
-rw-r--r--sys/modules/Makefile2
3 files changed, 8 insertions, 8 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 440bf01..ab1e25e 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -1501,8 +1501,6 @@ device miibus
# lge: Support for PCI gigabit ethernet adapters based on the Level 1
# LXT1001 NetCellerator chipset. This includes the D-Link DGE-500SX,
# SMC TigerCard 1000 (SMC9462SX), and some Addtron cards.
-# lnc: Lance/PCnet cards (Isolan, Novell NE2100, NE32-VL, AMD Am7990 and
-# Am79C960)
# my: Myson Fast Ethernet (MTD80X, MTD89X)
# nge: Support for PCI gigabit ethernet adapters based on the National
# Semiconductor DP83820 and DP83821 chipset. This includes the
@@ -1587,11 +1585,6 @@ device fe
hint.fe.0.at="isa"
hint.fe.0.port="0x300"
device fea
-device lnc
-hint.lnc.0.at="isa"
-hint.lnc.0.port="0x280"
-hint.lnc.0.irq="10"
-hint.lnc.0.drq="0"
device sr
hint.sr.0.at="isa"
hint.sr.0.port="0x300"
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index e103078..c4a3a7fb 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -454,6 +454,8 @@ hint.mse.0.irq="5"
# Intel EtherExpress
# le: Digital Equipment EtherWorks 2 and EtherWorks 3 (DEPCA, DE100,
# DE101, DE200, DE201, DE202, DE203, DE204, DE205, DE422)
+# lnc: 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
# (no hints needed).
# Olicom PCI token-ring adapters OC-3136, OC-3137, OC-3139, OC-3140,
@@ -498,6 +500,11 @@ hint.le.0.at="isa"
hint.le.0.port="0x300"
hint.le.0.irq="5"
hint.le.0.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 rdp 1
hint.rdp.0.at="isa"
hint.rdp.0.port="0x378"
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index d6162ac..ae05814 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -61,7 +61,6 @@ SUBDIR= 3dfx \
lge \
libiconv \
libmchain \
- lnc \
lpt \
mac_biba \
mac_bsdextended \
@@ -182,6 +181,7 @@ SUBDIR+=aac \
iir \
linprocfs \
linux \
+ lnc \
lomac \
mly \
ncv \
OpenPOWER on IntegriCloud