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