11.58Schristos#	$NetBSD: MMTAROMNEW,v 1.58 2024/01/29 18:27:14 christos Exp $
21.1Sitojun#
31.1Sitojun#	GENERIC -- everything that's currently supported
41.1Sitojun#
51.1Sitojun
61.1Sitojuninclude "arch/mmeye/conf/std.mmeye"
71.15Satatat
81.15Satatat#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
91.1Sitojun
101.1Sitojun# Enable the hooks used for initializing the root memory-disk.
111.1Sitojun#options 	MEMORY_DISK_HOOKS
121.1Sitojun#options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
131.1Sitojun#options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
141.13Slukem#options 	MEMORY_DISK_ROOT_SIZE=3074	# size of memory disk, in blocks
151.1Sitojun
161.1Sitojunoptions 	ROMIMAGE
171.1Sitojun
181.1Sitojunmaxusers	32		# estimated number of users
191.1Sitojun
201.11Suchoptions		SH3
211.57Sandvaroptions 	SH7708R			# 100MHz
221.8Slukemoptions 	PCLOCK=33330000		# 33.33MHz
231.45Skiyoharaoptions 	MMEYE_NEW_INT=0xb000000e
241.8Slukem#options 	MMEYE_NO_CACHE
251.8Slukemoptions 	INITTODR_ALWAYS_USE_RTC
261.1Sitojun
271.45Skiyoharaoptions 	IOM_RAM_SIZE=0x01000000	# 16MB
281.45Skiyoharaoptions 	IOM_RAM_BEGIN=0x0c000000
291.45Skiyoharamakeoptions	DEFTEXTADDR="0x8c010000"
301.45Skiyohara
311.1Sitojun# This option allows you to force a serial console at the specified
321.1Sitojun# I/O address.   see console(4) for details.
331.8Slukem#options 	CONSDEVNAME="\"com\""
341.1Sitojun
351.1Sitojun# Standard system options
361.1Sitojun
371.1Sitojunoptions 	INSECURE	# disable kernel security levels
381.1Sitojun
391.1Sitojunoptions 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
401.8Slukemoptions 	HZ=10		# clock interrupt generates every 1/10 sec
411.1Sitojun				# for Debug
421.1Sitojun#options 	NTP		# NTP phase/frequency locked loop
431.1Sitojun
441.1Sitojun#options 	KTRACE		# system call tracing via ktrace(1)
451.1Sitojun
461.1Sitojun#options 	SYSVMSG		# System V-like message queues
471.1Sitojun#options 	SYSVSEM		# System V-like semaphores
481.1Sitojun#options 	SYSVSHM		# System V-like memory sharing
491.9Sjdolecek
501.20Slukemoptions 	USERCONF	# userconf(4) support
511.9Sjdolecek#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
521.24Satatat#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
531.1Sitojun
541.1Sitojun# Diagnostic/debugging support options
551.1Sitojun#options 	DIAGNOSTIC	# cheap kernel consistency checks
561.1Sitojun#options 	DEBUG		# expensive debugging checks/support
571.1Sitojun#options 	DDB		# in-kernel debugger
581.1Sitojun#options 	KGDB		# remote debugger
591.7Slukem#options 	KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600
601.1Sitojun#makeoptions	DEBUG="-g"	# compile full symbol table
611.8Slukem#options 	SYSCALL_DEBUG
621.1Sitojun
631.1Sitojun# Compatibility options
641.53Smrginclude 	"conf/compat_netbsd70.config"
651.19Stsutsuioptions 	BSDDISKLABEL_EI	# endian independent disklabel support
661.19Stsutsuioptions 	COMPAT_MMEYE_OLDLABEL	# old mmeye's disklabel support
671.1Sitojun
681.1Sitojun# Executable format options
691.3Smsaitohoptions 	EXEC_COFF	# 32-bit COFF executables (sh-compiler)
701.1Sitojun
711.1Sitojun# File systems
721.1Sitojunfile-system 	FFS		# UFS
731.1Sitojun#file-system 	EXT2FS		# second extended file system (linux)
741.1Sitojun#file-system 	LFS		# log-structured file system
751.1Sitojun#file-system 	MFS		# memory file system
761.1Sitojun#file-system 	NFS		# Network File System client
771.1Sitojun#file-system 	CD9660		# ISO 9660 + Rock Ridge file system
781.1Sitojun#file-system 	MSDOSFS		# MS-DOS file system
791.1Sitojun#file-system 	FDESC		# /dev/fd
801.1Sitojun#file-system 	KERNFS		# /kern
811.1Sitojunfile-system 	NULLFS		# loopback file system
821.1Sitojunfile-system 	PROCFS		# /proc
831.1Sitojunfile-system 	UMAPFS		# NULLFS + uid and gid remapping
841.1Sitojun#file-system 	UNION		# union file system
851.32Schristosfile-system	PTYFS		# /dev/pts/N support
861.1Sitojun
871.1Sitojun# File system options
881.46Sbouyer#options 	QUOTA		# legacy UFS quotas
891.46Sbouyer#options 	QUOTA2		# new, in-filesystem UFS quotas
901.1Sitojun#options 	NFSSERVER	# Network File System server
911.33Stsutsuioptions 	FFS_NO_SNAPSHOT	# No FFS snapshot support
921.1Sitojun#options 	FIFO		# FIFOs; RECOMMENDED
931.1Sitojun
941.1Sitojun# Networking options
951.1Sitojun#options 	GATEWAY		# packet forwarding
961.1Sitojun#options 	INET		# IP + ICMP + TCP + UDP
971.1Sitojun#options 	MROUTING	# IP multicast routing
981.25Smanu#options 	PIM		# Protocol Independent Multicast
991.1Sitojun#options 	NETATALK	# AppleTalk networking protocols
1001.1Sitojun#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
1011.1Sitojun#options 	PPP_DEFLATE	# Deflate compression support for PPP
1021.1Sitojun#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
1031.6Sabs#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
1041.1Sitojun
1051.1Sitojun# These options enable verbose messages for several subsystems.
1061.1Sitojun# Warning, these may compile large string tables into the kernel!
1071.1Sitojunoptions 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
1081.1Sitojun#options 	SCSIVERBOSE	# human readable SCSI error messages
1091.1Sitojun
1101.1Sitojun# Kernel root file system and dump configuration.
1111.1Sitojun#config		netbsd	root on ? type ?
1121.1Sitojun#config		netbsd	root on sd0a type ffs
1131.1Sitojun#config		netbsd	root on ? type nfs
1141.1Sitojunconfig		netbsd	root on wd0a type ffs
1151.1Sitojun
1161.1Sitojun#
1171.1Sitojun# Device configuration
1181.1Sitojun#
1191.1Sitojun
1201.1Sitojunmainbus0 at root
1211.1Sitojun
1221.1Sitojunshb* at mainbus?
1231.1Sitojun
1241.37Suwertc*	at shb?
1251.37Suwe
1261.45Skiyoharacom0	at mainbus? addr1 0xa4000000 irq1 11
1271.45Skiyoharacom1	at mainbus? addr1 0xa4000008 irq1 12
1281.1Sitojun
1291.18Sjdolecek# SH PCMCIA controllers
1301.45Skiyoharammeyepcmcia0 at mainbus? addr1 0xb000000a addr2 0xb8000000 irq1 3 irq2 10
1311.45Skiyoharammeyepcmcia1 at mainbus? addr1 0xb000000c addr2 0xb9000000 irq1 4 irq2 9
1321.1Sitojun
1331.1Sitojun# PCMCIA bus support
1341.18Sjdolecekpcmcia*	at mmeyepcmcia? controller ? socket ?
1351.1Sitojun
1361.1Sitojun# PCMCIA serial interfaces
1371.1Sitojun#com*	at pcmcia? function ?		# Modems and serial cards
1381.1Sitojun
1391.1Sitojun# SCSI Controllers and Devices
1401.1Sitojun
1411.1Sitojun# PCMCIA SCSI controllers
1421.1Sitojun#aic*	at pcmcia? function ?		# Adaptec APA-1460 SCSI
1431.1Sitojun
1441.1Sitojun# SCSI bus support
1451.1Sitojun#scsibus* at aic?
1461.1Sitojun
1471.1Sitojun# SCSI devices
1481.1Sitojun#sd*	at scsibus? target ? lun ?	# SCSI disk drives
1491.1Sitojun#st*	at scsibus? target ? lun ?	# SCSI tape drives
1501.1Sitojun#cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
1511.1Sitojun#ch*	at scsibus? target ? lun ?	# SCSI autochangers
1521.1Sitojun#ss*	at scsibus? target ? lun ?	# SCSI scanners
1531.1Sitojun#uk*	at scsibus? target ? lun ?	# SCSI unknown
1541.1Sitojun
1551.1Sitojun
1561.1Sitojun# IDE and Related Devices
1571.1Sitojun
1581.1Sitojunwdc* at pcmcia? function ?
1591.1Sitojun
1601.23Slukem# ATA (IDE) bus support
1611.23Slukematabus* at ata?
1621.22Sbouyer
1631.1Sitojun# IDE drives
1641.22Sbouyerwd*	at atabus? drive ?
1651.1Sitojun
1661.1Sitojun# ATAPI bus support
1671.23Slukem#atapibus* at atapi?
1681.1Sitojun
1691.1Sitojun# ATAPI devices
1701.1Sitojun#cd*	at atapibus? drive ?		# ATAPI CD-ROM drives
1711.1Sitojun
1721.1Sitojun
1731.1Sitojun# Miscellaneous mass storage devices
1741.1Sitojun
1751.1Sitojun
1761.1Sitojun# Network Interfaces
1771.1Sitojun
1781.1Sitojun# PCMCIA network interfaces
1791.1Sitojun#ep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
1801.1Sitojun#ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
1811.1Sitojun#sm*	at pcmcia? function ?		# Megahertz Ethernet
1821.1Sitojun
1831.1Sitojun# MII/PHY support
1841.57Sandvar#exphy*	at mii? phy ?			# 3Com internal PHYs
1851.57Sandvar#icsphy*	at mii? phy ?			# Integrated Circuit Systems ICS189x
1861.57Sandvar#inphy*	at mii? phy ?			# Intel 82555 PHYs
1871.57Sandvar#lxtphy*	at mii? phy ?			# Level One LXT-970 PHYs
1881.57Sandvar#nsphy*	at mii? phy ?			# NS83840 PHYs
1891.57Sandvar#qsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
1901.57Sandvar#sqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
1911.18Sjdolecek#tlphy*	at mii? phy ?			# ThunderLAN PHYs
1921.57Sandvar#ukphy*	at mii? phy ?			# generic unknown PHYs
1931.1Sitojun
1941.1Sitojun# Pseudo-Devices
1951.1Sitojun
1961.1Sitojun# disk/mass storage pseudo-devices
1971.49Schristos#pseudo-device	ccd			# concatenated/striped disk devices
1981.43Spooka#pseudo-device	fss			# file system snapshot device
1991.44Shannken#pseudo-device	md			# memory disk device (ramdisk)
2001.35Scube#pseudo-device	vnd			# disk-like interface to files
2011.1Sitojun
2021.1Sitojun# network pseudo-devices
2031.35Scube#pseudo-device	bpfilter		# Berkeley packet filter
2041.54Smaxv#pseudo-device	npf			# NPF packet filter
2051.1Sitojun#pseudo-device	loop			# network loopback
2061.35Scube#pseudo-device	ppp			# Point-to-Point Protocol
2071.35Scube#pseudo-device	sl			# Serial Line IP
2081.35Scube#pseudo-device	tun			# network tunneling over tty
2091.1Sitojun
2101.1Sitojun# miscellaneous pseudo-devices
2111.57Sandvarpseudo-device	pty			# pseudo-terminals
2121.16Slukempseudo-device	clockctl		# user control of clock subsystem
2131.1Sitojun
2141.1Sitojun# rnd is EXPERIMENTAL at this point.
2151.1Sitojun#options 	RND_COM			# use "com" randomness as well (BROKEN)
2161.56Sabs
2171.56Sabs# Pull in optional local configuration - always at end
2181.56Sabscinclude	"arch/mmeye/conf/GENERIC.local"
219