12365e64fSRodney W. Grimes# 22365e64fSRodney W. Grimes# LINT -- config file for checking all the sources, tries to pull in 32365e64fSRodney W. Grimes# as much of the source tree as it can. 42365e64fSRodney W. Grimes# 52365e64fSRodney W. Grimes# This kernel is NOT MEANT to be runnable! 62365e64fSRodney W. Grimes# 7fae772f7SDavid Greenman# $Id: LINT,v 1.91 1994/10/01 16:44:07 phk Exp $ 82365e64fSRodney W. Grimes# 92365e64fSRodney W. Grimes 102365e64fSRodney W. Grimesmachine "i386" 11f87a3269SRodney W. Grimescpu "I386_CPU" 12f87a3269SRodney W. Grimescpu "I486_CPU" 13f1a9c715SDavid Greenmancpu "I586_CPU" 142365e64fSRodney W. Grimesident LINT 152365e64fSRodney W. Grimesmaxusers 10 162c2006d8SAndreas Schulz# maxfdescs 2048 #Max file descriptors per process 1734f949aeSRodney W. Grimesoptions MATH_EMULATE #Support for x87 emulation 182365e64fSRodney W. Grimes 19cfecaf32SGary Clark II# Do not use in binary distributions 20cfecaf32SGary Clark II#options GPL_MATH_EMULATE #Support for x87 emualtion via 21cfecaf32SGary Clark II #new math emulator 22cfecaf32SGary Clark II 23d5e4441dSDavid Greenmanconfig kernel root on wd0 swap on wd0 and sd0 dumps on wd0 242365e64fSRodney W. Grimes 252365e64fSRodney W. Grimes# 262365e64fSRodney W. Grimes# options that appear as inline #ifdef's 272365e64fSRodney W. Grimes# 282365e64fSRodney W. Grimesoptions "COM_MULTIPORT" #Multiport support in sys/isa/sio.c 29bcbd5c8cSAndrey A. Chernovoptions "FIFO_TRIGGER=FIFO_TRIGGER_1" #Use this fifo value in sio.c 30690f540cSAndrey A. Chernov 312365e64fSRodney W. Grimesoptions "COMPAT_43" #compatible with BSD 4.3 329ad380abSGarrett Wollmanoptions "SYMTAB_SPACE=113498" #This kernel needs LOTS of symtable 332365e64fSRodney W. Grimesoptions GATEWAY #internetwork gateway 342365e64fSRodney W. Grimesoptions KTRACE #kernel tracing 3521c64a07SAndrey A. Chernov 362365e64fSRodney W. Grimesoptions "NCONS=8" #number of syscons virtual consoles 376d873e8aSAndreas Schulzoptions "FAT_CURSOR" #block cursor in syscons or pccons 387bf31424SAndrey A. Chernovoptions HARDFONTS #load iso8859 fonts instead of 397bf31424SAndrey A. Chernov #standard VGA fonts 4021c64a07SAndrey A. Chernov 4145b4c36fSJordan K. Hubbard#options ALLOW_CONFLICT_IOADDR #no IO addr conflict checks (PS/2 mice) 4245b4c36fSJordan K. Hubbard#options ALLOW_CONFLICT_IRQ #no IRQ conflict checks (mport serial) 4345b4c36fSJordan K. Hubbard 449aba88bfSDavid Greenmanoptions BOUNCE_BUFFERS #include support for DMA bounce buffers 459aba88bfSDavid Greenman 46af27b9fcSGarrett Wollmanoptions "TCP_COMPAT_42" #emulate 4.2BSD TCP bugs 47aa2e423cSGarrett Wollman # ^^^ NOT RECOMMENDED FOR NORMAL USE 482365e64fSRodney W. Grimesoptions UCONSOLE #x console support 49aa2e423cSGarrett Wollmanoptions DECBIT #here because clnp.h wanted it here 50aa2e423cSGarrett Wollman #support for CLNP ``congestion 51aa2e423cSGarrett Wollman #experienced'' bit in ISO-TP 52aa2e423cSGarrett Wollmanoptions TROLL #CLNP network error simulator 53aa2e423cSGarrett Wollmanoptions ICMPPRINTFS #ICMP packet dump by printf() 54aa2e423cSGarrett Wollmanoptions NSERRPRINTFS #ditto for XNS Error protocol 55cafa6f48SGarrett Wollman #^^above three NOT RECOMMENTED 5687e90eb9SGarrett Wollmanoptions MACHVMCOMPAT #support for Mach-style vm calls 57e13cc161SGarrett Wollmanoptions IPBROADCASTECHO=1 #send reply to broadcast pings 58e13cc161SGarrett Wollmanoptions IPMASKAGENT=1 #send reply to icmp mask requests 59990ac0b7SGarrett Wollmanoptions TPCONS #support X.25 network-layer service 60da59a31cSDavid Greenmanoptions USER_LDT #allow user-level control of i386 ldt 6166ce0eaeSPoul-Henning Kampoptions DSI_SOFT_MODEM #code for DSI Softmodems 620dc7d907SPoul-Henning Kampoptions DIAGNOSTIC 630dc7d907SPoul-Henning Kampoptions MSDOSFS_DEBUG 64da59a31cSDavid Greenman 653af6b652SDavid Greenmanoptions APM #Advance Power Management support for laptops 663af6b652SDavid Greenman #(Note: also need apm device) 673af6b652SDavid Greenman 6863a74862SSteven Wallace# See /sys/i386/doc/sound.doc for information about EXCLUDE options for 6963a74862SSteven Wallace# the sound drivers. 7063a74862SSteven Wallace 710bf1d791SJordan K. Hubbard# Multicast support. 72e3178a06SJordan K. Hubbardoptions MROUTING # Multicast routing 73e3178a06SJordan K. Hubbard 742365e64fSRodney W. Grimes# 752365e64fSRodney W. Grimes# options that are in sys/conf/files 762365e64fSRodney W. Grimes# 77f1a9c715SDavid Greenman 78f1a9c715SDavid Greenmanoptions "CD9660" #ISO 9660 filesystem 79f1a9c715SDavid Greenmanoptions FDESC #File descriptor filesystem 80f1a9c715SDavid Greenmanoptions FFS #Fast filesystem 81f1a9c715SDavid Greenmanoptions KERNFS #Kernel filesystem 82f1a9c715SDavid Greenmanoptions LFS #Log filesystem 83f1a9c715SDavid Greenmanoptions MFS #Memory File System 84f1a9c715SDavid Greenmanoptions NFS #Network File System 853f9a6982SDoug Rabsonoptions MSDOSFS #MS DOS File System 86f1a9c715SDavid Greenmanoptions NULLFS #NULL filesystem 87f1a9c715SDavid Greenmanoptions PORTAL #Portal filesystem 88f1a9c715SDavid Greenmanoptions PROCFS #Process filesystem 89f1a9c715SDavid Greenmanoptions UMAPFS #UID map filesystem 90f1a9c715SDavid Greenmanoptions UNION #Union filesystem 91f1a9c715SDavid Greenman 92e13ca98cSRodney W. Grimespseudo-device bpfilter 4 #berkeley packet filter 932365e64fSRodney W. Grimesoptions CCITT 9471b9f75aSRodney W. Grimesdevice cd0 #Only need one of these, the code dynamically grows 952365e64fSRodney W. Grimesdevice ch0 96d5e4441dSDavid Greenmanoptions DDB #Kernel debugger 972365e64fSRodney W. Grimesoptions EON 982365e64fSRodney W. Grimespseudo-device ether 992365e64fSRodney W. Grimes#pseudo-device imp 1002365e64fSRodney W. Grimesoptions INET #Internet communications protocols 1012365e64fSRodney W. Grimesoptions ISO 102d5e4441dSDavid Greenmanpseudo-device loop #Network loop back device 103fa96c3beSRodney W. Grimesoptions NS #Xerox NS communications protocols 104699e9cf1SGarrett Wollmanoptions NSIP #XNS over IP 105d5e4441dSDavid Greenmanpseudo-device ppp 2 #Point-to-point protocol 106d5e4441dSDavid Greenmanpseudo-device pty 4 #Pseudo ttys 1072365e64fSRodney W. Grimesoptions QUOTA #enable disk quotas 1089cad5725SGarrett Wollmanoptions RMP #HP remote maint protocol 1092365e64fSRodney W. Grimescontroller scbus0 1102365e64fSRodney W. Grimesdevice sd0 1112365e64fSRodney W. Grimesdevice sd1 1122365e64fSRodney W. Grimesdevice sd2 1132365e64fSRodney W. Grimesdevice sd3 1142365e64fSRodney W. Grimespseudo-device sl 2 1152365e64fSRodney W. Grimesdevice st0 1162365e64fSRodney W. Grimesdevice st1 11712cada71SJordan K. Hubbardoptions SYSVSHM 1182ae37484SDavid Greenmanoptions SYSVSEM 1192ae37484SDavid Greenmanoptions SYSVMSG 1202365e64fSRodney W. Grimes#pseudo-device tb #tablet line discipline. 121699e9cf1SGarrett Wollmanoptions TPIP # ISO TP class 4 over IP 1222365e64fSRodney W. Grimes#pseudo-device tun 12357bb0ee4SRodney W. Grimesdevice uk0 #unknown scsi devices 1242365e64fSRodney W. Grimes 1252365e64fSRodney W. Grimes# 1262365e64fSRodney W. Grimes# options that are in sys/i386/conf/files.i386 1272365e64fSRodney W. Grimes# 1282365e64fSRodney W. Grimes#This is needed here so the isa? below will work 1292365e64fSRodney W. Grimescontroller isa0 1305c370a2eSStefan Eßer#This is a preliminary PCI bus ``device'' 1315c370a2eSStefan Eßerdevice pci0 1322365e64fSRodney W. Grimes 1333af6b652SDavid Greenman#Driver for Advaced Power Management (also need options APM) 13493e9832aSPoul-Henning Kampdevice apm0 at isa? 1353af6b652SDavid Greenman 13662167953SAndreas Schulz# driver for the Adaptec 154x SCSI cards. 1372365e64fSRodney W. Grimescontroller aha0 at isa? port "IO_AHA0" bio irq 11 drq 5 vector ahaintr 13862167953SAndreas Schulz# driver for the Adaptec 174x SCSI cards. 1392365e64fSRodney W. Grimescontroller ahb0 at isa? bio irq 11 vector ahbintr 14031208007SJordan K. Hubbard# Driver for Soundblaster (and PAS?) SCSI controller. 14131208007SJordan K. Hubbardcontroller aic0 at isa? port 0x340 bio irq 11 vector aicintr 14262167953SAndreas Schulz# driver for the Bustek 742. 1432365e64fSRodney W. Grimescontroller bt0 at isa? port "IO_BT0" bio irq 12 vector btintr 1445c370a2eSStefan Eßer# Driver for the NCR 53c810 and 53c825 PCI SCSI host adapter chips 1455c370a2eSStefan Eßerdevice ncr0 1465c370a2eSStefan Eßer# example specification of IRQ for PCI device ID 5 (ncr0 on some MB) 1475c370a2eSStefan Eßer#device pci5 at isa? bio irq 9 vector pciintr 1482ac8be82SAndreas Schulz 149c1eeb17fSAndrew Moorecontroller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr 150c1eeb17fSAndrew Mooredisk fd0 at fdc0 drive 0 151c1eeb17fSAndrew Mooredisk fd1 at fdc0 drive 1 152c1eeb17fSAndrew Mooretape ft0 at fdc0 drive 2 15332128f4cSDavid Greenman 15462167953SAndreas Schulz# driver for the Western Digital and SMCC WD80xx cards, for the Novell 15532128f4cSDavid Greenman# NE1000/2000 card and the 3COM 3C503 card. 156e501a581SRodney W. Grimesdevice ed0 at isa? port 0x280 net irq 5 iomem 0xd8000 vector edintr 15762167953SAndreas Schulz# driver for the AT&T Starlan card. 158ec43e20aSRodney W. Grimesdevice ie0 at isa? port 0x360 net irq 7 iomem 0xd0000 vector ieintr 15962167953SAndreas Schulz#driver for the Isolan AT 4114-0 and the Isolink 4110 ethernet card. 1602365e64fSRodney W. Grimesdevice is0 at isa? port 0x280 net irq 10 drq 7 vector isintr 1612365e64fSRodney W. Grimes#device ix0 at isa? port 0x320 net irq 10 iomem 0xd0000 iosiz 32768 vector ixintr 162b2aba261SAndreas Schulz# driver for the Etherlink III ( 3C509 ) card, beta version. 163b2aba261SAndreas Schulzdevice ep0 at isa? port 0x300 net irq 10 vector epintr 16432128f4cSDavid Greenman#driver for the 3c501 16532128f4cSDavid Greenmandevice el0 at isa? port 0x300 net irq 9 vector elintr 16632128f4cSDavid Greenman 1672365e64fSRodney W. Grimes#special cased above: 1682365e64fSRodney W. Grimes#controller isa0 1698d43398bSNate Williams# interruptless parallel printer port driver 1702365e64fSRodney W. Grimesdevice lpa0 at isa? port "IO_LPT1" tty 1712365e64fSRodney W. Grimesdevice lpa1 at isa? port "IO_LPT2" tty 1728d43398bSNate Williams# interrupt driven parallel printer port driver 1732365e64fSRodney W. Grimesdevice lpt0 at isa? port "IO_LPT3" tty irq 7 vector lptintr 17445b4c36fSJordan K. Hubbard# Driver for Mitsumi CD-ROM players 17511e4fa43SGarrett Wollmandevice mcd0 at isa? port 0x300 bio irq 10 vector mcdintr 1768d43398bSNate Williams# Driver for Logitech and ATI inport bus mice 177e2aa2f4eSNate Williamsdevice mse0 at isa? port 0x23c tty irq 5 vector mseintr 1782365e64fSRodney W. Grimesdevice npx0 at isa? port "IO_NPX" irq 13 vector npxintr 179e9d16791SPoul-Henning Kamp# Driver for ProAudioSpectrum SCSI, on cards with NCR 5380 chips. 180e9d16791SPoul-Henning Kamp# The four units correspond to the HW-jumpers. No intr, No DMA, very slow. 181e9d16791SPoul-Henning Kampdevice pas0 at isa? port 0x1f88 182e9d16791SPoul-Henning Kampdevice pas1 at isa? port 0x1f84 183e9d16791SPoul-Henning Kampdevice pas2 at isa? port 0x1f8c 184e9d16791SPoul-Henning Kampdevice pas3 at isa? port 0x1e88 1852365e64fSRodney W. Grimes#device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr 1862365e64fSRodney W. Grimesdevice sio0 at isa? port "IO_COM1" tty irq 4 vector siointr 1872365e64fSRodney W. Grimesdevice sio1 at isa? port "IO_COM2" tty irq 3 vector siointr 1882365e64fSRodney W. Grimesdevice sio2 at isa? port "IO_COM3" tty irq 5 vector siointr 1892365e64fSRodney W. Grimesdevice sio3 at isa? port "IO_COM4" tty irq 9 vector siointr 19045b4c36fSJordan K. Hubbard#PS/2 mouse driver (must follow pc0 or sc0 if enabled). Also enable 19145b4c36fSJordan K. Hubbard#ALLOW_CONFLICT_IOADDR option (see above) if you want to use this. 1923759860cSJordan K. Hubbard#device psm0 at isa? port "IO_KBD" tty irq 12 vector psmintr 19345b4c36fSJordan K. Hubbard 1942365e64fSRodney W. Grimespseudo-device speaker 1952365e64fSRodney W. Grimes#tw device-driver 1963bb1d96cSRodney W. Grimescontroller uha0 at isa? port "IO_UHA0" bio irq 14 drq 5 vector uhaintr 1972620c42eSNate Williamscontroller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr 1982620c42eSNate Williamsdisk wd0 at wdc0 drive 0 1992620c42eSNate Williamsdisk wd1 at wdc0 drive 1 2002620c42eSNate Williamscontroller wdc1 at isa? port "IO_WD2" bio irq 15 vector wdintr 2012620c42eSNate Williamsdisk wd2 at wdc1 drive 0 2022620c42eSNate Williamsdisk wd3 at wdc1 drive 1 2032365e64fSRodney W. Grimesdevice wt0 at isa? port 0x300 bio irq 5 drq 1 vector wtintr 2042365e64fSRodney W. Grimes 20535686319SJordan K. Hubbard# Various sound card drivers. 206c7ba7a5eSPoul-Henning Kamp# See /sys/doc/sound.doc for more information. 207cea06d47SAndrey A. Chernovdevice snd5 at isa? port 0x330 irq 6 vector mpuintr 20835686319SJordan K. Hubbarddevice snd4 at isa? port 0x220 irq 15 drq 6 vector gusintr 20962d15cccSSteven Wallacedevice snd3 at isa? port 0x388 irq 10 drq 6 vector pasintr 210dd442d34SJordan K. Hubbarddevice snd2 at isa? port 0x220 irq 7 drq 1 vector sbintr 21162d15cccSSteven Wallacedevice snd6 at isa? port 0x220 irq 7 drq 5 vector sbintr 212bc906632SAndrey A. Chernovdevice snd7 at isa? port 0x300 213cea06d47SAndrey A. Chernovdevice snd1 at isa? port 0x388 2140897a95dSAndrey A. Chernov 215fae772f7SDavid Greenman# Cortex-I Frame Grabber driver 216fae772f7SDavid Greenmandevice ctx0 at isa? port 0x230 iomem 0xd0000 217fae772f7SDavid Greenman 2187d46c3b6SJordan K. Hubbard# The digital speaker driver (/dev/pcaudio). 2190897a95dSAndrey A. Chernovdevice pca0 at isa? tty 2209ad380abSGarrett Wollman 2212365e64fSRodney W. Grimes# options that have not been resolved yet 2222365e64fSRodney W. Grimespseudo-device log 223