M403 revision 1.5
11.5Scgd#	$NetBSD: M403,v 1.5 2000/03/22 00:58:18 cgd Exp $
21.1Ssoda#
31.4Ssoda#	configuration file for MIPS Magnum 4000 system
41.1Ssoda#
51.1Ssoda
61.1Ssodainclude		"arch/arc/conf/std.arc"
71.1Ssoda
81.4Ssodamaxusers	32		# estimated number of users
91.1Ssoda
101.4Ssoda# Misc. arc-specific options
111.4Ssodaoptions 	COMCONSOLE
121.1Ssoda
131.1Ssoda# Standard system options
141.1Ssoda
151.4Ssodaoptions 	RTC_OFFSET=-540	# hardware clock is this many mins. (Japan)
161.4Ssodaoptions 	NTP		# NTP phase/frequency locked loop
171.4Ssoda
181.4Ssodaoptions 	KTRACE		# system call tracing via ktrace(1)
191.1Ssoda
201.1Ssodaoptions 	SYSVMSG		# System V-like message queues
211.1Ssodaoptions 	SYSVSEM		# System V-like semaphores
221.1Ssodaoptions 	SYSVSHM		# System V-like memory sharing
231.4Ssoda#options 	SHMMAXPGS=1024	# 1024 pages is the default
241.4Ssoda
251.4Ssodaoptions 	LKM		# loadable kernel modules
261.1Ssoda
271.4Ssoda# Diagnostic/debugging support options
281.4Ssodaoptions 	DIAGNOSTIC	# cheap kernel consistency checks
291.4Ssoda#options 	DEBUG		# expensive debugging checks/support
301.4Ssoda#options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
311.4Ssodaoptions 	DDB		# in-kernel debugger
321.4Ssoda#options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
331.4Ssoda#options 	KGDB		# remote gdb
341.4Ssoda#options 	KGDBRATE=19200	# kernel gdb port rate (default 9600)
351.4Ssoda#options 	KGDBDEV="17*256+0"	# device for kernel gdb
361.4Ssoda#makeoptions	DEBUG="-g"	# compile full symbol table
371.4Ssoda
381.4Ssoda# Compatibility options
391.4Ssodaoptions 	COMPAT_10	# NetBSD 1.0,
401.4Ssodaoptions 	COMPAT_11	# NetBSD 1.1,
411.4Ssodaoptions 	COMPAT_12	# NetBSD 1.2,
421.4Ssodaoptions 	COMPAT_13	# NetBSD 1.3,
431.4Ssodaoptions 	COMPAT_14	# NetBSD 1.4,
441.4Ssodaoptions 	COMPAT_43	# and 4.3BSD
451.1Ssodaoptions 	COMPAT_386BSD_MBRPART # recognize old partition ID
461.1Ssoda
471.4Ssoda# mipsel specific
481.4Ssodaoptions 	COMPAT_ULTRIX	# Ultrix binary compatibility
491.4Ssodaoptions 	EXEC_ECOFF	# Ultrix RISC binaries are ECOFF format
501.4Ssoda
511.4Ssoda# File systems
521.1Ssodafile-system 	FFS		# fast filesystem
531.4Ssoda#file-system 	EXT2FS		# second extended file system (linux)
541.4Ssoda#file-system 	LFS		# log-structured file system
551.4Ssodafile-system 	MFS		# memory file system
561.4Ssodafile-system 	NTFS		# Windows/NT file system (experimental)
571.1Ssodafile-system 	CD9660		# ISO 9660 + Rock Ridge file system
581.4Ssodafile-system 	MSDOSFS		# MS-DOS file system
591.4Ssodafile-system 	NFS		# Network File System client
601.4Ssodafile-system 	FDESC		# /dev/fd
611.4Ssodafile-system 	KERNFS		# /kern
621.4Ssoda#file-system 	NULLFS		# loopback file system
631.1Ssoda#file-system 	OVERLAY		# overlay file system
641.4Ssoda#file-system 	PORTAL		# portal filesystem (still experimental)
651.4Ssodafile-system 	PROCFS		# /proc
661.4Ssoda#file-system 	UMAPFS		# NULLFS + uid and gid remapping
671.4Ssoda#file-system 	UNION		# union file system
681.4Ssoda#file-system	CODA		# Coda File System; also needs vcoda (below)
691.1Ssoda
701.4Ssoda# File system options
711.1Ssodaoptions 	QUOTA		# FFS quotas
721.4Ssoda#options 	FFS_EI		# FFS Endian Independent support
731.2Ssoda#options 	SOFTDEP		# FFS soft updates support.
741.4Ssodaoptions 	NFSSERVER	# Network File System server
751.4Ssoda#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
761.4Ssoda				# immutable) behave as system flags.
771.1Ssoda
781.1Ssoda# Pull in config fragments for kernel crypto.  This is required for
791.1Ssoda# options IPSEC etc. to work. If you want to run with IPSEC, uncomment
801.1Ssoda# one of these, based on whether you use crypto-us or crypto-intl, and
811.1Ssoda# adjust the prefixes as necessary.
821.1Ssoda
831.1Ssoda#prefix ../crypto-us/sys
841.1Ssoda#cinclude "conf/files.crypto-us"
851.1Ssoda#prefix
861.1Ssoda
871.1Ssoda#prefix ../crypto-intl/sys
881.1Ssoda#cinclude "conf/files.crypto-intl"
891.1Ssoda#prefix
901.1Ssoda
911.1Ssoda# Networking options
921.4Ssoda#options 	GATEWAY		# IP packet forwarding
931.4Ssodaoptions 	INET		# IP + ICMP + TCP + UDP
941.4Ssodaoptions 	INET6		# IPV6
951.1Ssoda#options 	IPSEC		# IP security
961.1Ssoda#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
971.1Ssoda#options 	IPSEC_DEBUG	# debug for IP security
981.4Ssoda#options 	MROUTING	# IP multicast routing
991.4Ssoda#options 	NS		# XNS
1001.4Ssoda#options 	NSIP		# XNS tunneling over IP
1011.1Ssoda#options 	ISO,TPIP	# OSI networking
1021.1Ssoda#options 	EON		# OSI tunneling over IP
1031.4Ssoda#options 	CCITT,LLC,HDLC	# X.25
1041.4Ssodaoptions 	NETATALK	# AppleTalk networking protocols
1051.4Ssodaoptions 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
1061.4Ssodaoptions 	PPP_DEFLATE	# Deflate compression support for PPP
1071.4Ssodaoptions 	PPP_FILTER	# Active filter support for PPP (requires bpf)
1081.4Ssodaoptions 	PFIL_HOOKS	# pfil(9) packet filter hooks
1091.4Ssodaoptions 	IPFILTER_LOG	# ipmon(8) log support
1101.4Ssoda
1111.4Ssoda# Compatibility with 4.2BSD implementation of TCP/IP.  Not recommended.
1121.4Ssoda#options 	TCP_COMPAT_42
1131.4Ssoda
1141.4Ssoda# These options enable verbose messages for several subsystems.
1151.4Ssoda# Warning, these may compile large string tables into the kernel!
1161.4Ssoda#options 	EISAVERBOSE	# verbose EISA device autoconfig messages
1171.4Ssoda#options 	PCIVERBOSE	# verbose PCI device autoconfig messages
1181.5Scgd#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
1191.4Ssodaoptions 	SCSIVERBOSE	# human readable SCSI error messages
1201.1Ssoda
1211.2Ssoda# Kernel root file system and dump configuration.
1221.4Ssodaoptions 	NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
1231.4Ssodaconfig		netbsd	root on ? type ?
1241.1Ssoda
1251.1Ssoda#
1261.4Ssoda# Device configuration
1271.1Ssoda#
1281.4Ssoda
1291.1Ssodamainbus0	at root
1301.1Ssodacpu*		at mainbus0
1311.1Ssoda
1321.4Ssoda#### Pica bus devices
1331.1Ssoda
1341.4Ssodapica*		at mainbus0	# ACER Pica systems local bus.
1351.4Ssodaaclock0 	at pica?
1361.1Ssoda#pc0		at pica?
1371.1Ssoda#opms0		at pica?
1381.1Ssodacom0		at pica?
1391.1Ssodacom1		at pica?
1401.1Ssodalpt0		at pica?
1411.1Ssodasn0		at pica?
1421.1Ssoda
1431.1Ssodafdc0		at pica?
1441.1Ssodafd*		at fdc? drive ?
1451.1Ssoda
1461.1Ssodaasc0		at pica?
1471.1Ssodascsibus* 	at asc?
1481.1Ssoda
1491.4Ssoda#### ISA bus devices
1501.4Ssoda
1511.4Ssodaisabr*		at mainbus0	# ISA Bus bridge (std ISA bus).
1521.4Ssodaisa*		at isabr?
1531.4Ssoda
1541.4Ssodacom2		at isa? port 0x3f8 irq 4
1551.4Ssodacom3		at isa? port 0x2f8 irq 3
1561.4Ssoda
1571.4Ssoda#### SCSI bus devices
1581.4Ssoda
1591.1Ssodasd*		at scsibus? target ? lun ?
1601.1Ssodast*		at scsibus? target ? lun ?
1611.1Ssodacd*		at scsibus? target ? lun ?
1621.1Ssodach*		at scsibus? target ? lun ?
1631.1Ssodass*		at scsibus? target ? lun ?
1641.1Ssodauk*		at scsibus? target ? lun ?
1651.1Ssoda
1661.4Ssoda#### Pseudo devices
1671.1Ssoda
1681.4Ssoda# disk/mass storage pseudo-devices
1691.4Ssodapseudo-device	ccd		4	# concatenated/striped disk devices
1701.4Ssoda#pseudo-device	raid		4	# RAIDframe disk driver
1711.4Ssodapseudo-device	md		1	# memory disk device (ramdisk)
1721.4Ssodapseudo-device	vnd		4	# disk-like interface to files
1731.4Ssoda
1741.4Ssoda# network pseudo-devices
1751.4Ssodapseudo-device	bpfilter	8	# Berkeley packet filter
1761.4Ssodapseudo-device	ipfilter		# IP filter (firewall) and NAT
1771.4Ssodapseudo-device	loop		1	# network loopback
1781.4Ssodapseudo-device	ppp		2	# Point-to-Point Protocol
1791.4Ssodapseudo-device	sl		2	# Serial Line IP
1801.4Ssoda#pseudo-device	strip		2	# Starmode Radio IP (Metricom)
1811.4Ssodapseudo-device	tun		2	# network tunneling over tty
1821.4Ssoda#pseudo-device	gre		2	# generic L3 over IP tunnel
1831.4Ssodapseudo-device	ipip		2	# IP Encapsulation within IP (RFC 2003)
1841.4Ssodapseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
1851.4Ssoda#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
1861.1Ssoda
1871.4Ssoda# miscellaneous pseudo-devices
1881.4Ssodapseudo-device	pty		64	# pseudo-terminals
1891.4Ssoda#pseudo-device	tb		1	# tablet line discipline
1901.4Ssoda#pseudo-device	sequencer	1	# MIDI sequencer
1911.4Ssoda# rnd works; RND_COM does not on port arc yet.
1921.4Ssodapseudo-device	rnd			# /dev/random and in-kernel generator
1931.4Ssoda#options 	RND_COM			# use "com" randomness as well (BROKEN)
1941.1Ssoda
1951.4Ssoda# a pseudo device needed for Coda	# also needs CODA (above)
1961.4Ssoda#pseudo-device	vcoda		4	# coda minicache <-> venus comm.
1971.1Ssoda
1981.4Ssoda# mouse & keyboard multiplexor pseudo-devices
1991.4Ssoda#pseudo-device	wsmux		2
200