PICA revision 1.16
11.16Ssoda#	$NetBSD: PICA,v 1.16 2000/01/26 12:48:44 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.16Ssoda#options 	KGDB			# support for kernel gdb
201.16Ssoda#options 	KGDBRATE=19200		# kernel gdb port rate (default 9600)
211.16Ssoda#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.16Ssoda#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.15Ssodaoptions 	NKMEMCLUSTERS=1024	# 4K pages in kernel malloc pool
871.1Sjonathan
881.16Ssoda# Kernel root file system and dump configuration.
891.15Ssodaoptions 	NFS_BOOT_BOOTP,NFS_BOOT_BOOTPARAM
901.15Ssodaconfig		netbsd root on ? type ?
911.15Ssoda
921.15Ssoda#
931.15Ssoda# Definition of system
941.15Ssoda#
951.1Sjonathanmainbus0	at root
961.1Sjonathancpu*		at mainbus0
971.1Sjonathan
981.1Sjonathanpica*		at mainbus0
991.15Ssoda
1001.15Ssodaaclock0		at pica?
1011.1Sjonathanpc0		at pica?
1021.15Ssodaopms0		at pica?
1031.15Ssodacom0		at pica?
1041.15Ssodacom1		at pica?
1051.1Sjonathanlpt0		at pica?
1061.1Sjonathansn0		at pica?
1071.1Sjonathan
1081.1Sjonathanfdc0		at pica?
1091.1Sjonathanfd*		at fdc? drive ?
1101.1Sjonathan
1111.1Sjonathanasc0		at pica?
1121.1Sjonathanscsibus* 	at asc?
1131.1Sjonathan
1141.1Sjonathansd*		at scsibus? target ? lun ?
1151.1Sjonathanst*		at scsibus? target ? lun ?
1161.1Sjonathancd*		at scsibus? target ? lun ?
1171.15Ssodach*		at scsibus? target ? lun ?
1181.15Ssodass*		at scsibus? target ? lun ?
1191.15Ssodauk*		at scsibus? target ? lun ?
1201.15Ssoda
1211.15Ssoda#
1221.15Ssoda#	ISA Bus.
1231.15Ssoda#
1241.15Ssodaisabr*		at mainbus0
1251.15Ssoda
1261.15Ssodaisa*		at isabr?
1271.15Ssoda
1281.15Ssodacom2		at isa? port 0x3f8 irq 4
1291.15Ssodacom3		at isa? port 0x2f8 irq 3
1301.1Sjonathan
1311.1Sjonathan
1321.1Sjonathanpseudo-device	sl		 2	# serial-line IP ports
1331.1Sjonathanpseudo-device	ppp		 2	# serial-line PPP ports
1341.1Sjonathanpseudo-device	pty		64	# pseudo ptys
1351.1Sjonathanpseudo-device	bpfilter	16	# packet filter ports
1361.15Ssoda#pseudo-device	gre		2	# generic L3 over IP tunnel
1371.15Ssodapseudo-device	loop
1381.15Ssodapseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
1391.15Ssoda#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
1401.15Ssodapseudo-device	vnd		4	# virtual disk
1411.15Ssodapseudo-device	ccd		4	# concatenated disks
1421.15Ssoda#pseudo-device 	raid		4	# RAIDframe disk driver
143