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