Deleted Added
full compact
NOTES (3182) NOTES (3265)
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.88 1994/09/28 22:51:54 wollman Exp $
7# $Id: LINT,v 1.89 1994/09/28 22:57:24 wollman Exp $
8#
9
10machine "i386"
11cpu "I386_CPU"
12cpu "I486_CPU"
13cpu "I586_CPU"
14ident LINT
15maxusers 10

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

57options IPBROADCASTECHO=1 #send reply to broadcast pings
58options IPMASKAGENT=1 #send reply to icmp mask requests
59options TPCONS #support X.25 network-layer service
60options USER_LDT #allow user-level control of i386 ldt
61options DSI_SOFT_MODEM #code for DSI Softmodems
62options DIAGNOSTIC
63options MSDOSFS_DEBUG
64
8#
9
10machine "i386"
11cpu "I386_CPU"
12cpu "I486_CPU"
13cpu "I586_CPU"
14ident LINT
15maxusers 10

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

57options IPBROADCASTECHO=1 #send reply to broadcast pings
58options IPMASKAGENT=1 #send reply to icmp mask requests
59options TPCONS #support X.25 network-layer service
60options USER_LDT #allow user-level control of i386 ldt
61options DSI_SOFT_MODEM #code for DSI Softmodems
62options DIAGNOSTIC
63options MSDOSFS_DEBUG
64
65options APM #Advance Power Management support for laptops
66 #(Note: also need apm device)
67
65# See /sys/i386/doc/sound.doc for information about EXCLUDE options for
66# the sound drivers.
67
68# Multicast support.
69options MROUTING # Multicast routing
70
71#
72# options that are in sys/conf/files

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

122#
123# options that are in sys/i386/conf/files.i386
124#
125#This is needed here so the isa? below will work
126controller isa0
127#This is a preliminary PCI bus ``device''
128device pci0
129
68# See /sys/i386/doc/sound.doc for information about EXCLUDE options for
69# the sound drivers.
70
71# Multicast support.
72options MROUTING # Multicast routing
73
74#
75# options that are in sys/conf/files

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

125#
126# options that are in sys/i386/conf/files.i386
127#
128#This is needed here so the isa? below will work
129controller isa0
130#This is a preliminary PCI bus ``device''
131device pci0
132
133#Driver for Advaced Power Management (also need options APM)
134device apm0 isa?
135
130# driver for the Adaptec 154x SCSI cards.
131controller aha0 at isa? port "IO_AHA0" bio irq 11 drq 5 vector ahaintr
132# driver for the Adaptec 174x SCSI cards.
133controller ahb0 at isa? bio irq 11 vector ahbintr
134# Driver for Soundblaster (and PAS?) SCSI controller.
135controller aic0 at isa? port 0x340 bio irq 11 vector aicintr
136# driver for the Bustek 742.
137controller bt0 at isa? port "IO_BT0" bio irq 12 vector btintr

--- 76 unchanged lines hidden ---
136# driver for the Adaptec 154x SCSI cards.
137controller aha0 at isa? port "IO_AHA0" bio irq 11 drq 5 vector ahaintr
138# driver for the Adaptec 174x SCSI cards.
139controller ahb0 at isa? bio irq 11 vector ahbintr
140# Driver for Soundblaster (and PAS?) SCSI controller.
141controller aic0 at isa? port 0x340 bio irq 11 vector aicintr
142# driver for the Bustek 742.
143controller bt0 at isa? port "IO_BT0" bio irq 12 vector btintr

--- 76 unchanged lines hidden ---