XLSATX revision 1.2
1#	$NetBSD: XLSATX,v 1.2 2011/02/20 07:48:33 matt Exp $
2
3include 	"arch/evbmips/conf/std.rmixl"
4
5#ident 		"XLSATX-$Revision: 1.2 $"
6
7#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
8
9maxusers	32
10
11#
12# MEMSIZE can be used to limit memory amount used
13#
14##options		MEMSIZE=0x10000000		# 256MB 
15
16#
17# MEMLIMIT can be used to limit memory address used
18#
19defparam opt_memsize.h MEMLIMIT
20##options	MEMLIMIT=0x10000000			# 256MB 
21
22options 	NOFPU		# No FPU
23#options 	FPEMUL		# emulate FPU insn
24
25# Standard system options
26options 	KTRACE		# system call tracing support
27options 	SYSVMSG		# System V message queues
28options 	SYSVSEM		# System V semaphores
29options 	SYSVSHM		# System V shared memory
30#options 	SHMMAXPGS=1024	# 1024 pages is the default
31#options 	LKM		# loadable kernel modules
32options 	NTP		# network time protocol
33
34# Debugging options
35options 	DIAGNOSTIC	# extra kernel sanity checking
36options 	DEBUG		# extra kernel debugging support
37#options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
38options 	MSGBUFSIZE=65536 # kernel dmesg buffer
39options 	USERCONF	# userconf(4) support
40#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
41options 	DDB		# kernel dynamic debugger
42options		MIPS_DDB_WATCH	# enable T_WATCH (see IEU_DEFAUTURE[DBE])
43options 	DDB_HISTORY_SIZE=100 # enable history editing in DDB
44makeoptions 	DEBUG="-g"	# compile full symbol table
45options 	SYMTAB_SPACE=500000	# size for embedded symbol table
46#options	DDB_COMMANDONENTER="trace;show registers"
47options		DB_MAX_LINE=-1
48
49# Compatibility options
50#options 	COMPAT_43	# compatibility with 4.3BSD binaries
51#options 	COMPAT_09	# NetBSD 0.9 binary compatibility
52#options 	COMPAT_10	# NetBSD 1.0 binary compatibility
53#options 	COMPAT_11	# NetBSD 1.1 binary compatibility
54#options 	COMPAT_12	# NetBSD 1.2 binary compatibility
55#options 	COMPAT_13	# NetBSD 1.3 binary compatibility
56#options 	COMPAT_14	# NetBSD 1.4 binary compatibility
57#options 	COMPAT_15	# NetBSD 1.5 binary compatibility
58options 	COMPAT_16	# NetBSD 1.6 binary compatibility
59options 	COMPAT_20	# NetBSD 2.0 binary compatibility
60options 	COMPAT_30	# NetBSD 3.0 compatibility.
61options 	COMPAT_40	# NetBSD 4.0 compatibility.
62#options 	EXEC_ECOFF	# exec ECOFF binaries
63#options 	COMPAT_ULTRIX	# binary compatibility with Ultrix
64options 	COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
65
66# File systems
67file-system	FFS		# Berkeley Fast Filesystem
68file-system	MFS		# memory-based filesystem
69#file-system 	EXT2FS		# second extended file system (linux)
70file-system	NFS		# Sun NFS-compatible filesystem client
71file-system	KERNFS		# kernel data-structure filesystem
72#file-system	NULLFS		# NULL layered filesystem
73#file-system 	OVERLAY		# overlay file system
74#file-system	FDESC		# user file descriptor filesystem
75#file-system	UMAPFS		# uid/gid remapping filesystem
76#file-system	LFS		# Log-based filesystem (still experimental)
77#file-system	PUFFS		# Userspace file systems (e.g. ntfs-3g & sshfs)
78file-system	PROCFS		# /proc
79#file-system	CD9660		# ISO 9660 + Rock Ridge file system
80file-system	TMPFS		# Efficient memory file system
81#file-system	UNION		# union file system
82#file-system	MSDOSFS		# MS-DOS FAT filesystem(s).
83#file-system 	CODA		# Coda File System; also needs vcoda (below)
84file-system	PTYFS		# /dev/pts/N support
85
86# File system options
87#options 	NFSSERVER	# Sun NFS-compatible filesystem server
88#options 	QUOTA		# FFS quotas
89#options 	FFS_EI		# FFS Endian Independant support
90#options 	SOFTDEP		# FFS soft updates support.
91options 	WAPBL		# File system journaling support - Experimental
92options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
93#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
94				# immutable) behave as system flags.
95
96# Networking options
97#options 	GATEWAY		# IP packet forwarding
98options 	INET		# Internet protocols
99#options 	INET6		# IPV6
100#options 	IPSEC		# IP security
101#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
102#options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
103#options 	IPSEC_DEBUG	# debug for IP security
104#options 	MROUTING	# packet forwarding of multicast packets
105#options 	PIM		# Protocol Independent Multicast
106#options 	ISO,TPIP	# OSI networking
107#options 	EON		# OSI tunneling over IP
108#options 	NETATALK	# AppleTalk (over Ethernet) protocol
109#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
110#options 	PPP_DEFLATE	# Deflate compression support for PPP
111#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
112#options 	PFIL_HOOKS	# pfil(9) packet filter hooks
113#options 	IPFILTER_LOG	# ipmon(8) log support
114#options 	IPFILTER_LOOKUP	# ippool(8) support
115
116# Compatibility with 4.2BSD implementation of TCP/IP.  Not recommended.
117#options 	TCP_COMPAT_42
118
119# These options enable verbose messages for several subsystems.
120# Warning, these may compile large string tables into the kernel!
121#options 	PCI_NETBSD_CONFIGURE	# NetBSD configures the PCI bus
122options 	PCIVERBOSE	# verbose PCI device autoconfig messages
123#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
124#options 	SCSIVERBOSE	# human readable SCSI error messages
125options 	MIIVERBOSE	# verbose PHY autoconfig messages
126
127# Bitmask for enabling the PCI IDE channels in the southbridge.
128# Set bit 0 (0x01) for channel 0, bit 1 (0x02) for channel 1.
129#
130# Do this if your firmware (usually PMON and YAMON) doens't enable the IDE
131# channels for you (thus causing the NetBSD `pciide' driver to ignore them).
132options 	PCI_NETBSD_ENABLE_IDE=0x1
133
134options 	NFS_BOOT_DHCP
135
136config	netbsd		root on ? type ?
137config	netbsd-wm0	root on wm0 type nfs
138config	netbsd-msk0	root on msk0 type nfs
139config	netbsd-sd0a	root on sd0a type ffs
140
141
142mainbus0 	at root
143cpunode*	at mainbus? node ?
144cpucore*	at cpunode? core ?
145cpu*		at cpucore? thread ?
146obio0		at cpunode?
147com0		at obio0	addr 0x14000 intr 9
148com1		at obio0	addr 0x15000 intr 10
149options		COM_REGMAP
150rmixl_pcix0	at obio0
151pci*		at rmixl_pcix0
152rmixl_pcie0	at obio0
153pci*		at rmixl_pcie0
154ppb*		at pci?
155pci*		at ppb?
156wm*		at pci? dev ? function ?	# Intel i82546EB Gig-E
157skc*		at pci? dev ? function ?
158sk*		at skc?
159mskc*		at pci? dev ? function ?
160msk*		at mskc?
161makphy*		at mii? phy ?			# Marvell 88E1000 PHYs
162ukphy*		at mii? phy ?			# unknown PHY
163rmixl_usbi0	at obio0	addr 0x25000 intr 31
164ohci0		at rmixl_usbi0	addr 0x24400 size 0x400 intr 0
165ohci1		at rmixl_usbi0	addr 0x24800 size 0x400 intr 1
166ehci0		at rmixl_usbi0	addr 0x24000 size 0x400 intr 2
167siisata*	at pci? dev ? function ?
168atabus*		at ata?
169wd*		at atabus? drive ? flags 0x0000
170
171# USB
172usb*		at ohci?
173usb*		at ehci?
174uhub*		at usb?
175uhub*		at uhub? port ?
176umass*		at uhub? port ? configuration ? interface ?
177wd*		at umass?
178scsibus*	at umass? channel ?
179sd*		at scsibus? target ? lun ?
180
181
182# Pseudo-devices
183
184# Disk/mass storage pseudo-devices
185#pseudo-device	ccd		4		# concatenated disk devices
186#pseudo-device	raid		4		# RAIDframe disk driver
187#options 	RAID_AUTOCONFIG			# auto-configuration of RAID
188#pseudo-device	fss		4		# file system snapshot device
189pseudo-device	vnd				# disk-like interface to files
190
191# Network pseudo-devices
192pseudo-device	bpfilter			# Berkeley packet filter
193pseudo-device	ipfilter			# IP filter (firewall) and NAT
194pseudo-device	loop				# network loopback
195#pseudo-device	ppp				# Point-to-Point Protocol
196#pseudo-device	sl				# Serial Line IP
197#pseudo-device	strip				# Starmode Radio IP (Metricom)
198#pseudo-device	tun				# network tunneling over tty
199#pseudo-device	tap				# virtual Ethernet
200#pseudo-device	gre				# generic L3 over IP tunnel
201#pseudo-device	ipip		2		# RFC 2003 IP Encapsulation
202#pseudo-device	gif				# RFC1933 tunnel
203#pseudo-device	faith				# IPv[46] tcp relay translation
204#pseudo-device	stf				# 6to4 IPv6 over IPv4 encapsulation
205#pseudo-device	vlan				# IEEE 802.1q encapsulation
206#pseudo-device	bridge				# simple inter-network bridging
207pseudo-device	kttcp				# kernel ttcp
208
209# Miscellaneous pseudo-devices
210pseudo-device	pty				# pseudo-terminals
211#pseudo-device	sequencer	1		# MIDI sequencer
212pseudo-device	rnd				# /dev/random & kernel generator
213pseudo-device	clockctl			# user control of clock subsystem
214pseudo-device	ksyms				# /dev/ksyms
215
216# A pseudo device needed for Coda		# also needs CODA (above)
217#pseudo-device	vcoda		4		# coda minicache <-> venus comm.
218