ARCTIC revision 1.43
11.43Scube#	$NetBSD: ARCTIC,v 1.43 2006/02/05 05:01:49 cube Exp $
21.4Ssoda#	$OpenBSD: ARCTIC,v 1.12 1999/08/29 12:14:03 niklas Exp $
31.1Ssoda#
41.4Ssoda#	configuration file for DeskStation
51.1Ssoda#
61.1Ssoda
71.2Ssodainclude		"arch/arc/conf/std.arc"
81.19Satatat
91.19Satatat#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
101.1Ssoda
111.4Ssodamaxusers	32		# estimated number of users
121.1Ssoda
131.11Ssoda# Platform support
141.22Stsutsuioptions 	PLATFORM_DESKTECH_ARCSTATION_I	# DeskStation rPC44
151.22Stsutsuioptions 	PLATFORM_DESKTECH_TYNE		# DeskStation Tyne
161.11Ssoda
171.4Ssoda# Misc. arc-specific options
181.4Ssodaoptions 	PCCONS_FORCE_WORD	# Max out at 16bit accesses to the
191.4Ssoda					# VGA memory
201.1Ssoda
211.1Ssoda# Standard system options
221.1Ssoda
231.4Ssodaoptions 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
241.4Ssodaoptions 	NTP		# NTP phase/frequency locked loop
251.4Ssoda
261.4Ssodaoptions 	KTRACE		# system call tracing via ktrace(1)
271.1Ssoda
281.3Ssodaoptions 	SYSVMSG		# System V-like message queues
291.3Ssodaoptions 	SYSVSEM		# System V-like semaphores
301.3Ssodaoptions 	SYSVSHM		# System V-like memory sharing
311.4Ssoda#options 	SHMMAXPGS=1024	# 1024 pages is the default
321.2Ssoda
331.4Ssodaoptions 	LKM		# loadable kernel modules
341.15Sjdolecek
351.21Slukemoptions 	USERCONF	# userconf(4) support
361.39Stsutsui#options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
371.27Satatat#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
381.4Ssoda
391.4Ssoda# Diagnostic/debugging support options
401.14Slukemoptions 	DIAGNOSTIC		# cheap kernel consistency checks
411.14Slukem#options 	DEBUG			# expensive debugging checks/support
421.14Slukem#options 	KMEMSTATS		# kernel memory statistics (vmstat -m)
431.14Slukemoptions 	DDB			# in-kernel debugger
441.4Ssoda#options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
451.14Slukem#options 	KGDB			# remote gdb
461.14Slukem#options 	KGDB_DEVRATE=19200	# kernel gdb port rate (default 9600)
471.14Slukem#options 	KGDB_DEV="17*256+0"	# device for kernel gdb
481.14Slukem#makeoptions	DEBUG="-g"		# compile full symbol table
491.4Ssoda
501.4Ssoda# Compatibility options
511.12Sabs#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
521.4Ssodaoptions 	COMPAT_10	# NetBSD 1.0,
531.4Ssodaoptions 	COMPAT_11	# NetBSD 1.1,
541.4Ssodaoptions 	COMPAT_12	# NetBSD 1.2,
551.4Ssodaoptions 	COMPAT_13	# NetBSD 1.3,
561.4Ssodaoptions 	COMPAT_14	# NetBSD 1.4,
571.24Stsutsuioptions 	COMPAT_16	# NetBSD 1.6,
581.30Stsutsuioptions 	COMPAT_20	# NetBSD 2.0,
591.37Schristosoptions 	COMPAT_30	# NetBSD 3.0 compatibility.
601.4Ssodaoptions 	COMPAT_43	# and 4.3BSD
611.2Ssodaoptions 	COMPAT_386BSD_MBRPART # recognize old partition ID
621.1Ssoda
631.4Ssoda# mipsel specific
641.4Ssodaoptions 	COMPAT_ULTRIX	# Ultrix binary compatibility
651.4Ssodaoptions 	EXEC_ECOFF	# Ultrix RISC binaries are ECOFF format
661.39Stsutsuioptions 	COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
671.4Ssoda
681.4Ssoda# File systems
691.2Ssodafile-system 	FFS		# fast filesystem
701.4Ssoda#file-system 	EXT2FS		# second extended file system (linux)
711.4Ssoda#file-system 	LFS		# log-structured file system
721.4Ssodafile-system 	MFS		# memory file system
731.4Ssodafile-system 	NTFS		# Windows/NT file system (experimental)
741.2Ssodafile-system 	CD9660		# ISO 9660 + Rock Ridge file system
751.4Ssodafile-system 	MSDOSFS		# MS-DOS file system
761.4Ssodafile-system 	NFS		# Network File System client
771.4Ssodafile-system 	FDESC		# /dev/fd
781.4Ssodafile-system 	KERNFS		# /kern
791.4Ssoda#file-system 	NULLFS		# loopback file system
801.4Ssoda#file-system 	OVERLAY		# overlay file system
811.4Ssoda#file-system 	PORTAL		# portal filesystem (still experimental)
821.4Ssodafile-system 	PROCFS		# /proc
831.4Ssoda#file-system 	UMAPFS		# NULLFS + uid and gid remapping
841.4Ssoda#file-system 	UNION		# union file system
851.4Ssoda#file-system	CODA		# Coda File System; also needs vcoda (below)
861.38Schristosfile-system	PTYFS		# /dev/pts/N support
871.2Ssoda
881.4Ssoda# File system options
891.3Ssodaoptions 	QUOTA		# FFS quotas
901.4Ssoda#options 	FFS_EI		# FFS Endian Independent support
911.10Ssodaoptions 	SOFTDEP		# FFS soft updates support.
921.4Ssodaoptions 	NFSSERVER	# Network File System server
931.4Ssoda#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
941.4Ssoda				# immutable) behave as system flags.
951.40Stsutsui#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
961.1Ssoda
971.1Ssoda# Networking options
981.4Ssoda#options 	GATEWAY		# IP packet forwarding
991.4Ssodaoptions 	INET		# IP + ICMP + TCP + UDP
1001.4Ssodaoptions 	INET6		# IPV6
1011.2Ssoda#options 	IPSEC		# IP security
1021.2Ssoda#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
1031.34Stron#options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
1041.2Ssoda#options 	IPSEC_DEBUG	# debug for IP security
1051.4Ssoda#options 	MROUTING	# IP multicast routing
1061.28Smanu#options 	PIM		# Protocol Independent Multicast
1071.4Ssoda#options 	NS		# XNS
1081.4Ssoda#options 	NSIP		# XNS tunneling over IP
1091.2Ssoda#options 	ISO,TPIP	# OSI networking
1101.2Ssoda#options 	EON		# OSI tunneling over IP
1111.4Ssoda#options 	CCITT,LLC,HDLC	# X.25
1121.4Ssodaoptions 	NETATALK	# AppleTalk networking protocols
1131.4Ssodaoptions 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
1141.4Ssodaoptions 	PPP_DEFLATE	# Deflate compression support for PPP
1151.4Ssodaoptions 	PPP_FILTER	# Active filter support for PPP (requires bpf)
1161.4Ssodaoptions 	PFIL_HOOKS	# pfil(9) packet filter hooks
1171.4Ssodaoptions 	IPFILTER_LOG	# ipmon(8) log support
1181.12Sabs#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
1191.4Ssoda
1201.4Ssoda# These options enable verbose messages for several subsystems.
1211.4Ssoda# Warning, these may compile large string tables into the kernel!
1221.4Ssoda#options 	EISAVERBOSE	# verbose EISA device autoconfig messages
1231.4Ssoda#options 	PCIVERBOSE	# verbose PCI device autoconfig messages
1241.5Scgd#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
1251.4Ssodaoptions 	SCSIVERBOSE	# human readable SCSI error messages
1261.8Sur
1271.8Sur# wscons terminal emulation
1281.8Suroptions 	WSEMUL_VT100	# VT100 emulation
1291.1Ssoda
1301.3Ssoda# Kernel root file system and dump configuration.
1311.4Ssodaoptions 	NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
1321.4Ssodaconfig		netbsd	root on ? type ?
1331.1Ssoda
1341.1Ssoda#
1351.4Ssoda# Device configuration
1361.1Ssoda#
1371.4Ssoda
1381.1Ssodamainbus0	at root
1391.1Ssodacpu*		at mainbus0
1401.1Ssoda
1411.4Ssoda#### ISA bus devices
1421.1Ssoda
1431.11Ssoda# PLATFORM_DESKTECH_ARCSTATION_I
1441.22Stsutsuiarcsisabr*	at mainbus0	# DeskStation rPC44 ISA host bridge.
1451.11Ssodaisa*		at arcsisabr?
1461.11Ssoda
1471.11Ssoda# PLATFORM_DESKTECH_TYNE
1481.22Stsutsuityneisabr*	at mainbus0	# DeskStation Tyne ISA host bridge.
1491.11Ssodaisa*		at tyneisabr?
1501.11Ssoda
1511.4Ssoda#isadma0 	at isa?
1521.4Ssoda
1531.11Ssodatimer0		at isa? port 0x40 irq 0
1541.11Ssodamcclock0 	at isa? port 0x70
1551.4Ssoda
1561.11Ssodapc0		at isa? irq 1			# generic PC console device
1571.11Ssodaopms0		at isa? irq 12			# PS/2 auxiliary port mouse
1581.7Ssoda#vga0		at isa?
1591.7Ssoda#pckbc0		at isa?				# PC keyboard controller
1601.4Ssodacom0		at isa? port 0x3f8 irq 4
1611.4Ssodacom1		at isa? port 0x2f8 irq 3
1621.4Ssodacom2		at isa? port 0x3e8 irq 4
1631.4Ssodacom3		at isa? port 0x2e8 irq 3
1641.4Ssodaast0		at isa? port 0x1a0 irq 3	# AST 4-port serial cards
1651.4Ssodacom*		at ast? slave ?
1661.1Ssoda
1671.4Ssoda# Joystick driver. Probe is a little strange; add only if you have one.
1681.4Ssodajoy0		at isa? port 0x201
1691.1Ssoda
1701.2Ssoda# ISA ST506, ESDI, and IDE controllers
1711.2Ssoda# Use flags 0x01 if you want to try to use 32bits data I/O (the driver will
1721.2Ssoda# fall back to 16bits I/O if 32bits I/O are not functional).
1731.2Ssoda# Some controllers pass the initial 32bit test, but will fail later.
1741.4Ssodawdc0		at isa? port 0x1f0 irq 14 flags 0x00
1751.4Ssodawdc1		at isa? port 0x170 irq 15 flags 0x00
1761.4Ssoda#wdc*		at isapnp?
1771.2Ssoda
1781.4Ssoda# ISA parallel printer interfaces
1791.4Ssodalpt0		at isa? port 0x378 irq 7
1801.4Ssoda
1811.4Ssoda# ISA network interfaces
1821.4Ssodaec0		at isa? port 0x250 iomem 0xd8000 irq 9	# 3Com 3c503 Ethernet
1831.4Ssodaep0		at isa? port ? irq ?		# 3C509 ethernet cards
1841.4Ssodane0		at isa? port 0x280 irq 9	# NE[12]000 ethernet cards
1851.4Ssodane1		at isa? port 0x300 irq 10
1861.4Ssoda#ne*		at isapnp?			# NE[12]000 PnP ethernet
1871.4Ssodawe0		at isa? port 0x280 iomem 0xd0000 irq 9	# WD/SMC Ethernet
1881.4Ssodawe1		at isa? port 0x300 iomem 0xcc000 irq 10
1891.4Ssoda
1901.4Ssoda#aha0		at isa? port 0x330 irq ? drq ?	# Adaptec 154[02] SCSI
1911.4Ssoda#aha1		at isa? port 0x334 irq ? drq ?	# Adaptec 154[02] SCSI
1921.4Ssodabtl0		at isa? port 0x330 irq ? drq ?
1931.4Ssoda#wds0		at isa? port 0x350 irq 15 drq 6	# WD7000 and TMC-7000 SCSI
1941.4Ssoda#wds1		at isa? port 0x358 irq 11 drq 5
1951.26Stsutsui
1961.26Stsutsui# SCSI bus support
1971.26Stsutsuiscsibus*	at scsi?
1981.1Ssoda
1991.4Ssoda#### SCSI bus devices
2001.1Ssoda
2011.1Ssodasd*		at scsibus? target ? lun ?
2021.1Ssodast*		at scsibus? target ? lun ?
2031.1Ssodacd*		at scsibus? target ? lun ?
2041.1Ssodach*		at scsibus? target ? lun ?
2051.1Ssodass*		at scsibus? target ? lun ?
2061.1Ssodauk*		at scsibus? target ? lun ?
2071.26Stsutsui
2081.26Stsutsui# ATA (IDE) bus support
2091.26Stsutsuiatabus* 	at ata?
2101.26Stsutsui
2111.26Stsutsui# IDE drives
2121.26Stsutsui# Flags are used only with controllers that support DMA operations
2131.26Stsutsui# and mode settings (e.g. some pciide controllers)
2141.26Stsutsui# The lowest order four bits (rightmost digit) of the flags define the PIO
2151.26Stsutsui# mode to use, the next set of four bits the DMA mode and the third set the
2161.26Stsutsui# UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
2171.26Stsutsui# to use, and the last bit must be 1 for this setting to be used.
2181.26Stsutsui# For DMA and UDMA, 0xf (1111) means 'disable'.
2191.26Stsutsui# 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
2201.26Stsutsui# (0xc=1100, 0xa=1010, 0xf=1111)
2211.26Stsutsui# 0x0000 means "use whatever the drive claims to support".
2221.26Stsutsuiwd*		at atabus? drive ? flags 0x0000
2231.26Stsutsui
2241.26Stsutsui# ATAPI bus support
2251.26Stsutsuiatapibus*	at atapi?
2261.1Ssoda
2271.7Ssoda#### ATAPI bus devices
2281.7Ssoda
2291.7Ssoda# flags have the same meaning as for IDE drives.
2301.7Ssodacd*		at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
2311.7Ssodasd*		at atapibus? drive ? flags 0x0000	# ATAPI disk drives
2321.7Ssodauk*		at atapibus? drive ? flags 0x0000	# ATAPI unknown
2331.7Ssoda
2341.7Ssoda#### Workstation Console attachments
2351.7Ssoda
2361.7Ssoda#wsdisplay*	at vga?
2371.7Ssoda#wsdisplay*	at tga?
2381.7Ssoda#pckbd*		at pckbc?	# PC keyboard (kbd port)
2391.7Ssoda#wskbd*		at pckbd?
2401.7Ssoda#pms*		at pckbc?	# PS/2-style mouse (aux port)
2411.7Ssoda#wsmouse*	at pms?
2421.7Ssoda
2431.4Ssoda#### Pseudo devices
2441.4Ssoda
2451.4Ssoda# disk/mass storage pseudo-devices
2461.4Ssodapseudo-device	ccd		4	# concatenated/striped disk devices
2471.4Ssoda#pseudo-device	raid		4	# RAIDframe disk driver
2481.31Shannken#pseudo-device	fss		4	# file system snapshot device
2491.4Ssodapseudo-device	md		1	# memory disk device (ramdisk)
2501.43Scubepseudo-device	vnd			# disk-like interface to files
2511.4Ssoda
2521.4Ssoda# network pseudo-devices
2531.42Srpaulopseudo-device	bpfilter		# Berkeley packet filter
2541.4Ssodapseudo-device	ipfilter		# IP filter (firewall) and NAT
2551.4Ssodapseudo-device	loop		1	# network loopback
2561.43Scubepseudo-device	ppp			# Point-to-Point Protocol
2571.43Scubepseudo-device	sl			# Serial Line IP
2581.43Scube#pseudo-device	strip			# Starmode Radio IP (Metricom)
2591.43Scubepseudo-device	tun			# network tunneling over tty
2601.43Scube#pseudo-device	gre			# generic L3 over IP tunnel
2611.43Scubepseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
2621.43Scube#pseudo-device	faith			# IPv[46] tcp relay translation i/f
2631.43Scube#pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
2641.10Ssodapseudo-device	vlan			# IEEE 802.1q encapsulation
2651.4Ssoda
2661.4Ssoda# miscellaneous pseudo-devices
2671.9Sjdolecekpseudo-device	pty			# pseudo-terminals
2681.4Ssoda#pseudo-device	sequencer	1	# MIDI sequencer
2691.4Ssoda# rnd works; RND_COM does not on port arc yet.
2701.4Ssodapseudo-device	rnd			# /dev/random and in-kernel generator
2711.4Ssoda#options 	RND_COM			# use "com" randomness as well (BROKEN)
2721.20Slukempseudo-device	clockctl		# user control of clock subsystem
2731.4Ssoda
2741.4Ssoda# a pseudo device needed for Coda	# also needs CODA (above)
2751.4Ssoda#pseudo-device	vcoda		4	# coda minicache <-> venus comm.
2761.4Ssoda
2771.4Ssoda# mouse & keyboard multiplexor pseudo-devices
2781.13Saugustss#pseudo-device	wsmux
279