WALNUT revision 1.76
11.76Ssimonb#	$NetBSD: WALNUT,v 1.76 2022/08/07 02:52:25 simonb Exp $
21.1Sscw#
31.1Sscw#	GENERIC -- everything that's currently supported
41.1Sscw#
51.1Sscw
61.72Smrginclude 	"arch/evbppc/conf/std.walnut"
71.1Sscw
81.1Sscw#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
91.1Sscw
101.1Sscw#ident 		"WALNUT"
111.1Sscw
121.1Sscwmaxusers	32
131.1Sscw
141.1Sscw#options 	UVMHIST
151.1Sscw#options 	UVMHIST_PRINT
161.1Sscw
171.1Sscw# Options for necessary to use MD
181.1Sscw#options 	MEMORY_DISK_HOOKS
191.1Sscw#options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
201.1Sscw#options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
211.1Sscw#options 	MEMORY_DISK_ROOT_SIZE=16384	# size of memory disk, in blocks
221.1Sscw
231.1Sscw
241.1Sscw#options 	INSECURE	# disable kernel security levels
251.1Sscw#options 	NTP		# NTP phase/frequency locked loop
261.1Sscwoptions 	KTRACE		# system call tracing via ktrace(1)
271.1Sscw
281.1Sscwoptions 	SYSVMSG		# System V message queues
291.1Sscwoptions 	SYSVSEM		# System V semaphores
301.1Sscwoptions 	SYSVSHM		# System V shared memory
311.1Sscw
321.1Sscwoptions 	USERCONF	# userconf(4) support
331.1Sscw#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
341.12Satatat#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
351.1Sscw
361.1Sscw# Diagnostic/debugging support options
371.1Sscw#options 	DIAGNOSTIC	# cheap kernel consistency checks
381.1Sscw#options 	DEBUG		# expensive debugging checks/support
391.1Sscwoptions 	DDB		# in-kernel debugger
401.1Sscwoptions 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
411.1Sscwoptions 	TRAP_PANICWAIT
421.69Sjoergmakeoptions	COPY_SYMTAB=1	# size for embedded symbol table
431.1Sscw
441.1Sscwmakeoptions	DEBUG="-g"	# compile full symbol table
451.1Sscw
461.1Sscw# Compatibility options
471.72Smrginclude 	"conf/compat_netbsd13.config"
481.1Sscw#options 	COMPAT_386BSD_MBRPART # recognize old partition ID
491.1Sscw
501.1Sscw# File systems
511.1Sscwfile-system 	FFS		# UFS
521.1Sscwfile-system 	EXT2FS		# second extended file system (linux)
531.1Sscwfile-system 	LFS		# log-structured file system
541.1Sscwfile-system 	MFS		# memory file system
551.1Sscwfile-system 	NFS		# Network File System client
561.1Sscwfile-system 	CD9660		# ISO 9660 + Rock Ridge file system
571.1Sscwfile-system 	MSDOSFS		# MS-DOS file system
581.1Sscwfile-system 	FDESC		# /dev/fd
591.1Sscwfile-system 	KERNFS		# /kern
601.1Sscwfile-system 	NULLFS		# loopback file system
611.1Sscwfile-system 	OVERLAY		# overlay file system
621.42Spookafile-system	PUFFS		# Userspace file systems (e.g. ntfs-3g & sshfs)
631.1Sscwfile-system 	PROCFS		# /proc
641.58Smattfile-system 	TMPFS		# efficient memory file system
651.1Sscwfile-system 	UMAPFS		# NULLFS + uid and gid remapping
661.1Sscwfile-system 	UNION		# union file system
671.25Schristosfile-system	PTYFS		# /dev/pts/N support
681.1Sscw
691.1Sscw# File system options
701.76Ssimonboptions 	FFS_EI		# FFS Endian Independent support
711.76Ssimonb#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
721.50Sbouyeroptions 	QUOTA		# legacy UFS quotas
731.50Sbouyeroptions 	QUOTA2		# new, in-filesystem UFS quotas
741.76Ssimonboptions 	UFS_DIRHASH	# UFS Large Directory Hashing
751.76Ssimonboptions 	UFS_EXTATTR	# Extended attribute support for UFS1
761.56Sdhollandoptions 	WAPBL		# File system journaling support
771.76Ssimonboptions 	LFS_DIRHASH	# LFS version of UFS_DIRHASH - experimental
781.1Sscwoptions 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
791.1Sscw				# immutable) behave as system flags.
801.76Ssimonboptions 	NFSSERVER	# Network File System server
811.1Sscw
821.1Sscwoptions 	NFS_BOOT_DHCP	# Support DHCP NFS root
831.1Sscw
841.1Sscw# Networking options
851.1Sscw#options 	GATEWAY		# packet forwarding
861.1Sscwoptions 	INET		# IP + ICMP + TCP + UDP
871.1Sscwoptions 	INET6		# IPV6
881.1Sscw#options 	IPSEC		# IP security
891.1Sscw#options 	IPSEC_DEBUG	# debug for IP security
901.1Sscw#options 	MROUTING	# IP multicast routing
911.13Smanu#options 	PIM		# Protocol Independent Multicast
921.1Sscw#options 	NETATALK	# AppleTalk networking protocols
931.1Sscwoptions 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
941.1Sscwoptions 	PPP_DEFLATE	# Deflate compression support for PPP
951.1Sscwoptions 	PPP_FILTER	# Active filter support for PPP (requires bpf)
961.1Sscw#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
971.1Sscw
981.1Sscw# These options enable verbose messages for several subsystems.
991.1Sscw# Warning, these may compile large string tables into the kernel!
1001.1Sscwoptions 	PCIVERBOSE	# verbose PCI device autoconfig messages
1011.1Sscwoptions 	MIIVERBOSE	# verbose PHY autoconfig messages
1021.1Sscw#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
1031.1Sscwoptions 	SCSIVERBOSE	# human readable SCSI error messages
1041.1Sscwoptions 	PCI_NETBSD_CONFIGURE	# Do not rely on BIOS/whatever to configure PCI devices
1051.1Sscw#options 	PCI_CONFIGURE_VERBOSE	# Show PCI config information
1061.1Sscw
1071.1Sscw# wscons options
1081.1Sscw#options 	WSEMUL_SUN		# sun terminal emulation
1091.1Sscw#options 	WSEMUL_VT100		# VT100 / VT220 emulation
1101.59Sabs#options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
1111.1Sscw
1121.1Sscw# Kernel root file system and dump configuration.
1131.1Sscwconfig		netbsd	root on ? type ?
1141.1Sscw
1151.1Sscw#
1161.1Sscw# Device configuration
1171.1Sscw#
1181.1Sscw
1191.1Sscwplb0 at root				# Processor Local Bus
1201.1Sscw
1211.1Sscwcpu0	at plb?
1221.1Sscw
1231.44Skiyoharaecc0	at plb? irq 17			# On-chip ECC controller
1241.1Sscw
1251.1Sscwopb*	at plb?				# On-chip Peripheral Bus
1261.1Sscw
1271.1Sscwwdog*	at opb?				# Watchdog timer
1281.1Sscw
1291.1Sscwcom*	at opb? addr ? irq ?		# UARTs
1301.1Sscw
1311.1Sscwemac0	at opb? addr ? irq ?		# Ethernet Media Access Controller
1321.1Sscwoptions	EMAC_EVENT_COUNTERS
1331.1Sscw
1341.1Sscwpchb0	at plb?				# PCI-Host bridges
1351.1Sscw
1361.1Sscwpci*	at pchb?
1371.1Sscwppb*	at pci? dev ? function ?	# PCI-PCI bridges
1381.1Sscw
1391.1Sscwep*	at pci? dev ? function ?	# 3Com 3c59x
1401.1Sscwepic*	at pci? dev ? function ?	# SMC EPIC/100 Ethernet
1411.1Sscwex*	at pci? dev ? function ?	# 3Com 90x[B]
1421.1Sscwfxp*	at pci? dev ? function ?	# Intel EtherExpress PRO 10+/100B
1431.1Sscwne*	at pci? dev ? function ?	# NE2000-compatible Ethernet
1441.1Sscwrtk*	at pci? dev ? function ?	# Realtek 8129/8139
1451.1Sscwsip*	at pci? dev ? function ?	# SiS 900/7016 Ethernet
1461.1Sscwtlp*	at pci? dev ? function ?	# DECchip 21x4x and clones
1471.1Sscwadv*	at pci? dev ? function ?	# AdvanSys 1200[A,B], 9xx[U,UA] SCSI
1481.1Sscwadw*	at pci? dev ? function ?	# AdvanSys 9x0UW[D], 3940U[2,3]W SCSI
1491.1Sscwahc*	at pci? dev ? function ?	# Adaptec 294x, aic78x0 SCSI
1501.1Sscwbha*	at pci? dev ? function ?	# BusLogic 9xx SCSI
1511.1Sscwisp*	at pci? dev ? function ?	# Qlogic ISP 10x0/2xx0 SCSI/Fibre Chan
1521.1Sscwsiop*	at pci? dev ? function ?	# NCR 53c8xx SCSI
1531.1Sscwpcscp*	at pci? dev ? function ?	# AMD Am53c974 PCscsi-PCI SCSI
1541.8Sbouyerpciide* at pci? dev ? function ? flags 0x0000	# GENERIC pciide driver
1551.8Sbouyeracardide* at pci? dev ? function ?	# Acard IDE controllers
1561.8Sbouyeraceride* at pci? dev ? function ?	# Acer Lab IDE controllers
1571.11Sthorpejartsata* at pci? dev ? function ?	# Intel i31244 SATA controller
1581.8Sbouyercmdide* at pci? dev ? function ?	# CMD tech IDE controllers
1591.8Sbouyercypide* at pci? dev ? function ?	# Cypress IDE controllers
1601.8Sbouyerhptide* at pci? dev ? function ?	# Triones/HighPoint IDE controllers
1611.8Sbouyeroptiide* at pci? dev ? function ?	# Opti IDE controllers
1621.8Sbouyerpdcide* at pci? dev ? function ?	# Promise IDE controllers
1631.15Sbouyerpdcsata* at pci? dev ? function ?	# Promise SATA150 controllers
1641.9Sthorpejsatalink* at pci? dev ? function ?	# SiI SATALink controllers
1651.8Sbouyersiside* at pci? dev ? function ?	# SiS IDE controllers
1661.8Sbouyerslide*  at pci? dev ? function ?	# Symphony Labs IDE controllers
1671.8Sbouyerviaide* at pci? dev ? function ?	# VIA/AMD/Nvidia IDE controllers
1681.1Sscw#cbb*	at pci? dev ? function ?	# PCI-CardBus bridge
1691.1Sscw
1701.1Sscwexphy*	at mii? phy ?			# 3Com internal PHYs
1711.1Sscwicsphy*	at mii? phy ?			# Integrated Circuit Systems ICS189x
1721.1Sscwinphy*	at mii? phy ?			# Intel 82555 PHYs
1731.1Sscwiophy*	at mii? phy ?			# Intel 82553 PHYs
1741.1Sscwlxtphy*	at mii? phy ?			# Level One LXT-970 PHYs
1751.1Sscwnsphy*	at mii? phy ?			# NS83840 PHYs
1761.1Sscwnsphyter* at mii? phy ?			# NS83843 PHYs
1771.1Sscwqsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
1781.1Sscwsqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
1791.1Sscwtlphy*	at mii? phy ?			# ThunderLAN PHYs
1801.1Sscwtqphy*	at mii? phy ?			# TDK Semiconductor PHYs
1811.1Sscwukphy*	at mii? phy ?			# generic unknown PHYs
1821.1Sscw
1831.1Sscw# PCI serial interfaces
1841.1Sscw#cy*	at pci? dev ? function ?	# Cyclades Cyclom-Y serial boards
1851.1Sscw#cz*	at pci? dev ? function ?	# Cyclades-Z multi-port serial boards
1861.1Sscw
1871.1Sscw#cardslot* at cbb?
1881.1Sscw#cardbus* at cardslot?
1891.1Sscw#pcmcia*	at cardslot?
1901.1Sscw
1911.1Sscw#com*	at pcmcia? function ?		# Modems and serial cards
1921.1Sscw#wdc*	at pcmcia? function ?		# PCMCIA IDE controllers
1931.1Sscw#ep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
1941.1Sscw#mbe*	at pcmcia? function ?		# MB8696x based Ethernet
1951.1Sscw#ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
1961.26Sdrochner#ex*	at cardbus? function ?	# 3Com 3C575TX
1971.26Sdrochner#tlp*	at cardbus? function ?	# DECchip 21143
1981.26Sdrochner#rtk*	at cardbus? function ?	# Realtek 8129/8139
1991.1Sscw
2001.1Sscwscsibus* at adv?
2011.1Sscwscsibus* at adw?
2021.1Sscwscsibus* at ahc?
2031.1Sscwscsibus* at bha?
2041.1Sscwscsibus* at isp?
2051.1Sscwscsibus* at pcscp?
2061.1Sscwscsibus* at siop?
2071.1Sscw
2081.1Sscwsd*	at scsibus? target ? lun ?	# SCSI disks
2091.1Sscwst*	at scsibus? target ? lun ?	# SCSI tape drives
2101.1Sscwcd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
2111.1Sscwch*	at scsibus? target ? lun ?	# SCSI autochangers
2121.1Sscwss*	at scsibus? target ? lun ?	# SCSI scanners
2131.1Sscwuk*	at scsibus? target ? lun ?	# SCSI unknown
2141.1Sscw
2151.10Sthorpejatabus* 	at ata? channel ?
2161.7Sbouyerwd*		at atabus? drive ? flags 0x0000
2171.1Sscw
2181.7Sbouyeratapibus* at atabus?
2191.1Sscw
2201.1Sscwcd*	at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
2211.1Sscwsd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
2221.1Sscwuk*	at atapibus? drive ? flags 0x0000	# ATAPI unknown
2231.1Sscw
2241.1Sscwpbus*	at plb?				# off-chip Peripheral BUS
2251.1Sscw
2261.6Sscwds1743rtc0	at pbus? addr ?			# RTC
2271.1Sscw
2281.1Sscw#pckbc0	at pbus?
2291.1Sscw#pckbd*	at pckbc?
2301.1Sscw#wskbd*	at pckbd? console ?
2311.1Sscw#pms*	at pckbc?
2321.1Sscw#wsmouse* at pms? mux 0
2331.1Sscw
2341.1Sscw#vga*	at pci? dev ? function ?
2351.1Sscw#wsdisplay* at vga? console ?
2361.1Sscw
2371.29Scubepseudo-device	vnd			# disk-like interface to files
2381.63Schristospseudo-device	ccd			# concatenated/striped disk devices
2391.63Schristos#pseudo-device	cgd			# cryptographic disk devices
2401.64Schristospseudo-device	raid			# RAIDframe disk driver
2411.1Sscwoptions 	RAID_AUTOCONFIG		# auto-configuration of RAID components
2421.47Spooka#pseudo-device	fss			# file system snapshot device
2431.1Sscwpseudo-device	loop			# network loopback
2441.28Srpaulopseudo-device	bpfilter		# packet filter
2451.74Smaxvpseudo-device	npf			# NPF packet filter
2461.29Scubepseudo-device	ppp			# Point-to-Point Protocol
2471.29Scubepseudo-device	sl			# Serial Line IP
2481.29Scubepseudo-device	tun			# network tunneling over tty
2491.29Scube#pseudo-device	gre			# generic L3 over IP tunnel
2501.29Scubepseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
2511.29Scube#pseudo-device	faith			# IPv[46] tcp relay translation i/f
2521.30Spavelpseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
2531.1Sscwpseudo-device	vlan			# IEEE 802.1q encapsulation
2541.1Sscwpseudo-device	pty			# pseudo-terminals
2551.1Sscw#pseudo-device	wsmux			# ick
2561.1Sscwpseudo-device	clockctl		# user control of clock subsystem
2571.32Ssimonbpseudo-device	ksyms			# /dev/ksyms
2581.1Sscwpseudo-device	kttcp			# kernel ttcp
2591.42Spookapseudo-device	putter			# for puffs and pud
260