summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf
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 /sys/i386/conf
parentafccab52826226a463139da3bda9ed2d2983a000 (diff)
downloadFreeBSD-src-74e3cefa12c6299ea428f8aee0e5d4d2b3cdbe05.zip
FreeBSD-src-74e3cefa12c6299ea428f8aee0e5d4d2b3cdbe05.tar.gz
lnc(4) uses kvtop() and is thus i386-only for now.
Diffstat (limited to 'sys/i386/conf')
-rw-r--r--sys/i386/conf/NOTES7
1 files changed, 7 insertions, 0 deletions
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"
OpenPOWER on IntegriCloud