This is the IBM/National PCMCIA ethernet driver from Keith Moore,
[unix-history] / sys / i386 / conf / SYSCONS
CommitLineData
6d980706 1#
b69a78af 2# SYSCONS -- Generic machine with WD/AHx family disks and syscons
6d980706 3#
2b78f67c 4# $Id: SYSCONS,v 1.21 1994/03/02 20:18:09 guido Exp $
6d980706
JH
5#
6
7machine "i386"
a2c5b132
RG
8cpu "I386_CPU"
9cpu "I486_CPU"
2b78f67c 10cpu "I586_CPU"
b69a78af 11ident SYSCONS
6d980706
JH
12timezone 8 dst
13maxusers 10
39393c2b 14maxfdescs 2048 #Max file descriptors per process
130a018b 15options MATH_EMULATE #Support for x87 emulation
6d980706
JH
16options INET #InterNETworking
17options ISOFS #ISO File System
18options NFS #Network File System
b69a78af 19options PCFS #MSDOS File System
6d980706
JH
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
24options "NCONS=8" #8 virtual consoles
ec5c59b1
JH
25options "FAT_CURSOR" #block cursor in syscons
26options "STAR_SAVER" #syscons "stars" screen saver
4d3cda17 27#options GATEWAY #Host is a Gateway (forwards packets)
6d980706 28
c056e563 29config "386bsd" root on wd0 swap on wd0 and sd0 dumps on wd0
6d980706
JH
30
31controller isa0
32
6ba0aaa3
AM
33controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
34disk fd0 at fdc0 drive 0
35disk fd1 at fdc0 drive 1
439403e2 36#tape ft0 at fdc0 drive 2
6d980706 37
046ca789
NW
38controller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr
39disk wd0 at wdc0 drive 0
40disk wd1 at wdc0 drive 1
41
42controller wdc1 at isa? port "IO_WD2" bio irq 15 vector wdintr
43disk wd2 at wdc1 drive 0
44disk wd3 at wdc1 drive 1
6d980706
JH
45
46controller ahb0 at isa? bio irq 11 vector ahbintr
47controller aha0 at isa? port "IO_AHA0" bio irq 11 drq 5 vector ahaintr
48controller scbus0
49
50device sd0
51device sd1
52device sd2
53device sd3
54
55device st0
56device st1
6d980706 57
c6ceebea 58device cd0 #Only need one of these, the code dynamically grows
6d980706
JH
59
60device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr
61device npx0 at isa? port "IO_NPX" irq 13 vector npxintr
62
130a018b
RG
63device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr
64device sio1 at isa? port "IO_COM2" tty irq 3 vector siointr
65device sio2 at isa? port "IO_COM3" tty irq 5 vector siointr
66device sio3 at isa? port "IO_COM4" tty irq 9 vector siointr
6d980706
JH
67
68device lpt0 at isa? port "IO_LPT3" tty irq 7 vector lptintr
69device lpa0 at isa? port "IO_LPT1" tty
70device lpa1 at isa? port "IO_LPT2" tty
71
e9e0cc57 72device ed0 at isa? port 0x280 net irq 5 iomem 0xd8000 vector edintr
d3f66e31 73device ed1 at isa? port 0x300 net irq 5 iomem 0xd8000 vector edintr
cdac27c6 74device ie0 at isa? port 0x360 net irq 7 iomem 0xd0000 vector ieintr
6d980706
JH
75device is0 at isa? port 0x280 net irq 10 drq 7 vector isintr
76
77device wt0 at isa? port 0x300 bio irq 5 drq 1 vector wtintr
78
79pseudo-device loop
80pseudo-device ether
81pseudo-device log
82pseudo-device sl 2
de3b2074 83pseudo-device pty 16
6d980706
JH
84pseudo-device speaker
85
86pseudo-device swappager
87pseudo-device vnodepager
88pseudo-device devpager