GENERIC revision 1.75
11.75Selad# $NetBSD: GENERIC,v 1.75 2005/12/09 23:34:02 elad Exp $
21.1Smatt#
31.11Sgmcgarry# GENERIC machine description file
41.11Sgmcgarry# 
51.11Sgmcgarry# This machine description file is used to generate the default NetBSD
61.11Sgmcgarry# kernel.  The generic kernel does not include all options, subsystems
71.11Sgmcgarry# and device drivers, but should be useful for most applications.
81.1Smatt#
91.11Sgmcgarry# The machine description file can be customised for your specific
101.11Sgmcgarry# machine to reduce the kernel size and improve its performance.
111.11Sgmcgarry#
121.11Sgmcgarry# For further information on compiling NetBSD kernels, see the config(8)
131.11Sgmcgarry# man page.
141.11Sgmcgarry#
151.11Sgmcgarry# For further information on hardware support for this architecture, see
161.11Sgmcgarry# the intro(4) man page.  For further information about kernel options
171.11Sgmcgarry# for this architecture, see the options(4) man page.  For an explanation
181.11Sgmcgarry# of each device driver in this file see the section 4 man page for the
191.11Sgmcgarry# device.
201.1Smatt
211.11Sgmcgarryinclude		"arch/netwinder/conf/std.netwinder"
221.23Satatat
231.23Satatatoptions 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
241.1Smatt
251.1Smatt# estimated number of users
261.1Smatt
271.1Smattmaxusers	32
281.1Smatt
291.1Smatt# Standard system options
301.1Smatt
311.1Smattoptions 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
321.1Smatt#options 	NTP		# NTP phase/frequency locked loop
331.29Sjunyoung
341.30Swiz# Enable experimental buffer queue strategy for better responsiveness under 
351.29Sjunyoung# high disk I/O load. Use it with caution - it's not proven to be stable yet.
361.61Stsutsui#options 	BUFQ_READPRIO
371.61Stsutsui#options 	BUFQ_PRIOCSCAN
381.1Smatt
391.1Smatt# CPU options
401.1Smatt
411.1Smatt# For StrongARM systems
421.1Smattoptions 	CPU_SA110	# Support the SA110 core
431.36Suwemakeoptions	CPUFLAGS="-march=armv4 -mtune=strongarm"
441.1Smatt
451.1Smatt# FPA options
461.1Smatt
471.1Smatt#options 	ARMFPE		# ARM Ltd FPE
481.1Smatt
491.35Suwe# Default console is wscons, if igsfb(4) and pckbc(4) are configured,
501.35Suwe# or com(4) otherwise.  You can force a serial console with these options
511.35Suwe#options 	CONSDEVNAME="\"com\"",CONCOMADDR=0x3f8,CONSPEED=115200
521.35Suwe
531.35Suwe
541.1Smatt# File systems
551.1Smatt
561.1Smattfile-system	FFS		# UFS
571.1Smatt#file-system	LFS		# log-structured file system
581.1Smattfile-system	MFS		# memory file system
591.1Smattfile-system	NFS		# Network file system
601.1Smatt#file-system 	ADOSFS		# AmigaDOS-compatible file system
611.1Smattfile-system 	EXT2FS		# second extended file system (linux)
621.1Smatt#file-system	CD9660		# ISO 9660 + Rock Ridge file system
631.1Smattfile-system	MSDOSFS		# MS-DOS file system
641.18Sthorpejfile-system	FDESC		# /dev/fd
651.18Sthorpejfile-system	KERNFS		# /kern
661.1Smattfile-system	NULLFS		# loopback file system
671.1Smatt#file-system	PORTAL		# portal filesystem (still experimental)
681.18Sthorpejfile-system	PROCFS		# /proc
691.1Smatt#file-system	UMAPFS		# NULLFS + uid and gid remapping
701.1Smatt#file-system	UNION		# union file system
711.68Schristosfile-system	PTYFS		# /dev/pts/N support
721.69Sjmmv#file-system	TMPFS		# experimental - Efficient memory file-system
731.1Smatt
741.1Smatt# File system options
751.1Smatt#options 	QUOTA		# UFS quotas
761.1Smatt#options 	FFS_EI		# FFS Endian Independant support
771.74Stsutsui#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
781.1Smattoptions 	NFSSERVER
791.3Smattoptions 	SOFTDEP
801.55Srumble#options	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
811.1Smatt
821.1Smatt# Networking options
831.1Smatt
841.1Smatt#options 	GATEWAY		# packet forwarding
851.1Smattoptions 	INET		# IP + ICMP + TCP + UDP
861.1Smattoptions 	INET6		# IPV6
871.1Smatt#options 	IPSEC		# IP security
881.1Smatt#options 	IPSEC_ESP	# IP security (encryption part; define w/ IPSEC)
891.63Stron#options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
901.1Smatt#options 	IPSEC_DEBUG	# debug for IP security
911.1Smatt#options 	MROUTING	# IP multicast routing
921.53Smanu#options 	PIM		# Protocol Independent Multicast
931.1Smatt#options 	NS		# XNS
941.1Smatt#options 	NSIP		# XNS tunneling over IP
951.1Smatt#options 	ISO,TPIP	# OSI
961.1Smatt#options 	EON		# OSI tunneling over IP
971.1Smatt#options 	CCITT,LLC,HDLC	# X.25
981.1Smatt#options 	NETATALK	# AppleTalk networking
991.1Smatt#options 	PFIL_HOOKS	# pfil(9) packet filter hooks
1001.1Smatt#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
1011.1Smatt#options 	PPP_DEFLATE	# Deflate compression support for PPP
1021.1Smatt#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
1031.5Sabs#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
1041.1Smatt
1051.49Sabs#options 	ALTQ		# Manipulate network interfaces' output queues
1061.49Sabs#options 	ALTQ_BLUE	# Stochastic Fair Blue
1071.49Sabs#options 	ALTQ_CBQ	# Class-Based Queueing
1081.49Sabs#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
1091.49Sabs#options 	ALTQ_FIFOQ	# First-In First-Out Queue
1101.49Sabs#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
1111.49Sabs#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
1121.49Sabs#options 	ALTQ_LOCALQ	# Local queueing discipline
1131.49Sabs#options 	ALTQ_PRIQ	# Priority Queueing
1141.49Sabs#options 	ALTQ_RED	# Random Early Detection
1151.49Sabs#options 	ALTQ_RIO	# RED with IN/OUT
1161.49Sabs#options 	ALTQ_WFQ	# Weighted Fair Queueing
1171.49Sabs
1181.1Smattoptions 	NFS_BOOT_BOOTP
1191.1Smattoptions 	NFS_BOOT_DHCP
1201.1Smatt#options 	NFS_BOOT_BOOTPARAM
1211.1Smatt
1221.1Smatt# Compatibility options
1231.1Smatt
1241.1Smatt#options 	COMPAT_43	# 4.3BSD compatibility.
1251.67Schristosoptions 	COMPAT_30	# NetBSD 3.0 compatibility.
1261.59Ssimonboptions 	COMPAT_20	# NetBSD 2.0 compatibility.
1271.37Schrisoptions 	COMPAT_16	# NetBSD 1.6 compatibility.
1281.2Smattoptions 	COMPAT_15	# NetBSD 1.5 compatibility.
1291.1Smattoptions 	COMPAT_14	# NetBSD 1.4 compatibility.
1301.1Smatt#options 	COMPAT_13	# NetBSD 1.3 compatibility.
1311.1Smatt#options 	COMPAT_12	# NetBSD 1.2 compatibility.
1321.1Smatt#options 	COMPAT_11	# NetBSD 1.1 compatibility.
1331.1Smatt#options 	COMPAT_10	# NetBSD 1.0 compatibility.
1341.1Smatt#options 	COMPAT_09	# NetBSD 0.9 compatibility.
1351.5Sabs#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
1361.1Smatt
1371.19Sthorpejoptions 	COMPAT_LINUX	# binary compatibility with Linux
1381.54Schristosoptions		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
1391.19Sthorpej
1401.1Smatt# Shared memory options
1411.1Smatt
1421.1Smattoptions 	SYSVMSG		# System V-like message queues
1431.1Smattoptions 	SYSVSEM		# System V-like semaphores
1441.9Slukem#options 	SEMMNI=10	# number of semaphore identifiers
1451.9Slukem#options 	SEMMNS=60	# number of semaphores in system
1461.9Slukem#options 	SEMUME=10	# max number of undo entries per process
1471.9Slukem#options 	SEMMNU=30	# number of undo structures in system
1481.1Smattoptions 	SYSVSHM		# System V-like memory sharing
1491.1Smattoptions 	SHMMAXPGS=1024	# 1024 pages is the default
1501.50Sbouyeroptions 	P1003_1B_SEMAPHORE # p1003.1b semaphore support
1511.1Smatt
1521.1Smatt# Device options
1531.1Smatt
1541.2Smatt#options 	MEMORY_DISK_HOOKS	# boottime setup of ramdisk
1551.16Slukem#options 	MEMORY_DISK_ROOT_SIZE=3400	# Size in blocks
1561.1Smatt#options 	MEMORY_DISK_IS_ROOT	# use memory disk as root
1571.1Smatt
1581.1Smatt# Miscellaneous kernel options
1591.1Smattoptions 	KTRACE		# system call tracing, a la ktrace(1)
1601.27Sprovosoptions 	SYSTRACE	# system call vetting via systrace(1)
1611.1Smattoptions 	IRQSTATS	# manage IRQ statistics
1621.1Smatt#options 	LKM		# loadable kernel modules
1631.1Smatt#options 	KMEMSTATS	# kernel memory statistics
1641.1Smatt#options 	SCSIVERBOSE	# Verbose SCSI errors
1651.3Smattoptions 	PCIVERBOSE	# Verbose PCI descriptions
1661.3Smattoptions 	MIIVERBOSE	# Verbose MII autoconfuration messages
1671.2Smatt#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
1681.1Smatt#options 	DDB_KEYCODE=0x40
1691.25Slukemoptions 	USERCONF	# userconf(4) support
1701.13Sjdolecek#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
1711.51Satatatoptions 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
1721.1Smatt
1731.1Smatt# Development and Debugging options
1741.1Smatt
1751.1Smatt#options 	ARM700BUGTRACK	# track the ARM700 swi bug
1761.1Smatt#options 	PORTMASTER	# Enable PortMaster only options
1771.70Schs#options 	DIAGNOSTIC	# internally consistency checks
1781.9Slukem#options 	PMAP_DEBUG	# Enable pmap_debug_level code
1791.1Smatt#options 	IPKDB		# remote kernel debugging
1801.1Smattoptions 	DDB		# in-kernel debugger
1811.1Smattoptions 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
1821.17Sthorpejmakeoptions	DEBUG="-g"	# compile full symbol table
1831.60Smattoptions 	SYMTAB_SPACE=480000
1841.1Smatt
1851.1Smattconfig		netbsd	root on ? type ?
1861.1Smatt
1871.1Smatt# The main bus device
1881.2Smattmainbus0	at root
1891.1Smatt
1901.45Swiz# The boot CPU
1911.2Smattcpu0		at mainbus?
1921.1Smatt
1931.1Smatt# Core logic
1941.1Smattfootbridge0	at mainbus?
1951.1Smatt
1961.1Smatt# footbridge uart
1971.2Smatt#fcom0		at footbridge?
1981.1Smatt
1991.1Smatt# system clock via footbridge
2001.2Smatt#clock*		at footbridge?
2011.1Smatt
2021.1Smatt# time-of-day device via footbridge
2031.1Smatttodclock0	at footbridge?
2041.1Smatt
2051.1Smatt# PCI bus via footbridge
2061.2Smattpci0		at footbridge?			# PCI bus
2071.1Smatt
2081.1Smatt# ISA bus support
2091.2Smattpcib*		at pci? dev ? function ?	# ISA bridge
2101.2Smattisa*		at pcib?
2111.1Smatt
2121.1Smatt
2131.1Smatt# PCI IDE Controllers and Devices
2141.1Smatt# PCI IDE controllers - see pciide(4) for supported hardware.
2151.1Smatt# The 0x0001 flag force the driver to use DMA, even if the driver doesn't know
2161.1Smatt# how to set up DMA modes for this chip. This may work, or may cause
2171.1Smatt# a machine hang with some controllers.
2181.42Sthorpej#pciide* 	at pci? dev ? function ? flags 0x0000	# GENERIC pciide driver
2191.39Sbouyerslide*  	at pci? dev ? function ?	# Symphony Labs IDE controllers
2201.38Sbouyer
2211.40Slukem# ATA (IDE) bus support
2221.40Slukematabus* at ata?
2231.1Smatt
2241.1Smatt# IDE drives
2251.1Smatt# Flags are used only with controllers that support DMA operations
2261.1Smatt# and mode settings (e.g. some pciide controllers)
2271.1Smatt# The lowest order four bits (rightmost digit) of the flags define the PIO
2281.1Smatt# mode to use, the next set of four bits the DMA mode and the third set the
2291.1Smatt# UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
2301.1Smatt# to use, and the last bit must be 1 for this setting to be used.
2311.1Smatt# For DMA and UDMA, 0xf (1111) means 'disable'.
2321.1Smatt# 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
2331.1Smatt# (0xc=1100, 0xa=1010, 0xf=1111)
2341.1Smatt# 0x0000 means "use whatever the drive claims to support".
2351.38Sbouyerwd*		at atabus? drive ? flags 0x0000	# the drives themselves
2361.1Smatt
2371.1Smatt# PCI network interfaces
2381.2Smattne*		at pci? dev ? function ?	# NE2000 compat ethernet
2391.2Smatttlp*		at pci? dev ? function ?	# DECchip 21x4x (and clones) Ethernet
2401.1Smattoptions 	TLP_MATCH_21142
2411.1Smatt
2421.1Smatt# MII/PHY support
2431.14Swizicsphy*		at mii? phy ?			# ISC-189x PHYs
2441.2Smattukphy*		at mii? phy ?			# generic unknown PHYs
2451.1Smatt
2461.26Suwe
2471.1Smatt# WSCONS Support
2481.1Smattoptions 	WSEMUL_VT100		# VT100 / VT220 emulation
2491.26Suwe# different kernel output - see dev/wscons/wsdisplayvar.h
2501.1Smattoptions 	WS_KERNEL_FG=WSCOL_GREEN
2511.26Suwe#options 	WS_KERNEL_BG=WSCOL_BLACK
2521.26Suweoptions 	WS_KERNEL_COLATTR=WSATTR_HILIT
2531.26Suwe# compatibility to other console drivers
2541.26Suweoptions 	WSDISPLAY_COMPAT_PCVT		# emulate some ioctls
2551.26Suweoptions 	WSDISPLAY_COMPAT_SYSCONS	# emulate some ioctls
2561.26Suweoptions 	WSDISPLAY_COMPAT_USL		# VT handling
2571.26Suweoptions 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes
2581.26Suwe
2591.26Suweoptions 	FONT_GALLANT12x22		# Sun PROM font look-alike
2601.26Suwe
2611.2Smattpckbc0		at isa?
2621.1Smattpckbd*		at pckbc?
2631.1Smattwskbd*		at pckbd? console ?
2641.1Smattpms*		at pckbc?
2651.1Smattwsmouse*	at pms? mux 0
2661.1Smatt
2671.33Suweigsfb*		at pci? dev ? function ?
2681.33Suwewsdisplay*	at igsfb? console ?
2691.26Suwe
2701.1Smatt
2711.1Smatt# ISA Devices
2721.1Smattcom0		at isa? port 0x3f8 irq 4
2731.2Smattlpt0		at isa? port 0x378 irq 7
2741.1Smatt
2751.1Smatt
2761.1Smatt# Audio Devices
2771.1Smatt
2781.2Smatt# ISA audio devices
2791.2Smattsb0		at isa? port 0x220 irq 3 drq 1 drq2 7	# SoundBlaster
2801.2Smattopl*		at sb?
2811.2Smattmpu*		at sb?
2821.2Smattmidi*		at sb?					# SB1 MIDI port
2831.1Smatt
2841.1Smatt# Audio support
2851.2Smattaudio*		at sb?
2861.1Smatt
2871.1Smatt# Pseudo-Devices
2881.1Smatt
2891.72Sthorpejpseudo-device 	crypto		# /dev/crypto device
2901.73Sthorpejpseudo-device	swcrypto	# software crypto implementation
2911.43Sjonathan
2921.1Smatt# disk/mass storage pseudo-devices
2931.2Smatt#pseudo-device	md		1	# memory disk device (ramdisk)
2941.1Smattpseudo-device	vnd		4	# disk-like interface to files
2951.64Shubertf#options 	VND_COMPRESSION		# compressed vnd(4)
2961.56Shannkenpseudo-device	fss		4	# file system snapshot device
2971.28Selric#pseudo-device	cgd		4	# cryptographic disk devices
2981.1Smatt
2991.1Smatt# network pseudo-devices
3001.1Smattpseudo-device	bpfilter	4	# Berkeley packet filter
3011.12Smartinpseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
3021.10Satatatpseudo-device	bridge			# simple inter-network bridging
3031.31Sperseant#options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
3041.1Smattpseudo-device	loop			# network loopback
3051.1Smatt
3061.1Smatt# miscellaneous pseudo-devices
3071.1Smattpseudo-device	pty			# pseudo-terminals
3081.1Smattpseudo-device	rnd			# /dev/random and in-kernel generator
3091.24Slukempseudo-device	clockctl		# user control of clock subsystem
3101.32Sraggepseudo-device	ksyms			# /dev/ksyms
3111.48Sitojun#pseudo-device	pf			# PF packet filter
3121.48Sitojun#pseudo-device	pflog			# PF log if
3131.26Suwe
3141.26Suwe# wscons pseudo-devices
3151.26Suwepseudo-device	wsmux			# mouse & keyboard multiplexor
3161.26Suwe#pseudo-device	wsfont
3171.75Selad
3181.75Selad# Veriexec
3191.75Selad#options VERIFIED_EXEC
3201.75Selad#
3211.75Selad# a pseudo device needed for veriexec
3221.75Selad#pseudo-device	veriexec		1
3231.75Selad#
3241.75Selad# Uncomment the fingerprint methods below that are desired. Note that
3251.75Selad# removing fingerprint methods will have almost no impact on the kernel
3261.75Selad# code size.
3271.75Selad#
3281.75Selad#options VERIFIED_EXEC_FP_RMD160
3291.75Selad#options VERIFIED_EXEC_FP_SHA256
3301.75Selad#options VERIFIED_EXEC_FP_SHA384
3311.75Selad#options VERIFIED_EXEC_FP_SHA512
3321.75Selad#options VERIFIED_EXEC_FP_SHA1
3331.75Selad#options VERIFIED_EXEC_FP_MD5
334