GENERIC revision 1.136
11.136Srin# $NetBSD: GENERIC,v 1.136 2020/08/10 06:32:58 rin Exp $
21.26Sgmcgarry#
31.26Sgmcgarry# GENERIC machine description file
41.105Stsutsui#
51.26Sgmcgarry# This machine description file is used to generate the default NetBSD
61.26Sgmcgarry# kernel.  The generic kernel does not include all options, subsystems
71.26Sgmcgarry# and device drivers, but should be useful for most applications.
81.26Sgmcgarry#
91.26Sgmcgarry# The machine description file can be customised for your specific
101.26Sgmcgarry# machine to reduce the kernel size and improve its performance.
111.26Sgmcgarry#
121.26Sgmcgarry# For further information on compiling NetBSD kernels, see the config(8)
131.26Sgmcgarry# man page.
141.26Sgmcgarry#
151.26Sgmcgarry# For further information on hardware support for this architecture, see
161.26Sgmcgarry# the intro(4) man page.  For further information about kernel options
171.26Sgmcgarry# for this architecture, see the options(4) man page.  For an explanation
181.26Sgmcgarry# of each device driver in this file see the section 4 man page for the
191.26Sgmcgarry# device.
201.1Stsutsui
211.129Smrginclude 	"arch/news68k/conf/std.news68k"
221.3Shubertf
231.33Satatatoptions 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
241.33Satatat
251.136Srin#ident 		"GENERIC-$Revision: 1.136 $"
261.119Stsutsui
271.136Srinmakeoptions	COPTS="-O2 -fno-reorder-blocks -fno-omit-frame-pointer"
281.136Srin	# See share/mk/sys.mk. -fno-omit-frame-pointer is necessary for
291.136Srin	# backtraces in DDB.
301.1Stsutsui
311.1Stsutsuimaxusers	8
321.1Stsutsui
331.24Slukemoptions 	news1200		# news1200 support
341.4Stsutsuioptions 	news1700		# news1[4567]00 support
351.1Stsutsuioptions 	CPU_SINGLE		# Will IOP be supported eventually?
361.1Stsutsui#options 	FPU_EMULATE
371.1Stsutsui
381.1Stsutsui# Standard system options
391.1Stsutsuioptions 	NTP			# NTP phase/frequency locked loop
401.1Stsutsuioptions 	KTRACE			# system call tracing support
411.1Stsutsuioptions 	SYSVMSG			# System V message queues
421.1Stsutsuioptions 	SYSVSEM			# System V semaphores
431.1Stsutsuioptions 	SYSVSHM			# System V shared memory
441.102Stsutsui
451.120Stsutsuioptions 	MODULAR			# new style module(7) framework
461.123Sjnemethoptions 	MODULAR_DEFAULT_AUTOLOAD
471.102Stsutsui
481.35Slukemoptions 	USERCONF		# userconf(4) support
491.57Stsutsui#options 	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
501.53Satatatoptions 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
511.40Sjunyoung
521.130Ssevan# Alternate buffer queue strategies for better responsiveness under high
531.130Ssevan# disk I/O load.
541.63Stsutsui#options 	BUFQ_READPRIO
551.133Ssevanoptions 	BUFQ_PRIOCSCAN
561.1Stsutsui
571.1Stsutsui# Debugging options
581.45Stsutsui#options 	DIAGNOSTIC		# extra kernel sanity checking
591.1Stsutsui#options 	DEBUG			# extra kernel debugging support
601.1Stsutsuioptions 	DDB			# kernel dynamic debugger
611.1Stsutsui#options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
621.118Sszptvlfn#options 	DDB_ONPANIC=1		# see also sysctl(7): `ddb.onpanic'
631.1Stsutsuioptions 	SCSIVERBOSE		# Verbose SCSI errors
641.1Stsutsui#options 	SCSIDEBUG		# extra SCSI debugging support
651.1Stsutsui#makeoptions	DEBUG="-g"		# compile full symbol table
661.1Stsutsui
671.1Stsutsui# Compatibility options
681.129Smrginclude 	"conf/compat_netbsd12.config"
691.18Stsutsuioptions 	COMPAT_AOUT_M68K	# compatibility with NetBSD/m68k a.out
701.1Stsutsui
711.15Stsutsuioptions 	COMPAT_SUNOS		# binary compatibility with SunOS
721.1Stsutsui#options 	COMPAT_LINUX		# binary compatibllity with Linux/m68k
731.1Stsutsui
741.1Stsutsui# Filesystem options
751.1Stsutsuifile-system	FFS		# Berkeley Fast Filesystem
761.120Stsutsui#file-system	LFS		# log-structured file system
771.1Stsutsuifile-system	NFS		# Sun NFS-compatible filesystem client
781.1Stsutsuifile-system	MFS		# memory-based filesystem
791.1Stsutsuifile-system	CD9660		# ISO 9660 + Rock Ridge file system
801.1Stsutsuifile-system	MSDOSFS		# MS-DOS FAT file system
811.1Stsutsuifile-system	KERNFS		# /kern
821.1Stsutsuifile-system	PROCFS		# /proc
831.1Stsutsuifile-system	FDESC		# /dev/fd/*
841.1Stsutsuifile-system	NULLFS		# loopback file system
851.120Stsutsui#file-system 	OVERLAY		# overlay file system
861.120Stsutsui#file-system	PUFFS		# Userspace file systems (e.g. ntfs-3g & sshfs)
871.120Stsutsui#file-system	UMAPFS		# NULLFS + uid and gid remapping
881.120Stsutsui#file-system	UNION		# union file system
891.1Stsutsui#file-system	CODA		# Coda File System; also needs vcode (below)
901.70Schristosfile-system	PTYFS		# /dev/pts/N support
911.100Schsfile-system	TMPFS		# Efficient memory file-system
921.75Sreinoud#file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
931.1Stsutsui
941.1Stsutsuioptions 	NFSSERVER	# nfs server support
951.106Sbouyeroptions 	QUOTA		# legacy UFS quotas
961.106Sbouyeroptions 	QUOTA2		# new, in-filesystem UFS quotas
971.86Swiz#options 	FFS_EI		# ffs endian independent support
981.109Sdhollandoptions 	WAPBL		# File system journaling support
991.120Stsutsuioptions 	FFS_NO_SNAPSHOT	# No FFS snapshot support
1001.124Smanuoptions 	UFS_EXTATTR	# Extended attribute support for UFS1
1011.71Stsutsui#options 	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
1021.1Stsutsui
1031.1Stsutsui# Networking options
1041.1Stsutsuioptions 	INET		# Internet protocols
1051.1Stsutsuioptions 	INET6		# IPV6
1061.1Stsutsui#options 	IPSEC		# IP security
1071.1Stsutsui#options 	IPSEC_DEBUG	# debug for IP security
1081.1Stsutsui#options 	GATEWAY		# IP packet forwarding
1091.1Stsutsui#options 	MROUTING	# IP multicast routing
1101.55Smanu#options 	PIM		# Protocol Independent Multicast
1111.1Stsutsui#options 	NETATALK	# AppleTalk networking protocols
1121.120Stsutsui#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
1131.120Stsutsui#options 	PPP_DEFLATE	# Deflate compression support for PPP
1141.1Stsutsuioptions 	PPP_FILTER	# Active filter support for PPP (requires bpf)
1151.21Sabs#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
1161.1Stsutsui
1171.51Sabs#options 	ALTQ		# Manipulate network interfaces' output queues
1181.51Sabs#options 	ALTQ_BLUE	# Stochastic Fair Blue
1191.51Sabs#options 	ALTQ_CBQ	# Class-Based Queueing
1201.51Sabs#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
1211.51Sabs#options 	ALTQ_FIFOQ	# First-In First-Out Queue
1221.51Sabs#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
1231.51Sabs#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
1241.51Sabs#options 	ALTQ_LOCALQ	# Local queueing discipline
1251.51Sabs#options 	ALTQ_PRIQ	# Priority Queueing
1261.51Sabs#options 	ALTQ_RED	# Random Early Detection
1271.51Sabs#options 	ALTQ_RIO	# RED with IN/OUT
1281.51Sabs#options 	ALTQ_WFQ	# Weighted Fair Queueing
1291.51Sabs
1301.1Stsutsuioptions 	NFS_BOOT_BOOTPARAM
1311.1Stsutsuioptions 	NFS_BOOT_DHCP
1321.1Stsutsui
1331.1Stsutsuiconfig	netbsd root on ? type ?
1341.1Stsutsui#config	netbsd root on ? type nfs
1351.1Stsutsui
1361.1Stsutsui#
1371.1Stsutsui# device declarations
1381.1Stsutsui#
1391.1Stsutsui
1401.1Stsutsuimainbus0 at root
1411.1Stsutsui
1421.1Stsutsui# NEWS HYPER-BUS
1431.4Stsutsuihb0	at mainbus0 systype NEWS1700
1441.4Stsutsuihb1	at mainbus0 systype NEWS1200
1451.1Stsutsui
1461.20Stsutsui# interval timer
1471.20Stsutsuitimer0	at hb0 addr 0xe1000000 ipl 6			# news1700
1481.20Stsutsuitimer0	at hb1 addr 0xe1140000 ipl 6			# news1200
1491.20Stsutsui
1501.20Stsutsui# MK48T02 TOD clock
1511.20Stsutsuimkclock0 at hb0 addr 0xe0d80000				# news1700
1521.20Stsutsuimkclock0 at hb1 addr 0xe1420000				# news1200
1531.1Stsutsui
1541.1Stsutsui# onboard LANCE ethernet
1551.4Stsutsuile0	at hb0 addr 0xe0f00000 ipl 4			# news1700
1561.4Stsutsuile0	at hb1 addr 0xe1a40000 ipl 4			# news1200
1571.1Stsutsui
1581.17Stsutsui# keyboard/mouse
1591.17Stsutsuikbc0	at hb0 addr 0xe0d00000 ipl 5			# news1700
1601.17Stsutsuikb0	at kbc0						# news1700
1611.17Stsutsuims0	at kbc0						# news1700
1621.17Stsutsui
1631.17Stsutsuikb0	at hb1 addr 0xe1240000 ipl 5			# news1200
1641.17Stsutsuims0	at hb1 addr 0xe1280000 ipl 5			# news1200
1651.17Stsutsui
1661.17Stsutsuiwskbd*	at kb?
1671.17Stsutsuiwsmouse* at ms?
1681.1Stsutsui
1691.1Stsutsui# onboard z8530 SCC
1701.4Stsutsuizsc0	at hb0 addr 0xe0d40000 ipl 5 vect 64 flags 0x0	# news1700
1711.4Stsutsuizsc0	at hb1 addr 0xe1780000 ipl 5 vect 64 flags 0x1	# news1200
1721.1Stsutsuizstty0	at zsc0 channel 0
1731.24Slukemzstty1	at zsc0 channel 1
1741.1Stsutsui
1751.1Stsutsui# Frame buffer devices; not yet
1761.1Stsutsui#fb0	at hb0 addr 0xf0700000			# NWB225
1771.1Stsutsui#fb1	at hb0 addr 0xf0f00000			# NWB512
1781.1Stsutsui
1791.1Stsutsui# onboard uPD72067 FDC; not yet
1801.1Stsutsui#fdc0	at hb0 addr 0xe0c80000 ipl 3
1811.1Stsutsui#fd*	at fdc0
1821.1Stsutsui
1831.1Stsutsui# onboard CXD1180 SCSI controller
1841.1Stsutsui#
1851.1Stsutsui# This driver has several flags which may be enabled using
1861.1Stsutsui# the "flags" directive.  Valid flags are:
1871.1Stsutsui#
1881.1Stsutsui# 0x000ff	Set (1<<target) to disable disconnect/reselect
1891.1Stsutsui# 0x0ff00	Set (1<<(target+8)) to disable parity checking
1901.1Stsutsui# 0x10000	Set this bit to disable DMA interrupts (poll)
1911.1Stsutsui# 0x20000	Set this bit to disable DMA entirely (use PIO)
1921.1Stsutsui#
1931.1Stsutsui# For example: "flags 0x1000f" would disable DMA interrupts,
1941.1Stsutsui# and disable disconnect/reselect for targets 0-3
1951.1Stsutsui#
1961.87Stsutsuisi0	at hb0 addr 0xe0cc0000 ipl 4 flags 0x0
1971.24Slukemscsibus* at si0
1981.1Stsutsui
1991.1Stsutsuisd*	at scsibus? target ? lun ?		# SCSI disks
2001.1Stsutsuist*	at scsibus? target ? lun ?		# SCSI tapes
2011.1Stsutsuicd*	at scsibus? target ? lun ?		# SCSI CD-ROMs
2021.1Stsutsuich*	at scsibus? target ? lun ?		# SCSI changer devices
2031.1Stsutsuiss*	at scsibus? target ? lun ?		# SCSI scanners
2041.1Stsutsuiuk*	at scsibus? target ? lun ?		# unknown SCSI devices
2051.1Stsutsui
2061.107Stsutsui# PROM console support
2071.107Stsutsui#romcons0 at mainbus0
2081.107Stsutsui
2091.94Stls#
2101.94Stls# accept filters
2111.120Stsutsui#pseudo-device   accf_data		# "dataready" accept filter
2121.120Stsutsui#pseudo-device   accf_http		# "httpready" accept filter
2131.94Stls
2141.1Stsutsui# Misc.
2151.1Stsutsuipseudo-device	loop			# loopback interface; required
2161.13Sjdolecekpseudo-device	pty			# pseudo-terminals
2171.103Shannkenpseudo-device	md			# memory disk device
2181.77Scubepseudo-device	vnd			# disk-like interface to files
2191.66Shubertf#options 	VND_COMPRESSION		# compressed vnd(4)
2201.114Schristospseudo-device	ccd			# concatenated and striped disks
2211.114Schristos#pseudo-device	cgd			# cryptographic disk devices
2221.115Schristospseudo-device	raid			# RAIDframe disk driver
2231.42Stsutsui#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
2241.28Soster# Options to enable various other RAIDframe RAID types.
2251.57Stsutsui#options 	RF_INCLUDE_EVENODD=1
2261.57Stsutsui#options 	RF_INCLUDE_RAID5_RS=1
2271.57Stsutsui#options 	RF_INCLUDE_PARITYLOGGING=1
2281.57Stsutsui#options 	RF_INCLUDE_CHAINDECLUSTER=1
2291.57Stsutsui#options 	RF_INCLUDE_INTERDECLUSTER=1
2301.57Stsutsui#options 	RF_INCLUDE_PARITY_DECLUSTERING=1
2311.57Stsutsui#options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
2321.120Stsutsui#pseudo-device	fss			# file system snapshot device
2331.77Scubepseudo-device	sl			# SLIP interfaces
2341.77Scubepseudo-device	ppp			# PPP interfaces
2351.27Smartinpseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
2361.77Scubepseudo-device	tun			# Network "tunnel" device
2371.58Scubepseudo-device	tap			# virtual Ethernet
2381.77Scubepseudo-device	gre			# generic L3 over IP tunnel
2391.76Srpaulopseudo-device	bpfilter		# Berkeley Packet Filter
2401.133Ssevanpseudo-device	carp			# Common Address Redundancy Protocol
2411.131Smaxvpseudo-device	npf			# NPF packet filter
2421.77Scubepseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
2431.77Scube#pseudo-device	faith			# IPv[46] tcp relay translation i/f
2441.78Spavelpseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
2451.16Sbouyerpseudo-device	vlan			# IEEE 802.1q encapsulation
2461.25Satatatpseudo-device	bridge			# simple inter-network bridging
2471.88Smartinpseudo-device	agr			# IEEE 802.3ad link aggregation
2481.115Schristos#pseudo-device	vcoda			# coda minicache <-> venus comm.
2491.34Slukempseudo-device	clockctl		# user control of clock subsystem
2501.46Sraggepseudo-device	ksyms			# /dev/ksyms
2511.98Spookapseudo-device	putter			# for puffs and pud
2521.74Selad
2531.133Ssevaninclude "dev/veriexec.config"
254