xref: /freebsd/sys/i386/conf/NOTES (revision 2365e64f8b5508088f57494e6e8c3b354ff79117)
1#
2# LINT -- config file for checking all the sources, tries to pull in
3#         as much of the source tree as it can.
4#
5#	This kernel is NOT MEANT to be runnable!
6#
7#	$Id$
8#
9
10machine		"i386"
11cpu		"i386"
12ident		LINT
13timezone	8 dst
14maxusers	10
15
16config		"386bsd"	root on wd0 swap on wd0 and sd0
17
18#
19# options that appear as inline #ifdef's
20#
21options		"COM_BIDIR"		#Bidirectional support in sys/isa/sio.c
22options		"COM_MULTIPORT"		#Multiport support in sys/isa/sio.c
23options		"COMPAT_43"		#compatible with BSD 4.3
24options		GATEWAY			#internetwork gateway
25options		KTRACE			#kernel tracing
26options		"NCONS=8"		#number of syscons virtual consoles
27options		"TCP_COMPAT_42"		#tcp/ip compatible with 4.2
28options		UCONSOLE		#x console support
29options		XSERVER			#xserver
30
31#
32# options that are in sys/conf/files
33#
34pseudo-device	bpfilter		#berkeley packet filter
35options		CCITT
36device		cd0			#scsi cdrom driver
37device		cd1
38device		ch0
39pseudo-device	ddb
40pseudo-device	devpager
41options		EON
42pseudo-device	ether
43options		FIFO
44#pseudo-device	imp
45options		INET			#Internet communications protocols
46options		ISO
47options		ISOFS			#ISO 9660 File System
48pseudo-device	loop
49options		MFS			#Memroy File System
50options		NFS			#Network File System
51#options	NS			#Xerox NS communications protocols
52options		PCFS			#PC (MSDOS) File System
53pseudo-device	pty	4
54options		QUOTA			#enable disk quotas
55controller	scbus0
56device		sd0
57device		sd1
58device		sd2
59device		sd3
60pseudo-device	sl	2
61device		st0
62device		st1
63pseudo-device	swappager
64#options	SYSVSHM
65#pseudo-device	tb			#tablet line discipline.
66pseudo-device	tpip
67#pseudo-device	tun
68pseudo-device	vnodepager
69
70#
71# options that are in sys/i386/conf/files.i386
72#
73#This is needed here so the isa? below will work
74controller	isa0
75
76controller	aha0	at isa? port "IO_AHA0" bio irq 11 drq 5 vector ahaintr
77controller	ahb0	at isa? bio irq 11 vector ahbintr
78controller	bt0	at isa? port "IO_BT0" bio irq 12  vector btintr
79device		com0	at isa? port "IO_COM1" tty irq 4 vector comintr
80device		com1	at isa? port "IO_COM2" tty irq 3 vector comintr
81device		com2	at isa? port "IO_COM3" tty irq 5 vector comintr
82device		com3	at isa? port "IO_COM4" tty irq 9 vector comintr
83#dcfclk	device-driver
84controller	fd0	at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
85disk		fd0	at fd0 drive 0
86disk		fd1	at fd0 drive 1
87device ec0 at isa? port 0x250 net irq 9 iomem 0xd8000 iosiz 8192 vector ecintr
88device ed0 at isa? port 0x280 net irq 9 iomem 0xd0000 vector edintr
89device is0 at isa? port 0x280 net irq 10 drq 7 vector isintr
90device ne0 at isa? port 0x300 net irq 9 vector neintr
91#device ix0 at isa? port 0x320 net irq 10 iomem 0xd0000 iosiz 32768 vector ixintr
92device we0 at isa? port 0x280 net irq 9 iomem 0xd0000 iosiz 8192 vector weintr
93#special cased above:
94#controller	isa0
95device		lpa0	at isa? port "IO_LPT1" tty
96device		lpa1	at isa? port "IO_LPT2" tty
97device		lpt0	at isa? port "IO_LPT3" tty irq 7 vector lptintr
98#mse	device-driver
99device		npx0	at isa? port "IO_NPX" irq 13 vector npxintr
100device		pc0	at isa? port "IO_KBD" tty irq 1 vector pcrint
101#only one of pc0 or sc0 allowed
102#device		sc0	at isa? port "IO_KBD" tty irq 1 vector scintr
103device		sio0	at isa? port "IO_COM1" tty irq 4 vector siointr
104device		sio1	at isa? port "IO_COM2" tty irq 3 vector siointr
105device		sio2	at isa? port "IO_COM3" tty irq 5 vector siointr
106device		sio3	at isa? port "IO_COM4" tty irq 9 vector siointr
107pseudo-device	speaker
108#tw	device-driver
109controller	uha0	at isa? port "IO_UHA0" bio irq 11 drq 5 vector uhaintr
110controller	wd0	at isa? port "IO_WD1" bio irq 14 vector wdintr
111disk		wd0	at wd0 drive 0
112disk		wd1	at wd0 drive 1
113device		wt0	at isa? port 0x300 bio irq 5 drq 1 vector wtintr
114
115#
116# options that have not been resolved yet
117#
118pseudo-device	log
119