GENERIC revision 1.125
11.125Smaxv# $NetBSD: GENERIC,v 1.125 2018/08/01 20:04:12 maxv Exp $
21.1Sitojun#
31.29Sgmcgarry# GENERIC machine description file
41.104Skiyohara#
51.29Sgmcgarry# This machine description file is used to generate the default NetBSD
61.29Sgmcgarry# kernel.  The generic kernel does not include all options, subsystems
71.29Sgmcgarry# and device drivers, but should be useful for most applications.
81.1Sitojun#
91.29Sgmcgarry# The machine description file can be customised for your specific
101.29Sgmcgarry# machine to reduce the kernel size and improve its performance.
111.29Sgmcgarry#
121.29Sgmcgarry# For further information on compiling NetBSD kernels, see the config(8)
131.29Sgmcgarry# man page.
141.29Sgmcgarry#
151.29Sgmcgarry# For further information on hardware support for this architecture, see
161.29Sgmcgarry# the intro(4) man page.  For further information about kernel options
171.29Sgmcgarry# for this architecture, see the options(4) man page.  For an explanation
181.29Sgmcgarry# of each device driver in this file see the section 4 man page for the
191.29Sgmcgarry# device.
201.1Sitojun
211.29Sgmcgarryinclude 	"arch/mmeye/conf/std.mmeye"
221.7Shubertf
231.39Satatatoptions 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
241.39Satatat
251.125Smaxv#ident 		"GENERIC-$Revision: 1.125 $"
261.1Sitojun
271.1Sitojunmaxusers	16		# estimated number of users
281.1Sitojun
291.1Sitojun# CPU support
301.33Suchoptions		SH3
311.1Sitojunoptions 	SH7708R		# 100MHz
321.1Sitojunoptions 	MMEYE
331.104Skiyoharaoptions 	MMEYE_NEW_INT=0xb000000e
341.1Sitojun#options 	MMEYE_NO_CACHE
351.27Slukemoptions 	PCLOCK=33330000		# 33.33MHz
361.27Slukemoptions 	INITTODR_ALWAYS_USE_RTC
371.1Sitojun
381.104Skiyoharaoptions 	IOM_RAM_SIZE=0x01000000	# 16MB
391.104Skiyoharaoptions 	IOM_RAM_BEGIN=0x0c000000
401.104Skiyoharamakeoptions	DEFTEXTADDR="0x8c010000"
411.104Skiyohara
421.1Sitojun# Standard system options
431.1Sitojun#options 	INSECURE	# disable kernel security levels
441.1Sitojun
451.1Sitojunoptions 	HZ=50		# clock interrupt generates every 1/HZ sec
461.1Sitojunoptions 	NTP		# NTP phase/frequency locked loop
471.1Sitojunoptions 	KTRACE		# system call tracing via ktrace(1)
481.1Sitojun
491.1Sitojunoptions 	SYSVMSG		# System V-like message queues
501.1Sitojunoptions 	SYSVSEM		# System V-like semaphores
511.1Sitojunoptions 	SYSVSHM		# System V-like memory sharing
521.32Sjdolecek
531.43Slukemoptions 	USERCONF	# userconf(4) support
541.32Sjdolecek#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
551.58Satatatoptions 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
561.1Sitojun
571.1Sitojun# Diagnostic/debugging support options
581.1Sitojun#options 	DIAGNOSTIC	# cheap kernel consistency checks
591.1Sitojun#options 	DEBUG		# expensive debugging checks/support
601.1Sitojun#options 	DDB		# in-kernel debugger
611.1Sitojun#options 	SYSCALL_DEBUG
621.1Sitojun#makeoptions	DEBUG="-g"	# compile full symbol table
631.1Sitojun
641.1Sitojun# Compatibility options
651.124Smrginclude 	"conf/compat_netbsd14.config"
661.124Smrg
671.42Stsutsuioptions 	BSDDISKLABEL_EI	# endian independent disklabel support
681.42Stsutsuioptions 	COMPAT_MMEYE_OLDLABEL	# old mmeye's disklabel support
691.1Sitojun
701.1Sitojun# Executable format options
711.1Sitojunoptions 	EXEC_COFF	# COFF executables
721.1Sitojun
731.1Sitojun# File systems
741.1Sitojunfile-system 	FFS		# UFS
751.1Sitojunfile-system 	EXT2FS		# second extended file system (linux)
761.1Sitojunfile-system 	LFS		# log-structured file system
771.1Sitojunfile-system 	MFS		# memory file system
781.1Sitojunfile-system 	NFS		# Network File System client
791.1Sitojunfile-system 	CD9660		# ISO 9660 + Rock Ridge file system
801.1Sitojunfile-system 	MSDOSFS		# MS-DOS file system
811.1Sitojunfile-system 	FDESC		# /dev/fd
821.1Sitojunfile-system 	KERNFS		# /kern
831.1Sitojunfile-system 	NULLFS		# loopback file system
841.6Swrstudenfile-system 	OVERLAY		# overlay file system
851.99Spookafile-system	PUFFS		# Userspace file systems (e.g. ntfs-3g & sshfs)
861.1Sitojunfile-system 	PROCFS		# /proc
871.1Sitojunfile-system 	UMAPFS		# NULLFS + uid and gid remapping
881.1Sitojunfile-system 	UNION		# union file system
891.1Sitojunfile-system	CODA		# Coda File System; also needs vcoda (below)
901.73Schristosfile-system	PTYFS		# /dev/pts/N support
911.101Schsfile-system	TMPFS		# Efficient memory file-system
921.77Sreinoud#file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
931.1Sitojun
941.1Sitojun# File system options
951.105Sbouyer#options 	QUOTA		# legacy UFS quotas
961.105Sbouyer#options 	QUOTA2		# new, in-filesystem UFS quotas
971.106Swiz#options 	FFS_EI		# FFS Endian Independent support
981.108Sdhollandoptions 	WAPBL		# File system journaling support
991.62Srumble#options	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
1001.1Sitojunoptions 	NFSSERVER	# Network File System server
1011.75Stsutsui#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
1021.119Smanu#options 	UFS_EXTATTR	# Extended attribute support for UFS1
1031.1Sitojun#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
1041.1Sitojun				# immutable) behave as system flags.
1051.5Sitojun
1061.1Sitojun# Networking options
1071.1Sitojun#options 	GATEWAY		# packet forwarding
1081.1Sitojunoptions 	INET		# IP + ICMP + TCP + UDP
1091.5Sitojunoptions 	INET6		# IPV6
1101.5Sitojun#options 	IPSEC		# IP security
1111.5Sitojun#options 	IPSEC_DEBUG	# debug for IP security
1121.1Sitojun#options 	MROUTING	# IP multicast routing
1131.59Smanu#options 	PIM		# Protocol Independent Multicast
1141.1Sitojun#options 	NETATALK	# AppleTalk networking protocols
1151.1Sitojun#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
1161.1Sitojun#options 	PPP_DEFLATE	# Deflate compression support for PPP
1171.1Sitojun#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
1181.24Sabs#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
1191.1Sitojun
1201.56Sabs#options 	ALTQ		# Manipulate network interfaces' output queues
1211.56Sabs#options 	ALTQ_BLUE	# Stochastic Fair Blue
1221.56Sabs#options 	ALTQ_CBQ	# Class-Based Queueing
1231.56Sabs#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
1241.56Sabs#options 	ALTQ_FIFOQ	# First-In First-Out Queue
1251.56Sabs#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
1261.56Sabs#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
1271.56Sabs#options 	ALTQ_LOCALQ	# Local queueing discipline
1281.56Sabs#options 	ALTQ_PRIQ	# Priority Queueing
1291.56Sabs#options 	ALTQ_RED	# Random Early Detection
1301.56Sabs#options 	ALTQ_RIO	# RED with IN/OUT
1311.56Sabs#options 	ALTQ_WFQ	# Weighted Fair Queueing
1321.56Sabs
1331.1Sitojunoptions 	NFS_BOOT_DHCP	# Support DHCP NFS root
1341.1Sitojun
1351.1Sitojun# These options enable verbose messages for several subsystems.
1361.1Sitojun# Warning, these may compile large string tables into the kernel!
1371.1Sitojunoptions 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
1381.1Sitojun
1391.1Sitojun# Kernel root file system and dump configuration.
1401.1Sitojunconfig		netbsd	root on ? type ?
1411.1Sitojun
1421.1Sitojun#
1431.1Sitojun# Device configuration
1441.1Sitojun#
1451.1Sitojun
1461.1Sitojunmainbus0 at root
1471.1Sitojun
1481.1Sitojunshb*	at mainbus?
1491.9Smsaitoh
1501.85Suwertc*	at shb?
1511.85Suwe
1521.104Skiyoharacom0	at mainbus? addr1 0xa4000000 irq1 11
1531.104Skiyoharacom1	at mainbus? addr1 0xa4000008 irq1 12
1541.1Sitojun
1551.1Sitojun# SH PCMCIA controllers
1561.104Skiyoharammeyepcmcia0 at mainbus? addr1 0xb000000a addr2 0xb8000000 irq1 3 irq2 10
1571.104Skiyoharammeyepcmcia1 at mainbus? addr1 0xb000000c addr2 0xb9000000 irq1 4 irq2 9
1581.1Sitojun
1591.1Sitojun# PCMCIA bus support
1601.36Suchpcmcia*	at mmeyepcmcia? controller ? socket ?
1611.1Sitojun
1621.1Sitojuncom*	at pcmcia? function ?		# Modems and serial cards
1631.1Sitojunwdc*	at pcmcia? function ?
1641.52Slukematabus* at ata?
1651.51Sbouyerwd*	at atabus? drive ?			# the drives themselves
1661.1Sitojun
1671.1Sitojunep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
1681.1Sitojunmbe*	at pcmcia? function ?		# MB8696x based Ethernet
1691.1Sitojunne*	at pcmcia? function ?		# NE2000-compatible Ethernet
1701.1Sitojunsm*	at pcmcia? function ?		# Megahertz Ethernet
1711.1Sitojun
1721.1Sitojun# Pseudo-Devices
1731.1Sitojun
1741.95Stls#
1751.95Stls# accept filters
1761.95Stlspseudo-device   accf_data		# "dataready" accept filter
1771.95Stlspseudo-device   accf_http		# "httpready" accept filter
1781.95Stls
1791.113Schristospseudo-device	ccd			# concatenated/striped disk devices
1801.113Schristos#pseudo-device	cgd			# cryptographic disk devices
1811.114Schristos#pseudo-device	raid			# RAIDframe disk driver
1821.11Ssimonb#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
1831.31Soster# Options to enable various other RAIDframe RAID types.
1841.31Soster# options	RF_INCLUDE_EVENODD=1
1851.31Soster# options	RF_INCLUDE_RAID5_RS=1
1861.31Soster# options	RF_INCLUDE_PARITYLOGGING=1
1871.31Soster# options	RF_INCLUDE_CHAINDECLUSTER=1
1881.31Soster# options	RF_INCLUDE_INTERDECLUSTER=1
1891.31Soster# options 	RF_INCLUDE_PARITY_DECLUSTERING=1
1901.31Soster# options	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
1911.100Spookapseudo-device	fss			# file system snapshot device
1921.79Scubepseudo-device	vnd			# disk-like interface to files
1931.69Shubertf#options 	VND_COMPRESSION		# compressed vnd(4)
1941.78Srpaulopseudo-device	bpfilter		# Berkeley packet filter
1951.81Sliamjfoy#pseudo-device	carp			# Common Address Redundancy Protocol
1961.125Smaxvpseudo-device	npf			# NPF packet filter
1971.1Sitojunpseudo-device	loop			# network loopback
1981.79Scubepseudo-device	ppp			# Point-to-Point Protocol
1991.30Smartinpseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
2001.79Scubepseudo-device	sl			# Serial Line IP
2011.79Scubepseudo-device	strip			# Starmode Radio IP (Metricom)
2021.79Scubepseudo-device	tun			# network tunneling over tty
2031.61Scubepseudo-device	tap			# virtual Ethernet
2041.79Scubepseudo-device	gre			# generic L3 over IP tunnel
2051.79Scubepseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
2061.79Scube#pseudo-device	faith			# IPv[46] tcp relay translation i/f
2071.80Spavelpseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
2081.21Sbouyerpseudo-device	vlan			# IEEE 802.1q encapsulation
2091.28Satatatpseudo-device	bridge			# simple inter-network bridging
2101.48Sperseant#options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
2111.88Smartin#pseudo-device	agr			# IEEE 802.3ad link aggregation
2121.19Sjdolecekpseudo-device	pty			# pseudo-terminals
2131.114Schristospseudo-device	vcoda			# coda minicache <-> venus comm.
2141.103Shannken#pseudo-device	md			# memory disk device (ramdisk)
2151.40Slukempseudo-device	clockctl		# user control of clock subsystem
2161.50Sraggepseudo-device	ksyms			# /dev/ksyms
2171.99Spookapseudo-device	putter			# for puffs and pud
2181.1Sitojun
2191.1Sitojun# Enable the hooks used for initializing the root memory-disk.
2201.1Sitojun#options 	MEMORY_DISK_HOOKS
2211.1Sitojun#options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
2221.1Sitojun#options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
2231.37Slukem#options 	MEMORY_DISK_ROOT_SIZE=3074	# size of memory disk, in blocks
2241.76Selad
2251.76Selad# Veriexec
2261.76Selad#
2271.76Selad# a pseudo device needed for veriexec
2281.114Schristos#pseudo-device	veriexec
2291.76Selad#
2301.76Selad# Uncomment the fingerprint methods below that are desired. Note that
2311.76Selad# removing fingerprint methods will have almost no impact on the kernel
2321.76Selad# code size.
2331.76Selad#
2341.76Selad#options VERIFIED_EXEC_FP_SHA256
2351.76Selad#options VERIFIED_EXEC_FP_SHA384
2361.76Selad#options VERIFIED_EXEC_FP_SHA512
237