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