xref: /netbsd-src/sys/arch/evbarm/conf/TEAMASA_NPWR (revision b7b7574d3bf8eeb51a1fa3977b59142ec6434a55)
1#	$NetBSD: TEAMASA_NPWR,v 1.82 2014/03/02 13:26:03 joerg 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
45file-system	PROCFS		# /proc
46#file-system	PUFFS		# Userspace file systems (e.g. ntfs-3g & sshfs)
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		# legacy UFS quotas
53#options 	QUOTA2		# new, in-filesystem UFS quotas
54#options 	FFS_EI		# FFS Endian Independent support
55options 	NFSSERVER
56options 	WAPBL		# File system journaling support
57#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
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_DEBUG	# debug for IP security
66#options 	MROUTING	# IP multicast routing
67#options 	PIM		# Protocol Independent Multicast
68#options 	NETATALK	# AppleTalk networking
69#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
70#options 	PPP_DEFLATE	# Deflate compression support for PPP
71#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
72#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
73
74options 	NFS_BOOT_BOOTP
75options 	NFS_BOOT_DHCP
76#options 	NFS_BOOT_BOOTPARAM
77
78# Compatibility options
79
80#options 	COMPAT_43	# 4.3BSD compatibility.
81options 	COMPAT_60	# NetBSD 6.0 compatibility.
82options 	COMPAT_50	# NetBSD 5.0 compatibility.
83options 	COMPAT_40	# NetBSD 4.0 compatibility.
84options 	COMPAT_30	# NetBSD 3.0 compatibility.
85options 	COMPAT_20	# NetBSD 2.0 compatibility.
86options 	COMPAT_16	# NetBSD 1.6 compatibility.
87options 	COMPAT_15	# NetBSD 1.5 compatibility.
88options 	COMPAT_14	# NetBSD 1.4 compatibility.
89#options 	COMPAT_13	# NetBSD 1.3 compatibility.
90#options 	COMPAT_12	# NetBSD 1.2 compatibility.
91#options 	COMPAT_11	# NetBSD 1.1 compatibility.
92#options 	COMPAT_10	# NetBSD 1.0 compatibility.
93#options 	COMPAT_09	# NetBSD 0.9 compatibility.
94#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
95options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
96
97# Shared memory options
98
99options 	SYSVMSG		# System V-like message queues
100options 	SYSVSEM		# System V-like semaphores
101options 	SYSVSHM		# System V-like memory sharing
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 	KMEMSTATS	# kernel memory statistics
120options 	SCSIVERBOSE	# Verbose SCSI errors
121options 	PCIVERBOSE	# Verbose PCI descriptions
122options 	MIIVERBOSE	# Verbose MII autoconfuration messages
123#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
124#options 	DDB_KEYCODE=0x40
125options 	USERCONF	# userconf(4) support
126#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
127#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
128
129# Development and Debugging options
130
131options 	PERFCTRS	# performance counters
132options 	DIAGNOSTIC	# internally consistency checks
133#options 	DEBUG
134#options 	PMAP_DEBUG	# Enable pmap_debug_level code
135#options 	VERBOSE_INIT_ARM # verbose bootstraping messages
136options 	DDB		# in-kernel debugger
137options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
138#makeoptions	DEBUG="-g"	# compile full symbol table
139options 	SYMTAB_SPACE=590000
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?
153
154# On-board 16550 UART
155com0		at obio? addr 0xfe810000 xint3 3
156
157# i80312 Companion I/O support
158iopxs*		at mainbus?
159
160iopiic*		at iopxs? 			# I2C Controller Unit
161iic*		at iopiic?
162m41trtc*	at iic? addr 0x68
163
164pci*		at iopxs? bus ?
165
166#
167# Networking devices
168#
169
170# PCI network devices
171wm*		at pci? dev ? function ?
172
173# MII/PHY support
174makphy*		at mii? phy ?			# Marvell "Alaska" Gig-E PHY
175ukphy*		at mii? phy ?			# Generic IEEE 802.3u PHYs
176
177#
178# Mass storage devices
179#
180
181# PCI SCSI controllers
182esiop0		at pci? dev ? function ?	# on-board LSI 53c1010
183options 	SIOP_SYMLED
184scsibus*	at scsi?
185
186# SCSI device support
187sd*		at scsibus? target ? lun ?	# SCSI disks
188cd*		at scsibus? target ? lun ?	# SCSI CD-ROMs
189st*		at scsibus? target ? lun ?	# SCSI tapes
190uk*		at scsibus? target ? lun ?	# unknown SCSI devices
191
192# Pseudo-Devices
193
194# disk/mass storage pseudo-devices
195#pseudo-device	md			# memory disk device (ramdisk)
196pseudo-device	vnd			# disk-like interface to files
197pseudo-device	raid			# RAIDframe devices
198#pseudo-device	fss			# file system snapshot device
199#pseudo-device	ccd			# Concatenated disk devices
200#pseudo-device	putter			# for puffs and pud
201
202# network pseudo-devices
203pseudo-device	bpfilter		# Berkeley packet filter
204pseudo-device	loop			# network loopback
205pseudo-device	kttcp
206
207# miscellaneous pseudo-devices
208pseudo-device	pty			# pseudo-terminals
209pseudo-device	clockctl		# user control of clock subsystem
210pseudo-device	ksyms			# /dev/ksyms
211