ALL revision 1.11
1#
2#	ALL -- everything that's currently supported
3#
4#	$Id: ALL,v 1.11 1993/06/06 22:20:03 cgd Exp $
5#
6machine		"i386"
7cpu		"I386_CPU"
8cpu		"I486_CPU"
9ident		ALL
10timezone	8 dst
11maxusers	30
12
13options KTRACE
14options FIFO
15#options SYSVSHM		broken
16#options SHMMAXPGS=1024		broken
17options QUOTA
18options MFS
19options NFS
20#options IMP	 
21options INET
22options NS
23options ISO
24options TPIP
25options EON
26options CCITT
27options ISOFS
28options DDB
29options FDESC
30options KERNFS
31options SCSI
32options	"MATH_EMULATE"
33options		"COMPAT_NOMID"
34
35options		"COMPAT_43"
36options		"TCP_COMPAT_42"
37
38config		netbsd	root on wd0 swap on wd0 and sd0
39
40#buses
41controller	isa0
42
43#non-scsi disk controllers
44controller	wdc0	at isa? port "IO_WD1" bio irq 14 vector wdintr
45disk		wd0	at wdc0 drive 0
46disk		wd0	at wdc0 drive 1
47
48#floppy controller
49controller	fdc0	at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
50disk		fd0	at fdc0 drive 0
51disk		fd1	at fdc0 drive 1
52
53#console
54device		pc0	at isa? port "IO_KBD" tty irq 1 vector pcrint
55
56#math co-processor
57device		npx0	at isa? port "IO_NPX" irq 13 vector npxintr
58
59#serial
60device		com0	at isa? port "IO_COM1" tty irq 4 vector comintr
61device		com1	at isa? port "IO_COM2" tty irq 3 vector comintr
62
63#scsi
64controller	aha0	at isa? port "IO_AHA0" bio irq 11 drq 5 vector ahaintr
65controller	ahb0	at isa? bio irq 11  vector ahbintr
66controller	bt0	at isa? port "IO_BT0" bio irq 11  vector btintr
67controller	uha0	at isa? port "IO_UHA0" bio irq 11 drq 5 vector uhaintr
68controller	scbus0
69
70device		sd0
71device		sd1
72
73device		st0
74device		st1
75
76device		cd0
77device		cd1
78
79device	        ch0
80device	        ch1
81
82#ether
83device we0 at isa? port 0x300 net irq 10 iomem 0xd0000 iosiz 8192 vector weintr
84device ne0 at isa? port 0x300 net irq 9 vector neintr
85device is0 at isa? port 0x280 net irq 10 drq 7 vector isintr
86device ec0 at isa? port 0x250 net irq 9 iomem 0xd8000 iosiz 8192 vector ecintr
87
88#pseudo-devices
89pseudo-device pty8
90#pseudo-device tb2	was never ported to 4.4
91pseudo-device devpager
92pseudo-device swappager
93pseudo-device vnodepager
94pseudo-device bpfilter3
95pseudo-device loop
96pseudo-device sl
97#pseudo-device tun	missing header files
98pseudo-device ether #XXX
99pseudo-device speaker
100