GENERIC revision 1.60
11.60Schristos# $NetBSD: GENERIC,v 1.60 2006/08/12 15:29:53 christos Exp $
21.1Swdk#
31.13Sgmcgarry# GENERIC machine description file
41.13Sgmcgarry# 
51.13Sgmcgarry# This machine description file is used to generate the default NetBSD
61.13Sgmcgarry# kernel.  The generic kernel does not include all options, subsystems
71.13Sgmcgarry# and device drivers, but should be useful for most applications.
81.1Swdk#
91.13Sgmcgarry# The machine description file can be customised for your specific
101.13Sgmcgarry# machine to reduce the kernel size and improve its performance.
111.13Sgmcgarry#
121.13Sgmcgarry# For further information on compiling NetBSD kernels, see the config(8)
131.13Sgmcgarry# man page.
141.13Sgmcgarry#
151.13Sgmcgarry# For further information on hardware support for this architecture, see
161.13Sgmcgarry# the intro(4) man page.  For further information about kernel options
171.13Sgmcgarry# for this architecture, see the options(4) man page.  For an explanation
181.13Sgmcgarry# of each device driver in this file see the section 4 man page for the
191.13Sgmcgarry# device.
201.13Sgmcgarry
211.1Swdkinclude		"arch/mipsco/conf/std.mipsco"
221.18Satatat
231.18Satatatoptions 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
241.1Swdk
251.1Swdkmaxusers	16
261.1Swdk
271.1Swdkoptions 	MIPS1			# R2000/R3000 support
281.1Swdk
291.1Swdk# Standard system options
301.1Swdkoptions 	KTRACE			# system call tracing support
311.60Schristos#options 	SYSTRACE		# system call vetting via systrace(1)
321.1Swdkoptions 	SYSVMSG			# System V message queues
331.1Swdkoptions 	SYSVSEM			# System V semaphores
341.11Slukem#options 	SEMMNI=10		# number of semaphore identifiers
351.11Slukem#options 	SEMMNS=60		# number of semaphores in system
361.11Slukem#options 	SEMUME=10		# max number of undo entries per process
371.11Slukem#options 	SEMMNU=30		# number of undo structures in system
381.1Swdkoptions 	SYSVSHM			# System V shared memory
391.1Swdk#options 	SHMMAXPGS=1024		# 1024 pages is the default
401.36Sbouyeroptions 	P1003_1B_SEMAPHORE # p1003.1b semaphore support
411.1Swdk#options 	LKM			# loadable kernel modules
421.1Swdk#options 	NTP			# network time protocol
431.11Slukemoptions 	HZ=25
441.20Slukemoptions 	USERCONF		# userconf(4) support
451.16Sjdolecek#options	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
461.37Satatatoptions 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
471.25Sjunyoung
481.26Swiz# Enable experimental buffer queue strategy for better responsiveness under 
491.25Sjunyoung# high disk I/O load. Use it with caution - it's not proven to be stable yet.
501.45Stsutsui#options 	BUFQ_READPRIO
511.45Stsutsui#options 	BUFQ_PRIOCSCAN
521.1Swdk
531.1Swdk# Debugging options
541.1Swdkoptions 	DDB			# kernel dynamic debugger
551.1Swdkoptions 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
561.1Swdk#options 	DEBUG			# extra kernel debugging support
571.53Schs#options 	DIAGNOSTIC		# extra kernel sanity checking
581.1Swdkoptions 	SCSIVERBOSE		# Verbose SCSI errors
591.5Swdk
601.11Slukem#options 	KGDB			# Remote kernel debug using gdb
611.11Slukem#options 	KGDB_DEV=0x0100		# KGDB port (this is serial0)
621.11Slukem#options 	KGDB_DEVRATE=19200	# KGDB Baud Rate (default=19200)
631.5Swdk#makeoptions	DEBUG="-g"		# Build kernel with debug symbols
641.1Swdk
651.1Swdk# Compatibility options
661.1Swdkoptions 	COMPAT_43		# compatibility with 4.3BSD binaries
671.1Swdk#options 	COMPAT_10		# NetBSD 1.0 binary compatibility
681.1Swdk#options 	COMPAT_11		# NetBSD 1.1 binary compatibility
691.1Swdk#options 	COMPAT_12		# NetBSD 1.2 binary compatibility
701.1Swdkoptions 	COMPAT_13		# NetBSD 1.3 binary compatibility
711.1Swdkoptions 	COMPAT_14		# NetBSD 1.4 binary compatibility
721.31Ssimonboptions 	COMPAT_16		# NetBSD 1.6 binary compatibility
731.44Ssimonboptions 	COMPAT_20		# NetBSD 2.0 binary compatibility
741.50Schristosoptions 	COMPAT_30		# NetBSD 3.0 compatibility.
751.1Swdk#options 	EXEC_AOUT		# exec a.out binaries
761.1Swdk#options 	EXEC_ECOFF		# exec ecoff binaries
771.7Sabs#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
781.39Schristosoptions		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
791.1Swdk
801.1Swdk# Filesystem options
811.1Swdkfile-system	FFS		# Berkeley Fast Filesystem
821.1Swdkfile-system	NFS		# Sun NFS-compatible filesystem client
831.1Swdkfile-system	KERNFS		# kernel data-structure filesystem
841.1Swdk#file-system	NULLFS		# NULL layered filesystem
851.1Swdk#file-system	MFS		# memory-based filesystem
861.1Swdk#file-system	FDESC		# user file descriptor filesystem
871.1Swdk#file-system	UMAPFS		# uid/gid remapping filesystem
881.1Swdk#file-system	LFS		# Log-based filesystem (still experimental)
891.1Swdk#file-system	PORTAL		# portal filesystem (still experimental)
901.1Swdkfile-system	PROCFS		# /proc
911.1Swdkfile-system	CD9660		# ISO 9660 + Rock Ridge file system
921.1Swdk#file-system	UNION		# union file system
931.1Swdk#file-system	MSDOSFS		# MS-DOS FAT filesystem(s).
941.51Schristosfile-system	PTYFS		# /dev/pts/N support
951.52Sjmmv#file-system	TMPFS		# experimental - Efficient memory file-system
961.56Sreinoud#file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
971.1Swdk#
981.1Swdkoptions 	NFSSERVER	# Sun NFS-compatible filesystem server
991.1Swdkoptions 	QUOTA		# FFS quotas
1001.1Swdk#options 	FFS_EI		# FFS Endian Independant support
1011.54Stsutsui#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
1021.1Swdk
1031.1Swdk# Networking options
1041.1Swdkoptions 	INET		# Internet protocols
1051.1Swdk#options 	GATEWAY		# IP packet forwarding
1061.1Swdk#options 	MROUTING	# packet forwarding of multicast packets
1071.38Smanu#options 	PIM		# Protocol Independent Multicast
1081.1Swdk#options 	NS		# Xerox NS networking
1091.1Swdk#options 	NSIP		# Xerox NS tunneling over IP
1101.1Swdk#options 	ISO,TPIP	# OSI networking
1111.1Swdk#options 	EON		# OSI tunneling over IP
1121.1Swdk#options 	CCITT,LLC,HDLC	# X.25
1131.1Swdk#options 	NETATALK	# AppleTalk (over Ethernet) protocol
1141.1Swdk#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
1151.1Swdk#options 	PPP_DEFLATE	# Deflate compression support for PPP
1161.1Swdk#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
1171.1Swdk#options 	PFIL_HOOKS	# pfil(9) packet filter hooks
1181.1Swdk#options 	IPFILTER_LOG	# ipmon(8) log support
1191.22Smartti#options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
1201.7Sabs#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
1211.1Swdk
1221.35Sabs#options 	ALTQ		# Manipulate network interfaces' output queues
1231.35Sabs#options 	ALTQ_BLUE	# Stochastic Fair Blue
1241.35Sabs#options 	ALTQ_CBQ	# Class-Based Queueing
1251.35Sabs#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
1261.35Sabs#options 	ALTQ_FIFOQ	# First-In First-Out Queue
1271.35Sabs#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
1281.35Sabs#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
1291.35Sabs#options 	ALTQ_LOCALQ	# Local queueing discipline
1301.35Sabs#options 	ALTQ_PRIQ	# Priority Queueing
1311.35Sabs#options 	ALTQ_RED	# Random Early Detection
1321.35Sabs#options 	ALTQ_RIO	# RED with IN/OUT
1331.35Sabs#options 	ALTQ_WFQ	# Weighted Fair Queueing
1341.35Sabs
1351.1Swdkconfig		netbsd	root on ? type ?
1361.1Swdk
1371.1Swdkmainbus0 at root
1381.1Swdk
1391.1Swdkcpu0	at mainbus0
1401.1Swdkobio0	at mainbus0
1411.1Swdk
1421.1Swdkmkclock0 at obio0 addr 0xbd000000	# MK48T02 realtime clock
1431.1Swdk
1441.30Swizrambo0	at obio0 addr 0xbc000000	# RAMBO DMA & timer asic
1451.1Swdk
1461.1Swdkle0	at obio0 addr 0xba000000	# onboard LANCE ethernet
1471.1Swdk
1481.1Swdk# Not currently implemented
1491.1Swdk#kb0	at obio0 addr 0xbfd00000	# keyboard
1501.1Swdk#fb0	at obio0 addr 0x88000000	# framebuffer
1511.1Swdk
1521.1Swdkfd0	at obio0 addr 0xbe000000	# i82072 floppy disk controller
1531.1Swdk
1541.1Swdkzsc0	at obio0 addr 0xbb000000	# Base address for Z8530 SCC
1551.1Swdkzstty0	at zsc0 channel 0		# tty00
1561.1Swdkzstty1	at zsc0 channel 1		# tty01
1571.1Swdk
1581.1Swdkasc0	at obio0 addr 0xb8000000	# onboard NCR 53c94 SCSI controller
1591.1Swdk
1601.1Swdkscsibus0 at asc0
1611.1Swdk
1621.1Swdksd*	at scsibus? target ? lun ?	# SCSI disks
1631.1Swdkst*	at scsibus? target ? lun ?	# SCSI tapes
1641.1Swdkcd*	at scsibus? target ? lun ?	# SCSI CD-ROMs
1651.1Swdkch*	at scsibus? target ? lun ?	# SCSI changer devices
1661.1Swdk
1671.1Swdkpseudo-device	loop			# loopback interface; required
1681.2Sjdolecekpseudo-device	pty			# pseudo-terminals
1691.58Scube#pseudo-device	sl			# SLIP interfaces
1701.58Scube#pseudo-device	ppp			# PPP interfaces
1711.14Smartin#pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
1721.58Scubepseudo-device	tun			# Network "tunnel" device
1731.40Scubepseudo-device	tap			# virtual Ethernet
1741.58Scube#pseudo-device	gre			# generic L3 over IP tunnel
1751.57Srpaulopseudo-device	bpfilter		# Berkeley Packet Filter
1761.59Sliamjfoy#pseudo-device	carp			# Common Address Redundancy Protocol
1771.58Scube#pseudo-device	vnd			# disk-like interface to files
1781.47Shubertf#options 	VND_COMPRESSION		# compressed vnd(4)
1791.1Swdk#pseudo-device	ccd		4	# concatenated and striped disks
1801.24Selric#pseudo-device	cgd		4	# cryptographic disks
1811.15Soster#pseudo-device	raid		8	# RAIDframe disk driver
1821.15Soster# Options to enable various other RAIDframe RAID types.
1831.15Soster# options	RF_INCLUDE_EVENODD=1
1841.15Soster# options	RF_INCLUDE_RAID5_RS=1
1851.15Soster# options	RF_INCLUDE_PARITYLOGGING=1
1861.15Soster# options	RF_INCLUDE_CHAINDECLUSTER=1
1871.15Soster# options	RF_INCLUDE_INTERDECLUSTER=1
1881.15Soster# options 	RF_INCLUDE_PARITY_DECLUSTERING=1
1891.15Soster# options	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
1901.41Shannkenpseudo-device	fss		4	# file system snapshot device
1911.58Scube#pseudo-device	strip			# radio clock
1921.1Swdk#pseudo-device	ipfilter		# ip filter
1931.4Sbouyerpseudo-device	vlan			# IEEE 802.1q encapsulation
1941.12Satatatpseudo-device	bridge			# simple inter-network bridging
1951.27Sperseant#options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
1961.19Slukempseudo-device	clockctl		# user control of clock subsystem
1971.3Sitojun
1981.3Sitojun# random number generator pseudo-device
1991.3Sitojunpseudo-device	rnd			# /dev/random and in-kernel generator
2001.3Sitojun#options 	RND_COM			# use "com" randomness as well (BROKEN)
2011.29Sraggepseudo-device	ksyms			# /dev/ksyms
2021.34Sitojun#pseudo-device	pf			# PF packet filter
2031.34Sitojun#pseudo-device	pflog			# PF log if
2041.55Selad
2051.55Selad# Veriexec
2061.55Selad#options VERIFIED_EXEC
2071.55Selad#
2081.55Selad# a pseudo device needed for veriexec
2091.55Selad#pseudo-device	veriexec		1
2101.55Selad#
2111.55Selad# Uncomment the fingerprint methods below that are desired. Note that
2121.55Selad# removing fingerprint methods will have almost no impact on the kernel
2131.55Selad# code size.
2141.55Selad#
2151.55Selad#options VERIFIED_EXEC_FP_RMD160
2161.55Selad#options VERIFIED_EXEC_FP_SHA256
2171.55Selad#options VERIFIED_EXEC_FP_SHA384
2181.55Selad#options VERIFIED_EXEC_FP_SHA512
2191.55Selad#options VERIFIED_EXEC_FP_SHA1
2201.55Selad#options VERIFIED_EXEC_FP_MD5
221