lnc(4) uses kvtop() and is thus i386-only for now.

This commit is contained in:
John Baldwin 2002-11-06 22:56:57 +00:00
parent dcb2279368
commit 246d578cba
3 changed files with 8 additions and 8 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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 \