INSTALL revision 1.43
11.43Sbouyer# $NetBSD: INSTALL,v 1.43 2011/03/06 17:08:21 bouyer Exp $
21.1Scdi#
31.1Scdi# INSTALL -- installation and rescue kernel.
41.1Scdi#
51.1Scdi# This kernel should be derived from GENERIC with most features
61.1Scdi# commented out to shoehorn into Cobalt kernel size limitations.
71.1Scdi# 
81.1Scdi
91.1Scdiinclude 	"arch/cobalt/conf/std.cobalt"
101.1Scdi
111.1Scdioptions 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
121.1Scdi
131.43Sbouyer#ident 		"INSTALL-$Revision: 1.43 $"
141.1Scdi
151.11Stsutsuimakeoptions     COPTS="-Os -mmemcpy"
161.22Stsutsuimakeoptions	CPUFLAGS="-march=vr5000 -mabi=32"
171.1Scdi
181.1Scdimaxusers	32
191.1Scdi
201.1Scdi# Standard system options
211.36Stsutsui#options 	KTRACE		# system call tracing support
221.36Stsutsui#options 	SYSVMSG		# System V message queues
231.36Stsutsui#options 	SYSVSEM		# System V semaphores
241.1Scdi#options 	SEMMNI=10	# number of semaphore identifiers
251.1Scdi#options 	SEMMNS=60	# number of semaphores in system
261.1Scdi#options 	SEMUME=10	# max number of undo entries per process
271.1Scdi#options 	SEMMNU=30	# number of undo structures in system
281.36Stsutsui#options 	SYSVSHM		# System V shared memory
291.36Stsutsui#options 	P1003_1B_SEMAPHORE # p1003.1b semaphore support
301.1Scdi#options 	NTP		# network time protocol
311.36Stsutsui#options 	USERCONF	# userconf(4) support
321.36Stsutsuioptions 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
331.1Scdi#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
341.1Scdi
351.1Scdi# Enable experimental buffer queue strategy for better responsiveness under 
361.1Scdi# high disk I/O load. Use it with caution - it's not proven to be stable yet.
371.7Stsutsui#options 	BUFQ_READPRIO
381.7Stsutsui#options 	BUFQ_PRIOCSCAN
391.1Scdi
401.1Scdi# Debugging options
411.1Scdi#options 	DIAGNOSTIC	# extra kernel sanity checking
421.1Scdi#options 	DEBUG		# extra kernel debugging support
431.1Scdi#options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
441.1Scdioptions 	DDB		# kernel dynamic debugger
451.1Scdi#options 	DDB_HISTORY_SIZE=100 # enable history editing in DDB
461.1Scdi#makeoptions	DEBUG="-g"	# compile full symbol table
471.1Scdi
481.1Scdi# Compatibility options
491.1Scdioptions 	COMPAT_43	# compatibility with 4.3BSD binaries
501.1Scdi#options 	COMPAT_09	# NetBSD 0.9 binary compatibility
511.1Scdi#options 	COMPAT_10	# NetBSD 1.0 binary compatibility
521.1Scdi#options 	COMPAT_11	# NetBSD 1.1 binary compatibility
531.1Scdi#options 	COMPAT_12	# NetBSD 1.2 binary compatibility
541.1Scdi#options 	COMPAT_13	# NetBSD 1.3 binary compatibility
551.1Scdi#options 	COMPAT_14	# NetBSD 1.4 binary compatibility
561.26Smanu#options 	COMPAT_15	# NetBSD 1.5 binary compatibility
571.1Scdioptions 	COMPAT_16	# NetBSD 1.6 binary compatibility
581.4Ssimonboptions 	COMPAT_20	# NetBSD 2.0 binary compatibility
591.9Schristosoptions 	COMPAT_30	# NetBSD 3.0 compatibility.
601.29Stsutsuioptions 	COMPAT_40	# NetBSD 4.0 compatibility.
611.1Scdi#options 	EXEC_ECOFF	# exec ECOFF binaries
621.1Scdi#options 	COMPAT_ULTRIX	# binary compatibility with Ultrix
631.1Scdi#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
641.1Scdioptions		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
651.1Scdi
661.1Scdi# File systems
671.1Scdifile-system	FFS		# Berkeley Fast Filesystem
681.1Scdifile-system 	EXT2FS		# second extended file system (linux)
691.1Scdifile-system	NFS		# Sun NFS-compatible filesystem client
701.1Scdi#file-system	KERNFS		# kernel data-structure filesystem
711.1Scdi#file-system	NULLFS		# NULL layered filesystem
721.1Scdi#file-system 	OVERLAY		# overlay file system
731.1Scdifile-system	MFS		# memory-based filesystem
741.36Stsutsui#file-system	FDESC		# user file descriptor filesystem
751.1Scdi#file-system	UMAPFS		# uid/gid remapping filesystem
761.1Scdi#file-system	LFS		# Log-based filesystem (still experimental)
771.1Scdi#file-system	PROCFS		# /proc
781.1Scdi#file-system	CD9660		# ISO 9660 + Rock Ridge file system
791.1Scdi#file-system	UNION		# union file system
801.1Scdi#file-system	MSDOSFS		# MS-DOS FAT filesystem(s).
811.1Scdi#file-system 	CODA		# Coda File System; also needs vcoda (below)
821.10Schristos#file-system	PTYFS		# /dev/pts/N support
831.1Scdi
841.1Scdi# File system options
851.1Scdi#options 	NFSSERVER	# Sun NFS-compatible filesystem server
861.43Sbouyer#options 	QUOTA		# legacy UFS quotas
871.43Sbouyer#options 	QUOTA2		# new, in-filesystem UFS quotas
881.1Scdi#options 	FFS_EI		# FFS Endian Independant support
891.34Ssimonboptions 	WAPBL		# File system journaling support - Experimental
901.15Stsutsuioptions 	FFS_NO_SNAPSHOT	# No FFS snapshot support
911.1Scdi#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
921.1Scdi				# immutable) behave as system flags.
931.1Scdi
941.1Scdi# Networking options
951.1Scdi#options 	GATEWAY		# IP packet forwarding
961.1Scdioptions 	INET		# Internet protocols
971.1Scdi#options 	INET6		# IPV6
981.1Scdi#options 	IPSEC		# IP security
991.1Scdi#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
1001.8Stron#options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
1011.1Scdi#options 	IPSEC_DEBUG	# debug for IP security
1021.1Scdi#options 	MROUTING	# packet forwarding of multicast packets
1031.1Scdi#options 	PIM		# Protocol Independent Multicast
1041.1Scdi#options 	ISO,TPIP	# OSI networking
1051.1Scdi#options 	EON		# OSI tunneling over IP
1061.1Scdi#options 	NETATALK	# AppleTalk (over Ethernet) protocol
1071.1Scdi#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
1081.1Scdi#options 	PPP_DEFLATE	# Deflate compression support for PPP
1091.1Scdi#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
1101.1Scdi#options 	PFIL_HOOKS	# pfil(9) packet filter hooks
1111.1Scdi#options 	IPFILTER_LOG	# ipmon(8) log support
1121.36Stsutsui#options 	IPFILTER_LOOKUP	# ippool(8) support
1131.1Scdi#options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
1141.1Scdi#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
1151.1Scdi
1161.1Scdi#options 	ALTQ		# Manipulate network interfaces' output queues
1171.1Scdi#options 	ALTQ_BLUE	# Stochastic Fair Blue
1181.1Scdi#options 	ALTQ_CBQ	# Class-Based Queueing
1191.1Scdi#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
1201.1Scdi#options 	ALTQ_FIFOQ	# First-In First-Out Queue
1211.1Scdi#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
1221.1Scdi#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
1231.1Scdi#options 	ALTQ_LOCALQ	# Local queueing discipline
1241.1Scdi#options 	ALTQ_PRIQ	# Priority Queueing
1251.1Scdi#options 	ALTQ_RED	# Random Early Detection
1261.1Scdi#options 	ALTQ_RIO	# RED with IN/OUT
1271.1Scdi#options 	ALTQ_WFQ	# Weighted Fair Queueing
1281.1Scdi
1291.1Scdi# These options enable verbose messages for several subsystems.
1301.1Scdi# Warning, these may compile large string tables into the kernel!
1311.1Scdi#options 	PCIVERBOSE	# verbose PCI device autoconfig messages
1321.1Scdi#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
1331.1Scdi#options 	SCSIVERBOSE	# human readable SCSI error messages
1341.1Scdi#options 	MIIVERBOSE	# verbose PHY autoconfig messages
1351.1Scdi
1361.1Scdioptions 	NFS_BOOT_DHCP
1371.1Scdi
1381.35Stsutsuiconfig		netbsd	root on ? type ?
1391.1Scdi
1401.1Scdimainbus0 	at root
1411.1Scdi
1421.1Scdicpu0 		at mainbus?
1431.1Scdi
1441.19Stsutsuimcclock0	at mainbus? addr 0x10000070
1451.19Stsutsui
1461.1Scdicom0		at mainbus? addr 0x1c800000 level 3
1471.1Scdioptions 	COM_16650
1481.1Scdi
1491.33Stsutsuizsc0		at mainbus? addr 0x1c800000 irq 4
1501.33Stsutsuizstty0		at zsc0 channel 0
1511.36Stsutsui#zstty1		at zsc0 channel 1
1521.33Stsutsui
1531.1Scdipanel0 		at mainbus? addr 0x1f000000
1541.1Scdi
1551.1Scdigt0 		at mainbus? addr 0x14000000
1561.1Scdi
1571.1Scdipci* 		at gt0
1581.1Scdipchb* 		at pci? dev ? function ?
1591.1Scdipcib* 		at pci? dev ? function ?
1601.1Scdi
1611.5Stsutsuioptions 	PCI_NETBSD_CONFIGURE
1621.5Stsutsui
1631.1Scdi# Cryptographic Devices
1641.1Scdi
1651.1Scdi# PCI cryptographic devices
1661.1Scdi#hifn*	at pci? dev ? function ?	# Hifn 7755/7811/795x
1671.1Scdi#ubsec*	at pci? dev ? function ?	# Broadcom 5501/5601/580x/582x
1681.1Scdi
1691.1Scdi# PCI serial/parallel interfaces
1701.30Stsutsuipuc* 		at pci? dev ? function ? 	# PCI "universal" comm. cards
1711.30Stsutsuicom* 		at puc? port ?
1721.1Scdi#lpt* 		at puc? port ?
1731.1Scdi#cy* 		at pci? dev ? function ?	# Cyclades Cyclom-Y serial cards
1741.1Scdi
1751.1Scdi# PCI SCSI controllers
1761.1Scdi#adv*		at pci? dev ? function ?	# AdvanSys 1200[A,B], 9xx[U,UA]
1771.1Scdi#adw*		at pci? dev ? function ?	# AdvanSys 9xxUW SCSI
1781.1Scdi#ahc*		at pci? dev ? function ?	# Adaptec [23]94x, aic78x0 SCSI
1791.1Scdi#bha*		at pci? dev ? function ?	# BusLogic 9xx SCSI
1801.1Scdi#dpt*		at pci? dev ? function ?	# DPT SmartCache/SmartRAID
1811.1Scdi#isp*		at pci? dev ? function ?	# Qlogic ISP [12]0x0 SCSI/FC
1821.1Scdi#siop*		at pci? dev ? function ?	# NCR 53c8xx SCSI
1831.1Scdi#esiop*		at pci? dev ? function ?	# NCR 53c82s75xx SCSI and newer
1841.1Scdi#pcscp*		at pci? dev ? function ?	# AMD 53c974 PCscsi-PCI SCSI
1851.1Scdi
1861.1Scdi# SCSI bus support
1871.1Scdi#scsibus* 	at adv?
1881.1Scdi#scsibus* 	at adw?
1891.1Scdi#scsibus* 	at ahc?
1901.1Scdi#scsibus* 	at bha?
1911.1Scdi#scsibus* 	at dpt?
1921.1Scdi#scsibus* 	at isp?
1931.1Scdi#scsibus* 	at siop?
1941.1Scdi#scsibus* 	at esiop?
1951.1Scdi#scsibus* 	at pcscp?
1961.1Scdi
1971.1Scdi# SCSI devices
1981.1Scdi#sd*		at scsibus? target ? lun ?	# SCSI disk drives
1991.1Scdi#st*		at scsibus? target ? lun ?	# SCSI tape drives
2001.1Scdi#cd*		at scsibus? target ? lun ?	# SCSI CD-ROM drives
2011.1Scdi#ch*		at scsibus? target ? lun ?	# SCSI autochangers
2021.1Scdi#ss*		at scsibus? target ? lun ?	# SCSI scanners
2031.1Scdi#uk*		at scsibus? target ? lun ?	# SCSI unknown
2041.1Scdi
2051.1Scdi# RAID controllers and devices
2061.1Scdi#cac*		at pci? dev ? function ?	# Compaq array controller
2071.1Scdi#ca*		at cac? unit ?			# Compaq array disk device
2081.1Scdi
2091.1Scdi# IDE and related devices
2101.1Scdi# PCI IDE controllers - see pciide(4) for supported hardware.
2111.1Scdi# The 0x0001 flag force the driver to use DMA, even if the driver doesn't know
2121.1Scdi# how to set up DMA modes for this chip. This may work, or may cause
2131.1Scdi# a machine hang with some controllers.
2141.1Scdipciide* 	at pci? dev ? function ? flags 0x0000	# GENERIC pciide driver
2151.36Stsutsui#acardide*	at pci? dev ? function ?	# Acard IDE controllers
2161.31Stsutsui#aceride* 	at pci? dev ? function ?	# Acer Lab IDE controllers
2171.31Stsutsui#artsata*	at pci? dev ? function ?	# Intel i31244 SATA controller
2181.36Stsutsui#cmdide* 	at pci? dev ? function ?	# CMD tech IDE controllers
2191.31Stsutsui#cypide* 	at pci? dev ? function ?	# Cypress IDE controllers
2201.36Stsutsui#hptide* 	at pci? dev ? function ?	# Triones/HighPoint IDE controllers
2211.31Stsutsui#optiide* 	at pci? dev ? function ?	# Opti IDE controllers
2221.36Stsutsui#pdcide* 	at pci? dev ? function ?	# Promise IDE controllers
2231.36Stsutsui#pdcsata* 	at pci? dev ? function ?	# Promise SATA150 controllers
2241.36Stsutsui#satalink*	at pci? dev ? function ?	# SiI SATALink controllers
2251.31Stsutsui#siside* 	at pci? dev ? function ?	# SiS IDE controllers
2261.31Stsutsui#slide*  	at pci? dev ? function ?	# Symphony Labs IDE controllers
2271.1Scdiviaide* 	at pci? dev ? function ?	# VIA/AMD/Nvidia IDE controllers
2281.1Scdi
2291.1Scdi# ATA bus
2301.1Scdiatabus* 	at ata?
2311.1Scdi
2321.1Scdi# IDE drives
2331.1Scdi# Flags are used only with controllers that support DMA operations
2341.1Scdi# and mode settings (e.g. some pciide controllers)
2351.1Scdi# The lowest order four bits (rightmost digit) of the flags define the PIO
2361.1Scdi# mode to use, the next set of four bits the DMA mode and the third set the
2371.1Scdi# UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
2381.1Scdi# to use, and the last bit must be 1 for this setting to be used.
2391.1Scdi# For DMA and UDMA, 0xf (1111) means 'disable'.
2401.1Scdi# 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
2411.1Scdi# (0xc=1100, 0xa=1010, 0xf=1111)
2421.1Scdi# 0x0000 means "use whatever the drive claims to support".
2431.1Scdiwd* 		at atabus? drive ? flags 0x0000
2441.1Scdi
2451.1Scdi# PCI network interfaces
2461.1Scdi#en*		at pci? dev ? function ?	# ENI/Adaptec ATM
2471.1Scdi#ep*		at pci? dev ? function ?	# 3Com 3c59x
2481.1Scdi#ex*		at pci? dev ? function ?	# 3Com 90x[BC]
2491.1Scdi#epic*		at pci? dev ? function ?	# SMC EPIC/100 Ethernet
2501.1Scdi#esh*		at pci? dev ? function ?	# Essential HIPPI card
2511.1Scdi#fpa*		at pci? dev ? function ?	# DEC DEFPA FDDI
2521.1Scdi#fxp*		at pci? dev ? function ?	# Intel EtherExpress PRO10+/100B
2531.1Scdi#le*		at pci? dev ? function ?	# PCnet-PCI Ethernet
2541.1Scdi#ne*		at pci? dev ? function ?	# NE2000-compatible Ethernet
2551.1Scdi#ntwoc*		at pci? dev ? function ?	# Riscom/N2 PCI Sync Serial
2561.1Scdi#sip*		at pci? dev ? function ?	# SiS 900 Ethernet
2571.1Scdi#tl*		at pci? dev ? function ?	# ThunderLAN-based Ethernet
2581.1Scditlp*		at pci? dev ? function ?	# DECchip 21x4x and clones
2591.1Scdi#vr*		at pci? dev ? function ?	# VIA Rhine Fast Ethernet
2601.1Scdi#lmc*		at pci? dev ? function ?	# Lan Media Corp SSI/HSSI/DS3
2611.1Scdi#rtk*		at pci? dev ? function ?	# Realtek 8129/8139
2621.1Scdi
2631.1Scdi# MII/PHY support
2641.1Scdi#exphy*		at mii? phy ?			# 3Com internal PHYs
2651.1Scdi#icsphy*		at mii? phy ?			# ICS189x PHYs
2661.1Scdi#inphy*		at mii? phy ?			# Intel 82555 PHYs
2671.1Scdi#iophy*		at mii? phy ?			# Intel 82553 PHYs
2681.1Scdilxtphy*		at mii? phy ?			# Level One LXT-970 PHYs
2691.1Scdi#nsphy*		at mii? phy ?			# NS83840 PHYs
2701.1Scdi#nsphyter* 	at mii? phy ?			# NS83843 PHYs
2711.1Scdi#qsphy*		at mii? phy ?			# Quality Semiconductor QS6612
2721.1Scdi#sqphy*		at mii? phy ?			# Seeq 80220/80221/80223 PHYs
2731.1Scdi#tlphy*		at mii? phy ?			# ThunderLAN PHYs
2741.1Scdi#tqphy*		at mii? phy ?			# TDK Semiconductor PHYs
2751.1Scdi#ukphy*		at mii? phy ?			# generic unknown PHYs
2761.1Scdi
2771.1Scdi# PCI audio devices
2781.1Scdi#clcs*		at pci? dev ? function ?	# Cirrus Logic CS4280
2791.1Scdi#eap*		at pci? dev ? function ?	# Ensoniq AudioPCI
2801.37Stsutsui#emuxki* 	at pci? dev ? function ?	# SoundBlaster Live!
2811.1Scdi#eso*		at pci? dev ? function ?	# ESS Solo-1 PCI AudioDrive
2821.1Scdi#fms*		at pci? dev ? function ?	# Forte Media FM801
2831.1Scdi#sv*		at pci? dev ? function ?	# S3 SonicVibes
2841.1Scdi
2851.37Stsutsui# Audio support
2861.37Stsutsui#audio*		at audiobus?
2871.37Stsutsui
2881.1Scdi# Pseudo-devices
2891.1Scdi
2901.13Sthorpej#pseudo-device 	crypto				# /dev/crypto device
2911.14Sthorpej#pseudo-device	swcrypto			# software crypto implementation
2921.1Scdi
2931.1Scdi# Disk/mass storage pseudo-devices
2941.1Scdi#pseudo-device	ccd		4		# concatenated disk devices
2951.1Scdi#pseudo-device	cgd		4		# cryptographic disk devices
2961.1Scdi#pseudo-device	raid		8		# RAIDframe disk driver
2971.1Scdi#options 	RAID_AUTOCONFIG			# auto-configuration of RAID
2981.1Scdi# Options to enable various other RAIDframe RAID types.
2991.1Scdi# options	RF_INCLUDE_EVENODD=1
3001.1Scdi# options	RF_INCLUDE_RAID5_RS=1
3011.1Scdi# options	RF_INCLUDE_PARITYLOGGING=1
3021.1Scdi# options	RF_INCLUDE_CHAINDECLUSTER=1
3031.1Scdi# options	RF_INCLUDE_INTERDECLUSTER=1
3041.1Scdi# options 	RF_INCLUDE_PARITY_DECLUSTERING=1
3051.1Scdi# options	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
3061.42Shannken#pseudo-device	md				# memory disk device (ramdisk)
3071.18Scube#pseudo-device	vnd				# disk-like interface to files
3081.1Scdi
3091.1Scdi# Network pseudo-devices
3101.32Stsutsuipseudo-device	bpfilter			# Berkeley packet filter
3111.1Scdi#pseudo-device	ipfilter			# IP filter (firewall) and NAT
3121.1Scdipseudo-device	loop				# network loopback
3131.18Scube#pseudo-device	ppp				# Point-to-Point Protocol
3141.1Scdi#pseudo-device	pppoe				# PPP over Ethernet (RFC 2516)
3151.18Scube#pseudo-device	sl				# Serial Line IP
3161.18Scube#pseudo-device	strip				# Starmode Radio IP (Metricom)
3171.18Scube#pseudo-device	tun				# network tunneling over tty
3181.1Scdi#pseudo-device	tap				# virtual Ethernet
3191.18Scube#pseudo-device	gre				# generic L3 over IP tunnel
3201.18Scube#pseudo-device	gif				# RFC1933 tunnel
3211.18Scube#pseudo-device	faith				# IPv[46] tcp relay translation
3221.18Scube#pseudo-device	stf				# 6to4 IPv6 over IPv4 encapsulation
3231.1Scdi#pseudo-device	vlan			# IEEE 802.1q encapsulation
3241.1Scdi#pseudo-device	bridge			# simple inter-network bridging
3251.1Scdi#options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
3261.1Scdi
3271.1Scdi# Miscellaneous pseudo-devices
3281.1Scdipseudo-device	pty				# pseudo-terminals
3291.36Stsutsuioptions 	NO_DEV_PTM
3301.1Scdi#pseudo-device	sequencer	1		# MIDI sequencer
3311.1Scdipseudo-device	rnd				# /dev/random & kernel generator
3321.1Scdi#options 	RND_COM				# use "com" randomness (BROKEN)
3331.36Stsutsui#pseudo-device	clockctl		# user control of clock subsystem
3341.1Scdipseudo-device	nullcons			# no-op console
3351.1Scdi
3361.1Scdi# A pseudo device needed for Coda		# also needs CODA (above)
3371.1Scdi#pseudo-device	vcoda		4		# coda minicache <-> venus comm.
3381.1Scdi#pseudo-device	ksyms				# /dev/ksyms
3391.1Scdi#pseudo-device	pf			# PF packet filter
3401.1Scdi#pseudo-device	pflog			# PF log if
341