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