Fixed the extract() command which I had broken attempting to implement
[unix-history] / sys / i386 / conf / GENERICBT
CommitLineData
f517b231
RG
1#
2# GENERICBT -- Generic machine with WD/BTx family disks
3#
4d3cda17 4# $Id: GENERICBT,v 1.4 1993/08/31 15:17:25 rgrimes Exp $
f517b231
RG
5#
6
7machine "i386"
8cpu "i386"
9ident GENERICBT
10timezone 8 dst
11maxusers 10
39393c2b 12maxfdescs 2048 #Max file descriptors per process
130a018b 13options MATH_EMULATE #Support for x87 emulation
f517b231
RG
14options INET #InterNETworking
15options ISOFS #ISO File System
16options NFS #Network File System
17options PCFS #MSDOS File System
18options "COMPAT_43" #Compatible with BSD 4.3
19options "TCP_COMPAT_42" #TCP/IP compatible with 4.2
20options XSERVER #Xserver
21options UCONSOLE #X Console support
4d3cda17 22#options GATEWAY #Host is a Gateway (forwards packets)
f517b231
RG
23
24config "386bsd" root on wd0 swap on wd0 and sd0
25
26controller isa0
27
28controller fd0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
29disk fd0 at fd0 drive 0
30disk fd1 at fd0 drive 1
31
32controller wd0 at isa? port "IO_WD1" bio irq 14 vector wdintr
33disk wd0 at wd0 drive 0
34disk wd1 at wd0 drive 1
35
36controller bt0 at isa? port "IO_BT0" bio irq 12 vector btintr
37controller uha0 at isa? port "IO_UHA0" bio irq 11 drq 5 vector uhaintr
38controller scbus0
39
40device sd0
41device sd1
42device sd2
43device sd3
44
45device st0
46device st1
47
48device cd0
49device cd1
50
51device pc0 at isa? port "IO_KBD" tty irq 1 vector pcrint
52device npx0 at isa? port "IO_NPX" irq 13 vector npxintr
53
130a018b
RG
54#The old drivers are rearly needed anymore...
55#device com0 at isa? port "IO_COM1" tty irq 4 vector comintr
56#device com1 at isa? port "IO_COM2" tty irq 3 vector comintr
57#device com2 at isa? port "IO_COM3" tty irq 5 vector comintr
58#device com3 at isa? port "IO_COM4" tty irq 9 vector comintr
59
60#For high speed serial lines.
61device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr
62device sio1 at isa? port "IO_COM2" tty irq 3 vector siointr
63device sio2 at isa? port "IO_COM3" tty irq 5 vector siointr
64device sio3 at isa? port "IO_COM4" tty irq 9 vector siointr
f517b231
RG
65
66device lpt0 at isa? port "IO_LPT3" tty irq 7 vector lptintr
67device lpa0 at isa? port "IO_LPT1" tty
68device lpa1 at isa? port "IO_LPT2" tty
69
e9e0cc57 70device ed0 at isa? port 0x280 net irq 5 iomem 0xd8000 vector edintr
f517b231
RG
71#device ec0 at isa? port 0x250 net irq 9 iomem 0xd8000 iosiz 8192 vector ecintr
72device ne0 at isa? port 0x300 net irq 9 vector neintr
73device is0 at isa? port 0x280 net irq 10 drq 7 vector isintr
74
75device wt0 at isa? port 0x300 bio irq 5 drq 1 vector wtintr
76
77pseudo-device loop
78pseudo-device ether
79pseudo-device log
80pseudo-device sl 2
81pseudo-device pty 4
82pseudo-device speaker
83
84pseudo-device swappager
85pseudo-device vnodepager
86pseudo-device devpager