RPC44 revision 1.38
11.38Stsutsui# $NetBSD: RPC44,v 1.38 2011/03/06 14:58:43 tsutsui Exp $
21.1Simp#
31.1Simp# GENERIC machine description file
41.38Stsutsui#
51.1Simp# This machine description file is used to generate the default NetBSD
61.1Simp# kernel.  The generic kernel does not include all options, subsystems
71.1Simp# and device drivers, but should be useful for most applications.
81.1Simp#
91.1Simp# The machine description file can be customised for your specific
101.1Simp# machine to reduce the kernel size and improve its performance.
111.1Simp#
121.1Simp# For further information on compiling NetBSD kernels, see the config(8)
131.1Simp# man page.
141.1Simp#
151.1Simp# For further information on hardware support for this architecture, see
161.1Simp# the intro(4) man page.  For further information about kernel options
171.1Simp# for this architecture, see the options(4) man page.  For an explanation
181.1Simp# of each device driver in this file see the section 4 man page for the
191.1Simp# device.
201.1Simp
211.1Simpinclude		"arch/arc/conf/std.arc"
221.1Simp
231.1Simpoptions 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
241.1Simp
251.38Stsutsui#ident		"GENERIC-$Revision: 1.38 $"
261.1Simp
271.1Simpmaxusers	32		# estimated number of users
281.1Simp
291.1Simp# Platform support
301.2Stsutsuioptions 	PLATFORM_DESKTECH_ARCSTATION_I	# DeskStation rPC44
311.1Simp
321.1Simp# Standard system options
331.1Simp
341.1Simpoptions 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
351.1Simpoptions 	NTP		# NTP phase/frequency locked loop
361.1Simp
371.1Simpoptions 	KTRACE		# system call tracing via ktrace(1)
381.1Simp
391.1Simpoptions 	SYSVMSG		# System V-like message queues
401.1Simpoptions 	SYSVSEM		# System V-like semaphores
411.1Simp#options 	SEMMNI=10	# number of semaphore identifiers
421.1Simp#options 	SEMMNS=60	# number of semaphores in system
431.1Simp#options 	SEMUME=10	# max number of undo entries per process
441.1Simp#options 	SEMMNU=30	# number of undo structures in system
451.1Simpoptions 	SYSVSHM		# System V-like memory sharing
461.1Simp
471.1Simpoptions 	USERCONF	# userconf(4) support
481.21Stsutsui#options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
491.7Satatatoptions 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
501.1Simp
511.38Stsutsui# Enable experimental buffer queue strategy for better responsiveness under
521.1Simp# high disk I/O load. Use it with caution - it's not proven to be stable yet.
531.15Stsutsui#options 	BUFQ_READPRIO
541.15Stsutsui#options 	BUFQ_PRIOCSCAN
551.1Simp
561.1Simp# Diagnostic/debugging support options
571.1Simpoptions 	DIAGNOSTIC		# cheap kernel consistency checks
581.1Simp#options 	DEBUG			# expensive debugging checks/support
591.1Simp#options 	KMEMSTATS		# kernel memory statistics (vmstat -m)
601.1Simpoptions 	DDB			# in-kernel debugger
611.1Simp#options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
621.1Simp#options 	KGDB			# remote gdb
631.1Simp#options 	KGDB_DEVRATE=19200	# kernel gdb port rate (default 9600)
641.1Simp#options 	KGDB_DEV="17*256+0"	# device for kernel gdb
651.1Simp#makeoptions	DEBUG="-g"		# compile full symbol table
661.1Simp
671.1Simp# Compatibility options
681.1Simp#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
691.1Simpoptions 	COMPAT_10	# NetBSD 1.0,
701.1Simpoptions 	COMPAT_11	# NetBSD 1.1,
711.1Simpoptions 	COMPAT_12	# NetBSD 1.2,
721.1Simpoptions 	COMPAT_13	# NetBSD 1.3,
731.1Simpoptions 	COMPAT_14	# NetBSD 1.4,
741.28Smanuoptions 	COMPAT_15	# NetBSD 1.5,
751.4Stsutsuioptions 	COMPAT_16	# NetBSD 1.6,
761.11Stsutsuioptions 	COMPAT_20	# NetBSD 2.0,
771.29Stsutsuioptions 	COMPAT_30	# NetBSD 3.0,
781.29Stsutsuioptions 	COMPAT_40	# NetBSD 4.0 compatibility.
791.1Simpoptions 	COMPAT_43	# and 4.3BSD
801.1Simpoptions 	COMPAT_386BSD_MBRPART # recognize old partition ID
811.1Simp
821.1Simp# mipsel specific
831.1Simpoptions 	COMPAT_ULTRIX	# Ultrix binary compatibility
841.1Simpoptions 	EXEC_ECOFF	# Ultrix RISC binaries are ECOFF format
851.21Stsutsuioptions 	COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
861.1Simp
871.1Simp# File systems
881.1Simpfile-system 	FFS		# fast filesystem
891.1Simp#file-system 	EXT2FS		# second extended file system (linux)
901.1Simp#file-system 	LFS		# log-structured file system
911.1Simp#file-system 	MFS		# memory file system
921.1Simp#file-system 	NTFS		# Windows/NT file system (experimental)
931.1Simpfile-system 	CD9660		# ISO 9660 + Rock Ridge file system
941.1Simpfile-system 	MSDOSFS		# MS-DOS file system
951.1Simpfile-system 	NFS		# Network File System client
961.1Simpfile-system 	FDESC		# /dev/fd
971.1Simpfile-system 	KERNFS		# /kern
981.1Simpfile-system 	NULLFS		# loopback file system
991.1Simpfile-system 	OVERLAY		# overlay file system
1001.35Spookafile-system	PUFFS		# Userspace file systems (e.g. ntfs-3g & sshfs)
1011.1Simpfile-system 	PROCFS		# /proc
1021.1Simpfile-system 	UMAPFS		# NULLFS + uid and gid remapping
1031.1Simpfile-system 	UNION		# union file system
1041.1Simp#file-system	CODA		# Coda File System; also needs vcoda (below)
1051.20Schristosfile-system	PTYFS		# /dev/pts/N support
1061.1Simp
1071.1Simp# File system options
1081.1Simpoptions 	QUOTA		# FFS quotas
1091.1Simp#options 	FFS_EI		# FFS Endian Independent support
1101.1Simpoptions 	NFSSERVER	# Network File System server
1111.22Stsutsui#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
1121.1Simp#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
1131.1Simp				# immutable) behave as system flags.
1141.1Simp
1151.1Simp# Networking options
1161.1Simp#options 	GATEWAY		# IP packet forwarding
1171.1Simpoptions 	INET		# IP + ICMP + TCP + UDP
1181.1Simp#options 	INET6		# IPV6
1191.1Simp#options 	IPSEC		# IP security
1201.1Simp#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
1211.16Stron#options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
1221.1Simp#options 	IPSEC_DEBUG	# debug for IP security
1231.1Simp#options 	MROUTING	# IP multicast routing
1241.8Smanu#options 	PIM		# Protocol Independent Multicast
1251.1Simp#options 	ISO,TPIP	# OSI networking
1261.1Simp#options 	EON		# OSI tunneling over IP
1271.1Simp#options 	NETATALK	# AppleTalk networking protocols
1281.1Simp#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
1291.1Simp#options 	PPP_DEFLATE	# Deflate compression support for PPP
1301.1Simp#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
1311.1Simp#options 	PFIL_HOOKS	# pfil(9) packet filter hooks
1321.1Simp#options 	IPFILTER_LOG	# ipmon(8) log support
1331.27Schristos#options 	IPFILTER_LOOKUP	# ippool(8) support
1341.1Simp##options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
1351.1Simp#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
1361.1Simp
1371.1Simp# These options enable verbose messages for several subsystems.
1381.1Simp# Warning, these may compile large string tables into the kernel!
1391.1Simpoptions 	EISAVERBOSE	# verbose EISA device autoconfig messages
1401.1Simp#options 	PCIVERBOSE	# verbose PCI device autoconfig messages
1411.1Simp#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
1421.1Simpoptions 	SCSIVERBOSE	# human readable SCSI error messages
1431.1Simp
1441.1Simp# wscons terminal emulation
1451.1Simpoptions 	WSEMUL_VT100	# VT100 emulation
1461.1Simp
1471.1Simp# Kernel root file system and dump configuration.
1481.1Simpoptions 	NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
1491.1Simpconfig		netbsd	root on ? type ?
1501.1Simp#config		netbsd	root on sd0a type ffs
1511.1Simp#config		netbsd	root on ? type nfs
1521.1Simp
1531.1Simp#
1541.1Simp# Device configuration
1551.1Simp#
1561.1Simp
1571.1Simpmainbus0	at root
1581.1Simpcpu*		at mainbus0
1591.1Simp
1601.1Simp# PLATFORM_DESKTECH_ARCSTATION_I
1611.2Stsutsuiarcsisabr*	at mainbus0	# DeskStation rPC44 ISA host bridge.
1621.1Simpisa*		at arcsisabr?
1631.1Simp#isadma0 	at isa? 			# bogus?
1641.1Simptimer0		at isa? port 0x40 irq 0
1651.1Simpmcclock0 	at isa? port 0x70
1661.1Simppc0		at isa? irq 1			# generic PC console device
1671.1Simpopms0		at isa? irq 12			# PS/2 auxiliary port mouse
1681.1Simpvga0		at isa?
1691.1Simppckbc0		at isa?				# PC keyboard controller
1701.1Simpcom0		at isa? port 0x3f8 irq 4
1711.1Simpcom1		at isa? port 0x2f8 irq 3
1721.1Simpcom2		at isa? port 0x3e8 irq 4
1731.1Simpcom3		at isa? port 0x2e8 irq 3
1741.1Simp#bha0		at isa? port 0x330 irq ? drq ?  # BusLogic [457]4X SCSI
1751.1Simp#ast0		at isa? port 0x1a0 irq 3	# AST 4-port serial cards
1761.1Simp#com*		at ast? slave ?
1771.1Simp
1781.1Simp# Joystick driver. Probe is a little strange; add only if you have one.
1791.1Simp#joy0		at isa? port 0x201
1801.1Simp
1811.1Simp# ISA ST506, ESDI, and IDE controllers
1821.1Simp# Use flags 0x01 if you want to try to use 32bits data I/O (the driver will
1831.1Simp# fall back to 16bits I/O if 32bits I/O are not functional).
1841.1Simp# Some controllers pass the initial 32bit test, but will fail later.
1851.1Simp# XXX - should be configured
1861.1Simpwdc0		at isa? port 0x1f0 irq 14 flags 0x00
1871.1Simp#wdc1		at isa? port 0x170 irq 15 flags 0x00
1881.1Simp#wdc*		at isapnp?
1891.1Simp
1901.1Simp# ISA parallel printer interfaces
1911.1Simplpt0		at isa? port 0x378 irq 7
1921.1Simp
1931.1Simp# ISA network interfaces
1941.1Simp# XXX - should be configured
1951.1Simp#ec0		at isa? port 0x250 iomem 0xd8000 irq 9	# 3Com 3c503 Ethernet
1961.1Simpep0		at isa? port ? irq ?		# 3C509 ethernet cards
1971.1Simpne0		at isa? port 0x280 irq 9	# NE[12]000 ethernet cards
1981.1Simp#ne1		at isa? port 0x300 irq 10
1991.1Simp#ne*		at isapnp?			# NE[12]000 PnP ethernet
2001.1Simpwe0		at isa? port 0x280 iomem 0xd0000 irq 9	# WD/SMC Ethernet
2011.1Simp#we1		at isa? port 0x300 iomem 0xcc000 irq 10
2021.1Simp
2031.1Simp# XXX - should be configured
2041.1Simp#btl0		at isa? port 0x330 irq ? drq ?
2051.6Stsutsui
2061.6Stsutsui#### SCSI bus support
2071.6Stsutsui#scsibus*	at scsi?
2081.1Simp
2091.1Simp#### SCSI bus devices
2101.1Simp
2111.1Simp#sd*		at scsibus? target ? lun ?
2121.1Simp#st*		at scsibus? target ? lun ?
2131.1Simp#cd*		at scsibus? target ? lun ?
2141.1Simp#ch*		at scsibus? target ? lun ?
2151.1Simp#ss*		at scsibus? target ? lun ?
2161.1Simp#uk*		at scsibus? target ? lun ?
2171.6Stsutsui
2181.6Stsutsui# ATA (IDE) bus support
2191.6Stsutsuiatabus* 	at wdc? channel ?
2201.6Stsutsui
2211.6Stsutsui# IDE drives
2221.6Stsutsui# Flags are used only with controllers that support DMA operations
2231.6Stsutsui# and mode settings (e.g. some pciide controllers)
2241.6Stsutsui# The lowest order four bits (rightmost digit) of the flags define the PIO
2251.6Stsutsui# mode to use, the next set of four bits the DMA mode and the third set the
2261.6Stsutsui# UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
2271.6Stsutsui# to use, and the last bit must be 1 for this setting to be used.
2281.6Stsutsui# For DMA and UDMA, 0xf (1111) means 'disable'.
2291.6Stsutsui# 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
2301.6Stsutsui# (0xc=1100, 0xa=1010, 0xf=1111)
2311.6Stsutsui# 0x0000 means "use whatever the drive claims to support".
2321.6Stsutsui# XXX - should be configured
2331.6Stsutsuiwd*		at atabus? drive ? flags 0x0000
2341.6Stsutsui
2351.6Stsutsui#### ATAPI bus support
2361.6Stsutsui# XXX - should be configured
2371.6Stsutsui#atapibus*	at atabus?
2381.1Simp
2391.1Simp#### ATAPI bus devices
2401.1Simp
2411.1Simp# flags have the same meaning as for IDE drives.
2421.1Simp#cd*		at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
2431.1Simp#sd*		at atapibus? drive ? flags 0x0000	# ATAPI disk drives
2441.1Simp#uk*		at atapibus? drive ? flags 0x0000	# ATAPI unknown
2451.1Simp
2461.1Simp#### Workstation Console attachments
2471.1Simp
2481.1Simpwsdisplay*	at vga?
2491.1Simp#wsdisplay*	at tga?
2501.1Simppckbd*		at pckbc?	# PC keyboard (kbd port)
2511.1Simpwskbd*		at pckbd?
2521.1Simppms*		at pckbc?	# PS/2-style mouse (aux port)
2531.1Simpwsmouse*	at pms?
2541.1Simp
2551.1Simp#### Pseudo devices
2561.1Simp
2571.1Simp# disk/mass storage pseudo-devices
2581.1Simp#pseudo-device	ccd		4	# concatenated/striped disk devices
2591.1Simp#pseudo-device	cgd		4	# cryptographic disk devices
2601.1Simp#pseudo-device	raid		8	# RAIDframe disk driver
2611.1Simp# Options to enable various other RAIDframe RAID types.
2621.21Stsutsui#options 	RF_INCLUDE_EVENODD=1
2631.21Stsutsui#options 	RF_INCLUDE_RAID5_RS=1
2641.21Stsutsui#options 	RF_INCLUDE_PARITYLOGGING=1
2651.21Stsutsui#options 	RF_INCLUDE_CHAINDECLUSTER=1
2661.21Stsutsui#options 	RF_INCLUDE_INTERDECLUSTER=1
2671.21Stsutsui#options 	RF_INCLUDE_PARITY_DECLUSTERING=1
2681.21Stsutsui#options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
2691.36Spooka#pseudo-device	fss			# file system snapshot device
2701.37Shannkenpseudo-device	md			# memory disk device (ramdisk)
2711.25Scubepseudo-device	vnd			# disk-like interface to files
2721.35Spookapseudo-device	putter			# for puffs and pud
2731.1Simp
2741.1Simp# network pseudo-devices
2751.24Srpaulopseudo-device	bpfilter		# Berkeley packet filter
2761.1Simp#pseudo-device	ipfilter		# IP filter (firewall) and NAT
2771.1Simppseudo-device	loop		1	# network loopback
2781.25Scube#pseudo-device	ppp			# Point-to-Point Protocol
2791.1Simp#pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
2801.25Scube#pseudo-device	sl			# Serial Line IP
2811.25Scube#pseudo-device	strip			# Starmode Radio IP (Metricom)
2821.25Scubepseudo-device	tun			# network tunneling over tty
2831.10Scube#pseudo-device	tap			# virtual Ethernet
2841.25Scube#pseudo-device	gre			# generic L3 over IP tunnel
2851.25Scube#pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
2861.25Scube#pseudo-device	faith			# IPv[46] tcp relay translation i/f
2871.25Scube#pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
2881.1Simp#pseudo-device	vlan			# IEEE 802.1q encapsulation
2891.1Simp#pseudo-device	bridge			# simple inter-network bridging
2901.1Simp
2911.1Simp# miscellaneous pseudo-devices
2921.1Simppseudo-device	pty			# pseudo-terminals
2931.1Simp#pseudo-device	sequencer	1	# MIDI sequencer
2941.1Simp# rnd works; RND_COM does not on port arc yet.
2951.1Simppseudo-device	rnd			# /dev/random and in-kernel generator
2961.1Simp#options 	RND_COM			# use "com" randomness as well (BROKEN)
2971.1Simppseudo-device	clockctl		# user control of clock subsystem
2981.1Simp
2991.1Simp# a pseudo device needed for Coda	# also needs CODA (above)
3001.1Simp#pseudo-device	vcoda		4	# coda minicache <-> venus comm.
3011.1Simp
3021.1Simp# mouse & keyboard multiplexor pseudo-devices
3031.1Simppseudo-device	wsmux
304