ADM5120-NB revision 1.1
11.1Sdyoung#	$NetBSD: ADM5120-NB,v 1.1 2007/03/20 08:52:00 dyoung Exp $
21.1Sdyoung#
31.1Sdyoung# Kernel config for the Alchemy Semiconductor (AMD) PB1000, PB1500,
41.1Sdyoung# DBAu1000 and DBAu1500 evaluation boards.
51.1Sdyoung
61.1Sdyounginclude 	"arch/evbmips/conf/std.adm5120"
71.1Sdyoung
81.1Sdyoung#ident 		"GENERIC-$Revision: 1.1 $"
91.1Sdyoung
101.1Sdyoungmaxusers	32
111.1Sdyoung
121.1Sdyoungoptions 	MIPS32
131.1Sdyoungoptions 	NOFPU		# No FPU
141.1Sdyoungoptions 	SOFTFLOAT	# emulate FPU insn
151.1Sdyoung#options 	CONSPEED=115200	# YAMON default
161.1Sdyoungoptions 	HZ=512		# for profiling
171.1Sdyoungoptions 	MEMSIZE="(16*1024*1024)"
181.1Sdyoung
191.1Sdyoung#options 	LOCKDEBUG
201.1Sdyoungoptions 	SOSEND_LOAN
211.1Sdyoungoptions 	SOSEND_COUNTERS
221.1Sdyoungoptions 	INET_CSUM_COUNTERS
231.1Sdyoungoptions 	TCP_CSUM_COUNTERS
241.1Sdyoungoptions 	UDP_CSUM_COUNTERS
251.1Sdyoungoptions 	TCP_OUTPUT_COUNTERS
261.1Sdyoung
271.1Sdyoung#options 	NTP		# network time protocol
281.1Sdyoung
291.1Sdyoung# Debugging options
301.1Sdyoung##options 	DIAGNOSTIC	# extra kernel sanity checking
311.1Sdyoung##options 	DEBUG		# extra kernel debugging support
321.1Sdyoungoptions 	KMEMSTATS	# kernel memory statistics (vmstat -m)
331.1Sdyoungoptions 	DDB		# kernel dynamic debugger
341.1Sdyoungoptions 	DDB_HISTORY_SIZE=100 # enable history editing in DDB
351.1Sdyoungmakeoptions 	DEBUG="-g"	# compile full symbol table
361.1Sdyoungmakeoptions 	CPUFLAGS="-march=4kc"
371.1Sdyoungoptions 	SYMTAB_SPACE=180000	# size for embedded symbol table
381.1Sdyoung
391.1Sdyoung#options 	MEMORY_DISK_HOOKS
401.1Sdyoung#options 	MEMORY_DISK_IS_ROOT	# Force root on ram-disk
411.1Sdyoung#options 	MEMORY_DISK_ROOT_SIZE=16384	# 2 Megabytes
421.1Sdyoung
431.1Sdyoung# Compatibility options
441.1Sdyoung#options 	COMPAT_43	# compatibility with 4.3BSD binaries
451.1Sdyoung#options 	COMPAT_09	# NetBSD 0.9 binary compatibility
461.1Sdyoung#options 	COMPAT_10	# NetBSD 1.0 binary compatibility
471.1Sdyoung#options 	COMPAT_11	# NetBSD 1.1 binary compatibility
481.1Sdyoung#options 	COMPAT_12	# NetBSD 1.2 binary compatibility
491.1Sdyoung#options 	COMPAT_13	# NetBSD 1.3 binary compatibility
501.1Sdyoung#options 	COMPAT_14	# NetBSD 1.4 binary compatibility
511.1Sdyoung#options 	COMPAT_16	# NetBSD 1.6 binary compatibility
521.1Sdyoung#options 	COMPAT_20	# NetBSD 2.0 binary compatibility
531.1Sdyoung#options 	COMPAT_30	# NetBSD 3.0 binary compatibility
541.1Sdyoung#options 	EXEC_ECOFF	# exec ECOFF binaries
551.1Sdyoung#options 	COMPAT_ULTRIX	# binary compatibility with Ultrix
561.1Sdyoung
571.1Sdyoung# File systems
581.1Sdyoungfile-system	FFS		# Berkeley Fast Filesystem
591.1Sdyoung#file-system	MFS		# memory-based filesystem
601.1Sdyoung#file-system 	EXT2FS		# second extended file system (linux)
611.1Sdyoungfile-system	NFS		# Sun NFS-compatible filesystem client
621.1Sdyoung#file-system	KERNFS		# kernel data-structure filesystem
631.1Sdyoung#file-system	NULLFS		# NULL layered filesystem
641.1Sdyoung#file-system 	OVERLAY		# overlay file system
651.1Sdyoung#file-system	FDESC		# user file descriptor filesystem
661.1Sdyoung#file-system	UMAPFS		# uid/gid remapping filesystem
671.1Sdyoung#file-system	LFS		# Log-based filesystem (still experimental)
681.1Sdyoung#file-system	PORTAL		# portal filesystem (still experimental)
691.1Sdyoung#file-system	PROCFS		# /proc
701.1Sdyoung#file-system	CD9660		# ISO 9660 + Rock Ridge file system
711.1Sdyoung#file-system	UNION		# union file system
721.1Sdyoung#file-system	MSDOSFS		# MS-DOS FAT filesystem(s).
731.1Sdyoung#file-system 	CODA		# Coda File System; also needs vcoda (below)
741.1Sdyoung
751.1Sdyoung# File system options
761.1Sdyoung#options 	NFSSERVER	# Sun NFS-compatible filesystem server
771.1Sdyoung#options 	QUOTA		# FFS quotas
781.1Sdyoung#options 	FFS_EI		# FFS Endian Independant support
791.1Sdyoung#options 	SOFTDEP		# FFS soft updates support.
801.1Sdyoung#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
811.1Sdyoung				# immutable) behave as system flags.
821.1Sdyoung
831.1Sdyoung# Networking options
841.1Sdyoungoptions 	GATEWAY		# IP packet forwarding
851.1Sdyoungoptions 	INET		# Internet protocols
861.1Sdyoungoptions 	NETGRAPH	# Netgraph
871.1Sdyoungoptions 	NETGRAPH_ASYNC
881.1Sdyoungoptions 	NETGRAPH_BPF
891.1Sdyoungoptions 	NETGRAPH_CISCO
901.1Sdyoungoptions 	NETGRAPH_ECHO
911.1Sdyoungoptions 	NETGRAPH_EIFACE
921.1Sdyoungoptions 	NETGRAPH_ETF
931.1Sdyoungoptions 	NETGRAPH_ETHER
941.1Sdyoungoptions 	NETGRAPH_FRAME_RELAY
951.1Sdyoungoptions 	NETGRAPH_HOLE
961.1Sdyoungoptions 	NETGRAPH_HUB
971.1Sdyoungoptions 	NETGRAPH_IFACE
981.1Sdyoungoptions 	NETGRAPH_KSOCKET
991.1Sdyoungoptions 	NETGRAPH_L2TP
1001.1Sdyoungoptions 	NETGRAPH_LMI
1011.1Sdyoungoptions 	NETGRAPH_ONE2MANY
1021.1Sdyoungoptions 	NETGRAPH_PPP
1031.1Sdyoungoptions 	NETGRAPH_PPPOE
1041.1Sdyoungoptions 	NETGRAPH_PPTPGRE
1051.1Sdyoungoptions 	NETGRAPH_RFC1490
1061.1Sdyoungoptions 	NETGRAPH_TEE
1071.1Sdyoungoptions 	NETGRAPH_UI
1081.1Sdyoungoptions 	NETGRAPH_VJC
1091.1Sdyoungoptions 	NETGRAPH_VLAN
1101.1Sdyoung#options 	INET6		# IPV6
1111.1Sdyoung#options 	IPSEC		# IP security
1121.1Sdyoung#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
1131.1Sdyoung#options 	IPSEC_DEBUG	# debug for IP security
1141.1Sdyoung#options 	MROUTING	# packet forwarding of multicast packets
1151.1Sdyoung#options 	NS		# Xerox NS networking
1161.1Sdyoung#options 	NSIP		# Xerox NS tunneling over IP
1171.1Sdyoung#options 	ISO,TPIP	# OSI networking
1181.1Sdyoung#options 	EON		# OSI tunneling over IP
1191.1Sdyoung#options 	CCITT,LLC,HDLC	# X.25
1201.1Sdyoung#options 	NETATALK	# AppleTalk (over Ethernet) protocol
1211.1Sdyoung#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
1221.1Sdyoung#options 	PPP_DEFLATE	# Deflate compression support for PPP
1231.1Sdyoung#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
1241.1Sdyoung#options 	PFIL_HOOKS	# pfil(9) packet filter hooks
1251.1Sdyoung#options 	IPFILTER_LOG	# ipmon(8) log support
1261.1Sdyoung
1271.1Sdyoung# Compatibility with 4.2BSD implementation of TCP/IP.  Not recommended.
1281.1Sdyoung#options 	TCP_COMPAT_42
1291.1Sdyoung
1301.1Sdyoung# These options enable verbose messages for several subsystems.
1311.1Sdyoung# Warning, these may compile large string tables into the kernel!
1321.1Sdyoung#options 	MIIVERBOSE	# verbose PHY autoconfig messages
1331.1Sdyoung#options 	PCIVERBOSE	# verbose PCI device autoconfig messages
1341.1Sdyoung#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
1351.1Sdyoung#options 	SCSIVERBOSE	# human readable SCSI error messages
1361.1Sdyoung#options 	USBVERBOSE	# verbose USB device autoconfig messages
1371.1Sdyoung
1381.1Sdyoungoptions 	NFS_BOOT_DHCP
1391.1Sdyoung
1401.1Sdyoung# Pretty much only one device to use for the root file system.
1411.1Sdyoungconfig		netbsd-admsw0	root on admsw0 type nfs
1421.1Sdyoung
1431.1Sdyoungmainbus0 	at root
1441.1Sdyoung
1451.1Sdyoungcpu0 		at mainbus?
1461.1Sdyoung
1471.1Sdyoung# Network pseudo-devices
1481.1Sdyoungpseudo-device	bpfilter	8		# Berkeley packet filter
1491.1Sdyoungpseudo-device	loop				# network loopback
1501.1Sdyoung#pseudo-device	ppp		2		# Point-to-Point Protocol
1511.1Sdyoung#pseudo-device	sl		2		# Serial Line IP
1521.1Sdyoung#pseudo-device	strip		2		# Starmode Radio IP (Metricom)
1531.1Sdyoung#pseudo-device	tun		2		# network tunneling over tty
1541.1Sdyoung#pseudo-device	gre		2		# generic L3 over IP tunnel
1551.1Sdyoung#pseudo-device	ipip		2		# RFC 2003 IP Encapsulation
1561.1Sdyoung#pseudo-device	gif				# RFC1933 tunnel
1571.1Sdyoung#pseudo-device	faith		1		# IPv[46] tcp relay translation
1581.1Sdyoung# Miscellaneous pseudo-devices
1591.1Sdyoungpseudo-device	pty				# pseudo-terminals
1601.1Sdyoung#pseudo-device	sequencer	1		# MIDI sequencer
1611.1Sdyoungpseudo-device	rnd				# /dev/random & kernel generator
1621.1Sdyoung
1631.1Sdyoung# A pseudo device needed for Coda		# also needs CODA (above)
1641.1Sdyoung#pseudo-device	vcoda		4		# coda minicache <-> venus comm.
1651.1Sdyoungpseudo-device	ksyms
1661.1Sdyoung
1671.1Sdyoungobio*		at mainbus?
1681.1Sdyounguart*		at obio? addr ?
1691.1Sdyoungadmsw*		at obio? addr ?
1701.1Sdyoungadmflash*	at obio? addr ?
1711.1Sdyoungoptions 	VND_COMPRESSION
172