Removed wx driver hooks.
[unix-history] / sys / i386 / conf / GENERICBT
CommitLineData
f517b231
RG
1#
2# GENERICBT -- Generic machine with WD/BTx family disks
3#
fde1aeb2 4# $Id: GENERICBT,v 1.17 1993/12/12 12:22:26 davidg Exp $
f517b231
RG
5#
6
7machine "i386"
a2c5b132
RG
8cpu "I386_CPU"
9cpu "I486_CPU"
f517b231
RG
10ident GENERICBT
11timezone 8 dst
12maxusers 10
39393c2b 13maxfdescs 2048 #Max file descriptors per process
130a018b 14options MATH_EMULATE #Support for x87 emulation
f517b231
RG
15options INET #InterNETworking
16options ISOFS #ISO File System
17options NFS #Network File System
18options PCFS #MSDOS File System
fde1aeb2 19#options PROCFS #Proc File System
f517b231
RG
20options "COMPAT_43" #Compatible with BSD 4.3
21options "TCP_COMPAT_42" #TCP/IP compatible with 4.2
22options XSERVER #Xserver
23options UCONSOLE #X Console support
2fe35d04 24options "FAT_CURSOR" #block cursor in syscons or pccons
4d3cda17 25#options GATEWAY #Host is a Gateway (forwards packets)
f517b231
RG
26
27config "386bsd" root on wd0 swap on wd0 and sd0
28
29controller isa0
30
31controller fd0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
32disk fd0 at fd0 drive 0
33disk fd1 at fd0 drive 1
34
35controller wd0 at isa? port "IO_WD1" bio irq 14 vector wdintr
36disk wd0 at wd0 drive 0
37disk wd1 at wd0 drive 1
38
39controller bt0 at isa? port "IO_BT0" bio irq 12 vector btintr
fd5d70df 40controller uha0 at isa? port "IO_UHA0" bio irq 14 drq 5 vector uhaintr
f517b231
RG
41controller scbus0
42
43device sd0
44device sd1
45device sd2
46device sd3
47
48device st0
49device st1
50
8ece3c16 51device cd0 #Only need one of these, the code dynamically grows
f517b231 52
5f43b1bd 53device wt0 at isa? port 0x300 bio irq 5 drq 1 vector wtintr
afd66205 54device mcd0 at isa? port 0x300 bio irq 10 vector mcdintr
5f43b1bd 55
f517b231
RG
56device pc0 at isa? port "IO_KBD" tty irq 1 vector pcrint
57device npx0 at isa? port "IO_NPX" irq 13 vector npxintr
58
986f1a61 59#The old drivers are rarely needed anymore...
130a018b
RG
60#device com0 at isa? port "IO_COM1" tty irq 4 vector comintr
61#device com1 at isa? port "IO_COM2" tty irq 3 vector comintr
62#device com2 at isa? port "IO_COM3" tty irq 5 vector comintr
63#device com3 at isa? port "IO_COM4" tty irq 9 vector comintr
64
65#For high speed serial lines.
66device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr
67device sio1 at isa? port "IO_COM2" tty irq 3 vector siointr
68device sio2 at isa? port "IO_COM3" tty irq 5 vector siointr
69device sio3 at isa? port "IO_COM4" tty irq 9 vector siointr
f517b231
RG
70
71device lpt0 at isa? port "IO_LPT3" tty irq 7 vector lptintr
72device lpa0 at isa? port "IO_LPT1" tty
73device lpa1 at isa? port "IO_LPT2" tty
74
e9e0cc57 75device ed0 at isa? port 0x280 net irq 5 iomem 0xd8000 vector edintr
d3f66e31 76device ed1 at isa? port 0x300 net irq 5 iomem 0xd8000 vector edintr
cdac27c6 77device ie0 at isa? port 0x360 net irq 7 iomem 0xd0000 vector ieintr
f517b231
RG
78device is0 at isa? port 0x280 net irq 10 drq 7 vector isintr
79
f517b231
RG
80pseudo-device loop
81pseudo-device ether
82pseudo-device log
83pseudo-device sl 2
272e1018 84pseudo-device pty 12
f517b231
RG
85pseudo-device speaker
86
87pseudo-device swappager
88pseudo-device vnodepager
89pseudo-device devpager