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