PICA revision 1.15
11.15Ssoda#	$NetBSD: PICA,v 1.15 2000/01/23 21:01:53 soda Exp $
21.1Sjonathan#
31.15Ssoda#	Generic configuration file for MIPS R4400 PICA system
41.1Sjonathan#
51.15Ssoda
61.15Ssodainclude		"arch/arc/conf/std.arc"
71.1Sjonathan
81.10Sjonathanmaxusers	32
91.10Sjonathan
101.15Ssoda# Need to set locally
111.15Ssodaoptions 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
121.1Sjonathan
131.1Sjonathan# Standard system options
141.15Ssodaoptions 	KTRACE			# system call tracing support
151.15Ssoda
161.15Ssoda# Diagnostic/debugging support options
171.12Slukemoptions 	DIAGNOSTIC		# extra kernel debugging checks
181.12Slukemoptions 	DEBUG			# extra kernel debugging support
191.15Ssoda#options	 KGDB			# support for kernel gdb
201.12Slukem#options 	"KGDBRATE=19200"	# kernel gdb port rate (default 9600)
211.12Slukem#options 	"KGDBDEV=15*256+0"	# device for kernel gdb
221.1Sjonathan
231.1Sjonathan# System V options
241.12Slukemoptions 	SYSVMSG		# System V-like message queues
251.12Slukemoptions 	SYSVSEM		# System V-like semaphores
261.12Slukemoptions 	SYSVSHM		# System V-like memory sharing
271.12Slukemoptions 	SHMMAXPGS=1024	# 1024 pages is the default
281.1Sjonathan
291.1Sjonathan# Filesystem options
301.7Sthorpejfile-system 	FFS		# fast filesystem
311.7Sthorpejfile-system 	MFS		# memory-based filesystem
321.15Ssoda#file-system	LFS		# Log-based filesystem (still experimental)
331.15Ssodafile-system 	CD9660		# ISO 9660 + Rock Ridge file system
341.15Ssodafile-system 	MSDOSFS		# Ability to read write MS-Dos filsystem
351.7Sthorpejfile-system 	NFS		# Sun NFS-compatible filesystem (client)
361.7Sthorpejfile-system 	KERNFS		# kernel data-structure filesystem
371.15Ssodafile-system	PROCFS		# /proc
381.7Sthorpejfile-system 	FDESC		# user file descriptor filesystem
391.7Sthorpej#file-system	UMAPFS		# uid/gid remapping filesystem
401.15Ssoda#file-system	UNION		# union file system
411.7Sthorpej#file-system	NULLFS		# null layer filesystem
421.15Ssoda#file-system 	OVERLAY		# overlay file system
431.7Sthorpej#file-system	PORTAL		# portal filesystem (still experimental)
441.7Sthorpej
451.12Slukemoptions 	QUOTA		# FFS quotas
461.15Ssoda#options 	FFS_EI		# FFS Endian Independant support
471.15Ssoda#options 	SOFTDEP         # FFS soft updates support.
481.12Slukemoptions 	NFSSERVER	# Sun NFS-compatible filesystem (server)
491.1Sjonathan
501.15Ssoda# Pull in config fragments for kernel crypto.  This is required for
511.15Ssoda# options IPSEC etc. to work. If you want to run with IPSEC, uncomment
521.15Ssoda# one of these, based on whether you use crypto-us or crypto-intl, and
531.15Ssoda# adjust the prefixes as necessary.
541.15Ssoda
551.15Ssoda#prefix ../crypto-us/sys
561.15Ssoda#cinclude "conf/files.crypto-us"
571.15Ssoda#prefix
581.15Ssoda
591.15Ssoda#prefix ../crypto-intl/sys
601.15Ssoda#cinclude "conf/files.crypto-intl"
611.15Ssoda#prefix
621.15Ssoda
631.1Sjonathan# Networking options
641.12Slukemoptions 	INET		# Internet protocols
651.15Ssodaoptions 	INET6		# IPV6
661.15Ssoda#options 	IPSEC		# IP security
671.15Ssoda#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
681.15Ssoda#options 	IPSEC_DEBUG	# debug for IP security
691.15Ssoda#options 	TCP_COMPAT_42	# compatibility with 4.2BSD TCP/IP
701.12Slukemoptions 	GATEWAY		# IP packet forwarding
711.12Slukem#options 	MULTICAST	# Multicast support
721.12Slukem#options 	MROUTING	# Multicast routing support
731.15Ssoda#options 	ISO,TPIP	# OSI networking
741.15Ssoda#options 	EON		# OSI tunneling over IP
751.1Sjonathan
761.15Ssoda# Compatibilitry modules
771.15Ssodaoptions 	COMPAT_43	# compatibility with 4.3BSD binaries
781.15Ssodaoptions 	COMPAT_11
791.15Ssodaoptions 	COMPAT_12
801.15Ssodaoptions 	COMPAT_13
811.15Ssodaoptions 	COMPAT_14
821.15Ssoda#options 	COMPAT_ULTRIX	# Ultrix binary compatibility (no go yet)
831.15Ssodaoptions 	COMPAT_386BSD_MBRPART # recognize old partition ID
841.15Ssoda
851.15Ssoda# Special options
861.15Ssoda#options 	MACHINE_NONCONTIG # Support noncontigous memory.
871.15Ssodaoptions 	NKMEMCLUSTERS=1024	# 4K pages in kernel malloc pool
881.1Sjonathan
891.15Ssodaoptions 	NFS_BOOT_BOOTP,NFS_BOOT_BOOTPARAM
901.1Sjonathan
911.15Ssoda# Specify storage configuration
921.15Ssodaconfig		netbsd root on ? type ?
931.15Ssoda
941.15Ssoda#
951.15Ssoda# Definition of system
961.15Ssoda#
971.1Sjonathanmainbus0	at root
981.1Sjonathancpu*		at mainbus0
991.1Sjonathan
1001.1Sjonathanpica*		at mainbus0
1011.15Ssoda
1021.15Ssodaaclock0		at pica?
1031.1Sjonathanpc0		at pica?
1041.15Ssodaopms0		at pica?
1051.15Ssodacom0		at pica?
1061.15Ssodacom1		at pica?
1071.1Sjonathanlpt0		at pica?
1081.1Sjonathansn0		at pica?
1091.1Sjonathan
1101.1Sjonathanfdc0		at pica?
1111.1Sjonathanfd*		at fdc? drive ?
1121.1Sjonathan
1131.1Sjonathanasc0		at pica?
1141.1Sjonathanscsibus* 	at asc?
1151.1Sjonathan
1161.1Sjonathansd*		at scsibus? target ? lun ?
1171.1Sjonathanst*		at scsibus? target ? lun ?
1181.1Sjonathancd*		at scsibus? target ? lun ?
1191.15Ssodach*		at scsibus? target ? lun ?
1201.15Ssodass*		at scsibus? target ? lun ?
1211.15Ssodauk*		at scsibus? target ? lun ?
1221.15Ssoda
1231.15Ssoda#
1241.15Ssoda#	ISA Bus.
1251.15Ssoda#
1261.15Ssodaisabr*		at mainbus0
1271.15Ssoda
1281.15Ssodaisa*		at isabr?
1291.15Ssoda
1301.15Ssodacom2		at isa? port 0x3f8 irq 4
1311.15Ssodacom3		at isa? port 0x2f8 irq 3
1321.1Sjonathan
1331.1Sjonathan
1341.1Sjonathanpseudo-device	sl		 2	# serial-line IP ports
1351.1Sjonathanpseudo-device	ppp		 2	# serial-line PPP ports
1361.1Sjonathanpseudo-device	pty		64	# pseudo ptys
1371.1Sjonathanpseudo-device	bpfilter	16	# packet filter ports
1381.15Ssoda#pseudo-device	gre		2	# generic L3 over IP tunnel
1391.15Ssodapseudo-device	loop
1401.15Ssodapseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
1411.15Ssoda#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
1421.15Ssodapseudo-device	vnd		4	# virtual disk
1431.15Ssodapseudo-device	ccd		4	# concatenated disks
1441.15Ssoda#pseudo-device 	raid		4	# RAIDframe disk driver
145