ALCHEMY revision 1.20
1#	$NetBSD: ALCHEMY,v 1.20 2008/07/31 07:41:00 simonb 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.20 $"
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=340000	# 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
61#options 	COMPAT_15	# NetBSD 1.5 binary compatibility
62options 	COMPAT_16	# NetBSD 1.6 binary compatibility
63options 	COMPAT_20	# NetBSD 2.0 binary compatibility
64options 	COMPAT_30	# NetBSD 3.0 compatibility.
65options 	COMPAT_40	# NetBSD 4.0 compatibility.
66#options 	EXEC_ECOFF	# exec ECOFF binaries
67#options 	COMPAT_ULTRIX	# binary compatibility with Ultrix
68options 	COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
69
70# File systems
71file-system	FFS		# Berkeley Fast Filesystem
72file-system	MFS		# memory-based filesystem
73#file-system 	EXT2FS		# second extended file system (linux) 
74file-system	NFS		# Sun NFS-compatible filesystem client
75#file-system	KERNFS		# kernel data-structure filesystem
76#file-system	NULLFS		# NULL layered filesystem
77#file-system 	OVERLAY		# overlay file system
78file-system	FDESC		# user file descriptor filesystem
79#file-system	UMAPFS		# uid/gid remapping filesystem
80#file-system	LFS		# Log-based filesystem (still experimental)
81#file-system	PORTAL		# portal filesystem (still experimental)
82#file-system	PROCFS		# /proc
83#file-system	CD9660		# ISO 9660 + Rock Ridge file system
84#file-system	UNION		# union file system
85#file-system	MSDOSFS		# MS-DOS FAT filesystem(s).
86#file-system 	CODA		# Coda File System; also needs vcoda (below)
87#file-system	PTYFS		# /dev/pts/N support
88
89# File system options
90#options 	NFSSERVER	# Sun NFS-compatible filesystem server
91#options 	QUOTA		# FFS quotas
92#options 	FFS_EI		# FFS Endian Independant support
93#options 	SOFTDEP         # FFS soft updates support.
94options 	WAPBL		# File system journaling support - Experimental
95options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
96#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
97				# immutable) behave as system flags.
98
99# Networking options
100#options 	GATEWAY		# IP packet forwarding
101options 	INET		# Internet protocols
102#options 	INET6		# IPV6
103#options 	IPSEC		# IP security
104#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
105#options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
106#options 	IPSEC_DEBUG	# debug for IP security
107#options 	MROUTING	# packet forwarding of multicast packets
108#options 	PIM		# Protocol Independent Multicast
109#options 	ISO,TPIP	# OSI networking
110#options 	EON		# OSI tunneling over IP
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
117options 	IPFILTER_LOOKUP	# ippool(8) support
118
119# Compatibility with 4.2BSD implementation of TCP/IP.  Not recommended.
120#options 	TCP_COMPAT_42
121
122# These options enable verbose messages for several subsystems.
123# Warning, these may compile large string tables into the kernel!
124options 	MIIVERBOSE	# verbose PHY autoconfig messages
125options 	PCIVERBOSE	# verbose PCI device autoconfig messages
126#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
127options         SCSIVERBOSE     # human readable SCSI error messages
128options 	USBVERBOSE	# verbose USB device autoconfig messages
129
130options 	NFS_BOOT_DHCP
131
132# Pretty much only one device to use for the root file system.
133config		netbsd		root on ? type ?
134config		netbsd-aumac0	root on aumac0 type nfs
135
136mainbus0 	at root
137
138cpu0 		at mainbus?
139
140aubus0	 	at mainbus?
141
142# no RTC!  fake with one of the programmable clocks
143aurtc*		at aubus? addr ?
144
145# UARTs
146com*		at aubus? addr ?
147
148# Ethernet MACs
149aumac*		at aubus? addr ?
150options 	AUMAC_EVENT_COUNTERS
151
152# MII/PHY support
153acphy*		at mii? phy ?			# AMD/Altima AC101 PHYs
154amhphy*		at mii? phy ?			# AMD 79c901 Ethernet PHYs
155bmtphy*		at mii? phy ?			# Broadcom BCM5201/BCM5202 PHYs
156brgphy*		at mii? phy ?			# Broadcom BCM5400-family PHYs
157lxtphy*		at mii? phy ?			# Level One LXT970 PHYs
158nsphyter*	at mii? phy ?			# NS83843 PHYs
159rgephy*		at mii? phy ?			# RealTek 8169S/8110S PHY
160rlphy*		at mii? phy ?			# RealTek 8139/8201L PHYs
161sqphy*		at mii? phy ?			# Seeq 80220/80221/80223 PHYs
162ukphy*		at mii? phy ?			# Catch-all PHYs
163
164# USB
165ohci*		at aubus? addr ?		# USB Open Host Controller
166
167# USB bus support
168usb*		at ohci?
169
170# USB Hubs
171uhub*		at usb?
172uhub*		at uhub? port ?
173
174# USB HID device
175uhidev* at uhub? port ? configuration ? interface ?
176
177# USB Mice
178ums*    at uhidev? reportid ?   
179wsmouse* at ums? mux 0
180
181# USB Keyboards
182ukbd*   at uhidev? reportid ? 
183wskbd*  at ukbd? console ? mux 1
184
185# USB serial adapter
186ucycom*	at uhidev? reportid ?
187
188# USB Generic HID devices
189uhid*   at uhidev? reportid ?
190
191# USB Printer
192ulpt*   at uhub? port ? configuration ? interface ?
193
194# USB Modem
195umodem* at uhub? port ? configuration ?
196ucom*   at umodem?
197
198# USB Mass Storage
199umass*  at uhub? port ? configuration ? interface ?
200scsibus* at scsi?
201sd*	at scsibus? target ? lun ?
202
203# USB audio
204#uaudio* at uhub? port ? configuration ?
205
206# USB MIDI
207#umidi* at uhub? port ? configuration ?
208
209# USB IrDA
210# USB-IrDA bridge spec
211#uirda* at uhub? port ? configuration ? interface ?
212#irframe* at uirda?
213
214# Kyocera AIR-EDGE PHONE
215#ukyopon* at uhub? port ?
216#ucom*	at ukyopon? portno ?
217
218# USB Generic driver
219ugen*		at uhub? port ?
220
221# Audio support
222auaudio*	at aubus? addr ?		# STAC9745 audio codec
223audio*		at auaudio?
224
225# GPIOs
226augpio*	at aubus? addr ?
227gpio*	at augpio?
228
229# On-board devices
230obio*		at mainbus?
231
232#flash*		at obio? addr ?
233#lcd*		at obio? addr ?
234
235# Pseudo-devices
236
237# Disk/mass storage pseudo-devices
238#pseudo-device	ccd		4		# concatenated disk devices
239#pseudo-device	raid		4		# RAIDframe disk driver
240#options 	RAID_AUTOCONFIG			# auto-configuration of RAID
241#pseudo-device	fss		4		# file system snapshot device
242#pseudo-device	md		1		# memory disk device (ramdisk)
243pseudo-device	vnd				# disk-like interface to files
244
245# Network pseudo-devices
246pseudo-device	bpfilter			# Berkeley packet filter
247pseudo-device	ipfilter			# IP filter (firewall) and NAT
248pseudo-device	loop				# network loopback
249#pseudo-device	ppp				# Point-to-Point Protocol
250#pseudo-device	sl				# Serial Line IP
251#pseudo-device	strip				# Starmode Radio IP (Metricom)
252#pseudo-device	tun				# network tunneling over tty
253#pseudo-device	tap				# virtual Ethernet
254#pseudo-device	gre				# generic L3 over IP tunnel
255#pseudo-device	ipip		2		# RFC 2003 IP Encapsulation
256#pseudo-device	gif				# RFC1933 tunnel
257#pseudo-device	faith				# IPv[46] tcp relay translation 
258#pseudo-device	stf				# 6to4 IPv6 over IPv4 encapsulation
259pseudo-device	vlan				# IEEE 802.1q encapsulation
260pseudo-device	bridge				# simple inter-network bridging
261
262# Miscellaneous pseudo-devices
263pseudo-device	pty				# pseudo-terminals
264#pseudo-device	sequencer	1		# MIDI sequencer
265pseudo-device	rnd				# /dev/random & kernel generator
266pseudo-device	clockctl			# user control of clock subsystem
267pseudo-device	ksyms				# /dev/ksyms
268
269# A pseudo device needed for Coda		# also needs CODA (above)
270#pseudo-device	vcoda		4		# coda minicache <-> venus comm.
271