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