DBAU1500 revision 1.1
1#	$NetBSD: DBAU1500,v 1.1 2006/02/08 09:04:01 gdamore Exp $
2#
3# Kernel config for the AMD Alchemy DBAu1500 evaluation board.
4
5include 	"arch/evbmips/conf/std.alchemy"
6
7#ident 		"DBAU1500-$Revision: 1.1 $"
8
9maxusers	32
10
11options 	MIPS32
12options 	NOFPU		# No FPU
13options 	SOFTFLOAT	# emulate FPU insn
14#options	CONSPEED=115200	# YAMON default
15options 	HZ=512		# for profiling
16
17# CPU and Board support
18options		ALCHEMY_AU1500
19options		ALCHEMY_DBAU1500
20
21#options 	LOCKDEBUG
22options 	SOSEND_LOAN
23options 	SOSEND_COUNTERS
24options 	INET_CSUM_COUNTERS
25options 	TCP_CSUM_COUNTERS
26options 	UDP_CSUM_COUNTERS
27options 	TCP_OUTPUT_COUNTERS
28
29# Standard system options
30options 	KTRACE		# system call tracing support
31options 	SYSVMSG		# System V message queues
32options 	SYSVSEM		# System V semaphores
33options 	SYSVSHM		# System V shared memory
34#options 	SHMMAXPGS=1024	# 1024 pages is the default
35#options 	LKM		# loadable kernel modules
36options 	NTP		# network time protocol
37
38# Debugging options
39options 	DIAGNOSTIC	# extra kernel sanity checking
40options 	DEBUG		# extra kernel debugging support
41#options 	KMEMSTATS	# kernel memory statistics (vmstat -m)  
42options 	DDB		# kernel dynamic debugger
43options 	DDB_HISTORY_SIZE=100 # enable history editing in DDB
44makeoptions 	DEBUG="-g"	# compile full symbol table
45options 	SYMTAB_SPACE=180000	# size for embedded symbol table
46
47# Compatibility options
48#options 	COMPAT_43	# compatibility with 4.3BSD binaries
49#options 	COMPAT_09	# NetBSD 0.9 binary compatibility
50#options 	COMPAT_10	# NetBSD 1.0 binary compatibility
51#options 	COMPAT_11	# NetBSD 1.1 binary compatibility
52#options 	COMPAT_12	# NetBSD 1.2 binary compatibility
53#options 	COMPAT_13	# NetBSD 1.3 binary compatibility
54#options 	COMPAT_14	# NetBSD 1.4 binary compatibility
55options 	COMPAT_16	# NetBSD 1.6 binary compatibility
56options 	COMPAT_20	# NetBSD 2.0 binary compatibility
57options 	COMPAT_30	# NetBSD 3.0 compatibility.
58#options 	EXEC_ECOFF	# exec ECOFF binaries
59#options 	COMPAT_ULTRIX	# binary compatibility with Ultrix
60options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
61
62# File systems
63file-system	FFS		# Berkeley Fast Filesystem
64file-system	MFS		# memory-based filesystem
65#file-system 	EXT2FS		# second extended file system (linux) 
66file-system	NFS		# Sun NFS-compatible filesystem client
67#file-system	KERNFS		# kernel data-structure filesystem
68#file-system	NULLFS		# NULL layered filesystem
69#file-system 	OVERLAY		# overlay file system
70file-system	FDESC		# user file descriptor filesystem
71#file-system	UMAPFS		# uid/gid remapping filesystem
72#file-system	LFS		# Log-based filesystem (still experimental)
73#file-system	PORTAL		# portal filesystem (still experimental)
74#file-system	PROCFS		# /proc
75#file-system	CD9660		# ISO 9660 + Rock Ridge file system
76#file-system	UNION		# union file system
77#file-system	MSDOSFS		# MS-DOS FAT filesystem(s).
78#file-system 	CODA		# Coda File System; also needs vcoda (below)
79#file-system	PTYFS		# /dev/pts/N support
80
81# File system options
82#options 	NFSSERVER	# Sun NFS-compatible filesystem server
83#options 	QUOTA		# FFS quotas
84#options 	FFS_EI		# FFS Endian Independant support
85#options 	SOFTDEP         # FFS soft updates support.
86options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
87#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
88				# immutable) behave as system flags.
89
90# Networking options
91#options 	GATEWAY		# IP packet forwarding
92options 	INET		# Internet protocols
93#options 	INET6		# IPV6
94#options 	IPSEC		# IP security
95#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
96#options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
97#options 	IPSEC_DEBUG	# debug for IP security
98#options 	MROUTING	# packet forwarding of multicast packets
99#options 	PIM		# Protocol Independent Multicast
100#options 	NS		# Xerox NS networking
101#options 	NSIP		# Xerox NS tunneling over IP
102#options 	ISO,TPIP	# OSI networking
103#options 	EON		# OSI tunneling over IP
104#options 	CCITT,LLC,HDLC	# X.25
105#options 	NETATALK	# AppleTalk (over Ethernet) protocol
106#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
107#options 	PPP_DEFLATE	# Deflate compression support for PPP
108#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
109#options 	PFIL_HOOKS	# pfil(9) packet filter hooks
110options 	IPFILTER_LOG	# ipmon(8) log support
111
112# Compatibility with 4.2BSD implementation of TCP/IP.  Not recommended.
113#options 	TCP_COMPAT_42
114
115# These options enable verbose messages for several subsystems.
116# Warning, these may compile large string tables into the kernel!
117options 	MIIVERBOSE	# verbose PHY autoconfig messages
118options 	PCIVERBOSE	# verbose PCI device autoconfig messages
119#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
120options         SCSIVERBOSE     # human readable SCSI error messages
121options 	USBVERBOSE	# verbose USB device autoconfig messages
122
123options 	NFS_BOOT_DHCP
124
125# Pretty much only one device to use for the root file system.
126config		netbsd		root on ? type ?
127config		netbsd-aumac0	root on aumac0 type nfs
128
129mainbus0 	at root
130
131cpu0 		at mainbus?
132
133aubus0	 	at mainbus?
134
135# no RTC!  fake with one of the programmable clocks
136aurtc*		at aubus? addr ?
137
138# UARTs
139aucom*		at aubus? addr ?
140
141# Ethernet MACs
142aumac*		at aubus? addr ?
143options 	AUMAC_EVENT_COUNTERS
144
145# MII/PHY support
146amhphy*		at mii? phy ?			# AMD 79c901 Ethernet PHYs
147bmtphy*		at mii? phy ?			# Broadcom BCM5201/BCM5202 PHYs
148sqphy*		at mii? phy ?			# Seeq 80220/80221/80223 PHYs
149acphy*		at mii? phy ?			# AMD/Altima AC101 PHYs
150
151# USB
152ohci*		at aubus? addr ?		# USB Open Host Controller
153
154# USB bus support
155usb*		at ohci?
156
157# USB Hubs
158uhub*		at usb?
159uhub*		at uhub? port ? configuration ? interface ?
160
161# USB HID device
162uhidev* at uhub? port ? configuration ? interface ?
163
164# USB Mice
165ums*    at uhidev? reportid ?   
166wsmouse* at ums? mux 0
167
168# USB Keyboards
169ukbd*   at uhidev? reportid ? 
170wskbd*  at ukbd? console ? mux 1
171
172# USB serial adpater
173ucycom*	at uhidev? reportid ?
174
175# USB Generic HID devices
176uhid*   at uhidev? reportid ?
177
178# USB Printer
179ulpt*   at uhub? port ? configuration ? interface ?
180
181# USB Modem
182umodem* at uhub? port ? configuration ?
183ucom*   at umodem?
184
185# USB Mass Storage
186umass*  at uhub? port ? configuration ? interface ?
187scsibus* at scsi?
188sd*	at scsibus? target ? lun ?
189
190# USB audio
191#uaudio* at uhub? port ? configuration ?
192
193# USB MIDI
194#umidi* at uhub? port ? configuration ?
195
196# USB IrDA
197# USB-IrDA bridge spec
198#uirda* at uhub? port ? configuration ? interface ?
199#irframe* at uirda?
200
201# Kyocera AIR-EDGE PHONE
202#ukyopon* at uhub? port ?
203#ucom*	at ukyopon? portno ?
204
205# USB Generic driver
206ugen*		at uhub? port ?
207
208# Audio support
209auaudio*	at aubus? addr ?		# STAC9745 audio codec
210audio*		at auaudio?
211
212# On-board devices
213obio*		at mainbus?
214
215aupcmcia*	at obio? addr ?
216pcmcia*		at aupcmcia?
217
218#pbpci*		at obio? addr ?
219#pci*		at pbpci?
220
221#flash*		at obio? addr ?
222#lcd*		at obio? addr ?
223
224#pchb*		at pci? dev ? function ?
225#pcib*		at pci? dev ? function ?
226
227# PCMCIA devices
228wi*		at pcmcia? function ?		# Lucent WaveLan IEEE (802.11)
229
230# Pseudo-devices
231
232# Disk/mass storage pseudo-devices
233#pseudo-device	ccd		4		# concatenated disk devices
234#pseudo-device	raid		4		# RAIDframe disk driver
235#options 	RAID_AUTOCONFIG			# auto-configuration of RAID
236#pseudo-device	fss		4		# file system snapshot device
237#pseudo-device	md		1		# memory disk device (ramdisk)
238pseudo-device	vnd				# disk-like interface to files
239
240# Network pseudo-devices
241pseudo-device	bpfilter			# Berkeley packet filter
242pseudo-device	ipfilter			# IP filter (firewall) and NAT
243pseudo-device	loop				# network loopback
244#pseudo-device	ppp				# Point-to-Point Protocol
245#pseudo-device	sl				# Serial Line IP
246#pseudo-device	strip				# Starmode Radio IP (Metricom)
247#pseudo-device	tun				# network tunneling over tty
248#pseudo-device	tap				# virtual Ethernet
249#pseudo-device	gre				# generic L3 over IP tunnel
250#pseudo-device	ipip		2		# RFC 2003 IP Encapsulation
251#pseudo-device	gif				# RFC1933  tunnel
252#pseudo-device	faith				# IPv[46] tcp relay translation 
253#pseudo-device	stf				# 6to4 IPv6 over IPv4 encapsulation
254pseudo-device	vlan				# IEEE 802.1q encapsulation
255pseudo-device	bridge				# simple inter-network bridging
256
257# Miscellaneous pseudo-devices
258pseudo-device	pty				# pseudo-terminals
259#pseudo-device	sequencer	1		# MIDI sequencer
260# rnd works; RND_COM does not on port i386 yet.
261pseudo-device	rnd				# /dev/random & kernel generator
262#options 	RND_COM				# use "com" randomness (BROKEN)
263
264# A pseudo device needed for Coda		# also needs CODA (above)
265#pseudo-device	vcoda		4		# coda minicache <-> venus comm.
266