Added the option FAT_CURSOR into the GENERIC kernel descriptions for
[unix-history] / sys / i386 / conf / GENERICWX
CommitLineData
e531647e
NW
1#
2# GENERICWX -- Generic machine with alternative WD/IDE driver
3#
2fe35d04 4# $Id: GENERICWX,v 1.1 1993/10/26 22:29:41 nate Exp $
e531647e
NW
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
2fe35d04 23options "FAT_CURSOR" #block cursor in syscons or pccons
e531647e
NW
24#options GATEWAY #Host is a Gateway (forwards packets)
25
26config "386bsd" root on wx0 swap on wx0 and sd0
27
28controller isa0
29
30controller fd0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
31disk fd0 at fd0 drive 0
32disk fd1 at fd0 drive 1
33
34controller wx0 at isa? port "IO_WD1" bio irq 14 vector wdintr
35disk wx0 at wx0 drive 0
36disk wx1 at wx0 drive 1
37
38controller ahb0 at isa? bio irq 11 vector ahbintr
39controller aha0 at isa? port "IO_AHA0" bio irq 11 drq 5 vector ahaintr
40controller scbus0
41
42device sd0
43device sd1
44device sd2
45device sd3
46
47device st0
48device st1
49
50device cd0 #Only need one of these, the code dynamically grows
51
52device wt0 at isa? port 0x300 bio irq 5 drq 1 vector wtintr
53device mcd0 at isa? port 0x300 bio irq 10 vector mcdintr
54
55device pc0 at isa? port "IO_KBD" tty irq 1 vector pcrint
56device npx0 at isa? port "IO_NPX" irq 13 vector npxintr
57
58#The old drivers are rarely needed anymore...
59#device com0 at isa? port "IO_COM1" tty irq 4 vector comintr
60#device com1 at isa? port "IO_COM2" tty irq 3 vector comintr
61#device com2 at isa? port "IO_COM3" tty irq 5 vector comintr
62#device com3 at isa? port "IO_COM4" tty irq 9 vector comintr
63
64#For high speed serial lines.
65device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr
66device sio1 at isa? port "IO_COM2" tty irq 3 vector siointr
67device sio2 at isa? port "IO_COM3" tty irq 5 vector siointr
68device sio3 at isa? port "IO_COM4" tty irq 9 vector siointr
69
70device lpt0 at isa? port "IO_LPT3" tty irq 7 vector lptintr
71device lpa0 at isa? port "IO_LPT1" tty
72device lpa1 at isa? port "IO_LPT2" tty
73
74device ed0 at isa? port 0x280 net irq 5 iomem 0xd8000 vector edintr
75device ed1 at isa? port 0x300 net irq 5 iomem 0xd8000 vector edintr
76device ie0 at isa? port 0x360 net irq 7 iomem 0xd0000 vector ieintr
77device is0 at isa? port 0x280 net irq 10 drq 7 vector isintr
78
79pseudo-device loop
80pseudo-device ether
81pseudo-device log
82pseudo-device sl 2
83pseudo-device pty 12
84pseudo-device speaker
85
86pseudo-device swappager
87pseudo-device vnodepager
88pseudo-device devpager