From 246d578cba9dcda71cdb21ffb9de1e8216b9cfa6 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Wed, 6 Nov 2002 22:56:57 +0000 Subject: [PATCH] lnc(4) uses kvtop() and is thus i386-only for now. --- sys/conf/NOTES | 7 ------- sys/i386/conf/NOTES | 7 +++++++ sys/modules/Makefile | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 440bf01a52de..ab1e25ea26ff 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 e1030781b0a6..c4a3a7fb95f5 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 d6162ac0ab60..ae058141a782 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 \