GENERIC revision 1.234
11.234Srin# $NetBSD: GENERIC,v 1.234 2021/02/26 10:54:12 rin Exp $
21.21Scgd#
31.117Sgmcgarry# GENERIC machine description file
41.117Sgmcgarry# 
51.117Sgmcgarry# This machine description file is used to generate the default NetBSD
61.117Sgmcgarry# kernel.  The generic kernel does not include all options, subsystems
71.117Sgmcgarry# and device drivers, but should be useful for most applications.
81.117Sgmcgarry#
91.117Sgmcgarry# The machine description file can be customised for your specific
101.117Sgmcgarry# machine to reduce the kernel size and improve its performance.
111.117Sgmcgarry#
121.117Sgmcgarry# For further information on compiling NetBSD kernels, see the config(8)
131.117Sgmcgarry# man page.
141.117Sgmcgarry#
151.117Sgmcgarry# For further information on hardware support for this architecture, see
161.117Sgmcgarry# the intro(4) man page.  For further information about kernel options
171.117Sgmcgarry# for this architecture, see the options(4) man page.  For an explanation
181.117Sgmcgarry# of each device driver in this file see the section 4 man page for the
191.117Sgmcgarry# device.
201.1Sbriggs
211.224Smrginclude 	"arch/mac68k/conf/std.mac68k"
221.95Shubertf
231.125Satatatoptions 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
241.125Satatat
251.234Srin#ident 		"GENERIC-$Revision: 1.234 $"
261.216Stsutsui
271.231Srinmakeoptions	COPTS="-O2 -fno-reorder-blocks -fno-omit-frame-pointer"
281.231Srin	# See share/mk/sys.mk. -fno-omit-frame-pointer is necessary for
291.231Srin	# backtraces in DDB.
301.2Sbriggs
311.74Sscottrmaxusers	16		# estimated number of users
321.71Sscottr
331.71Sscottr# CPU support.  At least one is REQUIRED.
341.71Sscottroptions 	M68040
351.71Sscottroptions 	M68030
361.71Sscottroptions 	M68020		# Note:  must have 68851 PMMU
371.71Sscottr
381.71Sscottr# CPU-related options.
391.71Sscottroptions 	FPSP
401.71Sscottroptions 	FPU_EMULATE
411.2Sbriggs
421.215Sjklos# Support for 128 meg SIMMs in Centris / Quadra 610, 650 and 800 machines.
431.215Sjklos# You need to set the total memory in the MacOS Booter.
441.215Sjklos#options 	DJMEMCMAX
451.215Sjklos
461.234Srin# Use hard-coded memory size in MB, instead of parameter given by Booter.
471.234Srin# Workaround for Booter bug by which max memory is restricted to 255MB.
481.234Srin#options 	MAC68K_MEMSIZE=256
491.234Srin
501.2Sbriggs# Standard system options
511.71Sscottr
521.71Sscottroptions 	INSECURE	# disable kernel security levels
531.71Sscottr
541.71Sscottroptions 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
551.71Sscottr#options 	NTP		# NTP phase/frequency locked loop
561.71Sscottr
571.71Sscottroptions 	KTRACE		# system call tracing via ktrace(1)
581.71Sscottr
591.71Sscottroptions 	SYSVMSG		# System V-like message queues
601.71Sscottroptions 	SYSVSEM		# System V-like semaphores
611.71Sscottroptions 	SYSVSHM		# System V-like memory sharing
621.120Sjdolecek
631.129Slukemoptions 	USERCONF	# userconf(4) support
641.120Sjdolecek#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
651.147Satatatoptions 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
661.134Sjunyoung
671.225Ssevan# Alternate buffer queue strategies for better responsiveness under high
681.225Ssevan# disk I/O load.
691.157Stsutsui#options 	BUFQ_READPRIO
701.228Ssevanoptions 	BUFQ_PRIOCSCAN
711.54Sscottr
721.71Sscottr# Diagnostic/debugging support options
731.121Sfredb#options 	DIAGNOSTIC	# cheap kernel consistency checks
741.71Sscottr#options 	DEBUG		# expensive debugging checks/support
751.188Shauke#options 	LOCKDEBUG	# kernel lock debugging
761.114Slukemoptions 	DDB			# in-kernel debugger
771.70Slukem#options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
781.114Slukem#options 	KGDB			# remote debugger
791.114Slukem#options 	KGDB_DEV=0xc01		# kgdb device number (dev_t)
801.114Slukem#options 	KGDB_DEVRATE=38400	# baud rate
811.71Sscottr#makeoptions	DEBUG="-g"	# compile full symbol table
821.54Sscottr
831.54Sscottr# Compatibility options
841.224Smrginclude 	"conf/compat_netbsd10.config"
851.71Sscottr#options 	COMPAT_NOMID	# compatibility with 386BSD, BSDI, NetBSD 0.8,
861.71Sscottr
871.121Sfredb# The following is needed to run pre-NetBSD 1.6 binaries under ELF.
881.123Sshibaoptions 	COMPAT_AOUT_M68K # compatibility with NetBSD/m68k a.out
891.123Sshibaoptions 	EXEC_AOUT	# support for exec'ing a.out
901.121Sfredb
911.121Sfredb#options 	COMPAT_LINUX	# compatibility with Linux/m68k binaries
921.233Snia#options 	COMPAT_OSSAUDIO	# compatibility with Linux/m68k binaries
931.121Sfredb#options 	COMPAT_M68K4K	# compatibility with NetBSD/m68k4k binaries
941.121Sfredb#options 	COMPAT_SUNOS	# compatibility with SunOS 4.x binaries
951.2Sbriggs
961.65Sscottr# File systems
971.71Sscottrfile-system 	FFS		# UFS
981.71Sscottrfile-system 	EXT2FS		# second extended file system (linux)
991.71Sscottrfile-system 	LFS		# log-structured file system
1001.71Sscottrfile-system 	MFS		# memory file system
1011.71Sscottrfile-system 	NFS		# Network File System client
1021.71Sscottrfile-system 	CD9660		# ISO 9660 + Rock Ridge file system
1031.71Sscottrfile-system 	MSDOSFS		# MS-DOS file system
1041.71Sscottrfile-system 	FDESC		# /dev/fd
1051.71Sscottrfile-system 	KERNFS		# /kern
1061.71Sscottrfile-system 	NULLFS		# loopback file system
1071.94Swrstudenfile-system 	OVERLAY		# overlay file system
1081.195Spookafile-system	PUFFS		# Userspace file systems (e.g. ntfs-3g & sshfs)
1091.71Sscottrfile-system 	PROCFS		# /proc
1101.71Sscottrfile-system 	UMAPFS		# NULLFS + uid and gid remapping
1111.71Sscottrfile-system 	UNION		# union file system
1121.90Sfredbfile-system 	CODA		# Venus/Coda distributed file system
1131.164Schristosfile-system	PTYFS		# /dev/pts/N support
1141.183Sjmmvfile-system	TMPFS		# Efficient memory file-system
1151.169Sreinoud#file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
1161.179Sdillo#file-system	HFS		# experimental - Apple HFS+ (read-only)
1171.55Sthorpej
1181.65Sscottr# File system options
1191.200Sbouyeroptions 	QUOTA		# legacy UFS quotas
1201.200Sbouyeroptions 	QUOTA2		# new, in-filesystem UFS quotas
1211.201Swiz#options 	FFS_EI		# FFS Endian Independent support
1221.204Sdhollandoptions 	WAPBL		# File system journaling support
1231.152Srumble#options	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
1241.71Sscottroptions 	NFSSERVER	# Network File System server
1251.166Stsutsui#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
1261.219Smanuoptions 	UFS_EXTATTR	# Extended attribute support for UFS1
1271.71Sscottr#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
1281.71Sscottr				# immutable) behave as system flags.
1291.92Sitojun
1301.7Sbriggs# Networking options
1311.71Sscottroptions 	GATEWAY		# packet forwarding
1321.71Sscottroptions 	INET		# IP + ICMP + TCP + UDP
1331.92Sitojunoptions 	INET6		# IPV6
1341.92Sitojun#options 	IPSEC		# IP security
1351.92Sitojun#options 	IPSEC_DEBUG	# debug for IP security
1361.71Sscottr#options 	MROUTING	# IP multicast routing
1371.148Smanu#options 	PIM		# Protocol Independent Multicast
1381.71Sscottroptions 	NETATALK	# AppleTalk networking protocols
1391.88Schristosoptions 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
1401.88Schristosoptions 	PPP_DEFLATE	# Deflate compression support for PPP
1411.88Schristosoptions 	PPP_FILTER	# Active filter support for PPP (requires bpf)
1421.111Sabs#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
1431.71Sscottr
1441.145Sabs#options 	ALTQ		# Manipulate network interfaces' output queues
1451.145Sabs#options 	ALTQ_BLUE	# Stochastic Fair Blue
1461.145Sabs#options 	ALTQ_CBQ	# Class-Based Queueing
1471.145Sabs#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
1481.145Sabs#options 	ALTQ_FIFOQ	# First-In First-Out Queue
1491.145Sabs#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
1501.145Sabs#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
1511.145Sabs#options 	ALTQ_LOCALQ	# Local queueing discipline
1521.145Sabs#options 	ALTQ_PRIQ	# Priority Queueing
1531.145Sabs#options 	ALTQ_RED	# Random Early Detection
1541.145Sabs#options 	ALTQ_RIO	# RED with IN/OUT
1551.145Sabs#options 	ALTQ_WFQ	# Weighted Fair Queueing
1561.145Sabs
1571.71Sscottr# These options enable verbose messages for several subsystems.
1581.71Sscottr# Warning, these may compile large string tables into the kernel!
1591.71Sscottroptions 	SCSIVERBOSE	# human readable SCSI error messages
1601.1Sbriggs
1611.96Sscottr# wscons options
1621.96Sscottr#options 	WSEMUL_SUN		# sun terminal emulation
1631.96Sscottroptions 	WSEMUL_VT100		# VT100 / VT220 emulation
1641.207Sabsoptions 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
1651.96Sscottroptions 	WSDISPLAY_COMPAT_ITEFONT # use ite font (6x10)
1661.96Sscottr
1671.96Sscottr# rcons options; note that 1-bit and 8-bit displays are supported by default.
1681.96Sscottroptions 	RCONS_2BPP		# Support for 2-bit display
1691.96Sscottroptions 	RCONS_4BPP		# Support for 4-bit display
1701.96Sscottroptions 	RCONS_16BPP		# Support for 16-bit display
1711.96Sscottr
1721.9Sbriggs# Mac-specific options
1731.79Sscottr#options 	ALTXBUTTONS	# Map Opt-{1,2,3} to mouse buttons
1741.87Sbriggs#options 	DISABLE_EXT_CACHE # If really paranoid, disable IIci ext. cache
1751.79Sscottroptions 	GRF_COMPAT	# Include grf compatibility code
1761.77Sscottr#options 	MRG_ADB		# Use ROM-based ADB driver
1771.79Sscottroptions 	ZS_CONSOLE_ABORT
1781.84Sscottr
1791.93Sscottroptions 	NFS_BOOT_DHCP
1801.71Sscottr
1811.71Sscottr# Kernel root file system and dump configuration.
1821.55Sthorpejconfig		netbsd	root on ? type ?
1831.1Sbriggs
1841.71Sscottr#
1851.71Sscottr# Device configuration
1861.71Sscottr#
1871.71Sscottr
1881.71Sscottrmainbus0 at root
1891.71Sscottr
1901.71Sscottr
1911.71Sscottr# Basic Bus Support
1921.71Sscottr
1931.71Sscottr# On-board I/O bus support
1941.71Sscottrobio0 at mainbus?
1951.71Sscottr
1961.71Sscottr# NuBus support
1971.71Sscottrnubus0 at mainbus?
1981.71Sscottr
1991.71Sscottr
2001.71Sscottr# Console Devices
2011.71Sscottr
2021.71Sscottr# Apple Desktop Bus interface
2031.80Senderadb0	at obio?
2041.80Senderaed*	at adb?				# ADB event device
2051.96Sscottrakbd*	at adb?				# ADB keyboard
2061.96Sscottrams*	at adb?				# ADB mouse
2071.71Sscottr
2081.71Sscottr# Basic frame buffer support
2091.71Sscottrintvid0	at obio?			# Internal video hardware
2101.71Sscottrmacvid*	at nubus?			# NuBus video card
2111.71Sscottr
2121.71Sscottr# Device-independent frame buffer interface
2131.96Sscottrmacfb*	at intvid?
2141.96Sscottrmacfb*	at macvid?
2151.71Sscottr
2161.96Sscottr# Workstation Console devices
2171.99Sscottrwsdisplay* at macfb? console ?
2181.99Sscottrwskbd*	at akbd? console ?
2191.99Sscottrwsmouse* at ams?
2201.71Sscottr
2211.71Sscottr
2221.187Shauke# Centronics printer port
2231.187Shauke
2241.187Shauke# CSI Hurdler Centronics Parallel Interface
2251.205Shauke# CPI_CTC12_IS_TIMECOUNTER	0x01	Run counters 1+2 as timecounter	
2261.205Shaukecpi*	at nubus? flags 0x1
2271.187Shauke
2281.187Shauke
2291.71Sscottr# Serial Devices
2301.71Sscottr
2311.71Sscottr# On-board serial interface
2321.71Sscottrzsc0	at obio?
2331.71Sscottrzstty*	at zsc? channel ?
2341.71Sscottr
2351.71Sscottr
2361.71Sscottr# SCSI Controllers and Devices
2371.71Sscottr
2381.71Sscottr# SCSI controllers
2391.71Sscottr# XXX - use only one of ncrscsi or sbc
2401.151Schsncrscsi0 at obio? addr 0		# SCSI NCR 5380
2411.151Schs#sbc0	at obio? addr 0 flags 0x1	# MI SCSI NCR 5380
2421.151Schsesp0	at obio? addr 0			# SCSI NCR 53C9x
2431.151Schsesp1	at obio? addr 1			# SCSI NCR 53C9x
2441.71Sscottr
2451.71Sscottr# SCSI bus support
2461.71Sscottrscsibus* at scsi?
2471.71Sscottr
2481.71Sscottr# SCSI devices
2491.71Sscottrsd*	at scsibus? target ? lun ?	# SCSI disk drives
2501.71Sscottrst*	at scsibus? target ? lun ?	# SCSI tape drives
2511.71Sscottrcd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
2521.71Sscottrch*	at scsibus? target ? lun ?	# SCSI autochangers
2531.71Sscottrse*	at scsibus? target ? lun ?	# SCSI ethernet
2541.71Sscottrss*	at scsibus? target ? lun ?	# SCSI scanners
2551.71Sscottruk*	at scsibus? target ? lun ?	# SCSI unknown
2561.126Sshiba
2571.126Sshiba# IDE controller and devices
2581.126Sshibawdc*	at obio? flags 0x1000
2591.141Slukematabus* at ata?
2601.140Sbouyerwd*	at atabus? drive ?
2611.84Sscottr
2621.84Sscottr
2631.84Sscottr# Miscellaneous mass storage devices
2641.84Sscottr
2651.84Sscottr# IWM floppy disk controller
2661.84Sscottriwm0	at obio?			# Sony driver (800K GCR)
2671.84Sscottrfd*	at iwm? drive ?
2681.71Sscottr
2691.71Sscottr
2701.71Sscottr# Network Interfaces
2711.71Sscottr
2721.71Sscottr# On-board Ethernet controllers
2731.71Sscottrsn*	at obio?			# SONIC-based (DP83932, DP83916)
2741.71Sscottrmc*	at obio?			# MACE-based
2751.71Sscottr
2761.71Sscottr# NuBus Ethernet controllers
2771.71Sscottrae*	at nubus?			# DP8390-based
2781.71Sscottrsn*	at nubus?			# SONIC-based (DP83932, DP83916)
2791.106Sbriggssm*	at nubus?			# SMC 91cxx-based
2801.128Sitojunnetdock*	at nubus?		# Asante NetDock, Newer Ether MicroDock
2811.71Sscottr
2821.106Sbriggsnsphy*	at mii? phy ?
2831.106Sbriggsukphy*	at mii? phy ?
2841.71Sscottr
2851.71Sscottr# Audio Devices
2861.71Sscottr
2871.71Sscottr# On-board audio hardware
2881.71Sscottrasc0	at obio?			# ASC/EASC audio
2891.71Sscottr
2901.71Sscottr# Pseudo-Devices
2911.71Sscottr
2921.71Sscottr# disk/mass storage pseudo-devices
2931.211Schristospseudo-device	ccd			# concatenated/striped disk devices
2941.211Schristos#pseudo-device	cgd			# cryptographic disk devices
2951.212Schristos#pseudo-device	raid			# RAIDframe disk driver
2961.98Ssimonb#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
2971.119Soster# Options to enable various other RAIDframe RAID types.
2981.119Soster# options	RF_INCLUDE_EVENODD=1
2991.119Soster# options	RF_INCLUDE_RAID5_RS=1
3001.119Soster# options	RF_INCLUDE_PARITYLOGGING=1
3011.119Soster# options	RF_INCLUDE_CHAINDECLUSTER=1
3021.119Soster# options	RF_INCLUDE_INTERDECLUSTER=1
3031.119Soster# options 	RF_INCLUDE_PARITY_DECLUSTERING=1
3041.119Soster# options	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
3051.196Spookapseudo-device	fss			# file system snapshot device
3061.198Shannkenpseudo-device	md			# memory disk device (ramdisk)
3071.212Schristospseudo-device	vcoda			# Venus/Coda distributed file system
3081.171Scubepseudo-device	vnd			# disk-like interface to files
3091.160Shubertf#options 	VND_COMPRESSION		# compressed vnd(4)
3101.71Sscottr
3111.71Sscottr# network pseudo-devices
3121.170Srpaulopseudo-device	bpfilter		# Berkeley packet filter
3131.228Ssevanpseudo-device	carp			# Common Address Redundancy Protocol
3141.226Smaxvpseudo-device	npf			# NPF packet filter
3151.71Sscottrpseudo-device	loop			# network loopback
3161.171Scubepseudo-device	ppp			# Point-to-Point Protocol
3171.118Smartinpseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
3181.171Scubepseudo-device	sl			# Serial Line IP
3191.171Scubepseudo-device	tun			# network tunneling over tty
3201.150Scubepseudo-device	tap			# virtual Ethernet
3211.171Scube#pseudo-device	gre			# generic L3 over IP tunnel
3221.171Scubepseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
3231.171Scube#pseudo-device	faith			# IPv[46] tcp relay translation i/f
3241.172Spavelpseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
3251.109Sbouyerpseudo-device	vlan			# IEEE 802.1q encapsulation
3261.116Satatatpseudo-device	bridge			# simple inter-network bridging
3271.232Sroypseudo-device	vether			# Virtual Ethernet for bridge
3281.181Smartinpseudo-device	agr			# IEEE 802.3ad link aggregation
3291.71Sscottr
3301.191Stls#
3311.191Stls# accept filters
3321.191Stlspseudo-device   accf_data		# "dataready" accept filter
3331.191Stlspseudo-device   accf_http		# "httpready" accept filter
3341.191Stls
3351.71Sscottr# miscellaneous pseudo-devices
3361.96Sscottrpseudo-device	grf		2	# grf emulation for wscons
3371.96Sscottrpseudo-device	ite		1	# ite emulation for wscons
3381.108Sjdolecekpseudo-device	pty			# pseudo-terminals
3391.127Slukempseudo-device	clockctl		# user control of clock subsystem
3401.195Spookapseudo-device	putter			# for puffs and pud
3411.202Shaukepseudo-device	swwdog			# software watchdog driver
3421.71Sscottr
3431.101Sfredb# random number generator pseudo-device
3441.71Sscottr#options 	RND_COM			# use "com" randomness as well (BROKEN)
3451.138Sraggepseudo-device	ksyms			# /dev/ksyms
3461.167Selad
3471.228Ssevaninclude "dev/veriexec.config"
348