This is the IBM/National PCMCIA ethernet driver from Keith Moore,
[unix-history] / sys / i386 / conf / GENERICAH
CommitLineData
15637ed4 1#
f517b231 2# GENERICAH -- Generic machine with WD/AHx family disks
15637ed4 3#
2b78f67c 4# $Id: GENERICAH,v 1.34 1994/06/02 12:18:20 csgr Exp $
15637ed4
RG
5#
6
7machine "i386"
a2c5b132
RG
8cpu "I386_CPU"
9cpu "I486_CPU"
2b78f67c 10cpu "I586_CPU"
f517b231 11ident GENERICAH
15637ed4
RG
12timezone 8 dst
13maxusers 10
39393c2b 14maxfdescs 2048 #Max file descriptors per process
130a018b 15options MATH_EMULATE #Support for x87 emulation
15637ed4
RG
16options INET #InterNETworking
17options ISOFS #ISO File System
18options NFS #Network File System
f517b231 19options PCFS #MSDOS File System
15637ed4
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)
f2592d93 26options "SCSI_DELAY=15" #Be pessimistic about Joe SCSI device
b7a6d1ae 27options "NCONS=4" #4 virtual consoles
15637ed4 28
1f838908 29config "386bsd" root on wd0 swap on wd0 and wd1 and sd0 and sd1 dumps on wd0
15637ed4
RG
30
31controller isa0
32
6f59a65b
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
15637ed4 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
15637ed4
RG
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
15637ed4 57
8ece3c16 58device cd0 #Only need one of these, the code dynamically grows
15637ed4 59
aa18bd98
RG
60device wt0 at isa? port 0x300 bio irq 5 drq 1 vector wtintr
61device mcd0 at isa? port 0x300 bio irq 10 vector mcdintr
77efaef5 62device mcd1 at isa? port 0x340 bio irq 11 vector mcdintr
aa18bd98 63
b7a6d1ae 64device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr
15637ed4
RG
65device npx0 at isa? port "IO_NPX" irq 13 vector npxintr
66
130a018b
RG
67device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr
68device sio1 at isa? port "IO_COM2" tty irq 3 vector siointr
69device sio2 at isa? port "IO_COM3" tty irq 5 vector siointr
70device sio3 at isa? port "IO_COM4" tty irq 9 vector siointr
f517b231 71
f769d3f3
GR
72device lpt0 at isa? port? tty irq 7 vector lptintr
73device lpt1 at isa? port? tty
74device lpt2 at isa? port? tty
15637ed4 75
e9e0cc57 76device ed0 at isa? port 0x280 net irq 5 iomem 0xd8000 vector edintr
d3f66e31 77device ed1 at isa? port 0x300 net irq 5 iomem 0xd8000 vector edintr
cdac27c6 78device ie0 at isa? port 0x360 net irq 7 iomem 0xd0000 vector ieintr
15637ed4
RG
79device is0 at isa? port 0x280 net irq 10 drq 7 vector isintr
80
15637ed4
RG
81pseudo-device loop
82pseudo-device ether
83pseudo-device log
84pseudo-device sl 2
de3b2074 85pseudo-device pty 16
15637ed4
RG
86pseudo-device speaker
87
88pseudo-device swappager
89pseudo-device vnodepager
90pseudo-device devpager