Deleted Added
full compact
NOTES (46346) NOTES (46495)
1#
2# LINT -- config file for checking all the sources, tries to pull in
3# as much of the source tree as it can.
4#
1#
2# LINT -- config file for checking all the sources, tries to pull in
3# as much of the source tree as it can.
4#
5# $Id: LINT,v 1.590 1999/05/02 20:34:06 peter Exp $
5# $Id: LINT,v 1.591 1999/05/02 21:54:03 n_hibma Exp $
6#
7# NB: You probably don't want to try running a kernel built from this
8# file. Instead, you should start from GENERIC, and add options from
9# this file as required.
10#
11
12#
13# This directive is mandatory; it defines the architecture to be

--- 1179 unchanged lines hidden (view full) ---

1193# fe: Fujitsu MB86960A/MB86965A Ethernet
1194# ie: AT&T StarLAN 10 and EN100; 3Com 3C507; unknown NI5210; Intel EtherExpress
1195# le: Digital Equipment EtherWorks 2 and EtherWorks 3 (DEPCA, DE100,
1196# DE101, DE200, DE201, DE202, DE203, DE204, DE205, DE422)
1197# lnc: Lance/PCnet cards (Isolan, Novell NE2100, NE32-VL, AMD Am7990 & Am79C960)
1198# rdp: RealTek RTL 8002-based pocket ethernet adapters
1199# sr: RISCom/N2 hdlc sync 1/2 port V.35/X.21 serial driver (requires sppp)
1200# wl: Lucent Wavelan (ISA card only).
6#
7# NB: You probably don't want to try running a kernel built from this
8# file. Instead, you should start from GENERIC, and add options from
9# this file as required.
10#
11
12#
13# This directive is mandatory; it defines the architecture to be

--- 1179 unchanged lines hidden (view full) ---

1193# fe: Fujitsu MB86960A/MB86965A Ethernet
1194# ie: AT&T StarLAN 10 and EN100; 3Com 3C507; unknown NI5210; Intel EtherExpress
1195# le: Digital Equipment EtherWorks 2 and EtherWorks 3 (DEPCA, DE100,
1196# DE101, DE200, DE201, DE202, DE203, DE204, DE205, DE422)
1197# lnc: Lance/PCnet cards (Isolan, Novell NE2100, NE32-VL, AMD Am7990 & Am79C960)
1198# rdp: RealTek RTL 8002-based pocket ethernet adapters
1199# sr: RISCom/N2 hdlc sync 1/2 port V.35/X.21 serial driver (requires sppp)
1200# wl: Lucent Wavelan (ISA card only).
1201# wi: Lucent WaveLAN/IEEE 802.11 PCMCIA adapters. Note: this supports both
1202 the PCMCIA and ISA cards: the ISA card is really a PCMCIA to ISA
1203 bridge with a PCMCIA adapter plugged into it.
1201# ze: IBM/National Semiconductor PCMCIA ethernet controller.
1202# zp: 3Com PCMCIA Etherlink III (It does not require shared memory for
1203# send/receive operation, but it needs 'iomem' to read/write the
1204# attribute memory)
1205# oltr: Olicom ISA token-ring adapters OC-3115, OC-3117, OC-3118 and OC-3133
1206# (no options needed)
1207#
1208device ar0 at isa? port 0x300 irq 10 iomem 0xd0000

--- 5 unchanged lines hidden (view full) ---

1214device ex0 at isa? port? irq?
1215device fe0 at isa? port 0x300 irq ?
1216device ie0 at isa? port 0x300 irq 5 iomem 0xd0000
1217device ie1 at isa? port 0x360 irq 7 iomem 0xd0000
1218device le0 at isa? port 0x300 irq 5 iomem 0xd0000
1219device lnc0 at isa? port 0x280 irq 10 drq 0
1220device rdp0 at isa? port 0x378 irq 7 flags 2
1221device sr0 at isa? port 0x300 irq 5 iomem 0xd0000
1204# ze: IBM/National Semiconductor PCMCIA ethernet controller.
1205# zp: 3Com PCMCIA Etherlink III (It does not require shared memory for
1206# send/receive operation, but it needs 'iomem' to read/write the
1207# attribute memory)
1208# oltr: Olicom ISA token-ring adapters OC-3115, OC-3117, OC-3118 and OC-3133
1209# (no options needed)
1210#
1211device ar0 at isa? port 0x300 irq 10 iomem 0xd0000

--- 5 unchanged lines hidden (view full) ---

1217device ex0 at isa? port? irq?
1218device fe0 at isa? port 0x300 irq ?
1219device ie0 at isa? port 0x300 irq 5 iomem 0xd0000
1220device ie1 at isa? port 0x360 irq 7 iomem 0xd0000
1221device le0 at isa? port 0x300 irq 5 iomem 0xd0000
1222device lnc0 at isa? port 0x280 irq 10 drq 0
1223device rdp0 at isa? port 0x378 irq 7 flags 2
1224device sr0 at isa? port 0x300 irq 5 iomem 0xd0000
1225device wi0 at isa? port? irq?
1222options WLCACHE # enables the signal-strength cache
1223options WLDEBUG # enables verbose debugging output
1224device wl0 at isa? port 0x300 irq ?
1225# We can (bogusly) include both the dedicated PCCARD drivers and the generic
1226# support when COMPILING_LINT.
1227device ze0 at isa? port 0x300 irq 5 iomem 0xd8000
1228device zp0 at isa? port 0x300 irq 10 iomem 0xd8000
1229

--- 896 unchanged lines hidden ---
1226options WLCACHE # enables the signal-strength cache
1227options WLDEBUG # enables verbose debugging output
1228device wl0 at isa? port 0x300 irq ?
1229# We can (bogusly) include both the dedicated PCCARD drivers and the generic
1230# support when COMPILING_LINT.
1231device ze0 at isa? port 0x300 irq 5 iomem 0xd8000
1232device zp0 at isa? port 0x300 irq 10 iomem 0xd8000
1233

--- 896 unchanged lines hidden ---