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