ADM5120 revision 1.25
11.25Smrg#	$NetBSD: ADM5120,v 1.25 2017/09/14 07:58:40 mrg 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.25Smrg#ident 		"GENERIC-$Revision: 1.25 $"
91.1Sdyoung
101.1Sdyoungmaxusers	32
111.1Sdyoung
121.1Sdyoungoptions 	MIPS32
131.1Sdyoungoptions 	NOFPU		# No FPU
141.6Smattoptions 	FPEMUL		# 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_COUNTERS
211.1Sdyoungoptions 	INET_CSUM_COUNTERS
221.1Sdyoungoptions 	TCP_CSUM_COUNTERS
231.1Sdyoungoptions 	UDP_CSUM_COUNTERS
241.1Sdyoungoptions 	TCP_OUTPUT_COUNTERS
251.1Sdyoung
261.1Sdyoung#options 	NTP		# network time protocol
271.1Sdyoung
281.1Sdyoung# Debugging options
291.1Sdyoungoptions 	DIAGNOSTIC	# extra kernel sanity checking
301.24Smaya#options 	DEBUG		# extra kernel debugging support
311.1Sdyoungoptions 	DDB		# kernel dynamic debugger
321.1Sdyoungoptions 	DDB_HISTORY_SIZE=100 # enable history editing in DDB
331.1Sdyoungmakeoptions 	DEBUG="-g"	# compile full symbol table
341.1Sdyoungmakeoptions 	CPUFLAGS="-march=4kc"
351.19Sjoergmakeoptions	COPY_SYMTAB=1	# size for embedded symbol table
361.1Sdyoung
371.1Sdyoung#options 	MEMORY_DISK_HOOKS
381.1Sdyoung#options 	MEMORY_DISK_IS_ROOT	# Force root on ram-disk
391.1Sdyoung#options 	MEMORY_DISK_ROOT_SIZE=16384	# 2 Megabytes
401.1Sdyoung
411.1Sdyoung# Compatibility options
421.25Smrginclude         "conf/compat_netbsd50.config"
431.1Sdyoung#options 	EXEC_ECOFF	# exec ECOFF binaries
441.1Sdyoung#options 	COMPAT_ULTRIX	# binary compatibility with Ultrix
451.1Sdyoung
461.1Sdyoung# File systems
471.1Sdyoungfile-system	FFS		# Berkeley Fast Filesystem
481.1Sdyoung#file-system	MFS		# memory-based filesystem
491.1Sdyoung#file-system 	EXT2FS		# second extended file system (linux)
501.1Sdyoungfile-system	NFS		# Sun NFS-compatible filesystem client
511.1Sdyoung#file-system	KERNFS		# kernel data-structure filesystem
521.1Sdyoung#file-system	NULLFS		# NULL layered filesystem
531.1Sdyoung#file-system 	OVERLAY		# overlay file system
541.1Sdyoung#file-system	FDESC		# user file descriptor filesystem
551.1Sdyoung#file-system	UMAPFS		# uid/gid remapping filesystem
561.1Sdyoung#file-system	LFS		# Log-based filesystem (still experimental)
571.1Sdyoung#file-system	PROCFS		# /proc
581.1Sdyoung#file-system	CD9660		# ISO 9660 + Rock Ridge file system
591.1Sdyoung#file-system	UNION		# union file system
601.1Sdyoung#file-system	MSDOSFS		# MS-DOS FAT filesystem(s).
611.1Sdyoung#file-system 	CODA		# Coda File System; also needs vcoda (below)
621.1Sdyoung
631.1Sdyoung# File system options
641.1Sdyoung#options 	NFSSERVER	# Sun NFS-compatible filesystem server
651.7Sbouyer#options 	QUOTA		# legacy UFS quotas
661.7Sbouyer#options 	QUOTA2		# new, in-filesystem UFS quotas
671.22Srin#options 	DISKLABEL_EI	# disklabel Endian Independent support
681.9Swiz#options 	FFS_EI		# FFS Endian Independent support
691.1Sdyoung#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
701.1Sdyoung				# immutable) behave as system flags.
711.1Sdyoung
721.1Sdyoung# Networking options
731.1Sdyoungoptions 	GATEWAY		# IP packet forwarding
741.1Sdyoungoptions 	INET		# Internet protocols
751.1Sdyoung#options 	INET6		# IPV6
761.1Sdyoung#options 	IPSEC		# IP security
771.1Sdyoung#options 	IPSEC_DEBUG	# debug for IP security
781.1Sdyoung#options 	MROUTING	# packet forwarding of multicast packets
791.1Sdyoung#options 	NETATALK	# AppleTalk (over Ethernet) protocol
801.1Sdyoung#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
811.1Sdyoung#options 	PPP_DEFLATE	# Deflate compression support for PPP
821.1Sdyoung#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
831.1Sdyoung#options 	IPFILTER_LOG	# ipmon(8) log support
841.1Sdyoung
851.18Salnsn# JIT compiler for bpfilter
861.18Salnsn#options	SLJIT
871.18Salnsn#options	BPFJIT
881.18Salnsn
891.1Sdyoung# These options enable verbose messages for several subsystems.
901.1Sdyoung# Warning, these may compile large string tables into the kernel!
911.1Sdyoung#options 	MIIVERBOSE	# verbose PHY autoconfig messages
921.1Sdyoung#options 	PCIVERBOSE	# verbose PCI device autoconfig messages
931.1Sdyoung#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
941.1Sdyoung#options 	SCSIVERBOSE	# human readable SCSI error messages
951.1Sdyoung#options 	USBVERBOSE	# verbose USB device autoconfig messages
961.1Sdyoung
971.1Sdyoungoptions 	NFS_BOOT_DHCP
981.1Sdyoung
991.1Sdyoung# Pretty much only one device to use for the root file system.
1001.1Sdyoungconfig		netbsd		root on ? type ?
1011.1Sdyoung
1021.1Sdyoungmainbus0 	at root
1031.1Sdyoung
1041.1Sdyoungcpu0 		at mainbus?
1051.1Sdyoung
1061.1Sdyoung# Network pseudo-devices
1071.14Schristospseudo-device	bpfilter			# Berkeley packet filter
1081.1Sdyoungpseudo-device	loop				# network loopback
1091.14Schristos#pseudo-device	ppp				# Point-to-Point Protocol
1101.14Schristos#pseudo-device	sl				# Serial Line IP
1111.14Schristos#pseudo-device	strip				# Starmode Radio IP (Metricom)
1121.14Schristos#pseudo-device	tun				# network tunneling over tty
1131.14Schristos#pseudo-device	gre				# generic L3 over IP tunnel
1141.14Schristos#pseudo-device	ipip				# RFC 2003 IP Encapsulation
1151.1Sdyoung#pseudo-device	gif				# RFC1933 tunnel
1161.14Schristos#pseudo-device	faith				# IPv[46] tcp relay translation
1171.1Sdyoung# Miscellaneous pseudo-devices
1181.1Sdyoungpseudo-device	pty				# pseudo-terminals
1191.15Schristos#pseudo-device	sequencer			# MIDI sequencer
1201.1Sdyoung
1211.1Sdyoung# A pseudo device needed for Coda		# also needs CODA (above)
1221.14Schristos#pseudo-device	vcoda				# coda minicache <-> venus comm.
1231.1Sdyoungpseudo-device	ksyms
1241.1Sdyoung
1251.1Sdyoungobio*		at mainbus?
1261.2Sdyounggpio*		at mainbus?
1271.2Sdyoungextio*		at mainbus?
1281.1Sdyounguart*		at obio? addr ?
1291.1Sdyoungadmsw*		at obio? addr ?
1301.2Sdyoung#admflash*	at obio? addr ?
1311.2Sdyoung#options 	VND_COMPRESSION
132