GENERIC revision 1.44
11.44Sjdolecek# $NetBSD: GENERIC,v 1.44 2002/01/27 13:23:22 jdolecek Exp $
21.1Stsubai#
31.41Sgmcgarry# GENERIC machine description file
41.41Sgmcgarry# 
51.41Sgmcgarry# This machine description file is used to generate the default NetBSD
61.41Sgmcgarry# kernel.  The generic kernel does not include all options, subsystems
71.41Sgmcgarry# and device drivers, but should be useful for most applications.
81.41Sgmcgarry#
91.41Sgmcgarry# The machine description file can be customised for your specific
101.41Sgmcgarry# machine to reduce the kernel size and improve its performance.
111.41Sgmcgarry#
121.41Sgmcgarry# For further information on compiling NetBSD kernels, see the config(8)
131.41Sgmcgarry# man page.
141.41Sgmcgarry#
151.41Sgmcgarry# For further information on hardware support for this architecture, see
161.41Sgmcgarry# the intro(4) man page.  For further information about kernel options
171.41Sgmcgarry# for this architecture, see the options(4) man page.  For an explanation
181.41Sgmcgarry# of each device driver in this file see the section 4 man page for the
191.41Sgmcgarry# device.
201.14Stsubai
211.2Sthorpejinclude		"arch/newsmips/conf/std.newsmips"
221.17Shubertf
231.44Sjdolecek#ident 		"GENERIC-$Revision: 1.44 $"
241.1Stsubai
251.1Stsubaimaxusers	16
261.1Stsubai
271.1Stsubaioptions 	news3400
281.14Stsubaioptions 	news5000
291.1Stsubaioptions 	MIPS1			# R2000/R3000 support
301.14Stsubaioptions 	MIPS3			# R4000 support
311.14Stsubaioptions 	CPU_SINGLE		# no I/O processor
321.1Stsubai
331.1Stsubai# Standard system options
341.1Stsubaioptions 	KTRACE			# system call tracing support
351.1Stsubaioptions 	SYSVMSG			# System V message queues
361.1Stsubaioptions 	SYSVSEM			# System V semaphores
371.39Slukem#options 	SEMMNI=10		# number of semaphore identifiers
381.39Slukem#options 	SEMMNS=60		# number of semaphores in system
391.39Slukem#options 	SEMUME=10		# max number of undo entries per process
401.39Slukem#options 	SEMMNU=30		# number of undo structures in system
411.1Stsubaioptions 	SYSVSHM			# System V shared memory
421.1Stsubai#options 	SHMMAXPGS=1024		# 1024 pages is the default
431.1Stsubaioptions 	LKM			# loadable kernel modules
441.1Stsubai#options 	NTP			# network time protocol
451.1Stsubai#options 	UCONSOLE		# users can redirect console (unsafe)
461.44Sjdolecek#options	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
471.1Stsubai
481.1Stsubai# Debugging options
491.1Stsubai#options 	DDB			# kernel dynamic debugger
501.1Stsubai#options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
511.1Stsubai#options 	DEBUG			# extra kernel debugging support
521.1Stsubai#options 	DIAGNOSTIC		# extra kernel sanity checking
531.1Stsubai#options 	SCSIVERBOSE		# Verbose SCSI errors
541.1Stsubai
551.1Stsubai# Compatibility options
561.36Sabsoptions 	COMPAT_43	# compatibility with 4.3BSD binaries
571.36Sabsoptions 	COMPAT_10	# NetBSD 1.0 binary compatibility
581.36Sabsoptions 	COMPAT_11	# NetBSD 1.1 binary compatibility
591.36Sabsoptions 	COMPAT_12	# NetBSD 1.2 binary compatibility
601.36Sabsoptions 	COMPAT_13	# NetBSD 1.3 binary compatibility
611.36Sabsoptions 	COMPAT_14	# NetBSD 1.4 binary compatibility
621.36Sabs#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
631.36Sabs#options 	EXEC_AOUT	# exec a.out binaries
641.36Sabs#options 	EXEC_ECOFF	# exec ecoff binaries
651.1Stsubai
661.1Stsubai# Filesystem options
671.1Stsubaifile-system	FFS		# Berkeley Fast Filesystem
681.1Stsubaifile-system	NFS		# Sun NFS-compatible filesystem client
691.1Stsubaifile-system	KERNFS		# kernel data-structure filesystem
701.1Stsubaifile-system	NULLFS		# NULL layered filesystem
711.15Swrstudenfile-system 	OVERLAY		# overlay file system
721.1Stsubaifile-system	MFS		# memory-based filesystem
731.1Stsubaifile-system	FDESC		# user file descriptor filesystem
741.1Stsubaifile-system	UMAPFS		# uid/gid remapping filesystem
751.1Stsubaifile-system	LFS		# Log-based filesystem (still experimental)
761.1Stsubaifile-system	PORTAL		# portal filesystem (still experimental)
771.1Stsubaifile-system	PROCFS		# /proc
781.1Stsubaifile-system	CD9660		# ISO 9660 + Rock Ridge file system
791.1Stsubaifile-system	UNION		# union file system
801.1Stsubaifile-system	MSDOSFS		# MS-DOS FAT filesystem(s).
811.1Stsubai
821.1Stsubaioptions 	NFSSERVER	# Sun NFS-compatible filesystem server
831.1Stsubaioptions 	QUOTA		# FFS quotas
841.3Sbouyer#options 	FFS_EI		# FFS Endian Independant support
851.39Slukemoptions 	SOFTDEP		# FFS soft updates support.
861.12Sitojun
871.1Stsubai# Networking options
881.1Stsubaioptions 	INET		# Internet protocols
891.12Sitojunoptions 	INET6		# IPV6
901.12Sitojun#options 	IPSEC		# IP security
911.12Sitojun#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
921.12Sitojun#options 	IPSEC_DEBUG	# debug for IP security
931.1Stsubai#options 	GATEWAY		# IP packet forwarding
941.5Stsubai#options 	MROUTING	# packet forwarding of multicast packets
951.5Stsubaioptions 	NS		# Xerox NS networking
961.5Stsubai#options 	NSIP		# Xerox NS tunneling over IP
971.1Stsubai#options 	ISO,TPIP	# OSI networking
981.1Stsubai#options 	EON		# OSI tunneling over IP
991.1Stsubai#options 	CCITT,LLC,HDLC	# X.25
1001.5Stsubaioptions 	NETATALK	# AppleTalk (over Ethernet) protocol
1011.9Schristosoptions 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
1021.9Schristosoptions 	PPP_DEFLATE	# Deflate compression support for PPP
1031.9Schristosoptions 	PPP_FILTER	# Active filter support for PPP (requires bpf)
1041.9Schristosoptions 	PFIL_HOOKS	# pfil(9) packet filter hooks
1051.9Schristosoptions 	IPFILTER_LOG	# ipmon(8) log support
1061.36Sabs#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
1071.1Stsubai
1081.14Stsubaioptions 	NFS_BOOT_BOOTPARAM
1091.14Stsubai
1101.33Stsubai# wscons options
1111.33Stsubaioptions 	WSEMUL_VT100		# VT100 / VT220 emulation
1121.33Stsubaioptions 	FONT_GALLANT12x22
1131.33Stsubai
1141.33Stsubaiconfig	netbsd	root on ? type ?
1151.1Stsubai
1161.1Stsubaimainbus0 at root
1171.1Stsubai
1181.1Stsubaicpu0	at mainbus0
1191.14Stsubaihb0	at mainbus0			# Hyper-bus
1201.14Stsubaiap0	at mainbus0			# APbus
1211.1Stsubai
1221.1Stsubaimkclock0 at hb0 addr 0xbff407f8		# MK48T02 realtime clock
1231.14Stsubaimkclock0 at ap?
1241.1Stsubai
1251.13Stsubaile0	at hb0 addr 0xbff80000 level 1	# built-in LANCE ethernet
1261.14Stsubaile1	at hb0 addr 0xb8c30000 level 0
1271.14Stsubai
1281.14Stsubaisn*	at ap?				# SONIC Ethernet
1291.29Sonoetlp*	at ap?
1301.1Stsubai
1311.13Stsubaikb0	at hb0 addr 0xbfd00000 level 2	# keyboard
1321.13Stsubaims0	at hb0 addr 0xbfd00004 level 2	# mouse
1331.1Stsubai
1341.16Stsubaizsc0	at hb0 addr 0xbfec0000 level 1 flags 0x0	# on-board
1351.16Stsubaizsc1	at hb0 addr 0xb8c40100 level 1 flags 0x1	# expansion board
1361.16Stsubaizsc2	at hb0 addr 0xb8c40104 level 1 flags 0x1
1371.14Stsubaizsc0	at ap?
1381.14Stsubai
1391.5Stsubaizstty0	at zsc0 channel 0		# tty00
1401.5Stsubaizstty1	at zsc0 channel 1		# tty01
1411.14Stsubaizstty2	at zsc1 channel 0		# tty02
1421.14Stsubaizstty3	at zsc1 channel 1		# tty03
1431.14Stsubaizstty4	at zsc2 channel 0		# tty04
1441.14Stsubaizstty5	at zsc2 channel 1		# tty05
1451.1Stsubai
1461.13Stsubaifb0	at hb0 addr 0x88000000		# frame buffer
1471.1Stsubai
1481.13Stsubaisc0	at hb0 addr 0xbfe00100 level 0	# on-board cxd1185 SCSI controller
1491.1Stsubaiscsibus0 at sc0
1501.30Stsubai
1511.31Stsubai#dmac*	at ap?				# dmac3
1521.30Stsubai#spifi*	at ap?				# SPIFI SCSI
1531.30Stsubai#scsibus* at spifi?
1541.1Stsubai
1551.33Stsubaixafb*	at ap?
1561.33Stsubaikb0	at ap?
1571.33Stsubaims0	at ap?
1581.33Stsubai
1591.1Stsubaisd*	at scsibus? target ? lun ?	# SCSI disks
1601.1Stsubaist*	at scsibus? target ? lun ?	# SCSI tapes
1611.1Stsubaicd*	at scsibus? target ? lun ?	# SCSI CD-ROMs
1621.1Stsubaich*	at scsibus? target ? lun ?	# SCSI changer devices
1631.32Stsubai
1641.32Stsubaiwsdisplay0 at fb? console ?
1651.33Stsubaiwsdisplay0 at xafb? console ?
1661.32Stsubaiwskbd0	at kb? console ?
1671.32Stsubaiwsmouse0 at ms?
1681.1Stsubai
1691.1Stsubaipseudo-device	loop			# loopback interface; required
1701.27Sjdolecekpseudo-device	pty			# pseudo-terminals
1711.1Stsubaipseudo-device	sl		2	# SLIP interfaces
1721.1Stsubaipseudo-device	ppp		2	# PPP interfaces
1731.42Smartinpseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
1741.1Stsubaipseudo-device	tun		4	# Network "tunnel" device
1751.8Shwr#pseudo-device	gre		2	# generic L3 over IP tunnel
1761.1Stsubaipseudo-device	bpfilter	16	# Berkeley Packet Filter
1771.12Sitojunpseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
1781.12Sitojun#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
1791.21Sitojun#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
1801.34Sbouyerpseudo-device	vlan			# IEEE 802.1q encapsulation
1811.40Satatatpseudo-device	bridge			# simple inter-network bridging
1821.1Stsubaipseudo-device	vnd		4	# disk-like interface to files
1831.1Stsubaipseudo-device	ccd		4	# concatenated and striped disks
1841.43Soster#pseudo-device	raid		8	# RAIDframe disk driver
1851.20Ssimonb#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
1861.43Soster# Options to enable various other RAIDframe RAID types.
1871.43Soster# options	RF_INCLUDE_EVENODD=1
1881.43Soster# options	RF_INCLUDE_RAID5_RS=1
1891.43Soster# options	RF_INCLUDE_PARITYLOGGING=1
1901.43Soster# options	RF_INCLUDE_CHAINDECLUSTER=1
1911.43Soster# options	RF_INCLUDE_INTERDECLUSTER=1
1921.43Soster# options 	RF_INCLUDE_PARITY_DECLUSTERING=1
1931.43Soster# options	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
1941.1Stsubai#pseudo-device	strip		1	# radio clock
1951.1Stsubai#pseudo-device	ipfilter		# ip filter
1961.28Stsubaipseudo-device	rnd			# /dev/random and in-kernel generator
197