M403 revision 1.2
11.2Ssoda#	$NetBSD: M403,v 1.2 2000/01/26 12:48:44 soda Exp $
21.1Ssoda#
31.2Ssoda#	Generic configuration file for MIPS Magnum 4000 system
41.1Ssoda#
51.1Ssoda
61.1Ssodainclude		"arch/arc/conf/std.arc"
71.1Ssoda
81.1Ssodamaxusers	32
91.1Ssoda
101.1Ssoda# Need to set locally
111.2Ssodaoptions 	RTC_OFFSET=-540	# hardware clock is this many mins. Japan
121.1Ssoda
131.1Ssoda# Standard system options
141.1Ssodaoptions 	KTRACE			# system call tracing support
151.1Ssoda
161.1Ssoda# Diagnostic/debugging support options
171.1Ssodaoptions 	DIAGNOSTIC		# extra kernel debugging checks
181.1Ssodaoptions 	DEBUG			# extra kernel debugging support
191.2Ssoda#options 	KGDB			# support for kernel gdb
201.2Ssoda#options 	KGDBRATE=19200		# kernel gdb port rate (default 9600)
211.2Ssoda#options 	KGDBDEV="15*256+0"	# device for kernel gdb
221.1Ssoda
231.1Ssoda# System V options
241.1Ssodaoptions 	SYSVMSG		# System V-like message queues
251.1Ssodaoptions 	SYSVSEM		# System V-like semaphores
261.1Ssodaoptions 	SYSVSHM		# System V-like memory sharing
271.1Ssodaoptions 	SHMMAXPGS=1024	# 1024 pages is the default
281.1Ssoda
291.1Ssoda# Compatibilitry modules
301.1Ssodaoptions 	COMPAT_43	# compatibility with 4.3BSD binaries
311.1Ssodaoptions 	COMPAT_11
321.1Ssodaoptions 	COMPAT_12
331.1Ssodaoptions 	COMPAT_13
341.1Ssodaoptions 	COMPAT_14
351.1Ssoda#options 	COMPAT_ULTRIX	# Ultrix binary compatibility (no go yet)
361.1Ssodaoptions 	COMPAT_386BSD_MBRPART # recognize old partition ID
371.1Ssoda
381.1Ssoda# Filesystem options
391.1Ssodafile-system 	FFS		# fast filesystem
401.1Ssodafile-system 	MFS		# memory-based filesystem
411.1Ssoda#file-system	LFS		# Log-based filesystem (still experimental)
421.1Ssodafile-system 	CD9660		# ISO 9660 + Rock Ridge file system
431.1Ssodafile-system 	MSDOSFS		# Ability to read write MS-Dos filsystem
441.1Ssodafile-system 	NFS		# Sun NFS-compatible filesystem (client)
451.1Ssodafile-system 	KERNFS		# kernel data-structure filesystem
461.1Ssodafile-system	PROCFS		# /proc
471.1Ssodafile-system 	FDESC		# user file descriptor filesystem
481.1Ssoda#file-system	UMAPFS		# uid/gid remapping filesystem
491.1Ssoda#file-system	UNION		# union file system
501.1Ssoda#file-system	NULLFS		# null layer filesystem
511.1Ssoda#file-system 	OVERLAY		# overlay file system
521.1Ssoda#file-system	PORTAL		# portal filesystem (still experimental)
531.1Ssoda
541.1Ssodaoptions 	QUOTA		# FFS quotas
551.1Ssoda#options 	FFS_EI		# FFS Endian Independant support
561.2Ssoda#options 	SOFTDEP		# FFS soft updates support.
571.1Ssodaoptions 	NFSSERVER	# Sun NFS-compatible filesystem (server)
581.1Ssoda
591.1Ssoda# Pull in config fragments for kernel crypto.  This is required for
601.1Ssoda# options IPSEC etc. to work. If you want to run with IPSEC, uncomment
611.1Ssoda# one of these, based on whether you use crypto-us or crypto-intl, and
621.1Ssoda# adjust the prefixes as necessary.
631.1Ssoda
641.1Ssoda#prefix ../crypto-us/sys
651.1Ssoda#cinclude "conf/files.crypto-us"
661.1Ssoda#prefix
671.1Ssoda
681.1Ssoda#prefix ../crypto-intl/sys
691.1Ssoda#cinclude "conf/files.crypto-intl"
701.1Ssoda#prefix
711.1Ssoda
721.1Ssoda# Networking options
731.1Ssodaoptions 	INET		# Internet protocols
741.1Ssoda#options 	INET6		# IPV6
751.1Ssoda#options 	IPSEC		# IP security
761.1Ssoda#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
771.1Ssoda#options 	IPSEC_DEBUG	# debug for IP security
781.1Ssoda#options 	TCP_COMPAT_42	# compatibility with 4.2BSD TCP/IP
791.1Ssodaoptions 	GATEWAY		# IP packet forwarding
801.1Ssoda#options 	MULTICAST	# Multicast support
811.1Ssoda#options 	MROUTING	# Multicast routing support
821.1Ssoda#options 	ISO,TPIP	# OSI networking
831.1Ssoda#options 	EON		# OSI tunneling over IP
841.1Ssoda#options 	TCP_COMPAT_42	# compatibility with 4.2BSD TCP/IP
851.1Ssoda
861.1Ssoda# Special options
871.1Ssodaoptions 	NKMEMCLUSTERS=1024	# 4K pages in kernel malloc pool
881.1Ssodaoptions 	COMCONSOLE
891.1Ssoda
901.2Ssoda# Kernel root file system and dump configuration.
911.1Ssoda# XXX #options 	NFS_BOOT_BOOTP,NFS_BOOT_BOOTPARAM
921.1Ssodaoptions 	NFS_BOOT_BOOTPARAM
931.1Ssodaconfig		netbsd root on ? type ?
941.1Ssoda
951.1Ssoda#
961.1Ssoda# Definition of system
971.1Ssoda#
981.1Ssodamainbus0	at root
991.1Ssodacpu*		at mainbus0
1001.1Ssoda
1011.1Ssodapica*		at mainbus0
1021.1Ssoda
1031.1Ssodaaclock0		at pica?
1041.1Ssoda#pc0		at pica?
1051.1Ssoda#opms0		at pica?
1061.1Ssodacom0		at pica?
1071.1Ssodacom1		at pica?
1081.1Ssodalpt0		at pica?
1091.1Ssodasn0		at pica?
1101.1Ssoda
1111.1Ssodafdc0		at pica?
1121.1Ssodafd*		at fdc? drive ?
1131.1Ssoda
1141.1Ssodaasc0		at pica?
1151.1Ssodascsibus* 	at asc?
1161.1Ssoda
1171.1Ssodasd*		at scsibus? target ? lun ?
1181.1Ssodast*		at scsibus? target ? lun ?
1191.1Ssodacd*		at scsibus? target ? lun ?
1201.1Ssodach*		at scsibus? target ? lun ?
1211.1Ssodass*		at scsibus? target ? lun ?
1221.1Ssodauk*		at scsibus? target ? lun ?
1231.1Ssoda
1241.1Ssoda#
1251.1Ssoda#	ISA Bus.
1261.1Ssoda#
1271.1Ssodaisabr*		at mainbus0
1281.1Ssoda
1291.1Ssodaisa*		at isabr?
1301.1Ssoda
1311.1Ssodacom2		at isa? port 0x3f8 irq 4
1321.1Ssodacom3		at isa? port 0x2f8 irq 3
1331.1Ssoda
1341.1Ssoda
1351.1Ssodapseudo-device	sl		 2	# serial-line IP ports
1361.1Ssodapseudo-device	ppp		 2	# serial-line PPP ports
1371.1Ssodapseudo-device	pty		64	# pseudo ptys
1381.1Ssodapseudo-device	bpfilter	16	# packet filter ports
1391.1Ssoda#pseudo-device	gre		2	# generic L3 over IP tunnel
1401.1Ssodapseudo-device	loop
1411.1Ssodapseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
1421.1Ssoda#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
1431.1Ssodapseudo-device	vnd		4	# virtual disk
1441.1Ssodapseudo-device	ccd		4	# concatenated disks
1451.1Ssoda#pseudo-device 	raid		4	# RAIDframe disk driver
146