xref: /netbsd/sys/arch/evbarm/conf/TEAMASA_NPWR (revision bf9ec67e)
1#	$NetBSD: TEAMASA_NPWR,v 1.15 2002/05/03 19:35:53 thorpej Exp $
2#
3#	TEAMASA_NPWR -- Team ASA, Inc. Npwr -- XScale/IOP310-based
4#	server appliance.
5#
6
7include	"arch/evbarm/conf/std.iq80310"
8options 	IOP310_TEAMASA_NPWR	# Enable Npwr support
9
10#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
11
12# estimated number of users
13
14maxusers	32
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 StrongARM systems
24options 	CPU_XSCALE_80200	# Support the XScale core
25makeoptions	COPTS="-O2 -march=armv4 -mtune=strongarm"
26#makeoptions	COPTS="-O2 -march=armv5 -mtune=xscale"
27options 	XSCALE_CCLKCFG=7	# 600MHz
28
29# Architecture options
30
31# File systems
32
33file-system	FFS		# UFS
34#file-system	LFS		# log-structured file system
35file-system	MFS		# memory file system
36file-system	NFS		# Network file system
37#file-system 	ADOSFS		# AmigaDOS-compatible file system
38file-system 	EXT2FS		# second extended file system (linux)
39#file-system	CD9660		# ISO 9660 + Rock Ridge file system
40#file-system	MSDOSFS		# MS-DOS file system
41file-system	FDESC		# /dev/fd
42file-system	KERNFS		# /kern
43file-system	NULLFS		# loopback file system
44#file-system	PORTAL		# portal filesystem (still experimental)
45file-system	PROCFS		# /proc
46#file-system	UMAPFS		# NULLFS + uid and gid remapping
47#file-system	UNION		# union file system
48
49# File system options
50#options 	QUOTA		# UFS quotas
51#options 	FFS_EI		# FFS Endian Independant support
52options 	NFSSERVER
53options 	SOFTDEP
54
55# Networking options
56
57#options 	GATEWAY		# packet forwarding
58options 	INET		# IP + ICMP + TCP + UDP
59options 	INET6		# IPV6
60#options 	IPSEC		# IP security
61#options 	IPSEC_ESP	# IP security (encryption part; define w/ IPSEC)
62#options 	IPSEC_DEBUG	# debug for IP security
63#options 	MROUTING	# IP multicast routing
64#options 	NS		# XNS
65#options 	NSIP		# XNS tunneling over IP
66#options 	ISO,TPIP	# OSI
67#options 	EON		# OSI tunneling over IP
68#options 	CCITT,LLC,HDLC	# X.25
69#options 	NETATALK	# AppleTalk networking
70#options 	PFIL_HOOKS	# pfil(9) packet filter hooks
71#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
72#options 	PPP_DEFLATE	# Deflate compression support for PPP
73#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
74#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
75
76options 	NFS_BOOT_BOOTP
77options 	NFS_BOOT_DHCP
78#options 	NFS_BOOT_BOOTPARAM
79
80# Compatibility options
81
82#options 	COMPAT_43	# 4.3BSD compatibility.
83options 	COMPAT_15	# NetBSD 1.5 compatibility.
84options 	COMPAT_14	# NetBSD 1.4 compatibility.
85#options 	COMPAT_13	# NetBSD 1.3 compatibility.
86#options 	COMPAT_12	# NetBSD 1.2 compatibility.
87#options 	COMPAT_11	# NetBSD 1.1 compatibility.
88#options 	COMPAT_10	# NetBSD 1.0 compatibility.
89#options 	COMPAT_09	# NetBSD 0.9 compatibility.
90#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
91
92# Shared memory options
93
94options 	SYSVMSG		# System V-like message queues
95options 	SYSVSEM		# System V-like semaphores
96#options 	SEMMNI=10	# number of semaphore identifiers
97#options 	SEMMNS=60	# number of semaphores in system
98#options 	SEMUME=10	# max number of undo entries per process
99#options 	SEMMNU=30	# number of undo structures in system
100options 	SYSVSHM		# System V-like memory sharing
101options 	SHMMAXPGS=1024	# 1024 pages is the default
102
103# Device options
104
105#options 	MEMORY_DISK_HOOKS	# boottime setup of ramdisk
106#options 	MEMORY_DISK_ROOT_SIZE=3400	# Size in blocks
107#options 	MEMORY_DISK_IS_ROOT	# use memory disk as root
108
109# Console options.  The default console is oriented towards the IQ80310
110# eval board, on connector J9 ("com0") at # 115200 baud.
111#
112# The Npwr's RedBoot firmware uses 19200, and there is only one
113# serial port.
114#options 	CONSPEED=19200		# Console speed
115#options 	CONUNIT=1		# Console unit (0=J9, 1=J10)
116
117# Miscellaneous kernel options
118options 	KTRACE		# system call tracing, a la ktrace(1)
119#options 	LKM		# loadable kernel modules
120#options 	KMEMSTATS	# kernel memory statistics
121options 	SCSIVERBOSE	# Verbose SCSI errors
122options 	PCIVERBOSE	# Verbose PCI descriptions
123options 	MIIVERBOSE	# Verbose MII autoconfuration messages
124#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
125#options 	DDB_KEYCODE=0x40
126#options 	USERCONF	# userconf(4) support
127#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
128
129# Development and Debugging options
130
131options 	DIAGNOSTIC	# internally consistency checks
132#options 	DEBUG
133#options 	PMAP_DEBUG	# Enable pmap_debug_level code
134#options 	IPKDB		# remote kernel debugging
135#options 	VERBOSE_INIT_ARM # verbose bootstraping messages
136options 	DDB		# in-kernel debugger
137options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
138makeoptions	DEBUG="-g"	# compile full symbol table
139options 	SYMTAB_SPACE=200000
140
141config		netbsd		root on ? type ?
142config		netbsd-wm0	root on wm0 type nfs
143config		netbsd-sd0	root on sd0 type ?
144
145# The main bus device
146mainbus0	at root
147
148# The boot cpu
149cpu0		at mainbus?
150
151# On-board device support
152obio*		at mainbus?
153com*		at obio? addr ?		# on-board XR 16550 UARTs
154
155# i80312 Companion I/O support
156iopxs*		at mainbus?
157pci*		at iopxs? bus ?
158
159#
160# Networking devices
161#
162
163# PCI network devices
164wm*		at pci? dev ? function ?
165
166# MII/PHY support
167makphy*		at mii? phy ?			# Marvell "Alaska" Gig-E PHY
168ukphy*		at mii? phy ?			# Generic IEEE 802.3u PHYs
169
170#
171# Mass storage devices
172#
173
174# PCI SCSI controllers
175esiop0		at pci? dev ? function ?	# on-board LSI 53c1010
176options 	SIOP_SYMLED
177scsibus*	at scsi?
178
179# SCSI device support
180sd*		at scsibus? target ? lun ?	# SCSI disks
181cd*		at scsibus? target ? lun ?	# SCSI CD-ROMs
182st*		at scsibus? target ? lun ?	# SCSI tapes
183uk*		at scsibus? target ? lun ?	# unknown SCSI devices
184
185# Pseudo-Devices
186
187# disk/mass storage pseudo-devices
188#pseudo-device	md		1	# memory disk device (ramdisk)
189pseudo-device	vnd		4	# disk-like interface to files
190pseudo-device	raid		4	# RAIDframe devices
191#pseudo-device	ccd		4	# Concatenated disk devices
192
193# network pseudo-devices
194pseudo-device	bpfilter	4	# Berkeley packet filter
195pseudo-device	loop			# network loopback
196
197# miscellaneous pseudo-devices
198pseudo-device	pty			# pseudo-terminals
199pseudo-device	rnd			# /dev/random and in-kernel generator
200