NSLU2 revision 1.12
1#	$NetBSD: NSLU2,v 1.12 2008/11/12 12:35:58 ad Exp $
2#
3#	Linksys NSLU2 "Slug" NAS Device
4#
5
6include	"arch/evbarm/conf/std.nslu2"
7
8# estimated number of users
9maxusers	8
10
11# Feeling bloated? These might help...
12#options 	VNODE_OP_NOINLINE
13#options 	EVBARM_SPL_NOINLINE
14#makeoptions 	COPTS="-Os"
15
16# Standard system options
17
18options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
19options 	NTP		# NTP phase/frequency locked loop
20
21# CPU options
22
23# For XScale systems
24options 	CPU_XSCALE_IXP425	# Support the XScale core
25makeoptions	CPUFLAGS="-mcpu=xscale -mbig-endian"
26
27# Architecture options
28options 	XSCALE_CACHE_READ_WRITE_ALLOCATE
29#options 	HZ=512
30
31# Board Type
32makeoptions	BOARDTYPE="nslu2"
33options 	IXP425_CLOCK_FREQ=66000000
34
35# File systems
36
37file-system	FFS		# UFS
38#file-system	LFS		# log-structured file system
39file-system	MFS		# memory file system
40file-system	NFS		# Network file system
41#file-system 	ADOSFS		# AmigaDOS-compatible file system
42#file-system 	EXT2FS		# second extended file system (linux)
43#file-system	CD9660		# ISO 9660 + Rock Ridge file system
44#file-system	MSDOSFS		# MS-DOS file system
45#file-system	FDESC		# /dev/fd
46#file-system	KERNFS		# /kern
47#file-system	NULLFS		# loopback file system
48#file-system	PORTAL		# portal filesystem (still experimental)
49#file-system	PROCFS		# /proc
50#file-system	UMAPFS		# NULLFS + uid and gid remapping
51#file-system	UNION		# union file system
52
53# File system options
54#options 	QUOTA		# UFS quotas
55#options 	FFS_EI		# FFS Endian Independant support
56#options 	NFSSERVER
57#options 	SOFTDEP
58
59# Networking options
60
61#options 	GATEWAY		# packet forwarding
62options 	INET		# IP + ICMP + TCP + UDP
63options 	INET6		# IPV6
64#options 	IPSEC		# IP security
65#options 	IPSEC_ESP	# IP security (encryption part; define w/ IPSEC)
66#options 	IPSEC_DEBUG	# debug for IP security
67#options 	MROUTING	# IP multicast routing
68#options 	ISO,TPIP	# OSI
69#options 	EON		# OSI tunneling over IP
70#options 	NETATALK	# AppleTalk networking
71options 	PFIL_HOOKS	# pfil(9) packet filter hooks
72#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
73#options 	PPP_DEFLATE	# Deflate compression support for PPP
74#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
75#options 	IPFILTER_LOG	# ipmon(8) log support
76#options 	IPFILTER_LOOKUP	# ippool(8) support
77#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
78
79#options 	NFS_BOOT_BOOTP
80options 	NFS_BOOT_DHCP
81#options 	NFS_BOOT_BOOTPARAM
82
83# Compatibility options
84
85#options 	COMPAT_43	# 4.3BSD compatibility.
86#options 	COMPAT_40	# NetBSD 4.0 compatibility.
87#options 	COMPAT_30	# NetBSD 3.0 compatibility.
88#options 	COMPAT_20	# NetBSD 2.0 compatibility.
89#options 	COMPAT_16	# NetBSD 1.5 compatibility.
90#options 	COMPAT_15	# NetBSD 1.6 compatibility.
91#options 	COMPAT_14	# NetBSD 1.4 compatibility.
92#options 	COMPAT_13	# NetBSD 1.3 compatibility.
93#options 	COMPAT_12	# NetBSD 1.2 compatibility.
94#options 	COMPAT_11	# NetBSD 1.1 compatibility.
95#options 	COMPAT_10	# NetBSD 1.0 compatibility.
96#options 	COMPAT_09	# NetBSD 0.9 compatibility.
97#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
98options 	COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
99
100# Shared memory options
101
102#options 	SYSVMSG		# System V-like message queues
103#options 	SYSVSEM		# System V-like semaphores
104#options 	SEMMNI=10	# number of semaphore identifiers
105#options 	SEMMNS=60	# number of semaphores in system
106#options 	SEMUME=10	# max number of undo entries per process
107#options 	SEMMNU=30	# number of undo structures in system
108#options 	SYSVSHM		# System V-like memory sharing
109#options 	SHMMAXPGS=1024	# 1024 pages is the default
110
111# Device options
112
113#options 	MEMORY_DISK_HOOKS	# boottime setup of ramdisk
114#options 	MEMORY_DISK_ROOT_SIZE=3400	# Size in blocks
115#options 	MEMORY_DISK_IS_ROOT	# use memory disk as root
116
117# Console options.  The default console is speed is 115200 baud.
118options 	CONSPEED=115200		# Console speed
119options 	CONUNIT=0		# Console port number
120
121# Miscellaneous kernel options
122#options 	KTRACE		# system call tracing, a la ktrace(1)
123#options 	IRQSTATS	# manage IRQ statistics
124#options 	KMEMSTATS	# kernel memory statistics
125#options 	SCSIVERBOSE	# Verbose SCSI errors
126#options 	PCIVERBOSE	# Verbose PCI descriptions
127#options 	MIIVERBOSE	# Verbose MII autoconfuration messages
128#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
129#options 	DDB_KEYCODE=0x40
130#options 	USERCONF	# userconf(4) support
131#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
132
133# Development and Debugging options
134
135#options 	PERFCTRS	# performance counters
136options 	DIAGNOSTIC	# internally consistency checks
137options 	DEBUG
138#options 	PMAP_DEBUG	# Enable pmap_debug_level code
139#options 	VERBOSE_INIT_ARM # verbose bootstraping messages
140options 	DDB		# in-kernel debugger
141options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
142#makeoptions	DEBUG="-g"	# compile full symbol table
143options 	SYMTAB_SPACE=310000
144
145config		netbsd		root on ? type ?
146
147# The main bus device
148mainbus0	at root
149
150# The boot cpu
151cpu0		at mainbus?
152
153# IXP425 slow peripheral
154ixpsip0		at mainbus?
155
156#Timer
157ixpclk*		at ixpsip? addr 0xc8005000 size 0x30
158
159# On-board device support
160com0		at ixpsip? addr 0xc8000000 size 0x1000 index 0
161options 	COM_PXA2X0
162
163# Watchdog
164ixpdog0 	at ixpsip? addr 0xc8005014
165
166# I2C bus (using bit-banged GPIO pins)
167slugiic0	at ixpsip?
168iic0		at slugiic0
169xrtc0		at iic0 addr 0x6f
170
171# Power/Reset button support (via sysmon)
172slugbutt0 	at ixpsip?
173
174# Disk activity and ready/status LED support
175slugled0 	at ixpsip?
176
177# Buzzer support (not supported yet)
178#slugbuzz0 	at ixpsip?
179
180# IXP425 fast bus
181ixpio0		at mainbus?
182
183# PCI bus
184pci0		at ixpio? bus ?
185
186
187# IXP425 NPE Micro-engine support
188ixme0		at mainbus?		# Includes QMGR
189ixpnpe0 	at ixme0 npe 1		# NPE-B
190#ixpnpe1 	at ixme0 npe 2		# NPE-C (not used on NSLU2)
191
192# IXP425 NPE Ethernet on NPE-B
193npe0		at ixpnpe0 phy 1
194
195
196# USB devices
197ehci*	at pci? dev ? function ?
198ohci*	at pci? dev ? function ?
199usb*	at ehci?
200usb*	at ohci?
201uhub*	at usb?
202uhub*	at uhub? port ?
203
204# USB Mass Storage Devices
205umass*		at uhub? port ? configuration ? interface ?
206wd* 		at umass?
207scsibus*	at umass? channel ?
208sd*		at scsibus? target ? lun ?	# SCSI disk drives
209
210# USB Ethernet adapters
211aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
212axe*	at uhub? port ?		# ASIX AX88172 based adapters
213cdce*	at uhub? port ?		# CDC, Ethernet Networking Control Model
214cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
215kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
216udav*	at uhub? port ?		# Davicom DM9601 based adapters
217url*	at uhub? port ?		# Realtek RTL8150L based adapters
218
219# MII/PHY support
220rlphy*	at mii? phy ?		# Realtek RTL8201
221ukphy*	at mii? phy ?		# Generic/Unknown PHY
222
223# USB 802.11 adapters
224atu*	at uhub? port ?		# Atmel AT76C50XX based adapters
225ral*	at uhub? port ?		# Ralink Technology RT25x0 802.11a/b/g
226
227# USB Generic driver
228ugen*		at uhub? port ? configuration ? interface ?
229
230# Pseudo-Devices
231
232# disk/mass storage pseudo-devices
233#pseudo-device	md		1	# memory disk device (ramdisk)
234#pseudo-device	vnd		4	# disk-like interface to files
235
236# network pseudo-devices
237pseudo-device	bpfilter	4	# Berkeley packet filter
238#pseudo-device	ipfilter		# IP filter (firewall) and NAT
239pseudo-device	loop			# network loopback
240#pseudo-device	ppp		2	# Point-to-Point Protocol
241#pseudo-device	kttcp			# network loopback
242#pseudo-device	tun		2	# network tunneling over tty
243#pseudo-device	vlan
244#pseudo-device	bridge
245
246# miscellaneous pseudo-devices
247pseudo-device	pty			# pseudo-terminals
248pseudo-device	rnd			# /dev/random and in-kernel generator
249pseudo-device	clockctl		# user control of clock subsystem
250pseudo-device	ksyms			# /dev/ksyms
251#pseudo-device	crypto			# opencrypto framework
252
253# data mover pseudo-devices
254#pseudo-device	swdmover		# softare dmover(9) back-end
255#pseudo-device	dmoverio		# /dev/dmover dmover(9) interface
256