GENERIC revision 1.5
11.1Swdk#
21.5Swdk# 	$NetBSD: GENERIC,v 1.5 2001/02/21 09:14:33 wdk Exp $
31.1Swdk#
41.1Swdkinclude		"arch/mipsco/conf/std.mipsco"
51.1Swdk
61.1Swdkmaxusers	16
71.1Swdk
81.1Swdkoptions 	MIPS1			# R2000/R3000 support
91.1Swdk
101.1Swdk# Standard system options
111.1Swdkoptions 	KTRACE			# system call tracing support
121.1Swdkoptions 	SYSVMSG			# System V message queues
131.1Swdkoptions 	SYSVSEM			# System V semaphores
141.1Swdkoptions 	SYSVSHM			# System V shared memory
151.1Swdk#options 	SHMMAXPGS=1024		# 1024 pages is the default
161.1Swdk#options 	LKM			# loadable kernel modules
171.1Swdk#options 	NTP			# network time protocol
181.1Swdk#options 	UCONSOLE		# users can redirect console (unsafe)
191.1Swdkoptions		HZ=25
201.1Swdk
211.1Swdk# Debugging options
221.1Swdkoptions 	DDB			# kernel dynamic debugger
231.1Swdkoptions 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
241.1Swdk#options 	DEBUG			# extra kernel debugging support
251.1Swdkoptions 	DIAGNOSTIC		# extra kernel sanity checking
261.1Swdkoptions 	SCSIVERBOSE		# Verbose SCSI errors
271.5Swdk
281.5Swdk#options	KGDB			# Remote kernel debug using gdb
291.5Swdk#options	KGDBDEV=0x0100		# KGDB port (this is serial0)
301.5Swdk#options	KGDBRATE=19200		# KGDB Baud Rate (default=19200)
311.5Swdk#makeoptions	DEBUG="-g"		# Build kernel with debug symbols
321.1Swdk
331.1Swdk# Compatibility options
341.1Swdkoptions 	COMPAT_43		# compatibility with 4.3BSD binaries
351.1Swdk#options 	COMPAT_10		# NetBSD 1.0 binary compatibility
361.1Swdk#options 	COMPAT_11		# NetBSD 1.1 binary compatibility
371.1Swdk#options 	COMPAT_12		# NetBSD 1.2 binary compatibility
381.1Swdkoptions 	COMPAT_13		# NetBSD 1.3 binary compatibility
391.1Swdkoptions 	COMPAT_14		# NetBSD 1.4 binary compatibility
401.1Swdk#options 	EXEC_AOUT		# exec a.out binaries
411.1Swdk#options 	EXEC_ECOFF		# exec ecoff binaries
421.1Swdk
431.1Swdk# Filesystem options
441.1Swdkfile-system	FFS		# Berkeley Fast Filesystem
451.1Swdkfile-system	NFS		# Sun NFS-compatible filesystem client
461.1Swdkfile-system	KERNFS		# kernel data-structure filesystem
471.1Swdk#file-system	NULLFS		# NULL layered filesystem
481.1Swdk#file-system	MFS		# memory-based filesystem
491.1Swdk#file-system	FDESC		# user file descriptor filesystem
501.1Swdk#file-system	UMAPFS		# uid/gid remapping filesystem
511.1Swdk#file-system	LFS		# Log-based filesystem (still experimental)
521.1Swdk#file-system	PORTAL		# portal filesystem (still experimental)
531.1Swdkfile-system	PROCFS		# /proc
541.1Swdkfile-system	CD9660		# ISO 9660 + Rock Ridge file system
551.1Swdk#file-system	UNION		# union file system
561.1Swdk#file-system	MSDOSFS		# MS-DOS FAT filesystem(s).
571.1Swdk#
581.1Swdkoptions 	NFSSERVER	# Sun NFS-compatible filesystem server
591.1Swdkoptions 	QUOTA		# FFS quotas
601.1Swdk#options 	FFS_EI		# FFS Endian Independant support
611.1Swdk
621.1Swdk# Networking options
631.1Swdkoptions 	INET		# Internet protocols
641.1Swdk#options 	GATEWAY		# IP packet forwarding
651.1Swdk#options 	MROUTING	# packet forwarding of multicast packets
661.1Swdk#options 	NS		# Xerox NS networking
671.1Swdk#options 	NSIP		# Xerox NS tunneling over IP
681.1Swdk#options 	ISO,TPIP	# OSI networking
691.1Swdk#options 	EON		# OSI tunneling over IP
701.1Swdk#options 	CCITT,LLC,HDLC	# X.25
711.1Swdk#options 	NETATALK	# AppleTalk (over Ethernet) protocol
721.1Swdk#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
731.1Swdk#options 	PPP_DEFLATE	# Deflate compression support for PPP
741.1Swdk#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
751.1Swdk#options 	PFIL_HOOKS	# pfil(9) packet filter hooks
761.1Swdk#options 	IPFILTER_LOG	# ipmon(8) log support
771.1Swdk
781.1Swdkoptions 	TCP_COMPAT_42	# compatibility with 4.2BSD TCP/IP
791.1Swdk
801.1Swdkconfig		netbsd	root on ? type ?
811.1Swdk
821.1Swdkmainbus0 at root
831.1Swdk
841.1Swdkcpu0	at mainbus0
851.1Swdkobio0	at mainbus0
861.1Swdk
871.1Swdkmkclock0 at obio0 addr 0xbd000000	# MK48T02 realtime clock
881.1Swdk
891.1Swdkrambo0	at obio0 addr 0xbc000000	# RAMBO dma & timer asic
901.1Swdk
911.1Swdkle0	at obio0 addr 0xba000000	# onboard LANCE ethernet
921.1Swdk
931.1Swdk# Not currently implemented
941.1Swdk#kb0	at obio0 addr 0xbfd00000	# keyboard
951.1Swdk#fb0	at obio0 addr 0x88000000	# framebuffer
961.1Swdk
971.1Swdkfd0	at obio0 addr 0xbe000000	# i82072 floppy disk controller
981.1Swdk
991.1Swdkzsc0	at obio0 addr 0xbb000000	# Base address for Z8530 SCC
1001.1Swdkzstty0	at zsc0 channel 0		# tty00
1011.1Swdkzstty1	at zsc0 channel 1		# tty01
1021.1Swdk
1031.1Swdkasc0	at obio0 addr 0xb8000000	# onboard NCR 53c94 SCSI controller
1041.1Swdk
1051.1Swdkscsibus0 at asc0
1061.1Swdk
1071.1Swdksd*	at scsibus? target ? lun ?	# SCSI disks
1081.1Swdkst*	at scsibus? target ? lun ?	# SCSI tapes
1091.1Swdkcd*	at scsibus? target ? lun ?	# SCSI CD-ROMs
1101.1Swdkch*	at scsibus? target ? lun ?	# SCSI changer devices
1111.1Swdk
1121.1Swdkpseudo-device	loop			# loopback interface; required
1131.2Sjdolecekpseudo-device	pty			# pseudo-terminals
1141.1Swdk#pseudo-device	sl		2	# SLIP interfaces
1151.1Swdk#pseudo-device	ppp		2	# PPP interfaces
1161.1Swdkpseudo-device	tun		4	# Network "tunnel" device
1171.1Swdk#pseudo-device	gre		2	# generic L3 over IP tunnel
1181.1Swdkpseudo-device	bpfilter	16	# Berkeley Packet Filter
1191.1Swdk#pseudo-device	vnd		4	# disk-like interface to files
1201.1Swdk#pseudo-device	ccd		4	# concatenated and striped disks
1211.1Swdk#pseudo-device	raid		4	# RAIDframe disk driver
1221.1Swdk#pseudo-device	strip		1	# radio clock
1231.1Swdk#pseudo-device	ipfilter		# ip filter
1241.4Sbouyerpseudo-device	vlan			# IEEE 802.1q encapsulation
1251.3Sitojun
1261.3Sitojun# random number generator pseudo-device
1271.3Sitojunpseudo-device	rnd			# /dev/random and in-kernel generator
1281.3Sitojun#options 	RND_COM			# use "com" randomness as well (BROKEN)
129