11.1Smatt#
21.15Sjakllsch#	GEMINI --
31.1Smatt#
41.1Smatt
51.1Smattinclude	"arch/evbarm/conf/std.gemini"
61.1Smatt
71.1Smatt# estimated number of users
81.1Smatt
91.1Smattmaxusers	32
101.1Smatt
111.1Smatt# Standard system options
121.1Smatt
131.1Smattoptions 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
141.1Smatt#options 	NTP		# NTP phase/frequency locked loop
151.1Smatt
161.1Smatt# CPU options
171.1Smatt
181.1Smattoptions 	CPU_FA526
191.1Smattoptions 	SL3516
201.6Scliffoptions 	GEMINI_SINGLE
211.1Smatt
221.1Smatt# Architecture options
231.1Smatt
241.1Smatt# File systems
251.1Smatt
261.1Smattfile-system	FFS		# UFS
271.1Smatt#file-system	LFS		# log-structured file system
281.1Smattfile-system	MFS		# memory file system
291.1Smattfile-system	NFS		# Network file system
301.1Smatt#file-system 	ADOSFS		# AmigaDOS-compatible file system
311.1Smatt#file-system 	EXT2FS		# second extended file system (linux)
321.1Smatt#file-system	CD9660		# ISO 9660 + Rock Ridge file system
331.1Smattfile-system	MSDOSFS		# MS-DOS file system
341.1Smatt#file-system	FDESC		# /dev/fd
351.1Smatt#file-system	KERNFS		# /kern
361.1Smatt#file-system	NULLFS		# loopback file system
371.1Smatt#file-system	PROCFS		# /proc
381.21Smsaitoh#file-system	PUFFS		# Userspace file systems (e.g. ntfs-3g & sshfs)
391.1Smatt#file-system	UMAPFS		# NULLFS + uid and gid remapping
401.1Smatt#file-system	UNION		# union file system
411.1Smattfile-system	PTYFS		# /dev/pts/N support
421.1Smatt
431.1Smatt# File system options
441.40Ssimonb#options 	FFS_EI		# FFS Endian Independent support
451.40Ssimonb#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
461.16Sbouyer#options 	QUOTA		# legacy UFS quotas
471.16Sbouyer#options 	QUOTA2		# new, in-filesystem UFS quotas
481.40Ssimonb#options 	UFS_DIRHASH	# UFS Large Directory Hashing
491.40Ssimonb#options 	UFS_EXTATTR	# Extended attribute support for UFS1
501.40Ssimonb#options 	WAPBL		# File system journaling support
511.33Srin#options 	DISKLABEL_EI	# disklabel Endian Independent support
521.40Ssimonb#options 	NFSSERVER	# Network File System server
531.1Smatt
541.1Smatt# Networking options
551.1Smatt
561.1Smatt#options 	GATEWAY		# packet forwarding
571.1Smattoptions 	INET		# IP + ICMP + TCP + UDP
581.1Smattoptions 	INET6		# IPV6
591.1Smatt#options 	IPSEC		# IP security
601.1Smatt#options 	IPSEC_DEBUG	# debug for IP security
611.1Smatt#options 	MROUTING	# IP multicast routing
621.1Smatt#options 	PIM		# Protocol Independent Multicast
631.1Smatt#options 	NETATALK	# AppleTalk networking
641.1Smatt#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
651.1Smatt#options 	PPP_DEFLATE	# Deflate compression support for PPP
661.1Smatt#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
671.1Smatt#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
681.1Smatt
691.1Smattoptions 	NFS_BOOT_BOOTP
701.1Smattoptions 	NFS_BOOT_DHCP
711.36Smrgoptions 	NFS_BOOT_RWSIZE=1024
721.1Smatt
731.1Smatt# Compatibility options
741.1Smatt
751.36Smrginclude 	"conf/compat_netbsd50.config"
761.36Smrgoptions 	COMPAT_NETBSD32	# allow running arm (e.g. non-earm) binaries
771.1Smatt
781.1Smatt# Shared memory options
791.1Smatt
801.1Smattoptions 	SYSVMSG		# System V-like message queues
811.1Smattoptions 	SYSVSEM		# System V-like semaphores
821.1Smattoptions 	SYSVSHM		# System V-like memory sharing
831.1Smatt
841.1Smatt# Device options
851.1Smatt
861.1Smatt#options 	MEMORY_DISK_HOOKS	# boottime setup of ramdisk
871.1Smatt#options 	MEMORY_DISK_ROOT_SIZE=8192	# Size in blocks
881.1Smatt#options 	MEMORY_DISK_DYNAMIC
891.1Smatt#options 	MINIROOTSIZE=1000	# Size in blocks
901.1Smatt#options 	MEMORY_DISK_IS_ROOT	# use memory disk as root
911.1Smatt
921.1Smatt# Miscellaneous kernel options
931.1Smattoptions 	KTRACE		# system call tracing, a la ktrace(1)
941.1Smatt#options 	SCSIVERBOSE	# Verbose SCSI errors
951.1Smatt#options 	MIIVERBOSE	# Verbose MII autoconfuration messages
961.1Smatt#options 	DDB_KEYCODE=0x40
971.1Smatt#options 	USERCONF	# userconf(4) support
981.1Smatt#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
991.1Smatt
1001.1Smatt# Development and Debugging options
1011.1Smatt
1021.27Sdhollandoptions 	DIAGNOSTIC	# internal consistency checks
1031.1Smatt#options 	DEBUG
1041.39Sskrll#options 	UVMHIST		# kernhist for uvm/pmap subsystems
1051.1Smattoptions 	VERBOSE_INIT_ARM # verbose bootstraping messages
1061.1Smattoptions 	DDB		# in-kernel debugger
1071.36Smrgoptions 	DDB_ONPANIC=1
1081.1Smattoptions 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
1091.1Smatt#options 	KGDB
1101.3Smattmakeoptions	DEBUG="-g"	# compile full symbol table
1111.30Sjoerg##makeoptions	COPY_SYMTAB=1
1121.5Scliff##options	ATADEBUG
1131.1Smatt
1141.1Smatt# Valid options for BOOT_ARGS:
1151.1Smatt#  single		Boot to single user only
1161.1Smatt#  kdb			Give control to kernel debugger
1171.1Smatt#  ask			Ask for file name to reboot from
1181.1Smatt#  quiet		Show aprint_naive output
1191.1Smatt#  verbose		Show aprint_normal and aprint_verbose output
1201.36Smrgoptions 	BOOT_ARGS="\"\""
1211.1Smatt
1221.1Smattconfig		netbsd		root on ? type ?
1231.1Smatt##config		netbsd-sm0	root on sm0 type nfs
1241.1Smatt
1251.1Smatt# The main bus device
1261.1Smattmainbus0	at root
1271.1Smatt
1281.1Smatt# The boot cpu
1291.1Smattcpu0		at mainbus?
1301.1Smatt
1311.1Smatt# Specify the memory size in megabytes.
1321.36Smrgoptions 	MEMSIZE=128
1331.1Smatt
1341.9Scliff# Specify the (DMA) Bus Address base in megabytes
1351.36Smrgoptions 	GEMINI_BUSBASE=0
1361.9Scliff
1371.1Smatt# On-board IO
1381.1Smattobio0		at mainbus?
1391.1Smatt
1401.1Smatt# On-board 16550 UART(s)
1411.1Smattcom0		at obio? addr 0x42000000 intr 18 mult 4
1421.1Smattoptions CONSADDR=0x42000000, CONSPEED=19200
1431.1Smatt
1441.1Smatt# Interrupt controller
1451.1Smattgeminiicu0	at obio0 addr 0x48000000 intrbase 0
1461.1Smatt##geminiicu1	at obio0 addr 0x49000000 intrbase 0
1471.1Smatt
1481.1Smatt# Watchdog timer
1491.1Smattgeminiwdt0	at obio0 addr 0x41000000 size 0x1c
1501.1Smatt# Internal PCLK is AHB bus freq,
1511.1Smatt#  which is 1/6 of APB bus freq,
1521.1Smatt#   which is 150MHz`
1531.1Smattoptions GEMINI_WDT_CLOCK_FREQ=25000000	# 25 MHz
1541.1Smatt
1551.5Scliff# Combined Operating System Timer and Statistics Timer
1561.1Smattgeminitmr0	at obio? addr 0x43000000 size 0x3c intr 14
1571.5Scliff##geminitmr1	at obio? addr 0x43000000 size 0x3c intr 15
1581.1Smatt# Microtime Reference Timer
1591.1Smattgeminitmr2	at obio? addr 0x43000000 size 0x3c intr 16
1601.1Smatt#
1611.1Smatt# Internal PCLK is AHB bus freq,
1621.1Smatt#  which is 1/6 of APB bus freq,
1631.1Smatt#   which is 150MHz`
1641.1Smattoptions GEMINI_TIMER_CLOCK_FREQ=25000000	# 25 MHz
1651.1Smatt
1661.1Smatt
1671.1Smatt# On-board GPIO controllers
1681.1Smatt
1691.1Smatt
1701.1Smatt# Real Time Clock
1711.1Smatt
1721.5Scliff# IDE
1731.8Scliff##wdc0	at obio? addr 0x63000000 intr 4
1741.8Scliff##wdc1	at obio? addr 0x63400000 intr 5
1751.5Scliff
1761.8Scliff##atabus* at ata? channel ?
1771.8Scliff##wd*	at atabus? drive ? flags 0x0000
1781.2Smatt
1791.2Smatt# USB
1801.2Smattehci0	at obio? addr 0x68000000 size 0x400 intr 10 # 30?
1811.15Sjakllschehci1	at obio? addr 0x69000000 size 0x400 intr 11 # 31?
1821.2Smatt
1831.2Smattusb* at ehci?
1841.2Smattuhub* at usb?
1851.2Smattuhub* at uhub? port ?
1861.5Scliffumass* at uhub? port ? configuration ? interface ?
1871.1Smatt
1881.34Ssevan# USB Ethernet adapters
1891.34Ssevanaxe* at uhub?
1901.34Ssevan
1911.1Smatt# PCI
1921.1Smattpci0	at obio? bus ?
1931.15Sjakllschoptions PCI_NETBSD_CONFIGURE		# set up the PCI bus
1941.36Smrgoptions PCIVERBOSE
1951.1Smattoptions PCI_CONFIG_DUMP
1961.1Smatt
1971.1Smatt# PCI Ethernet
1981.1Smattex*	at pci? dev ? function ? 	# 3Com 90x[BC]
1991.6Scliffre*	at pci? dev ? function ?	# Realtek 8139C+/8169/8169S/8110S
2001.8Scliffwm*	at pci? dev ? function ?	# Intel 8254x gigabit
2011.1Smatt
2021.1Smatt# MII/PHY support
2031.1Smattexphy*	at mii? phy ?			# 3Com internal PHYs
2041.6Scliffrgephy* at mii? phy ?			# Realtek 8169S/8110S internal PHYs
2051.8Scliffmakphy* at mii? phy ?			# Marvell Semiconductor 88E1000 PHYs
2061.1Smatt
2071.1Smatt# Pseudo-Devices
2081.1Smatt
2091.1Smatt# disk/mass storage pseudo-devices
2101.1Smatt#pseudo-device	vnd			# disk-like interface to files
2111.14Spooka#pseudo-device	fss			# file system snapshot device
2121.21Smsaitoh#pseudo-device	putter			# for puffs and pud
2131.1Smatt
2141.1Smatt# network pseudo-devices
2151.1Smattpseudo-device	bpfilter		# Berkeley packet filter
2161.1Smattpseudo-device	loop			# network loopback
2171.1Smatt#pseudo-device	kttcp			# network loopback
2181.1Smatt
2191.1Smatt# miscellaneous pseudo-devices
2201.1Smattpseudo-device	pty			# pseudo-terminals
2211.1Smatt#options	RND_COM
2221.1Smatt#pseudo-device	clockctl		# user control of clock subsystem
2231.1Smattpseudo-device	ksyms			# /dev/ksyms
2241.1Smatt
225