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