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