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