xref: /freebsd/sys/conf/NOTES (revision 2365e64f8b5508088f57494e6e8c3b354ff79117)
12365e64fSRodney W. Grimes#
22365e64fSRodney W. Grimes# LINT -- config file for checking all the sources, tries to pull in
32365e64fSRodney W. Grimes#         as much of the source tree as it can.
42365e64fSRodney W. Grimes#
52365e64fSRodney W. Grimes#	This kernel is NOT MEANT to be runnable!
62365e64fSRodney W. Grimes#
72365e64fSRodney W. Grimes#	$Id$
82365e64fSRodney W. Grimes#
92365e64fSRodney W. Grimes
102365e64fSRodney W. Grimesmachine		"i386"
112365e64fSRodney W. Grimescpu		"i386"
122365e64fSRodney W. Grimesident		LINT
132365e64fSRodney W. Grimestimezone	8 dst
142365e64fSRodney W. Grimesmaxusers	10
152365e64fSRodney W. Grimes
162365e64fSRodney W. Grimesconfig		"386bsd"	root on wd0 swap on wd0 and sd0
172365e64fSRodney W. Grimes
182365e64fSRodney W. Grimes#
192365e64fSRodney W. Grimes# options that appear as inline #ifdef's
202365e64fSRodney W. Grimes#
212365e64fSRodney W. Grimesoptions		"COM_BIDIR"		#Bidirectional support in sys/isa/sio.c
222365e64fSRodney W. Grimesoptions		"COM_MULTIPORT"		#Multiport support in sys/isa/sio.c
232365e64fSRodney W. Grimesoptions		"COMPAT_43"		#compatible with BSD 4.3
242365e64fSRodney W. Grimesoptions		GATEWAY			#internetwork gateway
252365e64fSRodney W. Grimesoptions		KTRACE			#kernel tracing
262365e64fSRodney W. Grimesoptions		"NCONS=8"		#number of syscons virtual consoles
272365e64fSRodney W. Grimesoptions		"TCP_COMPAT_42"		#tcp/ip compatible with 4.2
282365e64fSRodney W. Grimesoptions		UCONSOLE		#x console support
292365e64fSRodney W. Grimesoptions		XSERVER			#xserver
302365e64fSRodney W. Grimes
312365e64fSRodney W. Grimes#
322365e64fSRodney W. Grimes# options that are in sys/conf/files
332365e64fSRodney W. Grimes#
342365e64fSRodney W. Grimespseudo-device	bpfilter		#berkeley packet filter
352365e64fSRodney W. Grimesoptions		CCITT
362365e64fSRodney W. Grimesdevice		cd0			#scsi cdrom driver
372365e64fSRodney W. Grimesdevice		cd1
382365e64fSRodney W. Grimesdevice		ch0
392365e64fSRodney W. Grimespseudo-device	ddb
402365e64fSRodney W. Grimespseudo-device	devpager
412365e64fSRodney W. Grimesoptions		EON
422365e64fSRodney W. Grimespseudo-device	ether
432365e64fSRodney W. Grimesoptions		FIFO
442365e64fSRodney W. Grimes#pseudo-device	imp
452365e64fSRodney W. Grimesoptions		INET			#Internet communications protocols
462365e64fSRodney W. Grimesoptions		ISO
472365e64fSRodney W. Grimesoptions		ISOFS			#ISO 9660 File System
482365e64fSRodney W. Grimespseudo-device	loop
492365e64fSRodney W. Grimesoptions		MFS			#Memroy File System
502365e64fSRodney W. Grimesoptions		NFS			#Network File System
512365e64fSRodney W. Grimes#options	NS			#Xerox NS communications protocols
522365e64fSRodney W. Grimesoptions		PCFS			#PC (MSDOS) File System
532365e64fSRodney W. Grimespseudo-device	pty	4
542365e64fSRodney W. Grimesoptions		QUOTA			#enable disk quotas
552365e64fSRodney W. Grimescontroller	scbus0
562365e64fSRodney W. Grimesdevice		sd0
572365e64fSRodney W. Grimesdevice		sd1
582365e64fSRodney W. Grimesdevice		sd2
592365e64fSRodney W. Grimesdevice		sd3
602365e64fSRodney W. Grimespseudo-device	sl	2
612365e64fSRodney W. Grimesdevice		st0
622365e64fSRodney W. Grimesdevice		st1
632365e64fSRodney W. Grimespseudo-device	swappager
642365e64fSRodney W. Grimes#options	SYSVSHM
652365e64fSRodney W. Grimes#pseudo-device	tb			#tablet line discipline.
662365e64fSRodney W. Grimespseudo-device	tpip
672365e64fSRodney W. Grimes#pseudo-device	tun
682365e64fSRodney W. Grimespseudo-device	vnodepager
692365e64fSRodney W. Grimes
702365e64fSRodney W. Grimes#
712365e64fSRodney W. Grimes# options that are in sys/i386/conf/files.i386
722365e64fSRodney W. Grimes#
732365e64fSRodney W. Grimes#This is needed here so the isa? below will work
742365e64fSRodney W. Grimescontroller	isa0
752365e64fSRodney W. Grimes
762365e64fSRodney W. Grimescontroller	aha0	at isa? port "IO_AHA0" bio irq 11 drq 5 vector ahaintr
772365e64fSRodney W. Grimescontroller	ahb0	at isa? bio irq 11 vector ahbintr
782365e64fSRodney W. Grimescontroller	bt0	at isa? port "IO_BT0" bio irq 12  vector btintr
792365e64fSRodney W. Grimesdevice		com0	at isa? port "IO_COM1" tty irq 4 vector comintr
802365e64fSRodney W. Grimesdevice		com1	at isa? port "IO_COM2" tty irq 3 vector comintr
812365e64fSRodney W. Grimesdevice		com2	at isa? port "IO_COM3" tty irq 5 vector comintr
822365e64fSRodney W. Grimesdevice		com3	at isa? port "IO_COM4" tty irq 9 vector comintr
832365e64fSRodney W. Grimes#dcfclk	device-driver
842365e64fSRodney W. Grimescontroller	fd0	at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
852365e64fSRodney W. Grimesdisk		fd0	at fd0 drive 0
862365e64fSRodney W. Grimesdisk		fd1	at fd0 drive 1
872365e64fSRodney W. Grimesdevice ec0 at isa? port 0x250 net irq 9 iomem 0xd8000 iosiz 8192 vector ecintr
882365e64fSRodney W. Grimesdevice ed0 at isa? port 0x280 net irq 9 iomem 0xd0000 vector edintr
892365e64fSRodney W. Grimesdevice is0 at isa? port 0x280 net irq 10 drq 7 vector isintr
902365e64fSRodney W. Grimesdevice ne0 at isa? port 0x300 net irq 9 vector neintr
912365e64fSRodney W. Grimes#device ix0 at isa? port 0x320 net irq 10 iomem 0xd0000 iosiz 32768 vector ixintr
922365e64fSRodney W. Grimesdevice we0 at isa? port 0x280 net irq 9 iomem 0xd0000 iosiz 8192 vector weintr
932365e64fSRodney W. Grimes#special cased above:
942365e64fSRodney W. Grimes#controller	isa0
952365e64fSRodney W. Grimesdevice		lpa0	at isa? port "IO_LPT1" tty
962365e64fSRodney W. Grimesdevice		lpa1	at isa? port "IO_LPT2" tty
972365e64fSRodney W. Grimesdevice		lpt0	at isa? port "IO_LPT3" tty irq 7 vector lptintr
982365e64fSRodney W. Grimes#mse	device-driver
992365e64fSRodney W. Grimesdevice		npx0	at isa? port "IO_NPX" irq 13 vector npxintr
1002365e64fSRodney W. Grimesdevice		pc0	at isa? port "IO_KBD" tty irq 1 vector pcrint
1012365e64fSRodney W. Grimes#only one of pc0 or sc0 allowed
1022365e64fSRodney W. Grimes#device		sc0	at isa? port "IO_KBD" tty irq 1 vector scintr
1032365e64fSRodney W. Grimesdevice		sio0	at isa? port "IO_COM1" tty irq 4 vector siointr
1042365e64fSRodney W. Grimesdevice		sio1	at isa? port "IO_COM2" tty irq 3 vector siointr
1052365e64fSRodney W. Grimesdevice		sio2	at isa? port "IO_COM3" tty irq 5 vector siointr
1062365e64fSRodney W. Grimesdevice		sio3	at isa? port "IO_COM4" tty irq 9 vector siointr
1072365e64fSRodney W. Grimespseudo-device	speaker
1082365e64fSRodney W. Grimes#tw	device-driver
1092365e64fSRodney W. Grimescontroller	uha0	at isa? port "IO_UHA0" bio irq 11 drq 5 vector uhaintr
1102365e64fSRodney W. Grimescontroller	wd0	at isa? port "IO_WD1" bio irq 14 vector wdintr
1112365e64fSRodney W. Grimesdisk		wd0	at wd0 drive 0
1122365e64fSRodney W. Grimesdisk		wd1	at wd0 drive 1
1132365e64fSRodney W. Grimesdevice		wt0	at isa? port 0x300 bio irq 5 drq 1 vector wtintr
1142365e64fSRodney W. Grimes
1152365e64fSRodney W. Grimes#
1162365e64fSRodney W. Grimes# options that have not been resolved yet
1172365e64fSRodney W. Grimes#
1182365e64fSRodney W. Grimespseudo-device	log
119