GENERIC revision 1.150
11.150Smanu# $NetBSD: GENERIC,v 1.150 2006/09/27 21:42:06 manu Exp $
21.1Sjonathan#
31.93Sgmcgarry# GENERIC machine description file
41.93Sgmcgarry# 
51.93Sgmcgarry# This machine description file is used to generate the default NetBSD
61.93Sgmcgarry# kernel.  The generic kernel does not include all options, subsystems
71.93Sgmcgarry# and device drivers, but should be useful for most applications.
81.39Snisimura#
91.93Sgmcgarry# The machine description file can be customised for your specific
101.93Sgmcgarry# machine to reduce the kernel size and improve its performance.
111.1Sjonathan#
121.93Sgmcgarry# For further information on compiling NetBSD kernels, see the config(8)
131.93Sgmcgarry# man page.
141.93Sgmcgarry#
151.93Sgmcgarry# For further information on hardware support for this architecture, see
161.93Sgmcgarry# the intro(4) man page.  For further information about kernel options
171.93Sgmcgarry# for this architecture, see the options(4) man page.  For an explanation
181.93Sgmcgarry# of each device driver in this file see the section 4 man page for the
191.93Sgmcgarry# device.
201.93Sgmcgarry
211.5Sjonathaninclude		"arch/pmax/conf/std.pmax"
221.64Shubertf
231.99Satatatoptions 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
241.99Satatat
251.150Smanu#ident		"GENERIC-$Revision: 1.150 $"
261.1Sjonathan
271.5Sjonathanmaxusers	64
281.1Sjonathan
291.39Snisimuraoptions 	MIPS1		# R2000/R3000 CPUs
301.39Snisimuraoptions 	MIPS3		# R4000/R4400 CPUs
311.6Sjonathan
321.1Sjonathan
331.5Sjonathan# Support for specific models of DECstation
341.39Snisimuraoptions 	DEC_3100	# DECstation 2100, 3100 (kn01)
351.39Snisimuraoptions 	DEC_5100	# DECsystem 5100 (kn230)
361.39Snisimuraoptions 	DEC_3MAX	# DECstation 5000/200 (kn02)
371.39Snisimuraoptions 	DEC_3MIN	# DECstation 5000/1xx (kn02ba), 5000/150 (kn04)
381.39Snisimuraoptions 	DEC_MAXINE	# Personal DECstation 5000/xx (kn02ca)
391.39Snisimuraoptions 	DEC_3MAXPLUS	# DECstation 5000/240 (kn03), 5000/260 (kn05)
401.24Sjonathan
411.60Ssimonb#options 	DEC_5400	# DECsystem 5400 (kn210)
421.60Ssimonb#options 	DEC_5500	# DECsystem 5500 (kn220)
431.60Ssimonb#options 	DEC_5800	# DECsystem 58x0 (kn5800)
441.1Sjonathan
451.1Sjonathan# Standard system options
461.16Sjonathanoptions 	DDB			# in-kernel debugger
471.19Slukem#options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
481.16Sjonathanoptions 	DDB_ONPANIC=0		# don't enter debugger on panic
491.15Sjonathan#options 	DIAGNOSTIC		# extra kernel debugging checks
501.15Sjonathan#options 	DEBUG			# extra kernel debugging support
511.92Slukemoptions 	COMPAT_43		# compatibility with 4.3BSD binaries
521.15Sjonathanoptions 	KTRACE			# system call tracing support
531.147Schristos#options 	SYSTRACE		# system call vetting via systrace(1)
541.43Sjonathan
551.43Sjonathanoptions 	SYSVMSG		# System V-like message queues
561.43Sjonathanoptions 	SYSVSEM		# System V-like semaphores
571.92Slukem#options 	SEMMNI=10	# number of semaphore identifiers
581.92Slukem#options 	SEMMNS=60	# number of semaphores in system
591.92Slukem#options 	SEMUME=10	# max number of undo entries per process
601.92Slukem#options 	SEMMNU=30	# number of undo structures in system
611.43Sjonathanoptions 	SYSVSHM		# System V-like memory sharing
621.43Sjonathan#options 	SHMMAXPGS=1024	# 1024 pages is the default
631.119Sbouyeroptions 	P1003_1B_SEMAPHORE # p1003.1b semaphore support
641.43Sjonathan
651.43Sjonathanoptions 	LKM			# loadable kernel modules
661.96Sjdolecek
671.102Slukemoptions 	USERCONF	# userconf(4) support
681.114Stsutsui#options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
691.120Satatatoptions 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
701.107Sjunyoung
711.108Swiz# Enable experimental buffer queue strategy for better responsiveness under 
721.107Sjunyoung# high disk I/O load. Use it with caution - it's not proven to be stable yet.
731.128Stsutsui#options 	BUFQ_READPRIO
741.128Stsutsui#options 	BUFQ_PRIOCSCAN
751.17Smjacob
761.18Smjacob#options 	SCSIVERBOSE		# Verbose SCSI errors
771.80Stsutsui#options 	TCVERBOSE		# recognize "unknown" TC devices
781.12Sjonathan
791.62Sad# Old 4.4BSD/pmax kgdb options
801.15Sjonathan#options 	KGDB			# support for kernel gdb
811.91Slukem#options 	KGDB_DEVRATE=19200	# kernel gdb port rate (default 9600)
821.91Slukem#options 	KGDB_DEV="15*256+0"	# device for kernel gdb
831.1Sjonathan
841.15Sjonathanoptions 	NTP			# network time protocol
851.5Sjonathan
861.5Sjonathan
871.1Sjonathan# Filesystem options
881.83Snisimurafile-system	FFS		# fast filesystem with user and group quotas
891.83Snisimurafile-system	MFS		# memory-based filesystem
901.83Snisimurafile-system	NFS		# Sun NFS-compatible filesystem (client)
911.12Sjonathanfile-system	LFS		# Log-based filesystem (still experimental)
921.83Snisimurafile-system	CD9660		# ISO 9660 + Rock Ridge file system
931.83Snisimurafile-system	FDESC		# /dev/fd
941.83Snisimurafile-system	KERNFS		# /kern (kernel informational filesystem)
951.83Snisimurafile-system	NULLFS		# loopback file system
961.83Snisimurafile-system	OVERLAY		# overlay file system
971.83Snisimurafile-system	PORTAL		# portal filesystem (still experimental)
981.83Snisimurafile-system	PROCFS		# /proc
991.83Snisimurafile-system	UMAPFS		# NULLFS + uid and gid remapping
1001.83Snisimurafile-system	UNION
1011.135Schristosfile-system	PTYFS		# /dev/pts/N support
1021.136Sjmmv#file-system	TMPFS		# experimental - Efficient memory file-system
1031.141Sreinoud#file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
1041.10Sthorpej
1051.15Sjonathanoptions 	NFSSERVER	# Sun NFS-compatible filesystem (server)
1061.15Sjonathanoptions 	QUOTA		# UFS quotas
1071.23Sbouyer#options 	FFS_EI		# FFS Endian Independant support
1081.92Slukemoptions 	SOFTDEP		# FFS soft updates support.
1091.138Stsutsui#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
1101.137Stsutsui#options 	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
1111.50Sitojun
1121.1Sjonathan# Networking options
1131.15Sjonathanoptions 	INET		# Internet protocols
1141.50Sitojunoptions 	INET6		# IPV6
1151.50Sitojun#options 	IPSEC		# IP security
1161.50Sitojun#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
1171.130Stron#options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
1181.50Sitojun#options 	IPSEC_DEBUG	# debug for IP security
1191.15Sjonathanoptions 	GATEWAY		# IP packet forwarding
1201.12Sjonathan#options 	MROUTING	# Multicast routing support
1211.121Smanu#options 	PIM		# Protocol Independent Multicast
1221.12Sjonathan#options 	ISO		# OSI networking
1231.12Sjonathan#options 	TPIP		# TPIP
1241.12Sjonathan#options 	EON		# OSI tunneling over IP
1251.38Ssimonboptions 	NETATALK	# AppleTalk networking protocols
1261.46Schristosoptions 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
1271.46Schristosoptions 	PPP_DEFLATE	# Deflate compression support for PPP
1281.46Schristosoptions 	PPP_FILTER	# Active filter support for PPP (requires bpf)
1291.46Schristosoptions 	PFIL_HOOKS	# pfil(9) packet filter hooks
1301.38Ssimonboptions 	IPFILTER_LOG	# ipmon(8) log support
1311.149Schristosoptions 	IPFILTER_LOOKUP	# ippool(8) support
1321.104Smartti#options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
1331.88Sabs#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
1341.1Sjonathan
1351.118Sabs#options 	ALTQ		# Manipulate network interfaces' output queues
1361.118Sabs#options 	ALTQ_BLUE	# Stochastic Fair Blue
1371.118Sabs#options 	ALTQ_CBQ	# Class-Based Queueing
1381.118Sabs#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
1391.118Sabs#options 	ALTQ_FIFOQ	# First-In First-Out Queue
1401.118Sabs#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
1411.118Sabs#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
1421.118Sabs#options 	ALTQ_LOCALQ	# Local queueing discipline
1431.118Sabs#options 	ALTQ_PRIQ	# Priority Queueing
1441.118Sabs#options 	ALTQ_RED	# Random Early Detection
1451.118Sabs#options 	ALTQ_RIO	# RED with IN/OUT
1461.118Sabs#options 	ALTQ_WFQ	# Weighted Fair Queueing
1471.118Sabs
1481.5Sjonathan# NetBSD backwards compatibility
1491.15Sjonathan#options 	COMPAT_10	# NetBSD 1.0, (needed for X on 386?)
1501.98Ssimonb#options 	COMPAT_11	# NetBSD 1.1, EXEC_ELF_NOTELESS
1511.114Stsutsuioptions 	COMPAT_12	# NetBSD 1.2 reboot(), EXEC_ELF_NOTELESS
1521.114Stsutsuioptions 	COMPAT_13	# NetBSD 1.3
1531.114Stsutsuioptions 	COMPAT_14	# NetBSD 1.4
1541.150Smanuoptions 	COMPAT_15	# NetBSD 1.5
1551.114Stsutsuioptions 	COMPAT_16	# NetBSD 1.6
1561.127Ssimonboptions 	COMPAT_20	# NetBSD 2.0
1571.134Schristosoptions 	COMPAT_30	# NetBSD 3.0 compatibility.
1581.88Sabs#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
1591.137Stsutsuioptions 	COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
1601.1Sjonathan
1611.146Sad# Workstation console options
1621.146Sadoptions 	FONT_BOLD8x16
1631.101Sadoptions 	FONT_GALLANT12x22
1641.5Sjonathan
1651.146Sadoptions 	WSEMUL_VT100
1661.146Sadoptions 	WS_KERNEL_FG=WSCOL_GREEN
1671.146Sadoptions 	WS_KERNEL_BG=WSCOL_BLACK
1681.146Sad
1691.146Sad# Disable kernel security levels.  Needed for X with a PX or PXG.
1701.146Sad#options 	INSECURE
1711.146Sad
1721.1Sjonathan# pmax specific
1731.39Snisimuraoptions 	COMPAT_ULTRIX	# Ultrix compatibility
1741.89Ssimonb#options 	EXEC_AOUT	# Old NetBSD/pmax a.out compatibility
1751.15Sjonathanoptions 	EXEC_ECOFF	# Ultrix RISC binaries are ECOFF format
1761.92Slukemoptions 	HZ=256		# RTC rate required
1771.22Sdrochner
1781.41Ssimonboptions 	NFS_BOOT_DHCP	# superset of BOOTP
1791.1Sjonathan
1801.16Sjonathanconfig		netbsd		root on ? type ?
1811.42Ssimonb#config		nfsnetbsd	root on ? type nfs
1821.1Sjonathan
1831.30Smhitch
1841.30Smhitchmainbus0	at root
1851.30Smhitchcpu*		at mainbus0
1861.1Sjonathan
1871.48Snisimura## Peripheral Bus Support (for devices to attach to)
1881.48Snisimura## ----------------------------------------------------------------------------
1891.1Sjonathan
1901.48Snisimura# TURBOchannel bus support
1911.48Snisimuratc*	at	mainbus0
1921.26Sjonathan
1931.48Snisimura# 3MIN, 3MAX+ and MAXINE have IOASIC in system slot
1941.48Snisimuraioasic0	at	tc?
1951.55Ssimonbmcclock* at	ioasic? offset ?	# DS1287 RTC
1961.55Ssimonble*	at	ioasic? offset ?	# LANCE
1971.146Saddt*	at      ioasic? offset ?        # MAXINE kbd and mouse
1981.75Sgmcgarrybba*	at	ioasic? offset ?	# MAXINE baseboard audio
1991.48Snisimura#fdc	at	ioasic? offset ?	# MAXINE floppy disk (not supported)
2001.146Sadzsc0	at	ioasic? offset 0x100000 # Z85C30
2011.146Sadzsc1	at	ioasic? offset 0x180000 # Z85C30
2021.55Ssimonbasc*	at	ioasic? offset ?	# NCR53C94 SCSI with IOASIC
2031.48Snisimura
2041.146Sadzstty*	at	zsc? channel ?		# serial ports on B/A channels
2051.146Sadlkkbd*	at	zsc1 channel ?		# keyboard port on A channels
2061.146Sadvsms*	at	zsc0 channel ?		# mouse port on A channels   
2071.146Sad
2081.146Sadaudio*	at	bba?
2091.146Sad
2101.146Saddtkbd*	at	dt? addr ?
2111.146Saddtms*	at	dt? addr ?
2121.146Sad
2131.48Snisimura# 3MAX has TURBOchannel but no IOASIC
2141.52Sthorpejibus0	at	tc? slot ? offset ?	# 3MAX system slot
2151.55Ssimonb
2161.55Ssimonb# PMAX, 3MAX and MIPSMATE common devices
2171.55Ssimonbmcclock* at	ibus0 addr ?		# DS1287 RTC
2181.146Saddz*	at	ibus0 addr ?		# DC7085 quad line serial device
2191.146Sad
2201.146Sadlkkbd*	at	dz? line 0		# Keyboard
2211.146Sadvsms*	at	dz? line 1		# Mouse
2221.48Snisimura
2231.48Snisimura# TURBOchannel devices
2241.52Sthorpejmfb*	at	tc? slot ? offset ?	# PMAG-A MX Monochrome Framebuffer
2251.52Sthorpejcfb*	at	tc? slot ? offset ?	# PMAG-B CX Color Framebuffer
2261.146Sadtfb*	at	tc? slot ? offset ?	# PMAG-RO TX True Color Framebuffer
2271.52Sthorpejsfb*	at	tc? slot ? offset ?	# PMAGB-B HX Smart Framebuffer
2281.146Sadpx*	at	tc? slot ? offset ?	# PMAG-C 2D accelerator
2291.146Sadpxg*	at	tc? slot ? offset ?	# PMAG-D,E,F 3D accelerator
2301.52Sthorpej#sfbp*	at	tc? slot ? offset ?	# PMAGD HX+ Smart Framebuffer
2311.55Ssimonbxcfb*	at	tc? slot ? offset ?	# PMAG-DV Color Framebuffer at MAXINE
2321.52Sthorpejasc*	at	tc? slot ? offset ?	# PMAZ-A single channel SCSI
2331.52Sthorpejle*	at	tc? slot ? offset ?	# PMAD-A LANCE
2341.52Sthorpejfta*	at	tc? slot ? offset ?	# PMAF-F FDDI
2351.89Ssimonbtcds*	at	tc? slot ? offset ?	# PMAZB/PMAZC dual channel SCSI
2361.89Ssimonbasc*	at	tcds? chip ?
2371.48Snisimura
2381.48Snisimura# PMAX and MIPSMATE
2391.48Snisimuraibus0	at	mainbus0
2401.55Ssimonbpm*	at	ibus0 addr ?		# 3100 onboard fb
2411.55Ssimonble*	at	ibus0 addr ?		# 3100, 5100 onboard LANCE
2421.55Ssimonbsii*	at	ibus0 addr ?		# DC7061 onboard SCSI
2431.1Sjonathan
2441.146Sad# Workstation console
2451.146Sad
2461.146Sadwskbd*		at	lkkbd? console ?
2471.146Sadwskbd*		at	dtkbd? console ?
2481.146Sadwsmouse*	at	vsms?
2491.146Sadwsmouse*	at	dtms?
2501.146Sad
2511.146Sadwsdisplay*	at	mfb?
2521.146Sadwsdisplay*	at	cfb?
2531.146Sadwsdisplay*	at	px?
2541.146Sadwsdisplay*	at	pxg?
2551.146Sadwsdisplay*	at	sfb?
2561.146Sad#wsdisplay*	at	sfbp?
2571.146Sadwsdisplay*	at	tfb?
2581.146Sadwsdisplay*	at	xcfb?
2591.146Sadwsdisplay*	at	pm?
2601.146Sad
2611.146Sad
2621.34Ssimonb#########################################################################
2631.34Ssimonb# SCSI configuration							#
2641.34Ssimonb#########################################################################
2651.1Sjonathan
2661.89Ssimonbscsibus* at sii?
2671.89Ssimonbscsibus* at asc?
2681.89Ssimonb
2691.89Ssimonbsd*	at scsibus? target ? lun ?	# SCSI disks
2701.89Ssimonbst*	at scsibus? target ? lun ?	# SCSI tapes
2711.92Slukemcd*	at scsibus? target ? lun ?	# SCSI CD-ROMs
2721.89Ssimonbch*	at scsibus? target ? lun ?	# SCSI changer devices
2731.89Ssimonbss*	at scsibus? target ? lun ?	# SCSI scanners
2741.89Ssimonbuk*	at scsibus? target ? lun ?	# unknown SCSI
2751.1Sjonathan
2761.34Ssimonb#########################################################################
2771.34Ssimonb# Pseudo-devices							#
2781.34Ssimonb#########################################################################
2791.1Sjonathan
2801.34Ssimonbpseudo-device	loop		 1	# network loopback
2811.143Scubepseudo-device	sl		 	# serial-line IP ports
2821.143Scubepseudo-device	ppp		 	# serial-line IP ports
2831.94Smartinpseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
2841.85Sjdolecekpseudo-device	pty			# pseudo-terminals
2851.142Srpaulopseudo-device	bpfilter		# packet filter ports
2861.145Sliamjfoy#pseudo-device	carp			# Common Address Redundancy Protocol
2871.36Ssimonbpseudo-device	ipfilter		# IP filter, NAT
2881.143Scube#pseudo-device	gre		 	# generic L3 over IP tunnel
2891.143Scubepseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
2901.143Scube#pseudo-device	faith			# IPv[46] tcp relay translation i/f
2911.144Spavelpseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
2921.86Sbouyerpseudo-device	vlan			# IEEE 802.1q encapsulation
2931.90Satatatpseudo-device	bridge			# simple inter-network bridging
2941.114Stsutsui#options 	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
2951.12Sjonathan
2961.143Scubepseudo-device	vnd		 	# virtual disk ick
2971.131Shubertf#options 	VND_COMPRESSION		# compressed vnd(4)
2981.34Ssimonbpseudo-device	ccd		 4	# concatenated disks
2991.106Selric#pseudo-device	cgd		 4	# cryptographic disk devices
3001.95Sosterpseudo-device	raid		 8	# RAIDframe disk driver
3011.95Sosteroptions 	RAID_AUTOCONFIG		# auto-configuration of RAID components
3021.95Soster# Options to enable various other RAIDframe RAID types.
3031.114Stsutsui#options 	RF_INCLUDE_EVENODD=1
3041.114Stsutsui#options 	RF_INCLUDE_RAID5_RS=1
3051.114Stsutsui#options 	RF_INCLUDE_PARITYLOGGING=1
3061.114Stsutsui#options 	RF_INCLUDE_CHAINDECLUSTER=1
3071.114Stsutsui#options 	RF_INCLUDE_INTERDECLUSTER=1
3081.114Stsutsui#options 	RF_INCLUDE_PARITY_DECLUSTERING=1
3091.114Stsutsui#options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
3101.124Shannkenpseudo-device	fss		 4	# file system snapshot device
3111.1Sjonathan
3121.36Ssimonbpseudo-device	rnd			# /dev/random and in-kernel generator
3131.100Slukempseudo-device	clockctl		# user control of clock subsystem
3141.111Sraggepseudo-device	ksyms			# /dev/ksyms
3151.117Sitojun#pseudo-device	pf			# PF packet filter
3161.117Sitojun#pseudo-device	pflog			# PF log if
3171.146Sadpseudo-device	wsfont			# wsfont control device
3181.146Sadpseudo-device	wsmux			# wsmux control device
3191.140Selad
3201.140Selad# Veriexec
3211.140Selad#
3221.140Selad# a pseudo device needed for veriexec
3231.140Selad#pseudo-device	veriexec		1
3241.140Selad#
3251.140Selad# Uncomment the fingerprint methods below that are desired. Note that
3261.140Selad# removing fingerprint methods will have almost no impact on the kernel
3271.140Selad# code size.
3281.140Selad#
3291.140Selad#options VERIFIED_EXEC_FP_RMD160
3301.140Selad#options VERIFIED_EXEC_FP_SHA256
3311.140Selad#options VERIFIED_EXEC_FP_SHA384
3321.140Selad#options VERIFIED_EXEC_FP_SHA512
3331.140Selad#options VERIFIED_EXEC_FP_SHA1
3341.140Selad#options VERIFIED_EXEC_FP_MD5
335