11.170Schristos# $NetBSD: GENERIC,v 1.170 2024/01/29 18:27:10 christos Exp $
21.1Ssakamoto#
31.48Sgmcgarry# GENERIC machine description file
41.108Skiyohara#
51.48Sgmcgarry# This machine description file is used to generate the default NetBSD
61.48Sgmcgarry# kernel.  The generic kernel does not include all options, subsystems
71.48Sgmcgarry# and device drivers, but should be useful for most applications.
81.1Ssakamoto#
91.48Sgmcgarry# The machine description file can be customised for your specific
101.48Sgmcgarry# machine to reduce the kernel size and improve its performance.
111.48Sgmcgarry#
121.48Sgmcgarry# For further information on compiling NetBSD kernels, see the config(8)
131.48Sgmcgarry# man page.
141.48Sgmcgarry#
151.48Sgmcgarry# For further information on hardware support for this architecture, see
161.48Sgmcgarry# the intro(4) man page.  For further information about kernel options
171.48Sgmcgarry# for this architecture, see the options(4) man page.  For an explanation
181.48Sgmcgarry# of each device driver in this file see the section 4 man page for the
191.48Sgmcgarry# device.
201.1Ssakamoto
211.48Sgmcgarryinclude 	"arch/bebox/conf/std.bebox"
221.23Shubertf
231.123Skiyoharaoptions 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
241.55Satatat
251.170Schristos#ident 		"GENERIC-$Revision: 1.170 $"
261.1Ssakamoto
271.1Ssakamotomaxusers	32
281.1Ssakamoto
291.108Skiyohara# Standard system options
301.108Skiyohara
311.108Skiyoharaoptions 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
321.108Skiyoharaoptions 	NTP		# NTP phase/frequency locked loop
331.108Skiyohara
341.108Skiyoharaoptions 	KTRACE		# system call tracing via ktrace(1)
351.108Skiyohara
361.108Skiyoharaoptions 	SYSVMSG		# System V-like message queues
371.108Skiyoharaoptions 	SYSVSEM		# System V-like semaphores
381.108Skiyoharaoptions 	SYSVSHM		# System V-like memory sharing
391.108Skiyohara
401.108Skiyoharaoptions 	USERCONF	# userconf(4) support
411.108Skiyohara#options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
421.74Satatatoptions 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
431.60Sjunyoung
441.157Ssevan# Alternate buffer queue strategies for better responsiveness under high
451.157Ssevan# disk I/O load.
461.82Stsutsui#options 	BUFQ_READPRIO
471.160Ssevanoptions 	BUFQ_PRIOCSCAN
481.1Ssakamoto
491.108Skiyohara# Diagnostic/debugging support options
501.108Skiyohara#options 	DIAGNOSTIC	# cheap kernel consistency checks
511.108Skiyohara#options 	DEBUG		# expensive debugging checks/support
521.108Skiyoharaoptions 	DDB		# in-kernel debugger
531.141Sszptvlfnoptions 	DDB_ONPANIC=1	# see also sysctl(7): `ddb.onpanic'
541.108Skiyoharaoptions 	DDB_HISTORY_SIZE=512	# Enable history editing in DDB
551.108Skiyohara#makeoptions	DEBUG="-g"
561.108Skiyohara
571.156Smrginclude 	"conf/compat_netbsd09.config"
581.156Smrg
591.108Skiyohara#options 	COMPAT_386BSD_MBRPART	# recognize old partition ID
601.108Skiyohara#options 	COMPAT_LINUX	# Linux binary compatibility
611.165Snia#options 	COMPAT_OSSAUDIO	# Linux binary compatibility
621.1Ssakamoto
631.108Skiyohara# File systems
641.108Skiyoharafile-system	FFS		# UFS
651.108Skiyohara#file-system	EXT2FS		# second extended file system (linux)
661.108Skiyohara#file-system	LFS		# log-structured file system
671.108Skiyoharafile-system	MFS		# memory file system
681.108Skiyoharafile-system	NFS		# Network File System client
691.108Skiyoharafile-system	CD9660		# ISO 9660 + Rock Ridge file system
701.108Skiyoharafile-system	MSDOSFS		# MS-DOS file system
711.108Skiyohara#file-system	FDESC		# /dev/fd
721.108Skiyoharafile-system	KERNFS		# /kern
731.108Skiyoharafile-system	NULLFS		# loopback file system
741.108Skiyohara#file-system	OVERLAY		# overlay file system
751.118Schsfile-system	PROCFS		# /proc
761.108Skiyohara#file-system	UMAPFS		# NULLFS + uid and gid remapping
771.108Skiyoharafile-system	UNION		# union file system
781.108Skiyohara#file-system	CODA		# Coda File System; also needs vcoda (below)
791.118Schsfile-system	PTYFS		# /dev/pts/N support
801.118Schsfile-system	TMPFS		# Efficient memory file-system
811.95Sreinoud#file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
821.108Skiyohara#file-system	HFS		# experimental - Apple HFS+ (read-only)
831.1Ssakamoto
841.108Skiyohara# File system options
851.167Ssimonb#options 	APPLE_UFS	# Apple UFS support in FFS
861.167Ssimonb#options 	FFS_EI		# FFS Endian Independent support
871.167Ssimonb#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
881.126Sbouyeroptions 	QUOTA		# legacy UFS quotas
891.126Sbouyeroptions 	QUOTA2		# new, in-filesystem UFS quotas
901.167Ssimonboptions 	UFS_DIRHASH	# UFS Large Directory Hashing
911.167Ssimonboptions 	UFS_EXTATTR	# Extended attribute support for UFS1
921.167Ssimonboptions 	WAPBL		# File system journaling support
931.153Srin#options 	DISKLABEL_EI	# disklabel Endian Independent support
941.108Skiyohara#options 	NFSSERVER	# Network File System server
951.108Skiyohara
961.108Skiyohara# Networking options
971.108Skiyohara#options 	GATEWAY		# packet forwarding
981.108Skiyoharaoptions 	INET		# IP + ICMP + TCP + UDP
991.21Sitojunoptions 	INET6		# IPV6
1001.21Sitojun#options 	IPSEC		# IP security
1011.21Sitojun#options 	IPSEC_DEBUG	# debug for IP security
1021.108Skiyohara#options 	MROUTING	# IP multicast routing
1031.108Skiyohara#options 	PIM		# Protocol Independent Multicast
1041.108Skiyohara#options 	NETATALK	# AppleTalk networking protocols
1051.108Skiyohara#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
1061.108Skiyohara#options 	PPP_DEFLATE	# Deflate compression support for PPP
1071.108Skiyohara#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
1081.40Sabs#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
1091.5Ssakamoto
1101.73Sabs#options 	ALTQ		# Manipulate network interfaces' output queues
1111.73Sabs#options 	ALTQ_BLUE	# Stochastic Fair Blue
1121.73Sabs#options 	ALTQ_CBQ	# Class-Based Queueing
1131.73Sabs#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
1141.73Sabs#options 	ALTQ_FIFOQ	# First-In First-Out Queue
1151.73Sabs#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
1161.73Sabs#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
1171.73Sabs#options 	ALTQ_LOCALQ	# Local queueing discipline
1181.73Sabs#options 	ALTQ_PRIQ	# Priority Queueing
1191.73Sabs#options 	ALTQ_RED	# Random Early Detection
1201.73Sabs#options 	ALTQ_RIO	# RED with IN/OUT
1211.73Sabs#options 	ALTQ_WFQ	# Weighted Fair Queueing
1221.73Sabs
1231.108Skiyohara# These options enable verbose messages for several subsystems.
1241.108Skiyohara# Warning, these may compile large string tables into the kernel!
1251.108Skiyoharaoptions 	PCIVERBOSE	# verbose PCI device autoconfig messages
1261.108Skiyoharaoptions 	MIIVERBOSE	# verbose PHY autoconfig messages
1271.108Skiyohara#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
1281.108Skiyoharaoptions 	SCSIVERBOSE	# human readable SCSI error messages
1291.1Ssakamoto
1301.108Skiyohara#options 	NFS_BOOT_BOOTPARAM,NFS_BOOT_BOOTP
1311.1Ssakamoto
1321.108Skiyohara# wscons options
1331.108Skiyohara# builtin terminal emulations
1341.108Skiyohara#options 	WSEMUL_SUN		# sun terminal emulation
1351.108Skiyoharaoptions 	WSEMUL_VT100		# VT100 / VT220 emulation
1361.108Skiyoharaoptions 	WS_DEFAULT_FG=WSCOL_LIGHT_WHITE
1371.120Skiyohara# compatibility to other console drivers
1381.131Sabsoptions 	WSDISPLAY_COMPAT_USL	# wsconscfg VT handling
1391.120Skiyoharaoptions 	WSDISPLAY_COMPAT_RAWKBD	# can get raw scancodes
1401.34Sitojun
1411.108Skiyoharaconfig		netbsd	root on ? type ?
1421.1Ssakamoto
1431.1Ssakamotomainbus0 at root
1441.1Ssakamoto
1451.41Smattcpu*	at mainbus0
1461.1Ssakamotopci0	at mainbus0 bus ?
1471.1Ssakamoto
1481.108Skiyoharapci*	at ppb? bus ?
1491.108Skiyohara
1501.1Ssakamotoppb*	at pci? dev ? function ?	# PCI-PCI bridges
1511.1Ssakamotopchb*	at pci? dev ? function ?	# PCI-Host bridges
1521.1Ssakamotopcib*	at pci? dev ? function ?	# PCI-ISA bridges
1531.1Ssakamoto
1541.1Ssakamotoisa*	at pcib?			# ISA on PCI-ISA bridge
1551.1Ssakamoto
1561.108Skiyohara# Console Devices
1571.108Skiyohara
1581.108Skiyohara# wscons
1591.108Skiyoharapckbc0		at isa?			# pc keyboard controller
1601.108Skiyoharapckbd*		at pckbc?		# PC keyboard
1611.108Skiyoharapms*		at pckbc?		# PS/2 mouse for wsmouse
1621.108Skiyohara#options	PMS_DISABLE_POWERHOOK	# Disable PS/2 reset on resume
1631.121Skiyohara#options 	PMS_SYNAPTICS_TOUCHPAD	# Enable support for Synaptics Touchpads
1641.108Skiyoharagenfb*		at pci? dev ? function ?
1651.120Skiyoharaoptions 	WSFB_FAKE_VGA_FB
1661.108Skiyoharavga*		at pci? dev ? function ?
1671.108Skiyoharawsdisplay*	at vga? console ?
1681.108Skiyoharawskbd*		at pckbd? console ?
1691.108Skiyoharawsmouse*	at pms? mux 0
1701.102Sgdamore
1711.108Skiyohara# make sure the console display is always wsdisplay0
1721.108Skiyoharawsdisplay0	at wsemuldisplaydev? console 1
1731.108Skiyoharawsdisplay*	at wsemuldisplaydev?
1741.1Ssakamoto
1751.5Ssakamotocom0	at isa? port 0x3f8 irq 4	# standard PC serial ports
1761.5Ssakamotocom1	at isa? port 0x2f8 irq 3
1771.108Skiyoharacom2	at isa? port 0x380 irq 22
1781.108Skiyoharacom3	at isa? port 0x388 irq 23
1791.46Slukem
1801.1Ssakamotolpt0	at isa? port 0x378 irq 7	# standard PC parallel ports
1811.1Ssakamoto
1821.108Skiyoharamcclock0 at isa? port 0x70		# time-of-day clock
1831.108Skiyoharaattimer0 at isa?
1841.133Skiyohara#pcppi0	at isa?
1851.152Smartin#spkr*	at pcppi?
1861.108Skiyohara
1871.124Skiyoharawss0	at isa? port 0x82c irq 30 drq 6 drq2 7	# Windows Sound System
1881.8Ssakamoto
1891.108Skiyohara# Audio support
1901.124Skiyoharaaudio*	at audiobus?
1911.67Sjonathan
1921.151Schristosspkr*	at audio?			# PC speaker (synthesized)
1931.148Snat
1941.108Skiyohara# MIDI support
1951.133Skiyohara#midi*	at pcppi?			# MIDI interface to the PC speaker
1961.108Skiyohara
1971.108Skiyohara# Joystick driver. Probe is a little strange; add only if you have one.
1981.108Skiyoharajoy0	at isa? port 0x201
1991.67Sjonathan
2001.110Skiyoharasiop*	at pci? dev ? function ?	# NCR 538XX SCSI controllers
2011.110Skiyoharascsibus* at siop?
2021.1Ssakamoto
2031.110Skiyoharasd*	at scsibus? target ? lun ?	# SCSI disk drives
2041.1Ssakamoto#st*	at scsibus? target ? lun ?	# SCSI tape drives
2051.110Skiyoharacd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
2061.1Ssakamoto#ch*	at scsibus? target ? lun ?	# SCSI autochangers
2071.1Ssakamoto#ss*	at scsibus? target ? lun ?	# SCSI scanners
2081.1Ssakamoto#uk*	at scsibus? target ? lun ?	# SCSI unknown
2091.1Ssakamoto
2101.10Ssakamotofdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
2111.10Ssakamotofd0	at fdc? drive 1
2121.1Ssakamoto#fd*	at fdc? drive ?
2131.1Ssakamoto
2141.6Ssakamotowdc0	at isa? port 0x1f0 irq 14	# ST506, ESDI, and IDE controllers
2151.108Skiyohara
2161.66Slukematabus* at ata?
2171.65Sbouyerwd*	at atabus? drive ?
2181.1Ssakamoto
2191.108Skiyohara# ATAPI bus support
2201.108Skiyoharaatapibus* at atapi?
2211.108Skiyohara
2221.108Skiyohara# ATAPI devices
2231.108Skiyohara# flags have the same meaning as for IDE drives.
2241.108Skiyoharacd*	at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
2251.108Skiyohara#sd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
2261.108Skiyohara#st*	at atapibus? drive ? flags 0x0000	# ATAPI tape drives
2271.108Skiyohara#uk*	at atapibus? drive ? flags 0x0000	# ATAPI unknown
2281.108Skiyohara
2291.108Skiyohara# Network devices
2301.108Skiyoharaec0	at isa? port 0x250 iomem 0xd8000 irq 9	# 3Com 3c503 Ethernet
2311.6Ssakamotone0	at isa? port 0x300 irq 5	# NE[12]000 ethernet cards
2321.108Skiyoharafxp*	at pci? dev ? function ?	# Intel EtherExpress PRO 10+/100B
2331.108Skiyoharane*	at pci? dev ? function ?	# NE2000-compatible Ethernet
2341.108Skiyoharatlp*	at pci? dev ? function ?	# DECchip 21x4x and clones
2351.108Skiyohara
2361.108Skiyohara# MII/PHY support
2371.108Skiyoharaukphy*  at mii? phy ?                   # generic unknown PHYs
2381.108Skiyohara
2391.121Skiyohara# TV cards
2401.121Skiyohara
2411.121Skiyohara# Brooktree 848/849/878/879 based TV cards
2421.121Skiyoharabktr*	at pci? dev ? function ?	# Brooktree video/audio capture/tuner
2431.121Skiyohara
2441.108Skiyohara
2451.108Skiyohara# Pseudo-Devices
2461.108Skiyohara
2471.108Skiyoharapseudo-device	crypto			# /dev/crypto device
2481.108Skiyohara					# (disabled, requires generic softints)
2491.108Skiyoharapseudo-device	swcrypto		# software crypto implementation
2501.108Skiyohara
2511.108Skiyohara# disk/mass storage pseudo-devices
2521.133Skiyohara#pseudo-device	bio			# RAID control device driver
2531.136Schristospseudo-device	ccd			# concatenated/striped disk devices
2541.136Schristospseudo-device	cgd			# cryptographic disk devices
2551.137Schristos#pseudo-device	raid			# RAIDframe disk driver
2561.133Skiyohara#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
2571.108Skiyohara# Options to enable various other RAIDframe RAID types.
2581.108Skiyohara#options 	RF_INCLUDE_EVENODD=1
2591.108Skiyohara#options 	RF_INCLUDE_RAID5_RS=1
2601.108Skiyohara#options 	RF_INCLUDE_PARITYLOGGING=1
2611.108Skiyohara#options 	RF_INCLUDE_CHAINDECLUSTER=1
2621.108Skiyohara#options 	RF_INCLUDE_INTERDECLUSTER=1
2631.108Skiyohara#options 	RF_INCLUDE_PARITY_DECLUSTERING=1
2641.108Skiyohara#options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
2651.117Spookapseudo-device	fss			# file system snapshot device
2661.108Skiyohara
2671.125Shannkenpseudo-device	md			# memory disk device
2681.108Skiyoharapseudo-device	vnd			# disk-like interface to files
2691.108Skiyoharaoptions 	VND_COMPRESSION		# compressed vnd(4)
2701.108Skiyohara
2711.108Skiyohara# network pseudo-devices
2721.108Skiyoharapseudo-device	bpfilter		# packet filter
2731.160Ssevanpseudo-device	carp			# Common Address Redundancy Protocol
2741.158Smaxvpseudo-device	npf			# NPF packet filter
2751.108Skiyoharapseudo-device	loop			# network loopback
2761.108Skiyoharapseudo-device	ppp			# Point-to-Point Protocol
2771.108Skiyoharapseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
2781.108Skiyoharapseudo-device	sl			# Serial Line IP
2791.108Skiyohara#pseudo-device	irframetty		# IrDA frame line discipline
2801.108Skiyoharapseudo-device	tap			# virtual Ethernet
2811.108Skiyoharapseudo-device	tun			# network tunneling over tty
2821.108Skiyohara#pseudo-device	gre			# generic L3 over IP tunnel
2831.108Skiyohara#pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
2841.108Skiyohara#pseudo-device	faith			# IPv[46] tcp relay translation i/f
2851.108Skiyohara#pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
2861.108Skiyohara#pseudo-device	vlan			# IEEE 802.1q encapsulation
2871.108Skiyohara#pseudo-device	bridge			# simple inter-network bridging
2881.164Sroy#pseudo-device	vether			# Virtual Ethernet for bridge
2891.108Skiyohara#pseudo-device	agr			# IEEE 802.3ad link aggregation
2901.108Skiyohara# srt is EXPERIMENTAL
2911.108Skiyohara#pseudo-device	srt			# source-address-based routing
2921.108Skiyohara
2931.112Stls#
2941.112Stls# accept filters
2951.112Stlspseudo-device   accf_data		# "dataready" accept filter
2961.112Stlspseudo-device   accf_http		# "httpready" accept filter
2971.112Stls
2981.108Skiyohara# miscellaneous pseudo-devices
2991.108Skiyoharapseudo-device	pty			# pseudo-terminals
3001.166Smartin#pseudo-device	sequencer		# MIDI sequencer
3011.108Skiyohara#options 	RND_COM			# use "com" randomness as well (BROKEN)
3021.108Skiyoharapseudo-device	clockctl		# user control of clock subsystem
3031.108Skiyoharapseudo-device	ksyms			# /dev/ksyms
3041.108Skiyoharapseudo-device	lockstat		# lock profiling
3051.108Skiyohara#pseudo-device	bcsp			# BlueCore Serial Protocol
3061.108Skiyohara#pseudo-device	btuart			# Bluetooth HCI UART (H4)
3071.168Sriastradpseudo-device 	swwdog			# software watchdog timer -- swwdog(4)
3081.108Skiyohara
3091.108Skiyohara# a pseudo device needed for Coda	# also needs CODA (above)
3101.137Schristos#pseudo-device	vcoda			# coda minicache <-> venus comm.
3111.108Skiyohara
3121.108Skiyohara# wscons pseudo-devices
3131.108Skiyoharapseudo-device	wsmux			# mouse & keyboard multiplexor
3141.108Skiyoharapseudo-device	wsfont
3151.1Ssakamoto
3161.108Skiyohara# pseudo audio device driver
3171.108Skiyohara#pseudo-device	pad
3181.10Ssakamoto
3191.108Skiyohara# userland interface to drivers, including autoconf and properties retrieval
3201.159Sisakipseudo-device	drvctl
3211.1Ssakamoto
3221.160Ssevaninclude "dev/veriexec.config"
3231.108Skiyohara
3241.108Skiyohara#options 	PAX_MPROTECT=0		# PaX mprotect(2) restrictions
3251.108Skiyohara#options 	PAX_ASLR=0		# PaX Address Space Layout Randomization
3261.169Sabs
3271.169Sabs# Pull in optional local configuration - always at end
3281.169Sabscinclude	"arch/bebox/conf/GENERIC.local"
329