TEAMASA_NPWR revision 1.92
1#	$NetBSD: TEAMASA_NPWR,v 1.92 2017/09/14 07:58:40 mrg 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
50file-system	TMPFS		# Efficient memory file-system
51
52# File system options
53#options 	QUOTA		# legacy UFS quotas
54#options 	QUOTA2		# new, in-filesystem UFS quotas
55#options 	DISKLABEL_EI	# disklabel Endian Independent support
56#options 	FFS_EI		# FFS Endian Independent support
57options 	NFSSERVER
58options 	WAPBL		# File system journaling support
59#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
60
61# Networking options
62
63#options 	GATEWAY		# packet forwarding
64options 	INET		# IP + ICMP + TCP + UDP
65options 	INET6		# IPV6
66#options 	IPSEC		# IP security
67#options 	IPSEC_DEBUG	# debug for IP security
68#options 	MROUTING	# IP multicast routing
69#options 	PIM		# Protocol Independent Multicast
70#options 	NETATALK	# AppleTalk networking
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
82include 	"conf/compat_netbsd14.config"
83options 	COMPAT_NETBSD32	# allow running arm (e.g. non-earm) binaries
84
85# Shared memory options
86
87options 	SYSVMSG		# System V-like message queues
88options 	SYSVSEM		# System V-like semaphores
89options 	SYSVSHM		# System V-like memory sharing
90
91# Device options
92
93#options 	MEMORY_DISK_HOOKS	# boottime setup of ramdisk
94#options 	MEMORY_DISK_ROOT_SIZE=3400	# Size in blocks
95#options 	MEMORY_DISK_IS_ROOT	# use memory disk as root
96
97# Console options.  The default console is oriented towards the IQ80310
98# eval board, on connector J9 ("com0") at # 115200 baud.
99#
100# The Npwr's RedBoot firmware uses 19200, and there is only one
101# serial port.
102#options 	CONSPEED=19200		# Console speed
103#options 	CONUNIT=1		# Console unit (0=J9, 1=J10)
104
105# Miscellaneous kernel options
106options 	KTRACE		# system call tracing, a la ktrace(1)
107options 	SCSIVERBOSE	# Verbose SCSI errors
108options 	PCIVERBOSE	# Verbose PCI descriptions
109options 	MIIVERBOSE	# Verbose MII autoconfuration messages
110#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
111#options 	DDB_KEYCODE=0x40
112options 	USERCONF	# userconf(4) support
113#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
114#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
115
116# Development and Debugging options
117
118options 	PERFCTRS	# performance counters
119options 	DIAGNOSTIC	# internal consistency checks
120#options 	DEBUG
121#options 	PMAP_DEBUG	# Enable pmap_debug_level code
122#options 	VERBOSE_INIT_ARM # verbose bootstraping messages
123options 	DDB		# in-kernel debugger
124options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
125#makeoptions	DEBUG="-g"	# compile full symbol table
126makeoptions	COPY_SYMTAB=1
127
128config		netbsd		root on ? type ?
129config		netbsd-wm0	root on wm0 type nfs
130config		netbsd-sd0	root on sd0 type ?
131
132# The main bus device
133mainbus0	at root
134
135# The boot CPU
136cpu0		at mainbus?
137
138# On-board device support
139obio*		at mainbus?
140
141# On-board 16550 UART
142com0		at obio? addr 0xfe810000 xint3 3
143
144# i80312 Companion I/O support
145iopxs*		at mainbus?
146
147iopiic*		at iopxs? 			# I2C Controller Unit
148iic*		at iopiic?
149m41trtc*	at iic? addr 0x68
150
151pci*		at iopxs? bus ?
152
153#
154# Networking devices
155#
156
157# PCI network devices
158wm*		at pci? dev ? function ?
159
160# MII/PHY support
161makphy*		at mii? phy ?			# Marvell "Alaska" Gig-E PHY
162ukphy*		at mii? phy ?			# Generic IEEE 802.3u PHYs
163
164#
165# Mass storage devices
166#
167
168# PCI SCSI controllers
169esiop0		at pci? dev ? function ?	# on-board LSI 53c1010
170options 	SIOP_SYMLED
171scsibus*	at scsi?
172
173# SCSI device support
174sd*		at scsibus? target ? lun ?	# SCSI disks
175cd*		at scsibus? target ? lun ?	# SCSI CD-ROMs
176st*		at scsibus? target ? lun ?	# SCSI tapes
177uk*		at scsibus? target ? lun ?	# unknown SCSI devices
178
179# Pseudo-Devices
180
181# disk/mass storage pseudo-devices
182#pseudo-device	md			# memory disk device (ramdisk)
183pseudo-device	vnd			# disk-like interface to files
184pseudo-device	raid			# RAIDframe devices
185#pseudo-device	fss			# file system snapshot device
186#pseudo-device	ccd			# Concatenated disk devices
187#pseudo-device	putter			# for puffs and pud
188
189# network pseudo-devices
190pseudo-device	bpfilter		# Berkeley packet filter
191pseudo-device	loop			# network loopback
192pseudo-device	kttcp
193
194# miscellaneous pseudo-devices
195pseudo-device	pty			# pseudo-terminals
196pseudo-device	clockctl		# user control of clock subsystem
197pseudo-device	ksyms			# /dev/ksyms
198