Deleted Added
full compact
NOTES (1506) NOTES (1507)
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.66 1994/05/13 08:48:22 jkh Exp $
7# $Id: LINT,v 1.67 1994/05/17 14:15:11 jkh Exp $
8#
9
10machine "i386"
11cpu "I386_CPU"
12cpu "I486_CPU"
13ident LINT
14timezone 8 dst
15maxusers 10

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

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.
8#
9
10machine "i386"
11cpu "I386_CPU"
12cpu "I486_CPU"
13ident LINT
14timezone 8 dst
15maxusers 10

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

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
166#device psm0 at isa? port "IO_KBD" tty irq 12 vector psmintr
167
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

--- 19 unchanged lines hidden ---
167
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

--- 19 unchanged lines hidden ---