ADM5120-NB revision 1.25
1#	$NetBSD: ADM5120-NB,v 1.25 2018/12/30 14:51:36 sevan 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.25 $"
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
42include         "conf/compat_netbsd50.config"
43#options 	EXEC_ECOFF	# exec ECOFF binaries
44#options 	COMPAT_ULTRIX	# binary compatibility with Ultrix
45
46# File systems
47file-system	FFS		# Berkeley Fast Filesystem
48#file-system	MFS		# memory-based filesystem
49#file-system 	EXT2FS		# second extended file system (linux)
50file-system	NFS		# Sun NFS-compatible filesystem client
51#file-system	KERNFS		# kernel data-structure filesystem
52#file-system	NULLFS		# NULL layered filesystem
53#file-system 	OVERLAY		# overlay file system
54#file-system	FDESC		# user file descriptor filesystem
55#file-system	UMAPFS		# uid/gid remapping filesystem
56#file-system	LFS		# Log-based filesystem (still experimental)
57#file-system	PROCFS		# /proc
58#file-system	CD9660		# ISO 9660 + Rock Ridge file system
59#file-system	UNION		# union file system
60#file-system	MSDOSFS		# MS-DOS FAT filesystem(s).
61#file-system 	CODA		# Coda File System; also needs vcoda (below)
62
63# File system options
64#options 	NFSSERVER	# Sun NFS-compatible filesystem server
65#options 	QUOTA		# legacy UFS quotas
66#options 	QUOTA2		# new, in-filesystem UFS quotas
67#options 	DISKLABEL_EI	# disklabel Endian Independent support
68#options 	FFS_EI		# FFS Endian Independent support
69#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
70				# immutable) behave as system flags.
71
72# Alternate buffer queue strategies for better responsiveness under high
73# disk I/O load.
74#options 	BUFQ_READPRIO
75options 	BUFQ_PRIOCSCAN
76
77# Networking options
78options 	GATEWAY		# IP packet forwarding
79options 	INET		# Internet protocols
80options 	NETGRAPH	# Netgraph
81options 	NETGRAPH_ASYNC
82options 	NETGRAPH_BPF
83options 	NETGRAPH_CISCO
84options 	NETGRAPH_ECHO
85options 	NETGRAPH_EIFACE
86options 	NETGRAPH_ETF
87options 	NETGRAPH_ETHER
88options 	NETGRAPH_FRAME_RELAY
89options 	NETGRAPH_HOLE
90options 	NETGRAPH_HUB
91options 	NETGRAPH_IFACE
92options 	NETGRAPH_KSOCKET
93options 	NETGRAPH_L2TP
94options 	NETGRAPH_LMI
95options 	NETGRAPH_ONE2MANY
96options 	NETGRAPH_PPP
97options 	NETGRAPH_PPPOE
98options 	NETGRAPH_PPTPGRE
99options 	NETGRAPH_RFC1490
100options 	NETGRAPH_TEE
101options 	NETGRAPH_UI
102options 	NETGRAPH_VJC
103options 	NETGRAPH_VLAN
104#options 	INET6		# IPV6
105#options 	IPSEC		# IP security
106#options 	IPSEC_DEBUG	# debug for IP security
107#options 	MROUTING	# packet forwarding of multicast packets
108#options 	NETATALK	# AppleTalk (over Ethernet) protocol
109#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
110#options 	PPP_DEFLATE	# Deflate compression support for PPP
111#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
112
113# JIT compiler for bpfilter
114#options	SLJIT
115#options	BPFJIT
116
117# These options enable verbose messages for several subsystems.
118# Warning, these may compile large string tables into the kernel!
119#options 	MIIVERBOSE	# verbose PHY autoconfig messages
120#options 	PCIVERBOSE	# verbose PCI device autoconfig messages
121#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
122#options 	SCSIVERBOSE	# human readable SCSI error messages
123#options 	USBVERBOSE	# verbose USB device autoconfig messages
124
125options 	NFS_BOOT_DHCP
126
127# Pretty much only one device to use for the root file system.
128config		netbsd-admsw0	root on admsw0 type nfs
129
130mainbus0 	at root
131
132cpu0 		at mainbus?
133
134# Network pseudo-devices
135pseudo-device	bpfilter			# Berkeley packet filter
136pseudo-device	loop				# network loopback
137#pseudo-device	ppp				# Point-to-Point Protocol
138#pseudo-device	sl				# Serial Line IP
139#pseudo-device	strip				# Starmode Radio IP (Metricom)
140#pseudo-device	tun				# network tunneling over tty
141#pseudo-device	gre				# generic L3 over IP tunnel
142#pseudo-device	ipip				# RFC 2003 IP Encapsulation
143#pseudo-device	gif				# RFC1933 tunnel
144#pseudo-device	faith				# IPv[46] tcp relay translation
145# Miscellaneous pseudo-devices
146pseudo-device	pty				# pseudo-terminals
147#pseudo-device	sequencer			# MIDI sequencer
148
149# A pseudo device needed for Coda		# also needs CODA (above)
150#pseudo-device	vcoda				# coda minicache <-> venus comm.
151pseudo-device	ksyms
152
153obio*		at mainbus?
154extio*		at mainbus?
155gpio*		at mainbus?
156
157uart*		at obio? addr ?
158admsw*		at obio? addr ?
159#admflash*	at obio? addr ?
160#options 	VND_COMPRESSION
161