Disabled sg disk driver in LINT since there is no sg.c file in isa yet!
[unix-history] / sys / i386 / conf / SPACE_HEATER
CommitLineData
15637ed4
RG
1#
2# This config file is purely fictional. Any correspondance to
3# real config files is purely coincidental.
4#
5# Modified on May 31, 1993 by Rodney W. Grimes to use new sio driver name
6#
7machine "i386"
8cpu "i386"
9ident SPACE_HEATER
10timezone 8 dst
11maxusers 10
12options INET,NFS
13options "COMPAT_43"
14options "TCP_COMPAT_42"
15options UCONSOLE, XSERVER
16
17# comment this out if you don't want to enable multiport board handling.
18# also effects the way incoming chars are checked for, and i'd leave it
19# uncommented-out.
20#
21options COM_MULTIPORT
22
23# enable the ability to use the bidirectional port features of
24# the serial drivers. to actually use the ports bidirectionally,
25# you have to say "/sbin/comcontrol <dev name> bidir"
26# commenting it out won't hurt, if you're sure you don't want the
27# bidir. capabilities
28#
29options COM_BIDIR
30
31config "386bsd" root on sd0 swap on sd0
32
33controller isa0
34controller fd0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
35disk fd0 at fd0 drive 0
36disk fd1 at fd0 drive 1
37
38device pc0 at isa? port "IO_KBD" tty irq 1 vector pcrint
39device npx0 at isa? port "IO_NPX" irq 13 vector npxintr
40
41#
42# the "com" devices follow; start numbering of "active" ports at 0...
43#
44
45# this is for the standard COM1 port, but can't be used, because there's
46# a card which does interrupt sharing on irq 4, which this wants...
47#
48#device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr
49
50# this is for the standard COM2 port -- it's my mouse
51#
52device sio0 at isa? port "IO_COM2" tty irq 3 vector siointr
53
54# these 4 devices are on a type 1 multiport board (see README).
55#
56# Note:
57# flags = (minor number of "master" multiport serial port << 8) + 1
58# where the "master" port is the serial port with the highest "port"
59# address.
60
61device sio1 at isa? port 0x2a0 tty irq 4 flags 0x0401 vector siointr
62device sio2 at isa? port 0x2a8 tty irq 4 flags 0x0401 vector siointr
63device sio3 at isa? port 0x2b0 tty irq 4 flags 0x0401 vector siointr
64device sio4 at isa? port 0x2b8 tty irq 4 flags 0x0401 vector siointr
65
66# these 4 devices are on a type 2 multiport board (see README).
67#
68# Note: Here no flags are defined!
69
70device sio5 at isa? port 0x1a0 tty irq 4 vector siointr
71device sio6 at isa? port 0x1a8 tty irq 4 vector siointr
72device sio7 at isa? port 0x1b0 tty irq 4 vector siointr
73device sio8 at isa? port 0x1b8 tty irq 4 vector siointr
74
75controller ahb0 at isa? bio irq 11 drq 5 vector ahbintr
76controller scbus0
77
78device sd0
79device sd1
80device sd2
81device sd3
82
83device st0
84device st1
85device st2
86device st3
87
88device cd0
89device cd1
90
16912c2e 91device ed0 at isa? port 0x300 net irq 5 iomem 0xca000 vector edintr
15637ed4
RG
92
93pseudo-device loop
94pseudo-device ether
95pseudo-device sl
96pseudo-device log
97pseudo-device pty
98
99pseudo-device swappager
100pseudo-device vnodepager
101pseudo-device devpager