Deleted Added
full compact
NOTES (1011) NOTES (1012)
1#
2# LINT -- config file for checking all the sources, tries to pull in
1#
2# LINT -- config file for checking all the sources, tries to pull in
3# as much of the source tree as it can.
3# as much of the source tree as it can.
4#
5# This kernel is NOT MEANT to be runnable!
6#
4#
5# This kernel is NOT MEANT to be runnable!
6#
7# $Id: LINT,v 1.43 1994/01/22 09:25:37 rgrimes Exp $
7# $Id: LINT,v 1.44 1994/01/25 03:16:31 ache Exp $
8#
9
10machine "i386"
11cpu "I386_CPU"
12cpu "I486_CPU"
13ident LINT
14timezone 8 dst
15maxusers 10

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

43options NSERRPRINTFS #ditto for XNS Error protocol
44 #^^above three NOT RECOMMENTED
45options FASTLINKS #support for fast symbolic links
46options MACHVMCOMPAT #support for Mach-style vm calls
47options IPBROADCASTECHO=1 #send reply to broadcast pings
48options IPMASKAGENT=1 #send reply to icmp mask requests
49options TPCONS #support X.25 network-layer service
50
8#
9
10machine "i386"
11cpu "I386_CPU"
12cpu "I486_CPU"
13ident LINT
14timezone 8 dst
15maxusers 10

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

43options NSERRPRINTFS #ditto for XNS Error protocol
44 #^^above three NOT RECOMMENTED
45options FASTLINKS #support for fast symbolic links
46options MACHVMCOMPAT #support for Mach-style vm calls
47options IPBROADCASTECHO=1 #send reply to broadcast pings
48options IPMASKAGENT=1 #send reply to icmp mask requests
49options TPCONS #support X.25 network-layer service
50
51options EXCLUDE_CHIP_MIDI # \ sound driver options
52options "EXCLUDE_MPU401" # \ exclude specified
53options EXCLUDE_GUS # / device or chip
54options EXCLUDE_SBPRO # / from driver
51options EXCLUDE_CHIP_MIDI # \ sound driver options
52options "EXCLUDE_MPU401" # \ exclude specified
53options EXCLUDE_GUS # / device or chip
54options EXCLUDE_SBPRO # / from driver
55
56#
57# options that are in sys/conf/files
58#
59pseudo-device bpfilter 4 #berkeley packet filter
60options CCITT
61device cd0 #Only need one of these, the code dynamically grows
62device ch0

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

86device sd2
87device sd3
88pseudo-device sl 2
89device st0
90device st1
91pseudo-device swappager
92options SYSVSHM
93options "SHMMAXPGS=64" # 256Kb of sharable memory
55
56#
57# options that are in sys/conf/files
58#
59pseudo-device bpfilter 4 #berkeley packet filter
60options CCITT
61device cd0 #Only need one of these, the code dynamically grows
62device ch0

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

86device sd2
87device sd3
88pseudo-device sl 2
89device st0
90device st1
91pseudo-device swappager
92options SYSVSHM
93options "SHMMAXPGS=64" # 256Kb of sharable memory
94options SYSVSEM
95options SYSVMSG
94options SYSVSEM
95options SYSVMSG
96#pseudo-device tb #tablet line discipline.
97options TPIP # ISO TP class 4 over IP
98#pseudo-device tun
99device uk0 #unknown scsi devices
100pseudo-device vnodepager
101
102#
103# options that are in sys/i386/conf/files.i386
104#
105#This is needed here so the isa? below will work
106controller isa0
107
108# driver for the Adaptec 154x SCSI cards.
109controller aha0 at isa? port "IO_AHA0" bio irq 11 drq 5 vector ahaintr
110# driver for the Adaptec 174x SCSI cards.
111controller ahb0 at isa? bio irq 11 vector ahbintr
112# driver for the Bustek 742.
96#pseudo-device tb #tablet line discipline.
97options TPIP # ISO TP class 4 over IP
98#pseudo-device tun
99device uk0 #unknown scsi devices
100pseudo-device vnodepager
101
102#
103# options that are in sys/i386/conf/files.i386
104#
105#This is needed here so the isa? below will work
106controller isa0
107
108# driver for the Adaptec 154x SCSI cards.
109controller aha0 at isa? port "IO_AHA0" bio irq 11 drq 5 vector ahaintr
110# driver for the Adaptec 174x SCSI cards.
111controller ahb0 at isa? bio irq 11 vector ahbintr
112# driver for the Bustek 742.
113controller bt0 at isa? port "IO_BT0" bio irq 12 vector btintr
113controller bt0 at isa? port "IO_BT0" bio irq 12 vector btintr
114# driver for the Seagate ST01/ST02 card, not yet finished.
114# driver for the Seagate ST01/ST02 card, not yet finished.
115controller sg0 at isa? bio irq 5 iomem 0xc8000 iosiz 0x2000 vector sgintr
116device com0 at isa? port "IO_COM1" tty irq 4 vector comintr
117device com1 at isa? port "IO_COM2" tty irq 3 vector comintr
118device com2 at isa? port "IO_COM3" tty irq 5 vector comintr
119device com3 at isa? port "IO_COM4" tty irq 9 vector comintr
115#controller sg0 at isa? bio irq 5 iomem 0xc8000 iosiz 0x2000 vector sgintr
120#dcfclk device-driver
121controller fd0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
122disk fd0 at fd0 drive 0
123disk fd1 at fd0 drive 1
124# driver for the Western Digital and SMCC WD80xx cards, for the Novell
125# NE1000/200 card and the 3COM 3C503 card.
126device ed0 at isa? port 0x280 net irq 5 iomem 0xd8000 vector edintr
127# driver for the AT&T Starlan card.

--- 44 unchanged lines hidden ---
116#dcfclk device-driver
117controller fd0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
118disk fd0 at fd0 drive 0
119disk fd1 at fd0 drive 1
120# driver for the Western Digital and SMCC WD80xx cards, for the Novell
121# NE1000/200 card and the 3COM 3C503 card.
122device ed0 at isa? port 0x280 net irq 5 iomem 0xd8000 vector edintr
123# driver for the AT&T Starlan card.

--- 44 unchanged lines hidden ---