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