XLSATX revision 1.3
11.3Scliff#	$NetBSD: XLSATX,v 1.3 2011/03/18 02:14:55 cliff Exp $
21.2Smatt
31.2Smattinclude 	"arch/evbmips/conf/std.rmixl"
41.2Smatt
51.3Scliff#ident 		"XLSATX-$Revision: 1.3 $"
61.2Smatt
71.2Smatt#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
81.2Smatt
91.2Smattmaxusers	32
101.2Smatt
111.2Smatt#
121.2Smatt# MEMSIZE can be used to limit memory amount used
131.2Smatt#
141.3Scliff#options  	MEMSIZE=0x10000000		# 256MB 
151.2Smatt
161.2Smatt#
171.2Smatt# MEMLIMIT can be used to limit memory address used
181.2Smatt#
191.2Smattdefparam opt_memsize.h MEMLIMIT
201.3Scliff#options 	MEMLIMIT=0x10000000			# 256MB 
211.2Smatt
221.2Smattoptions 	NOFPU		# No FPU
231.2Smatt#options 	FPEMUL		# emulate FPU insn
241.2Smatt
251.2Smatt# Standard system options
261.2Smattoptions 	KTRACE		# system call tracing support
271.2Smattoptions 	SYSVMSG		# System V message queues
281.2Smattoptions 	SYSVSEM		# System V semaphores
291.2Smattoptions 	SYSVSHM		# System V shared memory
301.2Smatt#options 	SHMMAXPGS=1024	# 1024 pages is the default
311.2Smatt#options 	LKM		# loadable kernel modules
321.2Smattoptions 	NTP		# network time protocol
331.2Smatt
341.2Smatt# Debugging options
351.2Smattoptions 	DIAGNOSTIC	# extra kernel sanity checking
361.2Smattoptions 	DEBUG		# extra kernel debugging support
371.2Smatt#options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
381.2Smattoptions 	MSGBUFSIZE=65536 # kernel dmesg buffer
391.2Smattoptions 	USERCONF	# userconf(4) support
401.2Smatt#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
411.2Smattoptions 	DDB		# kernel dynamic debugger
421.3Scliffoptions 	MIPS_DDB_WATCH	# enable T_WATCH (see IEU_DEFAUTURE[DBE])
431.2Smattoptions 	DDB_HISTORY_SIZE=100 # enable history editing in DDB
441.2Smattmakeoptions 	DEBUG="-g"	# compile full symbol table
451.2Smattoptions 	SYMTAB_SPACE=500000	# size for embedded symbol table
461.3Scliff#options 	DDB_COMMANDONENTER="trace;show registers"
471.3Scliffoptions 	DB_MAX_LINE=-1
481.3Scliffoptions 	LOCKDEBUG
491.2Smatt
501.2Smatt# Compatibility options
511.2Smatt#options 	COMPAT_43	# compatibility with 4.3BSD binaries
521.2Smatt#options 	COMPAT_09	# NetBSD 0.9 binary compatibility
531.2Smatt#options 	COMPAT_10	# NetBSD 1.0 binary compatibility
541.2Smatt#options 	COMPAT_11	# NetBSD 1.1 binary compatibility
551.2Smatt#options 	COMPAT_12	# NetBSD 1.2 binary compatibility
561.2Smatt#options 	COMPAT_13	# NetBSD 1.3 binary compatibility
571.2Smatt#options 	COMPAT_14	# NetBSD 1.4 binary compatibility
581.2Smatt#options 	COMPAT_15	# NetBSD 1.5 binary compatibility
591.2Smattoptions 	COMPAT_16	# NetBSD 1.6 binary compatibility
601.2Smattoptions 	COMPAT_20	# NetBSD 2.0 binary compatibility
611.2Smattoptions 	COMPAT_30	# NetBSD 3.0 compatibility.
621.2Smattoptions 	COMPAT_40	# NetBSD 4.0 compatibility.
631.2Smatt#options 	EXEC_ECOFF	# exec ECOFF binaries
641.2Smatt#options 	COMPAT_ULTRIX	# binary compatibility with Ultrix
651.2Smattoptions 	COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
661.2Smatt
671.2Smatt# File systems
681.2Smattfile-system	FFS		# Berkeley Fast Filesystem
691.2Smattfile-system	MFS		# memory-based filesystem
701.2Smatt#file-system 	EXT2FS		# second extended file system (linux)
711.2Smattfile-system	NFS		# Sun NFS-compatible filesystem client
721.2Smattfile-system	KERNFS		# kernel data-structure filesystem
731.2Smatt#file-system	NULLFS		# NULL layered filesystem
741.2Smatt#file-system 	OVERLAY		# overlay file system
751.2Smatt#file-system	FDESC		# user file descriptor filesystem
761.2Smatt#file-system	UMAPFS		# uid/gid remapping filesystem
771.2Smatt#file-system	LFS		# Log-based filesystem (still experimental)
781.2Smatt#file-system	PUFFS		# Userspace file systems (e.g. ntfs-3g & sshfs)
791.2Smattfile-system	PROCFS		# /proc
801.2Smatt#file-system	CD9660		# ISO 9660 + Rock Ridge file system
811.2Smattfile-system	TMPFS		# Efficient memory file system
821.2Smatt#file-system	UNION		# union file system
831.2Smatt#file-system	MSDOSFS		# MS-DOS FAT filesystem(s).
841.2Smatt#file-system 	CODA		# Coda File System; also needs vcoda (below)
851.2Smattfile-system	PTYFS		# /dev/pts/N support
861.2Smatt
871.2Smatt# File system options
881.2Smatt#options 	NFSSERVER	# Sun NFS-compatible filesystem server
891.2Smatt#options 	QUOTA		# FFS quotas
901.2Smatt#options 	FFS_EI		# FFS Endian Independant support
911.2Smatt#options 	SOFTDEP		# FFS soft updates support.
921.2Smattoptions 	WAPBL		# File system journaling support - Experimental
931.2Smattoptions 	FFS_NO_SNAPSHOT	# No FFS snapshot support
941.2Smatt#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
951.2Smatt				# immutable) behave as system flags.
961.2Smatt
971.2Smatt# Networking options
981.2Smatt#options 	GATEWAY		# IP packet forwarding
991.2Smattoptions 	INET		# Internet protocols
1001.2Smatt#options 	INET6		# IPV6
1011.2Smatt#options 	IPSEC		# IP security
1021.2Smatt#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
1031.2Smatt#options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
1041.2Smatt#options 	IPSEC_DEBUG	# debug for IP security
1051.2Smatt#options 	MROUTING	# packet forwarding of multicast packets
1061.2Smatt#options 	PIM		# Protocol Independent Multicast
1071.2Smatt#options 	ISO,TPIP	# OSI networking
1081.2Smatt#options 	EON		# OSI tunneling over IP
1091.2Smatt#options 	NETATALK	# AppleTalk (over Ethernet) protocol
1101.2Smatt#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
1111.2Smatt#options 	PPP_DEFLATE	# Deflate compression support for PPP
1121.2Smatt#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
1131.2Smatt#options 	PFIL_HOOKS	# pfil(9) packet filter hooks
1141.2Smatt#options 	IPFILTER_LOG	# ipmon(8) log support
1151.2Smatt#options 	IPFILTER_LOOKUP	# ippool(8) support
1161.2Smatt
1171.2Smatt# Compatibility with 4.2BSD implementation of TCP/IP.  Not recommended.
1181.2Smatt#options 	TCP_COMPAT_42
1191.2Smatt
1201.2Smatt# These options enable verbose messages for several subsystems.
1211.2Smatt# Warning, these may compile large string tables into the kernel!
1221.2Smatt#options 	PCI_NETBSD_CONFIGURE	# NetBSD configures the PCI bus
1231.2Smattoptions 	PCIVERBOSE	# verbose PCI device autoconfig messages
1241.2Smatt#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
1251.2Smatt#options 	SCSIVERBOSE	# human readable SCSI error messages
1261.2Smattoptions 	MIIVERBOSE	# verbose PHY autoconfig messages
1271.2Smatt
1281.2Smatt# Bitmask for enabling the PCI IDE channels in the southbridge.
1291.2Smatt# Set bit 0 (0x01) for channel 0, bit 1 (0x02) for channel 1.
1301.2Smatt#
1311.2Smatt# Do this if your firmware (usually PMON and YAMON) doens't enable the IDE
1321.2Smatt# channels for you (thus causing the NetBSD `pciide' driver to ignore them).
1331.2Smattoptions 	PCI_NETBSD_ENABLE_IDE=0x1
1341.2Smatt
1351.2Smattoptions 	NFS_BOOT_DHCP
1361.2Smatt
1371.2Smattconfig	netbsd		root on ? type ?
1381.2Smattconfig	netbsd-wm0	root on wm0 type nfs
1391.2Smattconfig	netbsd-msk0	root on msk0 type nfs
1401.2Smattconfig	netbsd-sd0a	root on sd0a type ffs
1411.2Smatt
1421.2Smatt
1431.2Smattmainbus0 	at root
1441.3Scliffcpunode* 	at mainbus? node ?
1451.3Scliffcpucore* 	at cpunode? core ?
1461.2Smattcpu*		at cpucore? thread ?
1471.2Smattobio0		at cpunode?
1481.2Smattcom0		at obio0	addr 0x14000 intr 9
1491.2Smattcom1		at obio0	addr 0x15000 intr 10
1501.3Scliffoptions 	COM_REGMAP
1511.3Scliffrmixl_gpio0 	at obio0	addr 0x18000 intr 14
1521.3Scliffgpio*		at rmixl_gpio?
1531.3Scliffrmixl_iobus0 	at obio0	addr 0x19000
1541.3Scliffrmixl_nand* 	at rmixl_iobus?	addr 0x01800000
1551.3Scliff#rmixl_nand* 	at rmixl_iobus?	cs 2
1561.3Scliffnand*		at rmixl_nand?
1571.3Scliffflash*		at nand?
1581.3Scliff#rmixl_pcic* 	at rmixl_iobus?	cs 6 addr 0x01000000
1591.3Scliff#pcmcia* 	at rmixl_pcic
1601.3Scliffrmixl_pcix0 	at obio0
1611.2Smattpci*		at rmixl_pcix0
1621.3Scliffrmixl_pcie0 	at obio0
1631.2Smattpci*		at rmixl_pcie0
1641.2Smattppb*		at pci?
1651.2Smattpci*		at ppb?
1661.2Smattwm*		at pci? dev ? function ?	# Intel i82546EB Gig-E
1671.2Smattskc*		at pci? dev ? function ?
1681.2Smattsk*		at skc?
1691.2Smattmskc*		at pci? dev ? function ?
1701.2Smattmsk*		at mskc?
1711.2Smattmakphy*		at mii? phy ?			# Marvell 88E1000 PHYs
1721.2Smattukphy*		at mii? phy ?			# unknown PHY
1731.3Scliffrmixl_usbi0 	at obio0	addr 0x25000 intr 31
1741.2Smattohci0		at rmixl_usbi0	addr 0x24400 size 0x400 intr 0
1751.2Smattohci1		at rmixl_usbi0	addr 0x24800 size 0x400 intr 1
1761.2Smattehci0		at rmixl_usbi0	addr 0x24000 size 0x400 intr 2
1771.3Scliffsiisata* 	at pci? dev ? function ?
1781.2Smattatabus*		at ata?
1791.2Smattwd*		at atabus? drive ? flags 0x0000
1801.2Smatt
1811.2Smatt# USB
1821.2Smattusb*		at ohci?
1831.2Smattusb*		at ehci?
1841.2Smattuhub*		at usb?
1851.2Smattuhub*		at uhub? port ?
1861.2Smattumass*		at uhub? port ? configuration ? interface ?
1871.2Smattwd*		at umass?
1881.3Scliffscsibus* 	at umass? channel ?
1891.2Smattsd*		at scsibus? target ? lun ?
1901.2Smatt
1911.2Smatt
1921.2Smatt# Pseudo-devices
1931.2Smatt
1941.2Smatt# Disk/mass storage pseudo-devices
1951.2Smatt#pseudo-device	ccd		4		# concatenated disk devices
1961.2Smatt#pseudo-device	raid		4		# RAIDframe disk driver
1971.2Smatt#options 	RAID_AUTOCONFIG			# auto-configuration of RAID
1981.2Smatt#pseudo-device	fss		4		# file system snapshot device
1991.2Smattpseudo-device	vnd				# disk-like interface to files
2001.2Smatt
2011.2Smatt# Network pseudo-devices
2021.2Smattpseudo-device	bpfilter			# Berkeley packet filter
2031.2Smattpseudo-device	ipfilter			# IP filter (firewall) and NAT
2041.2Smattpseudo-device	loop				# network loopback
2051.2Smatt#pseudo-device	ppp				# Point-to-Point Protocol
2061.2Smatt#pseudo-device	sl				# Serial Line IP
2071.2Smatt#pseudo-device	strip				# Starmode Radio IP (Metricom)
2081.2Smatt#pseudo-device	tun				# network tunneling over tty
2091.2Smatt#pseudo-device	tap				# virtual Ethernet
2101.2Smatt#pseudo-device	gre				# generic L3 over IP tunnel
2111.2Smatt#pseudo-device	ipip		2		# RFC 2003 IP Encapsulation
2121.2Smatt#pseudo-device	gif				# RFC1933 tunnel
2131.2Smatt#pseudo-device	faith				# IPv[46] tcp relay translation
2141.2Smatt#pseudo-device	stf				# 6to4 IPv6 over IPv4 encapsulation
2151.2Smatt#pseudo-device	vlan				# IEEE 802.1q encapsulation
2161.2Smatt#pseudo-device	bridge				# simple inter-network bridging
2171.2Smattpseudo-device	kttcp				# kernel ttcp
2181.2Smatt
2191.2Smatt# Miscellaneous pseudo-devices
2201.2Smattpseudo-device	pty				# pseudo-terminals
2211.2Smatt#pseudo-device	sequencer	1		# MIDI sequencer
2221.2Smattpseudo-device	rnd				# /dev/random & kernel generator
2231.2Smattpseudo-device	clockctl			# user control of clock subsystem
2241.2Smattpseudo-device	ksyms				# /dev/ksyms
2251.2Smatt
2261.2Smatt# A pseudo device needed for Coda		# also needs CODA (above)
2271.2Smatt#pseudo-device	vcoda		4		# coda minicache <-> venus comm.
228