Deleted Added
full compact
NOTES (1490) NOTES (1506)
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#
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#
7# $Id: LINT,v 1.65 1994/04/29 21:53:55 gclarkii Exp $
7# $Id: LINT,v 1.66 1994/05/13 08:48:22 jkh Exp $
8#
9
10machine "i386"
11cpu "I386_CPU"
12cpu "I486_CPU"
13ident LINT
14timezone 8 dst
15maxusers 10

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

36
37options "NCONS=8" #number of syscons virtual consoles
38options "FAT_CURSOR" #block cursor in syscons or pccons
39options "STAR_SAVER" #syscons "stars" screen saver
40options "FADE_SAVER" #syscons "fade" screen saver
41options "SNAKE_SAVER" #syscons "snake" screen saver
42options "BLANK_SAVER" #syscons "blank" screen saver
43
8#
9
10machine "i386"
11cpu "I386_CPU"
12cpu "I486_CPU"
13ident LINT
14timezone 8 dst
15maxusers 10

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

36
37options "NCONS=8" #number of syscons virtual consoles
38options "FAT_CURSOR" #block cursor in syscons or pccons
39options "STAR_SAVER" #syscons "stars" screen saver
40options "FADE_SAVER" #syscons "fade" screen saver
41options "SNAKE_SAVER" #syscons "snake" screen saver
42options "BLANK_SAVER" #syscons "blank" screen saver
43
44#options ALLOW_CONFLICT_IOADDR #no IO addr conflict checks (PS/2 mice)
45#options ALLOW_CONFLICT_IRQ #no IRQ conflict checks (mport serial)
46
44options "TCP_COMPAT_42" #tcp/ip compatible with 4.2
45 # ^^^ NOT RECOMMENDED FOR NORMAL USE
46options UCONSOLE #x console support
47options XSERVER #xserver
48options DECBIT #here because clnp.h wanted it here
49 #support for CLNP ``congestion
50 #experienced'' bit in ISO-TP
51options TROLL #CLNP network error simulator

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

141
142#special cased above:
143#controller isa0
144# interruptless parallel printer port driver
145device lpa0 at isa? port "IO_LPT1" tty
146device lpa1 at isa? port "IO_LPT2" tty
147# interrupt driven parallel printer port driver
148device lpt0 at isa? port "IO_LPT3" tty irq 7 vector lptintr
47options "TCP_COMPAT_42" #tcp/ip compatible with 4.2
48 # ^^^ NOT RECOMMENDED FOR NORMAL USE
49options UCONSOLE #x console support
50options XSERVER #xserver
51options DECBIT #here because clnp.h wanted it here
52 #support for CLNP ``congestion
53 #experienced'' bit in ISO-TP
54options TROLL #CLNP network error simulator

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

144
145#special cased above:
146#controller isa0
147# interruptless parallel printer port driver
148device lpa0 at isa? port "IO_LPT1" tty
149device lpa1 at isa? port "IO_LPT2" tty
150# interrupt driven parallel printer port driver
151device lpt0 at isa? port "IO_LPT3" tty irq 7 vector lptintr
149# Driver for Mutsumi CD-ROM players
152# Driver for Mitsumi CD-ROM players
150device mcd0 at isa? port 0x300 bio irq 10 vector mcdintr
151# Driver for Logitech and ATI inport bus mice
152device mse0 at isa? port 0x23c tty irq 5 vector mseintr
153device npx0 at isa? port "IO_NPX" irq 13 vector npxintr
154device pc0 at isa? port "IO_KBD" tty irq 1 vector pcrint
155#only one of pc0 or sc0 allowed
156#device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr
157device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr
158device sio1 at isa? port "IO_COM2" tty irq 3 vector siointr
159device sio2 at isa? port "IO_COM3" tty irq 5 vector siointr
160device sio3 at isa? port "IO_COM4" tty irq 9 vector siointr
153device mcd0 at isa? port 0x300 bio irq 10 vector mcdintr
154# Driver for Logitech and ATI inport bus mice
155device mse0 at isa? port 0x23c tty irq 5 vector mseintr
156device npx0 at isa? port "IO_NPX" irq 13 vector npxintr
157device pc0 at isa? port "IO_KBD" tty irq 1 vector pcrint
158#only one of pc0 or sc0 allowed
159#device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr
160device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr
161device sio1 at isa? port "IO_COM2" tty irq 3 vector siointr
162device sio2 at isa? port "IO_COM3" tty irq 5 vector siointr
163device sio3 at isa? port "IO_COM4" tty irq 9 vector siointr
164#PS/2 mouse driver (must follow pc0 or sc0 if enabled). Also enable
165#ALLOW_CONFLICT_IOADDR option (see above) if you want to use this.
166device psm0 at isa? port "IO_KBD" tty irq 12 vector psmintr
167
161pseudo-device speaker
162#tw device-driver
163controller uha0 at isa? port "IO_UHA0" bio irq 14 drq 5 vector uhaintr
164controller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr
165disk wd0 at wdc0 drive 0
166disk wd1 at wdc0 drive 1
167controller wdc1 at isa? port "IO_WD2" bio irq 15 vector wdintr
168disk wd2 at wdc1 drive 0

--- 18 unchanged lines hidden ---
168pseudo-device speaker
169#tw device-driver
170controller uha0 at isa? port "IO_UHA0" bio irq 14 drq 5 vector uhaintr
171controller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr
172disk wd0 at wdc0 drive 0
173disk wd1 at wdc0 drive 1
174controller wdc1 at isa? port "IO_WD2" bio irq 15 vector wdintr
175disk wd2 at wdc1 drive 0

--- 18 unchanged lines hidden ---