ADM5120-NB revision 1.3
1#	$NetBSD: ADM5120-NB,v 1.3 2008/05/30 20:10:02 tsutsui Exp $
2#
3# Kernel config for the Alchemy Semiconductor (AMD) PB1000, PB1500,
4# DBAu1000 and DBAu1500 evaluation boards.
5
6include 	"arch/evbmips/conf/std.adm5120"
7
8#ident 		"GENERIC-$Revision: 1.3 $"
9
10maxusers	32
11
12options 	MIPS32
13options 	NOFPU		# No FPU
14options 	SOFTFLOAT	# emulate FPU insn
15#options 	CONSPEED=115200	# YAMON default
16options 	HZ=512		# for profiling
17options 	MEMSIZE="(16*1024*1024)"
18
19#options 	LOCKDEBUG
20options 	SOSEND_LOAN
21options 	SOSEND_COUNTERS
22options 	INET_CSUM_COUNTERS
23options 	TCP_CSUM_COUNTERS
24options 	UDP_CSUM_COUNTERS
25options 	TCP_OUTPUT_COUNTERS
26
27#options 	NTP		# network time protocol
28
29# Debugging options
30##options 	DIAGNOSTIC	# extra kernel sanity checking
31##options 	DEBUG		# extra kernel debugging support
32options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
33options 	DDB		# kernel dynamic debugger
34options 	DDB_HISTORY_SIZE=100 # enable history editing in DDB
35makeoptions 	DEBUG="-g"	# compile full symbol table
36makeoptions 	CPUFLAGS="-march=4kc"
37options 	SYMTAB_SPACE=180000	# size for embedded symbol table
38
39#options 	MEMORY_DISK_HOOKS
40#options 	MEMORY_DISK_IS_ROOT	# Force root on ram-disk
41#options 	MEMORY_DISK_ROOT_SIZE=16384	# 2 Megabytes
42
43# Compatibility options
44#options 	COMPAT_43	# compatibility with 4.3BSD binaries
45#options 	COMPAT_09	# NetBSD 0.9 binary compatibility
46#options 	COMPAT_10	# NetBSD 1.0 binary compatibility
47#options 	COMPAT_11	# NetBSD 1.1 binary compatibility
48#options 	COMPAT_12	# NetBSD 1.2 binary compatibility
49#options 	COMPAT_13	# NetBSD 1.3 binary compatibility
50#options 	COMPAT_14	# NetBSD 1.4 binary compatibility
51#options 	COMPAT_16	# NetBSD 1.6 binary compatibility
52#options 	COMPAT_20	# NetBSD 2.0 binary compatibility
53#options 	COMPAT_30	# NetBSD 3.0 binary compatibility
54#options 	COMPAT_40	# NetBSD 4.0 binary compatibility
55#options 	EXEC_ECOFF	# exec ECOFF binaries
56#options 	COMPAT_ULTRIX	# binary compatibility with Ultrix
57
58# File systems
59file-system	FFS		# Berkeley Fast Filesystem
60#file-system	MFS		# memory-based filesystem
61#file-system 	EXT2FS		# second extended file system (linux)
62file-system	NFS		# Sun NFS-compatible filesystem client
63#file-system	KERNFS		# kernel data-structure filesystem
64#file-system	NULLFS		# NULL layered filesystem
65#file-system 	OVERLAY		# overlay file system
66#file-system	FDESC		# user file descriptor filesystem
67#file-system	UMAPFS		# uid/gid remapping filesystem
68#file-system	LFS		# Log-based filesystem (still experimental)
69#file-system	PORTAL		# portal filesystem (still experimental)
70#file-system	PROCFS		# /proc
71#file-system	CD9660		# ISO 9660 + Rock Ridge file system
72#file-system	UNION		# union file system
73#file-system	MSDOSFS		# MS-DOS FAT filesystem(s).
74#file-system 	CODA		# Coda File System; also needs vcoda (below)
75
76# File system options
77#options 	NFSSERVER	# Sun NFS-compatible filesystem server
78#options 	QUOTA		# FFS quotas
79#options 	FFS_EI		# FFS Endian Independant support
80#options 	SOFTDEP		# FFS soft updates support.
81#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
82				# immutable) behave as system flags.
83
84# Networking options
85options 	GATEWAY		# IP packet forwarding
86options 	INET		# Internet protocols
87options 	NETGRAPH	# Netgraph
88options 	NETGRAPH_ASYNC
89options 	NETGRAPH_BPF
90options 	NETGRAPH_CISCO
91options 	NETGRAPH_ECHO
92options 	NETGRAPH_EIFACE
93options 	NETGRAPH_ETF
94options 	NETGRAPH_ETHER
95options 	NETGRAPH_FRAME_RELAY
96options 	NETGRAPH_HOLE
97options 	NETGRAPH_HUB
98options 	NETGRAPH_IFACE
99options 	NETGRAPH_KSOCKET
100options 	NETGRAPH_L2TP
101options 	NETGRAPH_LMI
102options 	NETGRAPH_ONE2MANY
103options 	NETGRAPH_PPP
104options 	NETGRAPH_PPPOE
105options 	NETGRAPH_PPTPGRE
106options 	NETGRAPH_RFC1490
107options 	NETGRAPH_TEE
108options 	NETGRAPH_UI
109options 	NETGRAPH_VJC
110options 	NETGRAPH_VLAN
111#options 	INET6		# IPV6
112#options 	IPSEC		# IP security
113#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
114#options 	IPSEC_DEBUG	# debug for IP security
115#options 	MROUTING	# packet forwarding of multicast packets
116#options 	NS		# Xerox NS networking
117#options 	NSIP		# Xerox NS tunneling over IP
118#options 	ISO,TPIP	# OSI networking
119#options 	EON		# OSI tunneling over IP
120#options 	CCITT,LLC,HDLC	# X.25
121#options 	NETATALK	# AppleTalk (over Ethernet) protocol
122#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
123#options 	PPP_DEFLATE	# Deflate compression support for PPP
124#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
125#options 	PFIL_HOOKS	# pfil(9) packet filter hooks
126#options 	IPFILTER_LOG	# ipmon(8) log support
127
128# Compatibility with 4.2BSD implementation of TCP/IP.  Not recommended.
129#options 	TCP_COMPAT_42
130
131# These options enable verbose messages for several subsystems.
132# Warning, these may compile large string tables into the kernel!
133#options 	MIIVERBOSE	# verbose PHY autoconfig messages
134#options 	PCIVERBOSE	# verbose PCI device autoconfig messages
135#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
136#options 	SCSIVERBOSE	# human readable SCSI error messages
137#options 	USBVERBOSE	# verbose USB device autoconfig messages
138
139options 	NFS_BOOT_DHCP
140
141# Pretty much only one device to use for the root file system.
142config		netbsd-admsw0	root on admsw0 type nfs
143
144mainbus0 	at root
145
146cpu0 		at mainbus?
147
148# Network pseudo-devices
149pseudo-device	bpfilter	8		# Berkeley packet filter
150pseudo-device	loop				# network loopback
151#pseudo-device	ppp		2		# Point-to-Point Protocol
152#pseudo-device	sl		2		# Serial Line IP
153#pseudo-device	strip		2		# Starmode Radio IP (Metricom)
154#pseudo-device	tun		2		# network tunneling over tty
155#pseudo-device	gre		2		# generic L3 over IP tunnel
156#pseudo-device	ipip		2		# RFC 2003 IP Encapsulation
157#pseudo-device	gif				# RFC1933 tunnel
158#pseudo-device	faith		1		# IPv[46] tcp relay translation
159# Miscellaneous pseudo-devices
160pseudo-device	pty				# pseudo-terminals
161#pseudo-device	sequencer	1		# MIDI sequencer
162pseudo-device	rnd				# /dev/random & kernel generator
163
164# A pseudo device needed for Coda		# also needs CODA (above)
165#pseudo-device	vcoda		4		# coda minicache <-> venus comm.
166pseudo-device	ksyms
167
168obio*		at mainbus?
169extio*		at mainbus?
170gpio*		at mainbus?
171
172uart*		at obio? addr ?
173admsw*		at obio? addr ?
174#admflash*	at obio? addr ?
175#options 	VND_COMPRESSION
176