CPMBR1400 revision 1.26
11.26Smaya#	$NetBSD: CPMBR1400,v 1.26 2017/08/19 09:10:24 maya Exp $
21.17Salnsn
31.2Smattinclude		"arch/evbmips/conf/std.rasoc"
41.2Smatt
51.19Sjoergmakeoptions	COPY_SYMTAB=1		# size for embedded symbol table
61.2Smatt
71.16Smatt#options 	RALINK_CONSOLE_EARLY
81.2Smattoptions 	RT3883
91.2Smatt#options 	SLICKROCK
101.2Smattoptions 	RALINK_ETH_NUM_SW_PARTITIONS=5
111.2Smattoptions 	CONSPEED=57600
121.2Smatt#options 	SYSCALL_DEBUG
131.16Smattno makeoptions	NEED_UBOOTIMAGE
141.16Smattmakeoptions	NEED_UBOOTIMAGE="bsentry"
151.2Smatt
161.2Smattmaxusers	8
171.2Smatt
181.2Smatt# Size reduction options
191.2Smatt#options 	VNODE_OP_NOINLINE
201.2Smatt#options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
211.2Smatt#options 	SOSEND_NO_LOAN
221.2Smatt
231.2Smatt# Standard system options
241.2Smatt
251.2Smattoptions 	INSECURE	# disable kernel security levels - X needs this
261.2Smatt
271.2Smattoptions 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
281.2Smattoptions 	NTP		# NTP phase/frequency locked loop
291.2Smatt
301.2Smatt#options 	KTRACE		# system call tracing via ktrace(1)
311.2Smatt
321.2Smatt#options 	SYSVMSG		# System V-like message queues
331.2Smatt#options 	SYSVSEM		# System V-like semaphores
341.2Smatt#options 	SYSVSHM		# System V-like memory sharing
351.2Smatt#options 	SHMMAXPGS=2048	# 2048 pages is the default
361.2Smatt
371.2Smatt#options 	NMBCLUSTERS=1024
381.2Smatt#options 	MCLSHIFT=12 # 4k mbuf clusters (increases pool max's to 4k as well)
391.2Smatt
401.2Smatt#options 	USERCONF	# userconf(4) support
411.2Smatt#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
421.2Smatt
431.2Smatt# Diagnostic/debugging support options
441.2Smattoptions 	DIAGNOSTIC	# expensive kernel consistency checks
451.2Smatt#options 	LOCKDEBUG
461.2Smatt#options 	KSTACK_CHECK_MAGIC
471.26Smaya#options 	DEBUG		# expensive debugging checks/support
481.2Smattoptions 	DDB			# in-kernel debugger
491.15Sszptvlfnoptions 	DDB_ONPANIC=1		# see also sysctl(7): `ddb.onpanic'
501.2Smatt#options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
511.2Smatt#options 	DDB_COMMANDONENTER="w/b 0x90000128 0 ; bt"	# disable watchdog & drop history on enter
521.2Smatt#options 	KGDB		# remote debugger
531.2Smatt#options 	KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x2f8,KGDB_DEVRATE=9600
541.2Smatt#makeoptions 	DEBUG="-g2"	# compile full symbol table
551.2Smatt#makeoptions 	COPTS="-Os"	# Optimise for space.
561.2Smatt
571.2Smatt#makeoptions PROF="-p"		# build profiling in 
581.2Smatt#options 	GPROF
591.2Smatt
601.2Smatt# Compatibility options
611.2Smatt#options 	COMPAT_NOMID	# NetBSD 0.8, 386BSD, and BSDI
621.20Sdholland#options 	COMPAT_09	# NetBSD 0.9,
631.20Sdholland#options 	COMPAT_10	# NetBSD 1.0,
641.20Sdholland#options 	COMPAT_11	# NetBSD 1.1,
651.20Sdholland#options 	COMPAT_12	# NetBSD 1.2 (and 386BSD and BSDI),
661.20Sdholland#options 	COMPAT_13	# NetBSD 1.3 (and 386BSD and BSDI),
671.20Sdholland#options 	COMPAT_14	# NetBSD 1.4,
681.20Sdholland#options 	COMPAT_15	# NetBSD 1.5,
691.20Sdholland#options 	COMPAT_16	# NetBSD 1.6,
701.20Sdholland#options 	COMPAT_20	# NetBSD 2.0,
711.20Sdholland#options 	COMPAT_30	# NetBSD 3.0,
721.20Sdholland#options 	COMPAT_40	# NetBSD 4.0,
731.20Sdhollandoptions 	COMPAT_50	# NetBSD 5.0,
741.20Sdhollandoptions 	COMPAT_60	# NetBSD 6.0, and
751.20Sdhollandoptions 	COMPAT_70	# NetBSD 7.0 binary compatibility.
761.2Smatt#options 	COMPAT_43	# 4.3BSD, 386BSD, and BSDI
771.2Smatt#options 	COMPAT_386BSD_MBRPART # recognize old partition ID
781.2Smatt
791.2Smatt#options 	COMPAT_SVR4	# binary compatibility with SVR4
801.2Smatt#options 	COMPAT_LINUX	# binary compatibility with Linux
811.2Smatt#options 	COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
821.2Smatt
831.2Smatt# File systems
841.2Smattfile-system	FFS		# UFS
851.2Smatt#file-system	EXT2FS		# second extended file system (linux)
861.2Smatt#file-system	LFS		# log-structured file system
871.2Smattfile-system	MFS		# memory file system
881.2Smattfile-system	NFS		# Network File System client
891.2Smatt#file-system	CD9660		# ISO 9660 + Rock Ridge file system
901.2Smattfile-system	MSDOSFS		# MS-DOS file system
911.2Smatt#file-system	FDESC		# /dev/fd
921.2Smattfile-system	KERNFS		# /kern
931.2Smatt#file-system	NULLFS		# loopback file system
941.2Smatt#file-system	PORTAL		# portal filesystem (still experimental)
951.2Smattfile-system	PROCFS		# /proc
961.2Smatt#file-system	UMAPFS		# NULLFS + uid and gid remapping
971.2Smatt#file-system	UNION		# union file system
981.2Smatt#file-system	SMBFS		# experimental - CIFS; also needs nsmb (below)
991.2Smatt#file-system	PTYFS		# /dev/pts/N support
1001.2Smattfile-system	TMPFS		# Efficient memory file-system
1011.2Smatt
1021.2Smatt# File system options
1031.2Smatt#options 	QUOTA		# UFS quotas
1041.22Srin#options 	DISKLABEL_EI	# disklabel Endian Independent support
1051.2Smatt#options 	FFS_EI		# FFS Endian Independant support
1061.2Smatt#options 	NFSSERVER	# Network File System server
1071.2Smattoptions 	FFS_NO_SNAPSHOT	# No FF snapshot support
1081.2Smatt#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and immutable) behave as system flags.
1091.2Smatt
1101.2Smatt# Networking options
1111.2Smattoptions 	GATEWAY		# packet forwarding
1121.2Smattoptions 	INET		# IP + ICMP + TCP + UDP
1131.2Smattoptions 	MROUTING	# IP multicast routing
1141.2Smatt#options 	INET6		# IPV6
1151.2Smatt#options 	IPSEC		# IP security
1161.2Smatt#options 	IPSEC_DEBUG	# debug for IP security
1171.2Smatt#options 	PIM		# Protocol Independent Multicast
1181.2Smatt#options 	NETATALK	# AppleTalk networking protocols
1191.2Smatt#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
1201.2Smatt#options 	PPP_DEFLATE	# Deflate compression support for PPP
1211.2Smatt#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
1221.2Smatt#options 	IPFILTER_LOG	# ipmon(8) log support
1231.2Smatt#options 	IPFILTER_LOOKUP	# ippool(8) support
1241.2Smatt#options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
1251.2Smatt#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
1261.2Smatt
1271.2Smatt#options 	ALTQ		# Manipulate network interfaces' output queues
1281.2Smatt#options 	ALTQ_BLUE	# Stochastic Fair Blue
1291.2Smatt#options 	ALTQ_CBQ	# Class-Based Queueing
1301.2Smatt#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
1311.2Smatt#options 	ALTQ_FIFOQ	# First-In First-Out Queue
1321.2Smatt#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
1331.2Smatt#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
1341.2Smatt#options 	ALTQ_LOCALQ	# Local queueing discipline
1351.2Smatt#options 	ALTQ_PRIQ	# Priority Queueing
1361.2Smatt#options 	ALTQ_RED	# Random Early Detection
1371.2Smatt#options 	ALTQ_RIO	# RED with IN/OUT
1381.2Smatt#options 	ALTQ_WFQ	# Weighted Fair Queueing
1391.2Smatt
1401.17Salnsn# JIT compiler for bpfilter
1411.17Salnsn#options	SLJIT
1421.17Salnsn#options	BPFJIT
1431.17Salnsn
1441.2Smatt# These options enable verbose messages for several subsystems.
1451.2Smatt# Warning, these may compile large string tables into the kernel!
1461.2Smatt#options 	EISAVERBOSE	# verbose EISA device autoconfig messages
1471.2Smatt#options 	PCIVERBOSE	# verbose PCI device autoconfig messages
1481.2Smatt#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
1491.2Smatt#options 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
1501.2Smatt#options 	SCSIVERBOSE	# human readable SCSI error messages
1511.2Smatt#options 	USBVERBOSE	# verbose USB device autoconfig messages
1521.2Smatt
1531.2Smatt# Options for necessary to use MD
1541.2Smatt#options 	MEMORY_DISK_HOOKS
1551.2Smatt#options 	MEMORY_DISK_IS_ROOT		# force root on memory disk
1561.2Smatt#options 	MEMORY_DISK_SERVER=0		# no userspace memory disk support
1571.2Smatt#options 	MEMORY_DISK_ROOT_SIZE=8192	# embed the FS into the system for now
1581.2Smatt#options 	MEMORY_RBFLAGS=0		# keep the kernel from forcing single user mode
1591.2Smatt
1601.2Smatt# Options for NFS root boot
1611.9Sryooptions 	NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM,NFS_BOOT_BOOTSTATIC
1621.2Smatt#options 	NFS_BOOTSTATIC_MYIP="\"192.168.0.1\""
1631.2Smatt#options 	NFS_BOOTSTATIC_GWIP="\"192.168.0.1\""
1641.2Smatt#options 	NFS_BOOTSTATIC_MASK="\"255.255.255.0\""
1651.2Smatt#options 	NFS_BOOTSTATIC_SERVADDR="\"192.168.0.5\""
1661.2Smatt#options 	NFS_BOOTSTATIC_SERVER="\"192.168.0.5:/home/andersen/nfs/mbr1400\""
1671.2Smatt
1681.2Smatt# Need more mbufs for IPsec VPN
1691.2Smatt#options 	NMBCLUSTERS=4096
1701.2Smatt
1711.2Smatt# rt3052 dev board root on embedded NFS mount disk
1721.2Smattconfig  	netbsd root on ? type ?
1731.2Smattconfig  	netbsd-sd0a root on sd0a type ffs dumps none
1741.2Smattconfig  	netbsd-reth0 root on reth0 type nfs dumps none
1751.2Smatt
1761.2Smattmainbus0	at root
1771.2Smattcpu0		at mainbus?
1781.2Smattcom0		at mainbus?
1791.2Smattreth*		at mainbus?
1801.2Smattrwdog0 		at mainbus?
1811.2Smattoptions 	RA_WDOG_DEFAULT_PERIOD=-30
1821.2Smatt#options 	RA_WDOG_DEFAULT_MODE=WDOG_MODE_DISARMED
1831.2Smattoptions 	RA_WDOG_DEFAULT_MODE=WDOG_MODE_KTICKLE
1841.2Smatt
1851.2Smatt# USB support on rusb0
1861.2Smattehci*		at mainbus?
1871.2Smattusb*		at ehci?
1881.2Smatt
1891.2Smatt# USB support on rusb0
1901.2Smattohci*		at mainbus?
1911.2Smattusb*		at ohci?
1921.2Smatt
1931.2Smatt# GPIO support
1941.2Smattrgpio0		at mainbus?
1951.2Smattgpio*		at rgpio?
1961.2Smatt
1971.2Smatt# I2C support
1981.2Smattri2c0		at mainbus?
1991.2Smattiic*		at ri2c?
2001.2Smatt
2011.3Scliff# NOR Flash
2021.3Scliff#options 	NOR_VERBOSE
2031.3Scliffcfi0 		at mainbus0
2041.4Scliffnor0		at cfi0
2051.4Scliffflash0		at nor0 offset 0x00000000 size 0x00040000
2061.4Scliffflash1		at nor0 offset 0x00040000 size 0x00020000
2071.4Scliffflash2		at nor0 offset 0x00060000 size 0x00020000
2081.4Scliffflash3		at nor0 offset 0x00080000 size 0x00120000	# kernel
2091.4Scliffflash4		at nor0 offset 0x001a0000 size 0x006e0000	# filesystem
2101.4Scliffflash5		at nor0 offset 0x00880000 size 0x01760000	# upgrade
2111.4Scliffflash6		at nor0 offset 0x01fe0000 size 0x00020000
2121.3Scliff
2131.2Smatt# USB Hubs
2141.2Smattuhub*		at usb?
2151.2Smattuhub*		at uhub? port ?
2161.2Smatt
2171.2Smatt# USB Mass Storage
2181.2Smattumass*		at uhub? port ?
2191.2Smattscsibus*	at scsi?
2201.2Smattsd*		at scsibus? target ? lun ?
2211.2Smatt
2221.2Smatt# USB Ethernet adapters
2231.2Smatt#aue*		at uhub? port ?		# ADMtek AN986 Pegasus based adapters
2241.2Smatt#axe*		at uhub? port ?		# ASIX AX88172 10/100 based adapters
2251.2Smatt
2261.2Smatt# USB Generic driver
2271.2Smattugen*		at uhub? port ?
2281.2Smatt
2291.2Smatt# PHY Support
2301.2Smattukphy*		at mii? phy ?		# generic unknown PHYs
2311.2Smatt#arphy*		at mii? phy ?		# Atheros AR8316 switch
2321.2Smatt
2331.2Smatt# Pseudo-Devices
2341.2Smatt
2351.2Smatt# disk/mass storage pseudo-devices
2361.2Smatt
2371.2Smatt# network pseudo-devices
2381.2Smattpseudo-device	bpfilter		# Berkeley packet filter
2391.2Smattpseudo-device	bridge			# simple inter-network bridging
2401.2Smattpseudo-device	loop			# network loopback
2411.2Smattpseudo-device	tap			# virtual Ethernet
2421.2Smattpseudo-device	pf			# PF packet filter
2431.2Smattpseudo-device	pflog			# PF log if
2441.2Smattpseudo-device	pppoe			# PPPoE protocol
2451.2Smattpseudo-device	vlan			# 802.1q
2461.2Smatt
2471.2Smatt# miscellaneous pseudo-devices
2481.2Smattpseudo-device	pty			# pseudo-terminals
2491.2Smattpseudo-device	clockctl		# /dev/clockctl - user control of clock subsystem
2501.2Smattpseudo-device	ksyms			# /dev/ksyms - kernel symbols
251