11.141Sabs# $NetBSD: GENERIC,v 1.141 2023/02/12 14:50:40 abs 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.141Sabs#ident 		"GENERIC-$Revision: 1.141 $"
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.138Snia#options 	COMPAT_OSSAUDIO		# binary compatibllity with Linux/m68k
741.1Stsutsui
751.139Ssimonb# File systems
761.1Stsutsuifile-system	FFS		# Berkeley Fast Filesystem
771.120Stsutsui#file-system	LFS		# log-structured file system
781.1Stsutsuifile-system	NFS		# Sun NFS-compatible filesystem client
791.1Stsutsuifile-system	MFS		# memory-based filesystem
801.1Stsutsuifile-system	CD9660		# ISO 9660 + Rock Ridge file system
811.1Stsutsuifile-system	MSDOSFS		# MS-DOS FAT file system
821.1Stsutsuifile-system	KERNFS		# /kern
831.1Stsutsuifile-system	PROCFS		# /proc
841.1Stsutsuifile-system	FDESC		# /dev/fd/*
851.1Stsutsuifile-system	NULLFS		# loopback file system
861.120Stsutsui#file-system 	OVERLAY		# overlay file system
871.120Stsutsui#file-system	PUFFS		# Userspace file systems (e.g. ntfs-3g & sshfs)
881.120Stsutsui#file-system	UMAPFS		# NULLFS + uid and gid remapping
891.120Stsutsui#file-system	UNION		# union file system
901.1Stsutsui#file-system	CODA		# Coda File System; also needs vcode (below)
911.70Schristosfile-system	PTYFS		# /dev/pts/N support
921.100Schsfile-system	TMPFS		# Efficient memory file-system
931.75Sreinoud#file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
941.1Stsutsui
951.139Ssimonb# File system options
961.139Ssimonb#options 	FFS_EI		# FFS Endian Independent support
971.139Ssimonboptions 	FFS_NO_SNAPSHOT	# No FFS snapshot support
981.106Sbouyeroptions 	QUOTA		# legacy UFS quotas
991.106Sbouyeroptions 	QUOTA2		# new, in-filesystem UFS quotas
1001.139Ssimonb#options 	UFS_DIRHASH	# UFS Large Directory Hashing
1011.139Ssimonboptions 	UFS_EXTATTR	# Extended attribute support for UFS1
1021.109Sdhollandoptions 	WAPBL		# File system journaling support
1031.139Ssimonboptions 	NFSSERVER	# Network File System server
1041.1Stsutsui
1051.1Stsutsui# Networking options
1061.1Stsutsuioptions 	INET		# Internet protocols
1071.1Stsutsuioptions 	INET6		# IPV6
1081.1Stsutsui#options 	IPSEC		# IP security
1091.1Stsutsui#options 	IPSEC_DEBUG	# debug for IP security
1101.1Stsutsui#options 	GATEWAY		# IP packet forwarding
1111.1Stsutsui#options 	MROUTING	# IP multicast routing
1121.55Smanu#options 	PIM		# Protocol Independent Multicast
1131.1Stsutsui#options 	NETATALK	# AppleTalk networking protocols
1141.120Stsutsui#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
1151.120Stsutsui#options 	PPP_DEFLATE	# Deflate compression support for PPP
1161.1Stsutsuioptions 	PPP_FILTER	# Active filter support for PPP (requires bpf)
1171.21Sabs#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
1181.1Stsutsui
1191.51Sabs#options 	ALTQ		# Manipulate network interfaces' output queues
1201.51Sabs#options 	ALTQ_BLUE	# Stochastic Fair Blue
1211.51Sabs#options 	ALTQ_CBQ	# Class-Based Queueing
1221.51Sabs#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
1231.51Sabs#options 	ALTQ_FIFOQ	# First-In First-Out Queue
1241.51Sabs#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
1251.51Sabs#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
1261.51Sabs#options 	ALTQ_LOCALQ	# Local queueing discipline
1271.51Sabs#options 	ALTQ_PRIQ	# Priority Queueing
1281.51Sabs#options 	ALTQ_RED	# Random Early Detection
1291.51Sabs#options 	ALTQ_RIO	# RED with IN/OUT
1301.51Sabs#options 	ALTQ_WFQ	# Weighted Fair Queueing
1311.51Sabs
1321.1Stsutsuioptions 	NFS_BOOT_BOOTPARAM
1331.1Stsutsuioptions 	NFS_BOOT_DHCP
1341.1Stsutsui
1351.1Stsutsuiconfig	netbsd root on ? type ?
1361.1Stsutsui#config	netbsd root on ? type nfs
1371.1Stsutsui
1381.1Stsutsui#
1391.1Stsutsui# device declarations
1401.1Stsutsui#
1411.1Stsutsui
1421.1Stsutsuimainbus0 at root
1431.1Stsutsui
1441.1Stsutsui# NEWS HYPER-BUS
1451.4Stsutsuihb0	at mainbus0 systype NEWS1700
1461.4Stsutsuihb1	at mainbus0 systype NEWS1200
1471.1Stsutsui
1481.20Stsutsui# interval timer
1491.20Stsutsuitimer0	at hb0 addr 0xe1000000 ipl 6			# news1700
1501.20Stsutsuitimer0	at hb1 addr 0xe1140000 ipl 6			# news1200
1511.20Stsutsui
1521.20Stsutsui# MK48T02 TOD clock
1531.20Stsutsuimkclock0 at hb0 addr 0xe0d80000				# news1700
1541.20Stsutsuimkclock0 at hb1 addr 0xe1420000				# news1200
1551.1Stsutsui
1561.1Stsutsui# onboard LANCE ethernet
1571.4Stsutsuile0	at hb0 addr 0xe0f00000 ipl 4			# news1700
1581.4Stsutsuile0	at hb1 addr 0xe1a40000 ipl 4			# news1200
1591.1Stsutsui
1601.17Stsutsui# keyboard/mouse
1611.17Stsutsuikbc0	at hb0 addr 0xe0d00000 ipl 5			# news1700
1621.17Stsutsuikb0	at kbc0						# news1700
1631.17Stsutsuims0	at kbc0						# news1700
1641.17Stsutsui
1651.17Stsutsuikb0	at hb1 addr 0xe1240000 ipl 5			# news1200
1661.17Stsutsuims0	at hb1 addr 0xe1280000 ipl 5			# news1200
1671.17Stsutsui
1681.17Stsutsuiwskbd*	at kb?
1691.17Stsutsuiwsmouse* at ms?
1701.1Stsutsui
1711.1Stsutsui# onboard z8530 SCC
1721.4Stsutsuizsc0	at hb0 addr 0xe0d40000 ipl 5 vect 64 flags 0x0	# news1700
1731.4Stsutsuizsc0	at hb1 addr 0xe1780000 ipl 5 vect 64 flags 0x1	# news1200
1741.1Stsutsuizstty0	at zsc0 channel 0
1751.24Slukemzstty1	at zsc0 channel 1
1761.1Stsutsui
1771.1Stsutsui# Frame buffer devices; not yet
1781.1Stsutsui#fb0	at hb0 addr 0xf0700000			# NWB225
1791.1Stsutsui#fb1	at hb0 addr 0xf0f00000			# NWB512
1801.1Stsutsui
1811.1Stsutsui# onboard uPD72067 FDC; not yet
1821.1Stsutsui#fdc0	at hb0 addr 0xe0c80000 ipl 3
1831.1Stsutsui#fd*	at fdc0
1841.1Stsutsui
1851.1Stsutsui# onboard CXD1180 SCSI controller
1861.1Stsutsui#
1871.1Stsutsui# This driver has several flags which may be enabled using
1881.1Stsutsui# the "flags" directive.  Valid flags are:
1891.1Stsutsui#
1901.1Stsutsui# 0x000ff	Set (1<<target) to disable disconnect/reselect
1911.1Stsutsui# 0x0ff00	Set (1<<(target+8)) to disable parity checking
1921.1Stsutsui# 0x10000	Set this bit to disable DMA interrupts (poll)
1931.1Stsutsui# 0x20000	Set this bit to disable DMA entirely (use PIO)
1941.1Stsutsui#
1951.1Stsutsui# For example: "flags 0x1000f" would disable DMA interrupts,
1961.1Stsutsui# and disable disconnect/reselect for targets 0-3
1971.1Stsutsui#
1981.87Stsutsuisi0	at hb0 addr 0xe0cc0000 ipl 4 flags 0x0
1991.24Slukemscsibus* at si0
2001.1Stsutsui
2011.1Stsutsuisd*	at scsibus? target ? lun ?		# SCSI disks
2021.1Stsutsuist*	at scsibus? target ? lun ?		# SCSI tapes
2031.1Stsutsuicd*	at scsibus? target ? lun ?		# SCSI CD-ROMs
2041.1Stsutsuich*	at scsibus? target ? lun ?		# SCSI changer devices
2051.1Stsutsuiss*	at scsibus? target ? lun ?		# SCSI scanners
2061.1Stsutsuiuk*	at scsibus? target ? lun ?		# unknown SCSI devices
2071.1Stsutsui
2081.107Stsutsui# PROM console support
2091.107Stsutsui#romcons0 at mainbus0
2101.107Stsutsui
2111.94Stls#
2121.94Stls# accept filters
2131.120Stsutsui#pseudo-device   accf_data		# "dataready" accept filter
2141.120Stsutsui#pseudo-device   accf_http		# "httpready" accept filter
2151.94Stls
2161.1Stsutsui# Misc.
2171.1Stsutsuipseudo-device	loop			# loopback interface; required
2181.13Sjdolecekpseudo-device	pty			# pseudo-terminals
2191.103Shannkenpseudo-device	md			# memory disk device
2201.77Scubepseudo-device	vnd			# disk-like interface to files
2211.66Shubertf#options 	VND_COMPRESSION		# compressed vnd(4)
2221.114Schristospseudo-device	ccd			# concatenated and striped disks
2231.114Schristos#pseudo-device	cgd			# cryptographic disk devices
2241.115Schristospseudo-device	raid			# RAIDframe disk driver
2251.42Stsutsui#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
2261.28Soster# Options to enable various other RAIDframe RAID types.
2271.57Stsutsui#options 	RF_INCLUDE_EVENODD=1
2281.57Stsutsui#options 	RF_INCLUDE_RAID5_RS=1
2291.57Stsutsui#options 	RF_INCLUDE_PARITYLOGGING=1
2301.57Stsutsui#options 	RF_INCLUDE_CHAINDECLUSTER=1
2311.57Stsutsui#options 	RF_INCLUDE_INTERDECLUSTER=1
2321.57Stsutsui#options 	RF_INCLUDE_PARITY_DECLUSTERING=1
2331.57Stsutsui#options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
2341.120Stsutsui#pseudo-device	fss			# file system snapshot device
2351.77Scubepseudo-device	sl			# SLIP interfaces
2361.77Scubepseudo-device	ppp			# PPP interfaces
2371.27Smartinpseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
2381.77Scubepseudo-device	tun			# Network "tunnel" device
2391.58Scubepseudo-device	tap			# virtual Ethernet
2401.77Scubepseudo-device	gre			# generic L3 over IP tunnel
2411.76Srpaulopseudo-device	bpfilter		# Berkeley Packet Filter
2421.133Ssevanpseudo-device	carp			# Common Address Redundancy Protocol
2431.131Smaxvpseudo-device	npf			# NPF packet filter
2441.77Scubepseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
2451.77Scube#pseudo-device	faith			# IPv[46] tcp relay translation i/f
2461.78Spavelpseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
2471.16Sbouyerpseudo-device	vlan			# IEEE 802.1q encapsulation
2481.25Satatatpseudo-device	bridge			# simple inter-network bridging
2491.137Sroypseudo-device	vether			# Virtual Ethernet for bridge
2501.88Smartinpseudo-device	agr			# IEEE 802.3ad link aggregation
2511.115Schristos#pseudo-device	vcoda			# coda minicache <-> venus comm.
2521.34Slukempseudo-device	clockctl		# user control of clock subsystem
2531.46Sraggepseudo-device	ksyms			# /dev/ksyms
2541.98Spookapseudo-device	putter			# for puffs and pud
2551.140Sriastradpseudo-device 	swwdog			# software watchdog timer -- swwdog(4)
2561.74Selad
2571.133Ssevaninclude "dev/veriexec.config"
2581.141Sabs
2591.141Sabs# Pull in optional local configuration - always at end
2601.141Sabscinclude	"arch/news68k/conf/GENERIC.local"
261