GENERIC revision 1.112
11.112Ssimonb# $NetBSD: GENERIC,v 1.112 2003/10/25 13:21:13 simonb 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.112Ssimonb#ident		"GENERIC-$Revision: 1.112 $"
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.105Sprovosoptions 	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.43Sjonathan
641.43Sjonathanoptions 	LKM			# loadable kernel modules
651.96Sjdolecek
661.102Slukemoptions 	USERCONF	# userconf(4) support
671.96Sjdolecek#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
681.107Sjunyoung
691.108Swiz# Enable experimental buffer queue strategy for better responsiveness under 
701.107Sjunyoung# high disk I/O load. Use it with caution - it's not proven to be stable yet.
711.107Sjunyoung#options 	NEW_BUFQ_STRATEGY
721.17Smjacob
731.18Smjacob#options 	SCSIVERBOSE		# Verbose SCSI errors
741.80Stsutsui#options 	TCVERBOSE		# recognize "unknown" TC devices
751.12Sjonathan
761.62Sad# Old 4.4BSD/pmax kgdb options
771.15Sjonathan#options 	KGDB			# support for kernel gdb
781.91Slukem#options 	KGDB_DEVRATE=19200	# kernel gdb port rate (default 9600)
791.91Slukem#options 	KGDB_DEV="15*256+0"	# device for kernel gdb
801.1Sjonathan
811.15Sjonathanoptions 	NTP			# network time protocol
821.5Sjonathan
831.5Sjonathan
841.1Sjonathan# Filesystem options
851.83Snisimurafile-system	FFS		# fast filesystem with user and group quotas
861.83Snisimurafile-system	MFS		# memory-based filesystem
871.83Snisimurafile-system	NFS		# Sun NFS-compatible filesystem (client)
881.12Sjonathanfile-system	LFS		# Log-based filesystem (still experimental)
891.83Snisimurafile-system	CD9660		# ISO 9660 + Rock Ridge file system
901.83Snisimurafile-system	FDESC		# /dev/fd
911.83Snisimurafile-system	KERNFS		# /kern (kernel informational filesystem)
921.83Snisimurafile-system	NULLFS		# loopback file system
931.83Snisimurafile-system	OVERLAY		# overlay file system
941.83Snisimurafile-system	PORTAL		# portal filesystem (still experimental)
951.83Snisimurafile-system	PROCFS		# /proc
961.83Snisimurafile-system	UMAPFS		# NULLFS + uid and gid remapping
971.83Snisimurafile-system	UNION
981.10Sthorpej
991.15Sjonathanoptions 	NFSSERVER	# Sun NFS-compatible filesystem (server)
1001.15Sjonathanoptions 	QUOTA		# UFS quotas
1011.23Sbouyer#options 	FFS_EI		# FFS Endian Independant support
1021.92Slukemoptions 	SOFTDEP		# FFS soft updates support.
1031.84Ssimonb# VNODE_OP_NOINLINE will produce smaller and possibly slightly faster kernels
1041.84Ssimonb#options 	VNODE_OP_NOINLINE	# don't inline vnode op calls
1051.50Sitojun
1061.1Sjonathan# Networking options
1071.15Sjonathanoptions 	INET		# Internet protocols
1081.50Sitojunoptions 	INET6		# IPV6
1091.50Sitojun#options 	IPSEC		# IP security
1101.50Sitojun#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
1111.50Sitojun#options 	IPSEC_DEBUG	# debug for IP security
1121.15Sjonathanoptions 	GATEWAY		# IP packet forwarding
1131.12Sjonathan#options 	MROUTING	# Multicast routing support
1141.12Sjonathan#options 	ISO		# OSI networking
1151.12Sjonathan#options 	TPIP		# TPIP
1161.12Sjonathan#options 	EON		# OSI tunneling over IP
1171.12Sjonathan#options 	CCITT,LLC,HDLC	# X.25
1181.38Ssimonboptions 	NETATALK	# AppleTalk networking protocols
1191.46Schristosoptions 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
1201.46Schristosoptions 	PPP_DEFLATE	# Deflate compression support for PPP
1211.46Schristosoptions 	PPP_FILTER	# Active filter support for PPP (requires bpf)
1221.46Schristosoptions 	PFIL_HOOKS	# pfil(9) packet filter hooks
1231.38Ssimonboptions 	IPFILTER_LOG	# ipmon(8) log support
1241.104Smartti#options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
1251.88Sabs#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
1261.1Sjonathan
1271.5Sjonathan# NetBSD backwards compatibility
1281.15Sjonathan#options 	COMPAT_10	# NetBSD 1.0, (needed for X on 386?)
1291.98Ssimonb#options 	COMPAT_11	# NetBSD 1.1, EXEC_ELF_NOTELESS
1301.98Ssimonboptions 	COMPAT_12	# Netbsd 1.2 reboot(), EXEC_ELF_NOTELESS
1311.21Skleinkoptions 	COMPAT_13	# Netbsd 1.3
1321.47Saugustssoptions 	COMPAT_14	# Netbsd 1.4
1331.112Ssimonboptions 	COMPAT_16	# Netbsd 1.6
1341.88Sabs#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
1351.1Sjonathan
1361.40Sad# Raster console options
1371.57Ssimonboptions 	FONT_BOLD8x16		# Font for fb devices
1381.101Sadoptions 	FONT_GALLANT12x22
1391.5Sjonathan
1401.1Sjonathan# pmax specific
1411.39Snisimuraoptions 	COMPAT_ULTRIX	# Ultrix compatibility
1421.89Ssimonb#options 	EXEC_AOUT	# Old NetBSD/pmax a.out compatibility
1431.15Sjonathanoptions 	EXEC_ECOFF	# Ultrix RISC binaries are ECOFF format
1441.92Slukemoptions 	HZ=256		# RTC rate required
1451.22Sdrochner
1461.41Ssimonboptions 	NFS_BOOT_DHCP	# superset of BOOTP
1471.1Sjonathan
1481.16Sjonathanconfig		netbsd		root on ? type ?
1491.42Ssimonb#config		nfsnetbsd	root on ? type nfs
1501.1Sjonathan
1511.30Smhitch
1521.30Smhitchmainbus0	at root
1531.30Smhitchcpu*		at mainbus0
1541.1Sjonathan
1551.48Snisimura## Peripheral Bus Support (for devices to attach to)
1561.48Snisimura## ----------------------------------------------------------------------------
1571.1Sjonathan
1581.48Snisimura# TURBOchannel bus support
1591.48Snisimuratc*	at	mainbus0
1601.26Sjonathan
1611.48Snisimura# 3MIN, 3MAX+ and MAXINE have IOASIC in system slot
1621.48Snisimuraioasic0	at	tc?
1631.55Ssimonbmcclock* at	ioasic? offset ?	# DS1287 RTC
1641.55Ssimonble*	at	ioasic? offset ?	# LANCE
1651.55Ssimonbscc*	at	ioasic? offset ?	# Z85C30
1661.75Sgmcgarrybba*	at	ioasic? offset ?	# MAXINE baseboard audio
1671.73Saugustssaudio*	at	bba?
1681.55Ssimonbdtop*	at	ioasic? offset ?	# MAXINE kbd and mouse
1691.48Snisimura#fdc	at	ioasic? offset ?	# MAXINE floppy disk (not supported)
1701.55Ssimonbasc*	at	ioasic? offset ?	# NCR53C94 SCSI with IOASIC
1711.48Snisimura
1721.48Snisimura# 3MAX has TURBOchannel but no IOASIC
1731.52Sthorpejibus0	at	tc? slot ? offset ?	# 3MAX system slot
1741.55Ssimonb
1751.55Ssimonb# PMAX, 3MAX and MIPSMATE common devices
1761.55Ssimonbmcclock* at	ibus0 addr ?		# DS1287 RTC
1771.55Ssimonbdc*	at	ibus0 addr ?		# DC7085 quad line serial device
1781.48Snisimura
1791.48Snisimura# TURBOchannel devices
1801.52Sthorpejmfb*	at	tc? slot ? offset ?	# PMAG-A MX Monochrome Framebuffer
1811.52Sthorpejcfb*	at	tc? slot ? offset ?	# PMAG-B CX Color Framebuffer
1821.52Sthorpej#tfb*	at	tc? slot ? offset ?	# PMAG-RO TX True Color Framebuffer
1831.52Sthorpejsfb*	at	tc? slot ? offset ?	# PMAGB-B HX Smart Framebuffer
1841.61Sadpx0	at	tc? slot ? offset ?	# PMAG-C,D,E,F PX family
1851.52Sthorpej#sfbp*	at	tc? slot ? offset ?	# PMAGD HX+ Smart Framebuffer
1861.55Ssimonbxcfb*	at	tc? slot ? offset ?	# PMAG-DV Color Framebuffer at MAXINE
1871.52Sthorpejasc*	at	tc? slot ? offset ?	# PMAZ-A single channel SCSI
1881.52Sthorpejle*	at	tc? slot ? offset ?	# PMAD-A LANCE
1891.52Sthorpejfta*	at	tc? slot ? offset ?	# PMAF-F FDDI
1901.89Ssimonbtcds*	at	tc? slot ? offset ?	# PMAZB/PMAZC dual channel SCSI
1911.89Ssimonbasc*	at	tcds? chip ?
1921.48Snisimura
1931.48Snisimura# PMAX and MIPSMATE
1941.48Snisimuraibus0	at	mainbus0
1951.55Ssimonbpm*	at	ibus0 addr ?		# 3100 onboard fb
1961.55Ssimonble*	at	ibus0 addr ?		# 3100, 5100 onboard LANCE
1971.55Ssimonbsii*	at	ibus0 addr ?		# DC7061 onboard SCSI
1981.1Sjonathan
1991.34Ssimonb#########################################################################
2001.34Ssimonb# SCSI configuration							#
2011.34Ssimonb#########################################################################
2021.1Sjonathan
2031.89Ssimonbscsibus* at sii?
2041.89Ssimonbscsibus* at asc?
2051.89Ssimonb
2061.89Ssimonbsd*	at scsibus? target ? lun ?	# SCSI disks
2071.89Ssimonbst*	at scsibus? target ? lun ?	# SCSI tapes
2081.92Slukemcd*	at scsibus? target ? lun ?	# SCSI CD-ROMs
2091.89Ssimonbch*	at scsibus? target ? lun ?	# SCSI changer devices
2101.89Ssimonbss*	at scsibus? target ? lun ?	# SCSI scanners
2111.89Ssimonbuk*	at scsibus? target ? lun ?	# unknown SCSI
2121.1Sjonathan
2131.34Ssimonb#########################################################################
2141.34Ssimonb# Pseudo-devices							#
2151.34Ssimonb#########################################################################
2161.1Sjonathan
2171.34Ssimonbpseudo-device	loop		 1	# network loopback
2181.1Sjonathanpseudo-device	sl		 4	# serial-line IP ports
2191.34Ssimonbpseudo-device	ppp		 2	# serial-line IP ports
2201.94Smartinpseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
2211.85Sjdolecekpseudo-device	pty			# pseudo-terminals
2221.1Sjonathanpseudo-device	bpfilter	16	# packet filter ports
2231.36Ssimonbpseudo-device	ipfilter		# IP filter, NAT
2241.34Ssimonb#pseudo-device	gre		 2	# generic L3 over IP tunnel
2251.50Sitojunpseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
2261.50Sitojun#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
2271.70Sitojun#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
2281.86Sbouyerpseudo-device	vlan			# IEEE 802.1q encapsulation
2291.90Satatatpseudo-device	bridge			# simple inter-network bridging
2301.109Sperseant#options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
2311.12Sjonathan
2321.34Ssimonbpseudo-device	vnd		 4	# virtual disk ick
2331.34Ssimonbpseudo-device	ccd		 4	# concatenated disks
2341.106Selric#pseudo-device	cgd		 4	# cryptographic disk devices
2351.95Sosterpseudo-device	raid		 8	# RAIDframe disk driver
2361.95Sosteroptions 	RAID_AUTOCONFIG		# auto-configuration of RAID components
2371.95Soster# Options to enable various other RAIDframe RAID types.
2381.95Soster# options	RF_INCLUDE_EVENODD=1
2391.95Soster# options	RF_INCLUDE_RAID5_RS=1
2401.95Soster# options	RF_INCLUDE_PARITYLOGGING=1
2411.95Soster# options	RF_INCLUDE_CHAINDECLUSTER=1
2421.95Soster# options	RF_INCLUDE_INTERDECLUSTER=1
2431.95Soster# options 	RF_INCLUDE_PARITY_DECLUSTERING=1
2441.95Soster# options	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
2451.1Sjonathan
2461.34Ssimonbpseudo-device	rasterconsole	 1 	# NB: raster console requires "fb"
2471.45Ssimonbpseudo-device	fb		 3	# up to 3 framebuffers
2481.36Ssimonb
2491.36Ssimonbpseudo-device	rnd			# /dev/random and in-kernel generator
2501.100Slukempseudo-device	clockctl		# user control of clock subsystem
2511.111Sraggepseudo-device	ksyms			# /dev/ksyms
252