GENERIC revision 1.116
11.116Sriastrad# $NetBSD: GENERIC,v 1.116 2022/09/29 10:10:07 riastradh Exp $
21.1Such#
31.13Sgmcgarry# GENERIC machine description file
41.63Suwe#
51.13Sgmcgarry# This machine description file is used to generate the default NetBSD
61.13Sgmcgarry# kernel.  The generic kernel does not include all options, subsystems
71.13Sgmcgarry# and device drivers, but should be useful for most applications.
81.1Such#
91.13Sgmcgarry# The machine description file can be customised for your specific
101.13Sgmcgarry# machine to reduce the kernel size and improve its performance.
111.13Sgmcgarry#
121.13Sgmcgarry# For further information on compiling NetBSD kernels, see the config(8)
131.13Sgmcgarry# man page.
141.13Sgmcgarry#
151.13Sgmcgarry# For further information on hardware support for this architecture, see
161.13Sgmcgarry# the intro(4) man page.  For further information about kernel options
171.13Sgmcgarry# for this architecture, see the options(4) man page.  For an explanation
181.13Sgmcgarry# of each device driver in this file see the section 4 man page for the
191.13Sgmcgarry# device.
201.1Such
211.20Such#
221.20Such# This kernel supports...
231.20Such#	HP Jornada 680/690
241.63Suwe#	HP 620LX/660LX
251.20Such#	HITACHI HPW50PA
261.20Such#
271.20Such
281.13Sgmcgarryinclude 	"arch/hpcsh/conf/std.hpcsh"
291.24Satatat
301.24Satatatoptions 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
311.1Such
321.1Suchmaxusers	32			# estimated number of users
331.1Such
341.90Stsutsuioptions 	HZ=64			# default clock rate
351.40Suwe
361.40Suwe# System options specific to hpcsh
371.40Suwe
381.40Suwe# CPU support.  At least one is REQUIRED.
391.40Suweoptions 	SH3
401.40Suwe#options 	SH4
411.40Suwe
421.40Suwe# Example of how to set gcc optimization options (XXX: not tested)
431.40Suwe#makeoptions	COPTS="-Os"		# generic
441.40Suwe#makeoptions	CPUFLAGS="-m3"		# CPU specific
451.40Suwe
461.20Such#
471.20Such# PCLOCK is estimated by kernel.
481.20Such#				PCLOCK		CPU CLOCK
491.20Such#	HP Jornada 680/690	22.22MHz	133MHz
501.63Suwe#	HP 620LX		18.75MHz	 75MHz
511.20Such#	HITACHI HPW50PA		25MHz		100MHz
521.20Such#
531.40Suwe#options 	PCLOCK=...
541.1Such
551.40Suwe# in-kernel bootloader, see kloader(4)
561.74Suweoptions 	KLOADER
571.74Suwe#options 	KLOADER_KERNEL_PATH="\"/netbsd\""
581.40Suwe#options 	KLOADER_DEBUG
591.40Suwe
601.47Suwe#options 	HPC_DEBUG_INTERRUPT_MONITOR
611.47Suwe#options 	KSTACK_DEBUG
621.40Suwe
631.1Such
641.1Such# Standard system options
651.40Suwe
661.33Suwe#options 	RTC_OFFSET=-540 # hardware clock is this many mins. west of GMT
671.33Suwe				# (overrides tz info that hpcboot.exe passes)
681.1Such
691.40Suweoptions 	KTRACE		# system call tracing via ktrace(1)
701.40Suwe
711.92Stsutsuioptions 	SYSVMSG		# System V-like message queues
721.92Stsutsuioptions 	SYSVSEM		# System V-like semaphores
731.92Stsutsuioptions 	SYSVSHM		# System V-like memory sharing
741.40Suwe
751.93Stsutsui#options 	MODULAR		# new style module(7) framework
761.104Sjnemeth#options 	MODULAR_DEFAULT_AUTOLOAD
771.40Suwe
781.27Slukemoptions 	USERCONF		# userconf(4) support
791.40Suweoptions 	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
801.41Satatatoptions 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
811.40Suwe
821.110Ssevan# Alternate buffer queue strategies for better responsiveness under high
831.110Ssevan# disk I/O load.
841.49Stsutsui#options 	BUFQ_READPRIO
851.49Stsutsui#options 	BUFQ_PRIOCSCAN
861.40Suwe
871.112Ssevan# Alternate buffer queue strategies for better responsiveness under high
881.112Ssevan# disk I/O load.
891.112Ssevan#options 	BUFQ_READPRIO
901.112Ssevanoptions 	BUFQ_PRIOCSCAN
911.112Ssevan
921.40Suwe# Diagnostic/debugging support options
931.40Suwe#options 	DIAGNOSTIC	# expensive kernel consistency checks
941.40Suwe#options 	DEBUG		# expensive debugging checks/support
951.40Suwe#options 	DDB		# in-kernel debugger
961.101Sszptvlfn#options 	DDB_ONPANIC=1	# see also sysctl(7): `ddb.onpanic'
971.40Suwe#options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
981.40Suwe#options 	KGDB		# remote debugger
991.40Suwe#options 	KGDB_DEVRATE=19200
1001.67Suwe#options 	KGDB_DEVNAME="\"scif\""		# HP Jornada
1011.67Suwe#options 	KGDB_DEVNAME="\"hd64461uart\""	# HITACHI PERSONA (SH3)
1021.67Suwe#options 	KGDB_DEVNAME="\"hd64465uart\""	# HITACHI PERSONA (SH4)
1031.40Suwe#makeoptions	DEBUG="-g"	# compile full symbol table
1041.26Stsutsui
1051.26Stsutsui# Compatibility options
1061.109Smrginclude 	"conf/compat_netbsd15.config"
1071.26Stsutsui#options 	BSDDISKLABEL_EI	# endian independent disklabel support
1081.1Such
1091.1Such# Executable format options
1101.1Suchoptions 	EXEC_COFF	# 32-bit COFF executables
1111.1Such
1121.1Such# File systems
1131.1Suchfile-system 	FFS		# UFS
1141.89Stsutsuifile-system 	MFS		# memory file system (requires FFS)
1151.40Suwe#file-system 	EXT2FS		# second extended file system (linux)
1161.1Suchfile-system 	MSDOSFS		# MS-DOS file system
1171.1Suchfile-system	NFS		# Sun NFS-compatible filesystem client
1181.40Suwe#file-system 	NULLFS		# loopback file system
1191.40Suwe#file-system 	UMAPFS		# NULLFS + uid and gid remapping
1201.40Suwe#file-system 	UNION		# union file system
1211.40Suwe#file-system 	OVERLAY		# overlay file system
1221.40Suwe#file-system 	FDESC		# /dev/fd
1231.22Suchfile-system 	KERNFS		# /kern
1241.22Suchfile-system 	PROCFS		# /proc
1251.40Suwe#file-system	CODA		# Coda File System; also needs vcoda (below)
1261.55Schristosfile-system	PTYFS		# /dev/pts/N support
1271.72Sjmmv#file-system	TMPFS		# Efficient memory file-system
1281.64Sreinoud#file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
1291.1Such
1301.1Such# File system options
1311.40Suwe#options 	FFS_EI		# FFS Endian Independent support
1321.61Stsutsuioptions 	FFS_NO_SNAPSHOT	# No FFS snapshot support
1331.115Ssimonb#options 	UFS_DIRHASH	# UFS Large Directory Hashing
1341.105Smanu#options 	UFS_EXTATTR	# Extended attribute support for UFS1
1351.95Sdhollandoptions 	WAPBL		# File system journaling support
1361.40Suwe#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
1371.40Suwe				# immutable) behave as system flags.
1381.1Such
1391.1Such# Networking options
1401.1Suchoptions 	INET		# IP + ICMP + TCP + UDP
1411.9Suchoptions 	INET6		# IPV6
1421.9Such
1431.38Suchoptions 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
1441.38Suchoptions 	PPP_DEFLATE	# Deflate compression support for PPP
1451.38Suchoptions 	PPP_FILTER	# Active filter support for PPP (requires bpf)
1461.38Such
1471.37Sabs#options 	ALTQ		# Manipulate network interfaces' output queues
1481.37Sabs#options 	ALTQ_BLUE	# Stochastic Fair Blue
1491.37Sabs#options 	ALTQ_CBQ	# Class-Based Queueing
1501.37Sabs#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
1511.37Sabs#options 	ALTQ_FIFOQ	# First-In First-Out Queue
1521.37Sabs#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
1531.37Sabs#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
1541.37Sabs#options 	ALTQ_LOCALQ	# Local queueing discipline
1551.37Sabs#options 	ALTQ_PRIQ	# Priority Queueing
1561.37Sabs#options 	ALTQ_RED	# Random Early Detection
1571.37Sabs#options 	ALTQ_RIO	# RED with IN/OUT
1581.37Sabs#options 	ALTQ_WFQ	# Weighted Fair Queueing
1591.37Sabs
1601.40Suwe# These options enable verbose messages for several subsystems.
1611.40Suwe# Warning, these may compile large string tables into the kernel!
1621.40Suweoptions 	MIIVERBOSE	# verbose PHY autoconfig messages
1631.40Suwe#options 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
1641.40Suwe
1651.1Suchoptions 	NFS_BOOT_DHCP
1661.1Such
1671.40Suwe#
1681.40Suwe# wscons options
1691.40Suwe#
1701.40Suwe# builtin terminal emulations
1711.1Suchoptions 	WSEMUL_VT100
1721.40Suwe# allocate a number of virtual screens at autoconfiguration time
1731.1Suchoptions 	WSDISPLAY_DEFAULTSCREENS=4
1741.56Suwe
1751.56Suwe# customization of console and kernel output - see dev/wscons/wsdisplayvar.h
1761.56Suweoptions 	WSDISPLAY_CUSTOM_OUTPUT	# color customization from wsconsctl(8)
1771.56Suwe#options 	WS_DEFAULT_FG=WSCOL_WHITE
1781.56Suwe#options 	WS_DEFAULT_BG=WSCOL_BLACK
1791.56Suwe#options 	WS_DEFAULT_COLATTR="(0)"
1801.56Suwe#options 	WS_DEFAULT_MONOATTR="(0)"
1811.1Suchoptions 	WS_KERNEL_FG=WSCOL_BROWN
1821.1Suchoptions 	WS_KERNEL_BG=WSCOL_BLUE
1831.56Suwe#options 	WS_KERNEL_COLATTR=""
1841.56Suwe#options 	WS_KERNEL_MONOATTR=""
1851.56Suwe
1861.38Such# compatibility to other console drivers
1871.38Suchoptions 	WSDISPLAY_COMPAT_PCVT		# emulate some ioctls
1881.38Suchoptions 	WSDISPLAY_COMPAT_SYSCONS	# emulate some ioctls
1891.97Sabsoptions 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
1901.38Suchoptions 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes
1911.1Such
1921.40Suweoptions 	FONT_VT220L8x10			# the console font
1931.40Suwe
1941.40Suwe
1951.40Suwe# Kernel root file system and dump configuration.
1961.40Suweconfig		netbsd	root on ? type ?
1971.40Suwe
1981.1Such#
1991.1Such# Device configuration
2001.1Such#
2011.1Suchmainbus0 at root
2021.1Such
2031.39Such# temporally power management
2041.39Suchhpcapm0		at mainbus0			# power management
2051.39Suchapmdev0		at hpcapm0			# APM
2061.39Suchbtnmgr0		at mainbus0
2071.39Suchwskbd*		at btnmgr0 mux 1
2081.39Such
2091.22Suchcpu*		at mainbus?
2101.22Suchshb*		at mainbus?
2111.71Suwertc*		at shb?
2121.59Skiyoharaadc*		at shb?			# analog->digital converter
2131.22Suchpfckbd*		at mainbus?
2141.1Such
2151.1Such#
2161.1Such# Workstation Console attachments
2171.1Such#
2181.3Suchhpcfb*		at hd64461video?
2191.1Suchwsdisplay*	at hpcfb?
2201.22Such
2211.1Suchhpckbd*		at pfckbd?
2221.38Suchwskbd0		at hpckbd? mux 1
2231.1Such
2241.1Such#
2251.63Suwe# HP Jornada (620LX/660LX, 680/690)
2261.1Such#
2271.63Suwescif0		at shb?			# serial port/console
2281.11Slukemoptions 	SCIFCN_SPEED=19200
2291.63Suwe# don't need to define SCIFCONSOLE, you can select from the bootloader.
2301.30Suwe
2311.63Suwej6x0pwr*	at adc?			# battery, on/off, etc
2321.30Suwe
2331.63Suwej6x0lcd*	at shb?			# LCD power, brightness, contrast
2341.32Suwe
2351.63Suwej6x0tp*		at adc?			# touch panel
2361.30Suwewsmouse*	at j6x0tp? mux 0	# - as a pointing device
2371.30Suwewskbd1		at j6x0tp? mux 1	# - "hard icons" as keys
2381.30Suwe# Do not convert hard icons to key presses while serving mouse input.
2391.38Suchoptions 	J6X0TP_WSMOUSE_EXCLUSIVE
2401.30Suwe# Customization for the mini-keymap of hard icons.
2411.40Suwe#options 	J6X0TP_SETTINGS_ICON_KEYSYM="KS_Home"
2421.40Suwe#options 	J6X0TP_PGUP_ICON_KEYSYM="KS_Prior"
2431.40Suwe#options 	J6X0TP_PGDN_ICON_KEYSYM="KS_Next"
2441.40Suwe#options 	J6X0TP_SWITCH_ICON_KEYSYM="KS_End"
2451.1Such
2461.18Such#
2471.18Such# HITACHI PERSONA (HPW-50PAD, HPQ-650PA)
2481.18Such#
2491.20Suchcom0		at hd64461if?
2501.20Such
2511.75Skiyoharapsh3pwr*	at adc?			# PERSONA SH3 battery, on/off, etc
2521.75Skiyohara
2531.63Suwepsh3lcd*	at shb?			# LCD power, brightness, contrast
2541.58Skiyohara
2551.48Skiyoharapsh3tp*		at adc?			# PERSONA SH3 touch panel
2561.48Skiyoharawsmouse*	at psh3tp? mux 0
2571.48Skiyohara
2581.63Suwe#
2591.63Suwe# Common HD64461 devices
2601.63Suwe#
2611.59Skiyoharahd64461if* at shb?
2621.63Suwe
2631.59Skiyoharahd64461pcmcia*	at hd64461if?
2641.63Suwe#options 	HD64461PCMCIA_DEBUG
2651.59Skiyohara#options 	HD64461PCMCIA_REORDER_ATTACH	# attach channel 1 (CF) first
2661.63Suwe
2671.59Skiyoharahd64461video*	at hd64461if?
2681.63Suwe#options 	HD64461VIDEO_DEBUG
2691.63Suwe#options 	HD64461VIDEO_HWACCEL		# XXX: too slow to bother
2701.63Suwe
2711.59Skiyohara
2721.1Such#
2731.1Such# machine independent part
2741.1Such#
2751.40Suwe
2761.1Such# PCMCIA bus support
2771.40Suwe#pcmcia* at hd64461pcmcia? controller ? socket ?
2781.1Suchpcmcia0 at hd64461pcmcia? controller 0 socket ?	# I/O card, memory card
2791.1Suchpcmcia1 at hd64461pcmcia? controller 1 socket ? # memory card only
2801.1Such
2811.40Suwe# PCMCIA IDE controllers
2821.40Suwe#wdc*	at pcmcia? function ?
2831.40Suwewdc0	at pcmcia1 function ?		# CF slot
2841.40Suwewdc1	at pcmcia0 function ?		# PC Card slot
2851.40Suwe
2861.40Suwe# ATA (IDE) bus support
2871.40Suwe#atabus* at ata?
2881.40Suweatabus0 at wdc0 channel ?		# CF slot
2891.40Suweatabus1 at wdc1 channel ?		# PC Card slot
2901.40Suwe
2911.40Suwe# IDE drives
2921.40Suwewd*	at atabus? drive ? flags 0x0000
2931.40Suwe
2941.1Such# PCMCIA network interfaces
2951.114Srin#ep*	at pcmcia0 function ?		# 3Com EtherLink III Ethernet
2961.31Suwembe*	at pcmcia0 function ?		# MB8696x based Ethernet
2971.1Suchne*	at pcmcia0 function ?		# NE2000-compatible Ethernet
2981.31Suwewi*	at pcmcia0 function ?		# Lucent/Intersil WaveLan IEEE (802.11)
2991.22Such
3001.40Suwe# MII/PHY support
3011.42Suwelxtphy*	at mii? phy ?			# Level One LXT-970 PHYs
3021.40Suwensphyter* at mii? phy ?			# NS83843 PHYs
3031.114Srin#tqphy* at mii? phy?			# TDK Semiconductor PHYs
3041.5Suchukphy*	at mii? phy ?			# generic unknown PHYs
3051.1Such
3061.38Such# PCMCIA Serial Devices
3071.38Suchcom*	at pcmcia? function ?		# Modems and serial cards
3081.38Such
3091.78Skiyohara# Bluetooth Controller and Device support 
3101.78Skiyohara
3111.78Skiyohara# Bluetooth PCMCIA Controllers
3121.78Skiyoharabt3c*	at pcmcia? function ?		# 3Com 3CRWB6096-A
3131.78Skiyoharabtbc*	at pcmcia? function ?		# AnyCom BlueCard LSE041/039/139
3141.78Skiyohara
3151.78Skiyohara# Bluetooth Device Hub
3161.78Skiyoharabthub*	at bcsp? 
3171.78Skiyoharabthub*	at bt3c? 
3181.78Skiyoharabthub*	at btbc?
3191.78Skiyoharabthub*	at btuart?
3201.78Skiyohara
3211.78Skiyohara# Bluetooth HID support
3221.78Skiyohara#bthidev* at bthub?
3231.78Skiyohara
3241.78Skiyohara# Bluetooth Mouse
3251.78Skiyohara#btms*	at bthidev? reportid ?
3261.78Skiyohara#wsmouse* at btms? mux 0
3271.78Skiyohara
3281.78Skiyohara# Bluetooth Keyboard
3291.78Skiyohara#btkbd*	at bthidev? reportid ?
3301.78Skiyohara#wskbd*	at btkbd? console ? mux 1
3311.78Skiyohara
3321.91Splunky# Bluetooth Apple Magic Mouse
3331.91Splunky#btmagic* at bthub?
3341.91Splunky#wsmouse* at btmagic? mux 0
3351.91Splunky
3361.78Skiyohara# Bluetooth Audio support
3371.78Skiyohara#btsco*	at bthub?
3381.78Skiyohara
3391.40Suwe
3401.40Suwe# Pseudo-Devices
3411.40Suwe
3421.40Suwe# disk/mass storage pseudo-devices
3431.66Scube#pseudo-device	vnd			# disk-like interface to files
3441.51Shubertf#options 	VND_COMPRESSION		# compressed vnd(4)
3451.88Spookapseudo-device	fss			# file system snapshot device
3461.1Such
3471.1Such# network pseudo-devices
3481.38Suchpseudo-device	loop			# network loopback
3491.66Scubepseudo-device	ppp			# serial-line IP ports
3501.65Srpaulopseudo-device	bpfilter		# Berkeley packet filter
3511.112Ssevanpseudo-device	carp			# Common Address Redundancy Protocol
3521.111Smaxv#pseudo-device	npf			# NPF packet filter
3531.1Such
3541.81Stls#
3551.81Stls# accept filters
3561.81Stlspseudo-device   accf_data		# "dataready" accept filter
3571.81Stlspseudo-device   accf_http		# "httpready" accept filter
3581.81Stls
3591.1Such# miscellaneous pseudo-devices
3601.1Suchpseudo-device	pty			# pseudo-terminals
3611.25Slukempseudo-device	clockctl		# user control of clock subsystem
3621.40Suwe#pseudo-device	irframetty		# IrDA frame line discipline
3631.31Suwepseudo-device	ksyms			# kernel symbol table interface
3641.78Skiyoharapseudo-device	bcsp			# BlueCore Serial Protocol
3651.78Skiyoharapseudo-device	btuart			# Bluetooth HCI UART (H4)
3661.116Sriastradpseudo-device 	swwdog			# software watchdog timer -- swwdog(4)
3671.1Such
3681.40Suwe# a pseudo device needed for Coda	# also needs CODA (above)
3691.99Schristos#pseudo-device	vcoda			# coda minicache <-> venus comm.
3701.40Suwe
3711.40Suwe# wscons pseudo-devices
3721.40Suwepseudo-device	wsmux			# mouse & keyboard multiplexor
3731.40Suwe#pseudo-device	wsfont			# dynamic font loading support
3741.40Suwe#pseudo-device	hpf1275a		# HP F1275A external keyboard
3751.40Suwe#wskbd* at hpf1275a? mux 1
3761.62Selad
3771.112Ssevaninclude "dev/veriexec.config"
378