summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf/CORBIN
blob: 165e97ca01b76478dbde92eb0071d2ae21004b5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
#
# 'CORBIN' Kernel Configuration
#
machine		"i386"
cpu		"I386_CPU"
cpu		"I486_CPU"
ident		CORBIN

timezone	8 dst
maxusers	16

options		"i486"

options		INET,GATEWAY
#options		MULTICAST,MROUTING
options		FFS
options		MFS
options		NFS
options		LFS
options		FIFO
options		PROCFS
options		UNION
options		KERNFS
options		FDESC
options		PORTAL
options		NULLFS
options		UMAPFS
options		"CD9660"

options		KTRACE				#kernel syscall tracing
options		"COMPAT_43"			#sycall compatibility
#options		"TCP_COMPAT_42"
#options		UCONSOLE			#allow non-root console switch
#options		"COMCONSOLE=0"			#serial console
options		COM_BIDIR			#"bidirectional" serial ports
options		COM_MULTIPORT			#multiport serial cards
options		MATH_EMULATE			#i387 math emulator
#options		SYSVSHM				#SYSV shared memory
#options		"SHMMAXPGS=1024"		#max sysvshm shared pages
options		DUMMY_NOPS				#no nops in inb/outb
options		FAT_CURSOR				#block cursor
options		"NCONS=4"				#four virtual consoles
options		"SYMTAB_SPACE=92000"			#space for debugging symbols
options		"NFS_MAXATTRTIMO=10"			#maximum NFS attribute cache timeout

options		USER_LDT

config		kernel	root on sd0 swap on sd0 dumps on sd0

#ISA bus
controller	isa0

#MFM disk
controller	wdc0	at isa? port "IO_WD1" bio irq 14 vector wdintr
disk		wd0	at wdc0 drive 0
disk		wd1	at wdc0 drive 1

#Floppy disk
controller	fdc0	at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
disk		fd0	at fdc0 drive 0
disk		fd1	at fdc0 drive 1

#IO_AHA0 = 0x330  IO_AHA1 = 0x334
controller	ahb0	at isa? bio irq 11 vector ahbintr
#controller	aha0	at isa? port 0x330 bio irq 11 drq 5 vector ahaintr
#controller	aha1	at isa? port "IO_AHA1" bio irq 12 drq 7 vector ahaintr
controller	scbus0
device		sd0
device		sd1
device		sd2
device		sd3
#
device		st0
device		cd0
#
#device		mcd0	at isa? port 0x320 bio irq 5 vector mcdintr

#PC console - "syscons"
device		sc0	at isa? port "IO_KBD" tty irq 1 vector scintr

#Numeric processor (FPU)
device		npx0	at isa? port "IO_NPX" irq 13 vector npxintr

#16450/16550 UARTs
#device		com0	at isa? port "IO_COM1" tty irq 4 vector comintr
#device		com1	at isa? port "IO_COM2" tty irq 3 vector comintr
#device		com2	at isa? port 0x3e8 tty irq 9 vector comintr
#device		com3	at isa? port 0x2e8 tty irq 2 vector comintr
device		sio0	at isa? port "IO_COM1" tty irq 4 vector siointr
device		sio1	at isa? port "IO_COM2" tty irq 3 vector siointr
device		sio2	at isa? port 0x3e8 tty irq 9 vector siointr
#device		sio3	at isa? port 0x2e8 tty irq 2 vector siointr

#device ep0 at isa? port 0x300 net irq 10 vector epintr

#Western Digital WD8003/WD8013 ethernet
#device		ed0	at isa? port 0x300 net flags 0x04 irq 10 iomem 0xcc000 iosiz 16384 vector edintr
device		ed0	at isa? port 0x300 net irq 10 iomem 0xcc000 vector edintr

#device		is0	at isa? port 0x280 net irq 10 drq 7 vector isintr

#device		wt0	at isa? port 0x300 bio irq 5 drq 1 vector wtintr

#device		sb0	at isa? port 0x220 irq 5 drq 1 vector sbintr

#device snd3 at isa? port 0x388 irq 12 drq 3 vector pasintr
#device snd2 at isa? port 0x220 irq 7 drq 1 vector sbintr

pseudo-device	loop
pseudo-device	ether
pseudo-device	sl	2
pseudo-device	log
pseudo-device	pty	16
pseudo-device	bpfilter	4
pseudo-device	ddb
#pseudo-device	speaker
OpenPOWER on IntegriCloud