Switch from the lnc driver to the le driver. But C-NET(98)S support is

dropped.
This commit is contained in:
nyan 2006-05-15 11:15:34 +00:00
parent 438bd823c9
commit c6e771a418
3 changed files with 2 additions and 11 deletions

View File

@ -198,7 +198,7 @@ device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'')
device ed # NE[12]000, SMC Ultra, 3c503, DS8390 cards device ed # NE[12]000, SMC Ultra, 3c503, DS8390 cards
device ep # Etherlink III based cards device ep # Etherlink III based cards
device fe # Fujitsu MB8696x 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 sn # SMC's 9000 series of Ethernet chips
device snc device snc
device xe # Xircom pccard Ethernet device xe # Xircom pccard Ethernet

View File

@ -272,10 +272,6 @@ hint.fe.1.at="isa"
hint.fe.1.port="0x73d0" hint.fe.1.port="0x73d0"
hint.fe.1.irq="5" 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.at="isa"
hint.snc.0.port="0x888" hint.snc.0.port="0x888"
hint.snc.0.irq="6" hint.snc.0.irq="6"

View File

@ -360,7 +360,7 @@ hint.mse.0.irq="13"
# (requires miibus) # (requires miibus)
# ie: AT&T StarLAN 10 and EN100; 3Com 3C507; unknown NI5210; # ie: AT&T StarLAN 10 and EN100; 3Com 3C507; unknown NI5210;
# Intel EtherExpress # 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) # Am79C960)
# oltr: Olicom ISA token-ring adapters OC-3115, OC-3117, OC-3118 and OC-3133. # 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, # 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.port="0x300"
hint.ie.2.irq="5" hint.ie.2.irq="5"
hint.ie.2.maddr="0xd0000" 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 device sbni
hint.sbni.0.at="isa" hint.sbni.0.at="isa"
hint.sbni.0.port="0x210" hint.sbni.0.port="0x210"