MERAKI revision 1.15
166830Sobrien#	$NetBSD: MERAKI,v 1.15 2011/05/17 22:19:38 dyoung Exp $
266830Sobrien
366830Sobrieninclude 	"arch/evbmips/conf/std.meraki"
466830Sobrien
566830Sobrien#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
666830Sobrien
766830Sobrien#ident 		"MERAKI-$Revision: 1.15 $"
866830Sobrien
966830Sobrienmaxusers	32
1066830Sobrien
1166830Sobrienmakeoptions	COPTS="-Os"		# Optimise for space. Implies -O2
1266830Sobrienmakeoptions	ATH_MACHINE_HAL=ap51
1366830Sobrien
1466830Sobrienoptions 	MIPS32
1566830Sobrienoptions 	NOFPU		# No FPU
1666830Sobrienoptions 	FPEMUL		# emulate FPU insn
1766830Sobrienoptions		WISOC_AR5315	# WiSoc select
1866830Sobrien
1966830Sobrien# Options for necessary to use MD
2066830Sobrien#options 	MEMORY_DISK_HOOKS
2166830Sobrien#options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
2266830Sobrien#options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
2366830Sobrien#options 	MEMORY_DISK_ROOT_SIZE=6144	# size of memory disk, in blocks
2466830Sobrien#options 	MEMORY_DISK_ROOT_SIZE=16384	# size of memory disk, in blocks
25100280Sgordon#options		MEMORY_DISK_ROOT_SIZE=7300
2651231Ssheldonh
2766830Sobrien# Size reduction options
2866830Sobrienoptions 	VNODE_OP_NOINLINE
2943803Sdillonoptions		PIPE_SOCKETPAIR
3043803Sdillonoptions		SOSEND_NO_LOAN
3143803Sdillon
3276409Sbsd# Standard system options
3376409Sbsd#options 	KTRACE		# system call tracing support
3475931Simp#options 	SYSVMSG		# System V message queues
3576409Sbsd#options 	SYSVSEM		# System V semaphores
3676409Sbsd#options 	SYSVSHM		# System V shared memory
3776409Sbsdoptions 	NTP		# network time protocol
3876409Sbsd
3976409Sbsd# Debugging options
4076409Sbsdoptions 	DIAGNOSTIC	# extra kernel sanity checking
4176409Sbsd#options 	DEBUG		# extra kernel debugging support
4276409Sbsd#options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
4375931Simp#options 	USERCONF	# userconf(4) support
4475931Simp#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
4576409Sbsdoptions 	DDB		# kernel dynamic debugger
4675931Simpoptions 	DDB_HISTORY_SIZE=100 # enable history editing in DDB
4775931Simpmakeoptions 	DEBUG="-g"	# compile full symbol table
4875931Simpoptions 	SYMTAB_SPACE=360000	# size for embedded symbol table
4943803Sdillon
5043803Sdillon# Compatibility options
5151231Ssheldonh#options 	COMPAT_43	# compatibility with 4.3BSD binaries
5243849Sjkh#options 	COMPAT_09	# NetBSD 0.9 binary compatibility
5359674Ssheldonh#options 	COMPAT_10	# NetBSD 1.0 binary compatibility
5451231Ssheldonh#options 	COMPAT_11	# NetBSD 1.1 binary compatibility
5543849Sjkh#options 	COMPAT_12	# NetBSD 1.2 binary compatibility
5643803Sdillon#options 	COMPAT_13	# NetBSD 1.3 binary compatibility
5743803Sdillon#options 	COMPAT_14	# NetBSD 1.4 binary compatibility
5877575Sru#options 	COMPAT_16	# NetBSD 1.6 binary compatibility
5991074Sobrien#options 	COMPAT_20	# NetBSD 2.0 binary compatibility
6075898Simp#options 	COMPAT_30	# NetBSD 3.0 compatibility.
6175898Simp#options 	COMPAT_40	# NetBSD 4.0 compatibility.
6275898Simp#options 	EXEC_ECOFF	# exec ECOFF binaries
63100280Sgordon#options 	COMPAT_ULTRIX	# binary compatibility with Ultrix
64100280Sgordon#options 	COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
65100280Sgordon
66100280Sgordon# File systems
67100280Sgordonfile-system	FFS		# Berkeley Fast Filesystem
68100280Sgordonfile-system	MFS		# memory-based filesystem
69100280Sgordon#file-system 	EXT2FS		# second extended file system (linux)
7075898Simpfile-system	NFS		# Sun NFS-compatible filesystem client
7175898Simp#file-system	KERNFS		# kernel data-structure filesystem
7275898Simp#file-system	NULLFS		# NULL layered filesystem
7375898Simp#file-system 	OVERLAY		# overlay file system
7475898Simp#file-system	FDESC		# user file descriptor filesystem
7575898Simp#file-system	UMAPFS		# uid/gid remapping filesystem
7685062Sbsd#file-system	LFS		# Log-based filesystem (still experimental)
7785062Sbsd#file-system	PROCFS		# /proc
7885062Sbsd#file-system	CD9660		# ISO 9660 + Rock Ridge file system
7975898Simp#file-system	UNION		# union file system
8075898Simp#file-system	MSDOSFS		# MS-DOS FAT filesystem(s).
8175898Simp#file-system 	CODA		# Coda File System; also needs vcoda (below)
8291105Sobrien#file-system	PTYFS		# /dev/pts/N support
8391105Sobrien
8491105Sobrien# File system options
8591785Sobrien#options 	NFSSERVER	# Sun NFS-compatible filesystem server
8691105Sobrien#options 	QUOTA		# legacy UFS quotas
8755520Sluigi#options 	QUOTA2		# new, in-filesystem UFS quotas
8855520Sluigi#options 	FFS_EI		# FFS Endian Independant support
8955520Sluigioptions 	WAPBL		# File system journaling support - Experimental
9043803Sdillonoptions 	FFS_NO_SNAPSHOT	# No FFS snapshot support
9176409Sbsd#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
9243803Sdillon				# immutable) behave as system flags.
9388497Srwatson
9488497Srwatson# Networking options
9588497Srwatson#options 	GATEWAY		# IP packet forwarding
9688497Srwatsonoptions 	INET		# Internet protocols
9776409Sbsd#options 	INET6		# IPV6
9891074Sobrien#options 	IPSEC		# IP security
9987010Srwatson#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
10076409Sbsd#options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
10176409Sbsd#options 	IPSEC_DEBUG	# debug for IP security
10276193Sphk#options 	MROUTING	# packet forwarding of multicast packets
10376193Sphk#options 	PIM		# Protocol Independent Multicast
10476193Sphk#options 	NS		# Xerox NS networking
10576193Sphk#options 	NSIP		# Xerox NS tunneling over IP
10676193Sphk#options 	ISO,TPIP	# OSI networking
10776193Sphk#options 	EON		# OSI tunneling over IP
10876409Sbsd#options 	CCITT,LLC,HDLC	# X.25
10976193Sphk#options 	NETATALK	# AppleTalk (over Ethernet) protocol
11076193Sphk#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
11143803Sdillon#options 	PPP_DEFLATE	# Deflate compression support for PPP
11243803Sdillon#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
11343803Sdillon#options 	PFIL_HOOKS	# pfil(9) packet filter hooks
11443803Sdillon#options 	IPFILTER_LOG	# ipmon(8) log support
11543803Sdillon
116# Compatibility with 4.2BSD implementation of TCP/IP.  Not recommended.
117#options 	TCP_COMPAT_42
118
119# These options enable verbose messages for several subsystems.
120# Warning, these may compile large string tables into the kernel!
121options 	MIIVERBOSE	# verbose PHY autoconfig messages
122
123# Bitmask for enabling the PCI IDE channels in the southbridge.
124# Set bit 0 (0x01) for channel 0, bit 1 (0x02) for channel 1.
125#
126# Do this if your firmware (usually PMON and YAMON) doens't enable the IDE
127# channels for you (thus causing the NetBSD `pciide' driver to ignore them).
128#options 	PCI_NETBSD_ENABLE_IDE=0x1
129
130options 	NFS_BOOT_DHCP
131options		NFS_V2_ONLY
132
133config		netbsd	root on ? type ?
134
135
136mainbus0 	at root
137cpu0 		at mainbus?
138wdog0		at mainbus?
139arbus0		at mainbus?
140
141com*		at arbus? addr ?
142ae*		at arbus? addr ?
143ath*		at arbus? addr ?
144#athflash*	at arbus? addr ?
145argpio*		at arbus? addr ?
146gpio*		at argpio?
147
148# SPI Flash 
149arspi*		at arbus? addr ?
150spi*		at arspi?
151spiflash*	at spiflashbus?
152m25p*		at spi? slave 0
153
154# no RTC!  so fake with a stub (required to prevent evbmips panic)
155
156
157# MII/PHY support
158#acphy*		at mii? phy ?		# DAltima AC101 and AMD Am79c874 PHYs
159#amhphy* 	at mii? phy ?		# AMD 79c901 Ethernet PHYs
160#dmphy*		at mii? phy ?		# Davicom DM9101 PHYs
161#glxtphy*	at mii? phy ?		# Level One LXT-1000 PHYs
162#gphyter*	at mii? phy ?		# NS83861 Gig-E PHY
163#icsphy* 	at mii? phy ?		# Integrated Circuit Systems ICS1890
164#lxtphy* 	at mii? phy ?		# Level One LXT-970 PHYs
165#makphy* 	at mii? phy ?		# Marvell Semiconductor 88E1000 PHYs
166#nsphy*		at mii? phy ?		# NS83840 PHYs
167#nsphyter*	at mii? phy ?		# NS83843 PHYs
168#pnaphy* 	at mii? phy ?		# generic HomePNA PHYs
169#qsphy*		at mii? phy ?		# Quality Semiconductor QS6612 PHYs
170#sqphy*		at mii? phy ?		# Seeq 80220/80221/80223 PHYs
171#tlphy*		at mii? phy ?		# ThunderLAN PHYs
172#tqphy*		at mii? phy ?		# TDK Semiconductor PHYs
173rlphy*		at mii? phy ?		# RealTek PHYs
174ukphy*		at mii? phy ?		# generic unknown PHYs
175
176
177# Pseudo-devices
178
179# Disk/mass storage pseudo-devices
180#pseudo-device	ccd		4		# concatenated disk devices
181#pseudo-device	raid		4		# RAIDframe disk driver
182#pseudo-device	fss				# file system snapshot device
183#pseudo-device	md				# memory disk device (ramdisk)
184#pseudo-device	vnd				# disk-like interface to files
185
186# Network pseudo-devices
187pseudo-device	bpfilter			# Berkeley packet filter
188#pseudo-device	ipfilter			# IP filter (firewall) and NAT
189pseudo-device	loop				# network loopback
190#pseudo-device	ppp				# Point-to-Point Protocol
191#pseudo-device	sl				# Serial Line IP
192#pseudo-device	strip				# Starmode Radio IP (Metricom)
193#pseudo-device	tun				# network tunneling over tty
194#pseudo-device	tap				# virtual Ethernet
195#pseudo-device	gre				# generic L3 over IP tunnel
196#pseudo-device	ipip		2		# RFC 2003 IP Encapsulation
197#pseudo-device	gif				# RFC1933 tunnel
198#pseudo-device	faith				# IPv[46] tcp relay translation
199#pseudo-device	stf				# 6to4 IPv6 over IPv4 encapsulation
200#pseudo-device	vlan				# IEEE 802.1q encapsulation
201#pseudo-device	bridge				# simple inter-network bridging
202
203# Miscellaneous pseudo-devices
204pseudo-device	pty				# pseudo-terminals
205pseudo-device	rnd				# /dev/random & kernel generator
206pseudo-device	clockctl			# user control of clock subsystem
207pseudo-device	ksyms				# /dev/ksyms
208
209# A pseudo device needed for Coda		# also needs CODA (above)
210#pseudo-device	vcoda		4		# coda minicache <-> venus comm.
211