Added the following line to all the supplied config files to shut up the
[unix-history] / sys / i386 / conf / LINT
CommitLineData
1f1e5ce6
RG
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# This kernel is NOT MEANT to be runnable!
6#
39393c2b 7# $Id: LINT,v 1.1 1993/08/22 02:59:49 rgrimes Exp $
1f1e5ce6
RG
8#
9
10machine "i386"
11cpu "i386"
12ident LINT
13timezone 8 dst
14maxusers 10
39393c2b 15maxfdescs 2048 #Max file descriptors per process
1f1e5ce6
RG
16
17config "386bsd" root on wd0 swap on wd0 and sd0
18
19#
20# options that appear as inline #ifdef's
21#
22options "COM_BIDIR" #Bidirectional support in sys/isa/sio.c
23options "COM_MULTIPORT" #Multiport support in sys/isa/sio.c
24options "COMPAT_43" #compatible with BSD 4.3
25options GATEWAY #internetwork gateway
26options KTRACE #kernel tracing
27options "NCONS=8" #number of syscons virtual consoles
28options "TCP_COMPAT_42" #tcp/ip compatible with 4.2
29options UCONSOLE #x console support
30options XSERVER #xserver
31
32#
33# options that are in sys/conf/files
34#
35pseudo-device bpfilter #berkeley packet filter
36options CCITT
37device cd0 #scsi cdrom driver
38device cd1
39device ch0
40pseudo-device ddb
41pseudo-device devpager
42options EON
43pseudo-device ether
44options FIFO
45#pseudo-device imp
46options INET #Internet communications protocols
47options ISO
48options ISOFS #ISO 9660 File System
49pseudo-device loop
50options MFS #Memroy File System
51options NFS #Network File System
52#options NS #Xerox NS communications protocols
53options PCFS #PC (MSDOS) File System
54pseudo-device pty 4
55options QUOTA #enable disk quotas
56controller scbus0
57device sd0
58device sd1
59device sd2
60device sd3
61pseudo-device sl 2
62device st0
63device st1
64pseudo-device swappager
65#options SYSVSHM
66#pseudo-device tb #tablet line discipline.
67pseudo-device tpip
68#pseudo-device tun
69pseudo-device vnodepager
70
71#
72# options that are in sys/i386/conf/files.i386
73#
74#This is needed here so the isa? below will work
75controller isa0
76
77controller aha0 at isa? port "IO_AHA0" bio irq 11 drq 5 vector ahaintr
78controller ahb0 at isa? bio irq 11 vector ahbintr
79controller bt0 at isa? port "IO_BT0" bio irq 12 vector btintr
80device com0 at isa? port "IO_COM1" tty irq 4 vector comintr
81device com1 at isa? port "IO_COM2" tty irq 3 vector comintr
82device com2 at isa? port "IO_COM3" tty irq 5 vector comintr
83device com3 at isa? port "IO_COM4" tty irq 9 vector comintr
84#dcfclk device-driver
85controller fd0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
86disk fd0 at fd0 drive 0
87disk fd1 at fd0 drive 1
88device ec0 at isa? port 0x250 net irq 9 iomem 0xd8000 iosiz 8192 vector ecintr
89device ed0 at isa? port 0x280 net irq 9 iomem 0xd0000 vector edintr
90device is0 at isa? port 0x280 net irq 10 drq 7 vector isintr
91device ne0 at isa? port 0x300 net irq 9 vector neintr
92#device ix0 at isa? port 0x320 net irq 10 iomem 0xd0000 iosiz 32768 vector ixintr
93device we0 at isa? port 0x280 net irq 9 iomem 0xd0000 iosiz 8192 vector weintr
94#special cased above:
95#controller isa0
96device lpa0 at isa? port "IO_LPT1" tty
97device lpa1 at isa? port "IO_LPT2" tty
98device lpt0 at isa? port "IO_LPT3" tty irq 7 vector lptintr
99#mse device-driver
100device npx0 at isa? port "IO_NPX" irq 13 vector npxintr
101device pc0 at isa? port "IO_KBD" tty irq 1 vector pcrint
102#only one of pc0 or sc0 allowed
103#device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr
104device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr
105device sio1 at isa? port "IO_COM2" tty irq 3 vector siointr
106device sio2 at isa? port "IO_COM3" tty irq 5 vector siointr
107device sio3 at isa? port "IO_COM4" tty irq 9 vector siointr
108pseudo-device speaker
109#tw device-driver
110controller uha0 at isa? port "IO_UHA0" bio irq 11 drq 5 vector uhaintr
111controller wd0 at isa? port "IO_WD1" bio irq 14 vector wdintr
112disk wd0 at wd0 drive 0
113disk wd1 at wd0 drive 1
114device wt0 at isa? port 0x300 bio irq 5 drq 1 vector wtintr
115
116#
117# options that have not been resolved yet
118#
119pseudo-device log