RAMDISK revision 1.1
11.1Ssoda#	$OpenBSD: RAMDISK,v 1.2 1997/05/19 10:34:54 pefo Exp $
21.1Ssoda#
31.1Ssoda#	Generic configuration file for MIPS R4x00 ARC Systems
41.1Ssoda#
51.1Ssoda
61.1Ssodamachine		arc
71.1Ssoda
81.1Ssodamaxusers	4
91.1Ssoda
101.1Ssoda# Need to set locally
111.1Ssodaoptions		TIMEZONE=0		# minutes west of GMT (for)
121.1Ssodaoptions		DST=0			# use daylight savings rules
131.1Ssoda
141.1Ssoda# Standard system options
151.1Ssodaoptions		SWAPPAGER		# swap pager (anonymous and swap space)
161.1Ssodaoptions		DEVPAGER		# device pager (mapped devices)
171.1Ssoda
181.1Ssodaoptions		DIAGNOSTIC		# extra kernel debugging checks
191.1Ssodaoptions 	KTRACE			# system call tracing support
201.1Ssodaoptions		DEBUG			# extra kernel debugging support
211.1Ssodaoptions		COMPAT_43		# compatibility with 4.3BSD binaries
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.1Ssodaoptions		NATIVE_ELF	# Arc systems uses ELF as native format
291.1Ssoda
301.1Ssoda# Filesystem options
311.1Ssodaoptions		CD9660		# ISO 9660 + Rock Ridge file system
321.1Ssoda#options 	FDESC		# user file descriptor filesystem (/dev/fd)
331.1Ssodaoptions		FIFO		# POSIX fifo support (in all filesystems)
341.1Ssodaoptions		FFS,QUOTA	# fast filesystem with user and group quotas
351.1Ssodaoptions		KERNFS		# kernel data-structure filesystem
361.1Ssodaoptions		MFS		# memory-based filesystem
371.1Ssodaoptions		MSDOSFS		# Ability to read write MS-Dos filsystem
381.1Ssodaoptions		NFSCLIENT	# Sun NFS-compatible filesystem (client)
391.1Ssoda#options 	NFSSERVER	# Sun NFS-compatible filesystem (server)
401.1Ssoda#options 	NULLFS		# null layer filesystem
411.1Ssoda#options 	PORTAL		# portal filesystem (still experimental)
421.1Ssoda#options 	PROCFS		# /proc
431.1Ssoda#options 	UMAPFS		# uid/gid remapping filesystem
441.1Ssoda#options 	UNION		# union file system
451.1Ssoda
461.1Ssoda
471.1Ssoda# Networking options
481.1Ssoda#options 	GATEWAY		# IP packet forwarding
491.1Ssodaoptions 	INET		# Internet protocols
501.1Ssoda#option 	NS		# XNS
511.1Ssoda#option 	IPX		# IPX+SPX
521.1Ssoda#options 	ISO,TPIP	# OSI networking
531.1Ssoda#options 	EON		# OSI tunneling over IP
541.1Ssoda#option         CCITT,LLC,HDLC	# X.25
551.1Ssoda#option		IPFILTER	# IP packet filter for security
561.1Ssoda
571.1Ssoda#options 	TCP_COMPAT_42	# compatibility with 4.2BSD TCP/IP
581.1Ssoda#options 	MULTICAST	# Multicast support
591.1Ssoda#options 	MROUTING	# Multicast routing support
601.1Ssoda
611.1Ssoda# Special options
621.1Ssodaoptions 	MACHINE_NONCONTIG # Support noncontigous memory.
631.1Ssoda
641.1Ssoda# Specify storage configuration using ramdisk
651.1Ssodaconfig		bsd	root on rd0a swap on rd0b
661.1Ssoda
671.1Ssoda#
681.1Ssoda# Definition of system
691.1Ssoda#
701.1Ssodamainbus0	at root
711.1Ssodacpu*		at mainbus0
721.1Ssoda
731.1Ssoda#### Main local buses
741.1Ssoda
751.1Ssodapica*		at mainbus0	# ACER Pica systems local bus.
761.1Ssodaisabr*		at mainbus0	# ISA Bus bridge (std ISA bus).
771.1Ssoda
781.1Ssoda#### PICA bus devices
791.1Ssoda
801.1Ssodaclock0		at pica?
811.1Ssodapc0		at pica?
821.1Ssodapms0		at pica?
831.1Ssodacom0		at pica?
841.1Ssodacom1		at pica?
851.1Ssodalpt0		at pica?
861.1Ssodasn0		at pica?
871.1Ssoda
881.1Ssodafdc0		at pica?
891.1Ssodafd*		at fdc? drive ?
901.1Ssoda
911.1Ssodaasc0		at pica?
921.1Ssodascsibus* 	at asc?
931.1Ssoda
941.1Ssoda#### ISA Bus.
951.1Ssoda
961.1Ssodaisa*		at isabr?
971.1Ssoda
981.1Ssodaclock0		at isa? port 0x70 irq 0
991.1Ssoda
1001.1Ssodapc0    		at isa? port 0x60 irq 1         # generic PC console device
1011.1Ssodacom0		at isa? port 0x3f8 irq 4
1021.1Ssodacom1		at isa? port 0x2f8 irq 3
1031.1Ssodacom2		at isa? port 0x3e8 irq 4
1041.1Ssodacom3		at isa? port 0x2e8 irq 3
1051.1Ssoda
1061.1Ssodawdc0		at isa? port 0x1f0 irq 14	# ST506, ESDI, IDE controllers
1071.1Ssoda#wdc1		at isa? port 0x170 irq 15
1081.1Ssodawd*		at wdc? drive ?
1091.1Ssoda
1101.1Ssodaatapibus*	at wdc?
1111.1Ssodaacd*		at atapibus? drive?
1121.1Ssoda
1131.1Ssodalpt0		at isa? port 0x378 irq 7
1141.1Ssodaep0		at isa? port ? irq ?           # 3C509 ethernet cards
1151.1Ssodaed0    		at isa? port 0x280 iomem 0xd0000 irq 9  # WD/SMC, 3C503, NE[12]000
1161.1Ssodaed1    		at isa? port 0x250 iomem 0xd8000 irq 9  #   ethernet cards
1171.1Ssodaed2    		at isa? port 0x300 iomem 0xcc000 irq 10 #
1181.1Ssoda
1191.1Ssodabtl0		at isa? port 0x330 irq ? drq ?
1201.1Ssodascsibus* 	at btl?
1211.1Ssoda
1221.1Ssoda#### SCSI Bus devices
1231.1Ssoda
1241.1Ssodasd*		at scsibus? target ? lun ?
1251.1Ssodast*		at scsibus? target ? lun ?
1261.1Ssodacd*		at scsibus? target ? lun ?
1271.1Ssoda#ch*		at scsibus? target ? lun ?
1281.1Ssoda#ss*		at scsibus? target ? lun ?
1291.1Ssoda#uk*		at scsibus? target ? lun ?
1301.1Ssoda
1311.1Ssoda#### PSEUDO Devices
1321.1Ssoda
1331.1Ssodapseudo-device	loop		 1	# network loopback
1341.1Ssoda#pseudo-device	bpfilter	 8	# packet filter ports
1351.1Ssodapseudo-device	sl		 2	# serial-line IP ports
1361.1Ssodapseudo-device	ppp		 2	# serial-line PPP ports
1371.1Ssoda#pseudo-device	tun		 2	# network tunneling over tty
1381.1Ssoda
1391.1Ssoda#pseudo-device	pty		64	# pseudo ptys
1401.1Ssoda#pseudo-device	tb		 1	# tablet line discipline
1411.1Ssoda#pseudo-device	vnd		 4	# paging to files
1421.1Ssoda#pseudo-device   ccd		 4	# concatenated disk devices
1431.1Ssodapseudo-device	rd		 1	# Ram disk.
1441.1Ssoda
1451.1Ssoda# RAMDISK stuff
1461.1Ssodaoption          MINIROOTSIZE=8192
1471.1Ssodaoption          RAMDISK_HOOKS
1481.1Ssoda
149