INSTALL revision 1.92
11.92Stsutsui# $NetBSD: INSTALL,v 1.92 2006/12/11 14:49:13 tsutsui Exp $
21.1Scjs#
31.1Scjs# Alpha INSTALL kernel.
41.1Scjs
51.92Stsutsuiinclude		"arch/alpha/conf/std.alpha"
61.64Satatat
71.64Satatat#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
81.1Scjs
91.57Slukemmakeoptions	COPTS="-Os"		# Optimise for space. Implies -O2
101.44Sabs
111.1Scjsmaxusers 8
121.1Scjs
131.1Scjs# Enable the hooks used for initializing the ram-disk.
141.1Scjsoptions 	MEMORY_DISK_HOOKS
151.1Scjsoptions 	MEMORY_DISK_IS_ROOT	# Force root on ram-disk
161.61Slukemoptions 	MEMORY_DISK_ROOT_SIZE=9300	# 4 Megabytes
171.1Scjs
181.1Scjs# CPU Support
191.40Sthorpejoptions 	DEC_2000_300	# "Jensen":	2000/300 (DECpc AXP 150)
201.1Scjsoptions 	DEC_2100_A50	# Avanti etc:	AlphaStation 400, 200, etc.
211.49Sthorpejoptions 	DEC_2100_A500	# Sable:	AlphaServer 2100
221.49Sthorpejoptions 	DEC_2100A_A500	# Lynx:		AlphaServer 2100A
231.4Scjsoptions 	DEC_3000_500	# Flamingo etc:	3000/[4-9]00*
241.4Scjsoptions 	DEC_3000_300	# Pelican etc:	3000/300*
251.1Scjsoptions 	DEC_AXPPCI_33	# NoName:	AXPpci33, Multia, etc.
261.1Scjsoptions 	DEC_EB164	# EB164:	AlphaPC 164
271.1Scjsoptions 	DEC_EB64PLUS	# EB64+:	AlphaPC 64, etc.
281.1Scjsoptions 	DEC_KN20AA	# KN20AA:	AlphaStation 500 and 600
291.4Scjsoptions 	DEC_KN8AE	# KN8AE:	AlphaServer 8200 and 8400
301.38Sthorpejoptions 	DEC_KN300	# KN300:	AlphaServer 4100 and 1200
311.16Sthorpejoptions 	DEC_550		# Miata:	Digital Personal Workstation
321.18Sthorpejoptions 	DEC_1000	# Mikasa etc:	Digital AlphaServer 1000
331.18Sthorpejoptions 	DEC_1000A	# Corelle etc:	Digital AlphaServer 800/1000A
341.18Sthorpejoptions 	DEC_ALPHABOOK1	# AlphaBook1:	Tadpole/DEC AlphaBook
351.18Sthorpejoptions 	DEC_EB66	# EB66:		21066 Evaluation Board
361.27Srossoptions 	DEC_6600	# EV6:		264DP OEM Board
371.39Sthorpejoptions 	API_UP1000	# EV6:		Alpha Processor, Inc. UP1000
381.1Scjs
391.92Stsutsui# Diagnostic/debugging support options
401.92Stsutsuioptions 	DDB			# kernel debugger
411.92Stsutsui#makeoptions	DEBUG="-g"
421.92Stsutsui
431.1Scjs# File systems
441.1Scjsfile-system	FFS		# Fast file system
451.1Scjsfile-system	CD9660		# ISO-9660 CD-ROM FS (w/RockRidge extensions)
461.4Scjsfile-system	MSDOSFS		# MS-DOS-compatible file system
471.1Scjsfile-system	NFS		# Sun NFS-compatible file system client
481.2Scjsfile-system	KERNFS		# Kernel variable file system (/kern)
491.45Sabs
501.92Stsutsui# File system options
511.45Sabs#options 	NFS_V2_ONLY	# Exclude NFS3 and NQNFS code to save space
521.87Stsutsui#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
531.1Scjs
541.1Scjs# Networking options
551.92Stsutsuioptions 	INET		# IP + ICMP + TCP + UDP
561.1Scjs
571.1Scjs# 4.3BSD compatibility.  Should be optional, but necessary for now.
581.1Scjsoptions 	COMPAT_43
591.1Scjs
601.1Scjs# Binary compatibility with previous versions of NetBSD.
611.1Scjs#options 	COMPAT_09
621.4Scjsoptions 	COMPAT_10
631.4Scjsoptions 	COMPAT_11
641.4Scjsoptions 	COMPAT_12
651.4Scjsoptions 	COMPAT_13
661.28Saugustssoptions 	COMPAT_14
671.92Stsutsuioptions 	COMPAT_15
681.92Stsutsuioptions 	COMPAT_16
691.92Stsutsuioptions 	COMPAT_20
701.92Stsutsuioptions 	COMPAT_30	# NetBSD 3.0 compatibility.
711.92Stsutsuioptions 	COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
721.4Scjs
731.4Scjs# Misc. options
741.18Sthorpej#options 	EISAVERBOSE		# recognize "unknown" EISA devices
751.18Sthorpej#options 	PCIVERBOSE		# recognize "unknown" PCI devices
761.37Saugustss#options 	MIIVERBOSE		# verbose PHY autoconfig messages
771.34Scgd#options 	PCI_CONFIG_DUMP		# verbosely dump PCI config space
781.18Sthorpej#options 	SCSIVERBOSE		# Verbose SCSI errors
791.18Sthorpej#options 	TCVERBOSE		# recognize "unknown" TC devices
801.18Sthorpejoptions 	INSECURE		# disable `kernel security level'
811.67Slukemoptions 	USERCONF		# userconf(4) support
821.69Sitohyoptions 	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
831.80Satatat#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
841.69Sitohyoptions 	FONT_GALLANT12x22	# Console font for TC devices
851.4Scjs
861.4Scjs# The Alpha console firmware network boots using the BOOTP
871.8Scgd# protocol, so we ask the NFS code to use BOOTP/DHCP as well,
881.8Scgd# in case we have NFS root.
891.8Scgdoptions 	NFS_BOOT_DHCP		# superset of BOOTP
901.1Scjs
911.24Sross# WS console uses SUN or VT100 terminal emulation
921.24Srossoptions 	WSEMUL_VT100
931.10Sdrochner
941.1Scjsconfig		netbsd	root on ? type ?
951.1Scjs
961.1Scjsmainbus0 at	root
971.1Scjscpu*	at	mainbus0
981.1Scjs
991.1Scjs# TurboLaser bus support and devices
1001.4Scjstlsb*	at	mainbus0
1011.4Scjsgbus*	at	tlsb? node ? offset ?
1021.4Scjstlsbmem* at	tlsb? node ? offset ?
1031.4Scjskft*	at	tlsb? node ? offset ?
1041.1Scjs
1051.1Scjs# Gbus Devices
1061.13Sthorpejmcclock* at	gbus? offset ?
1071.1Scjs
1081.18Sthorpej# MCBUS bus support
1091.18Sthorpejmcbus*	at	mainbus0
1101.18Sthorpejmcmem*	at	mcbus? mid ?
1111.18Sthorpej
1121.27Sross#EV6 Tsunami Core Logic
1131.27Sross
1141.27Srosstsc*	at	mainbus0
1151.27Sross
1161.40Sthorpej# DECpc AXP150 (Jensen) internal bus support
1171.40Sthorpejjensenio* at	mainbus0
1181.40Sthorpej
1191.40Sthorpejcom*	at	jensenio? port ?
1201.40Sthorpejlpt*	at	jensenio? port ?
1211.40Sthorpejmcclock* at	jensenio? port ?
1221.40Sthorpejpckbc*	at	jensenio? port ?
1231.40Sthorpej
1241.92Stsutsui# TURBOchannel host bus adapter support
1251.4Scjstcasic*	at	mainbus0
1261.1Scjs
1271.92Stsutsui# TURBOchannel bus support
1281.4Scjstc*	at	tcasic?
1291.1Scjs
1301.92Stsutsui# TURBOchannel devices
1311.4Scjsioasic*	at	tc? slot ? offset ?
1321.4Scjsmcclock* at	ioasic? offset ?
1331.4Scjsle*	at	ioasic? offset ?
1341.69Sitohyzsc0	at	ioasic? offset 0x100000
1351.69Sitohyzsc1	at	ioasic? offset 0x180000
1361.14Sthorpejtcds*	at	tc? slot ? offset ?
1371.14Sthorpejasc*	at	tcds? chip ?
1381.92Stsutsuiasc*	at	tc? slot ? offset ?
1391.4Scjsle*	at	tc? slot ? offset ?
1401.4Scjsfta*	at	tc? slot ? offset ?		# DEC DEFTA FDDI cards
1411.68Sadcfb*	at	tc? slot ? offset ?
1421.68Sadmfb*	at	tc? slot ? offset ?
1431.68Sadtfb*	at	tc? slot ? offset ?
1441.68Sadsfb*	at	tc? slot ? offset ?
1451.68Sad#sfbp*	at	tc? slot ? offset ?
1461.68Sadpx*	at	tc? slot ? offset ?
1471.68Sadpxg*	at	tc? slot ? offset ?
1481.68Sad
1491.92Stsutsui# TURBOchannel serial attachments
1501.92Stsutsuizstty*	at	zsc? channel ?			# serial ports on B channels
1511.92Stsutsuilkkbd0	at	zsc1 channel ?			# keyboard port on A channels
1521.92Stsutsuivsms0	at	zsc0 channel ?			# mouse port on A channels
1531.1Scjs
1541.1Scjs# PCI host bus adapter support
1551.1Scjsapecs*	at	mainbus?
1561.1Scjscia*	at	mainbus?
1571.39Sthorpejirongate* at	mainbus?
1581.1Scjslca*	at	mainbus?
1591.4Scjsdwlpx*	at	kft?
1601.18Sthorpejmcpcia*	at	mcbus? mid ?
1611.27Srosstsp*	at	tsc?
1621.49Sthorpejttwoga*	at	mainbus?
1631.40Sthorpej
1641.40Sthorpej# Sable PCI and STDIO bus and devices
1651.57Slukemttwopci* at	ttwoga? hose ?
1661.57Slukemsableio* at	ttwopci? bus ?
1671.57Slukemcom*	at	sableio? port ?
1681.57Slukemlpt*	at	sableio? port ?
1691.57Slukempckbc*	at	sableio? port ?
1701.49Sthorpejfdc*	at	sableio? port ?
1711.1Scjs
1721.1Scjs# PCI bus support
1731.1Scjspci*	at	apecs?
1741.1Scjspci*	at	cia?
1751.39Sthorpejpci*	at	irongate?
1761.1Scjspci*	at	lca?
1771.1Scjspci*	at	ppb?
1781.4Scjspci*	at	dwlpx?
1791.18Sthorpejpci*	at	mcpcia?
1801.27Srosspci*	at	tsp?
1811.49Sthorpejpci*	at	ttwopci?
1821.1Scjs
1831.1Scjs# PCI devices
1841.29Sthorpejadv*	at	pci? dev ? function ?		# AdvanSys SCSI
1851.29Sthorpejadw*	at	pci? dev ? function ?		# AdvanSys Wide SCSI
1861.66Swiz#options 	SCSI_ADW_WDTR_DISABLE		# 	disable WDTR
1871.66Swiz#options 	SCSI_ADW_SDTR_DISABLE		# 	disable SDTR
1881.66Swiz#options 	SCSI_ADW_TAGQ_DISABLE		# 	disable Tag Queuing
1891.1Scjsahc*	at	pci? dev ? function ?		# Adaptec [23]94x, aic78x0 SCSI
1901.23Srossbha*	at	pci? dev ? function ?		# BusLogic 9xx SCSI (untested)
1911.36Sadcac*	at	pci? dev ? function ?		# Compaq array controller (untested)
1921.30Saddpt*	at	pci? dev ? function ?		# DPT SmartCache/SmartRAID
1931.23Srossen*	at	pci? dev ? function ?		# ENI PCI ATM (untested)
1941.1Scjsep*	at	pci? dev ? function ?		# 3COM 3c59x/3c90x Ethernet
1951.25Schristosepic*	at	pci? dev ? function ?		# SMC EPIC/100 Ethernet
1961.56Shubertfex*	at	pci? dev ? function ?		# 3COM 3c90x[BC] Ethernet
1971.1Scjsfpa*	at	pci? dev ? function ?		# DEC DEFPA FDDI
1981.23Srossfxp*	at	pci? dev ? function ?		# Intel EEPRO 10+/100B
1991.54Sthorpejgsip*	at	pci? dev ? function ?		# NS DP83820 Gigabit Ethernet
2001.53Slukemiha*	at	pci? dev ? function ?		# Initio INIC-940/950 SCSI
2011.1Scjsisp*	at	pci? dev ? function ?		# Qlogic ISP 10x0 SCSI
2021.23Srossle*	at	pci? dev ? function ?		# PCI LANCE Ethernet (untested)
2031.54Sthorpejsf*	at	pci? dev ? function ?		# Adaptec AIC-6915 Ethernet
2041.40Sthorpejsiop*	at	pci? dev ? function ?		# Symbios 53c8xx SCSI
2051.50Sadmlx*	at	pci? dev ? function ?		# Mylex DAC960 / DEC SWXCR (untested)
2061.72Sthorpejmpt*	at	pci? dev ? function ?		# LSI Fusion SCSI/FC
2071.25Schristosne*	at	pci? dev ? function ?		# NE2000-compatible Ethernet
2081.1Scjspceb*	at	pci? dev ? function ?		# Intel PCI-EISA Bridges
2091.92Stsutsuipciide* at	pci? dev ? function ? flags 0x0000	# GENERIC pciide driver
2101.92Stsutsuiacardide* at	pci? dev ? function ?		# Acard IDE controllers
2111.92Stsutsuiaceride* at	pci? dev ? function ?		# Acer Lab IDE controllers
2121.92Stsutsuiartsata* at	pci? dev ? function ?		# Intel i31244 SATA controller
2131.92Stsutsuicmdide* at	pci? dev ? function ?		# CMD tech IDE controllers
2141.92Stsutsuicypide* at	pci? dev ? function ?		# Cypress IDE controllers
2151.92Stsutsuihptide* at	pci? dev ? function ?		# Triones/HighPoint IDE controllers
2161.92Stsutsuioptiide* at	pci? dev ? function ?		# Opti IDE controllers
2171.92Stsutsuipdcide* at	pci? dev ? function ?		# Promise IDE controllers
2181.92Stsutsuipdcsata* at	pci? dev ? function ?		# Promise SATA150 controllers
2191.92Stsutsuisatalink* at	pci? dev ? function ?		# SiI SATALink controllers
2201.92Stsutsuisiside* at	pci? dev ? function ?		# SiS IDE controllers
2211.92Stsutsuislide*  at	pci? dev ? function ?		# Symphony Labs IDE controllers
2221.92Stsutsuiviaide* at	pci? dev ? function ?		# VIA/AMD/Nvidia IDE controllers
2231.91Stsutsuipcn*	at	pci? dev ? function ?		# AMD PCnet-PCI Ethernet
2241.23Srosspcscp*	at	pci? dev ? function ?		# AMD Am53c974 PCscsi-PCI
2251.1Scjsppb*	at	pci? dev ? function ?		# PCI-PCI Bridges
2261.92Stsutsuire*	at	pci? dev ? function ?		# Realtek 8169 Ethernet
2271.79Swizrtk*	at	pci? dev ? function ?		# Realtek 8129/8139 Ethernet
2281.1Scjssio*	at	pci? dev ? function ?		# Intel PCI-ISA Bridges
2291.31Sthorpejsip*	at	pci? dev ? function ?		# SiS 900 Ethernet
2301.92Stsutsuistge*	at	pci? dev ? function ?		# Sundance/Tamarack TC9021 GigE
2311.1Scjstga*	at	pci? dev ? function ?		# DEC ZLXp-E[123] Graphics
2321.92Stsutsuiti*	at	pci? dev ? function ?		# Alteon Tigon Gig-E
2331.18Sthorpejtl*	at	pci? dev ? function ?		# TI ThunderLAN Ethernet
2341.31Sthorpejtlp*	at	pci? dev ? function ?		# DECchip 21x4x and clones
2351.1Scjsvga*	at	pci? dev ? function ?		# PCI VGA Graphics
2361.25Schristosvr*	at	pci? dev ? function ?		# VIA Rhine Fast Ethernet
2371.70Sgrantwi*	at	pci? dev ? function ?		# Lucent/Intersil WaveLAN/IEEE
2381.92Stsutsuiwm*	at	pci? dev ? function ?		# Intel 8254x Ethernet
2391.18Sthorpej
2401.18Sthorpej# MII/PHY support
2411.26Schristosexphy*	at mii? phy ?			# 3Com internal PHYs
2421.59Swizicsphy*	at mii? phy ?			# Integrated Circuit Systems ICS189x
2431.26Schristosinphy*	at mii? phy ?			# Intel 82555 PHYs
2441.26Schristoslxtphy*	at mii? phy ?			# Level One LXT-970 PHYs
2451.54Sthorpejgphyter* at mii? phy ?			# NS83861 Gig-E PHY
2461.91Stsutsuimakphy*	at mii? phy ?			# Marvell Semiconductor 88E1000 PHYs
2471.26Schristosnsphy*	at mii? phy ?			# NS83840 PHYs
2481.54Sthorpejnsphyter* at mii? phy ?			# NS83843 PHYs
2491.26Schristosqsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
2501.91Stsutsuirgephy*	at mii? phy ?			# Realtek 8169S internal PHYs
2511.91Stsutsuirlphy*	at mii? phy ?			# Realtek 8139 PHYs
2521.26Schristossqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
2531.26Schristostlphy*	at mii? phy ?			# ThunderLAN PHYs
2541.26Schristosukphy*	at mii? phy ?			# generic unknown PHYs
2551.1Scjs
2561.1Scjs# ISA/EISA bus support
2571.40Sthorpejisa*	at	jensenio?
2581.40Sthorpejeisa*	at	jensenio?
2591.1Scjsisa*	at	pceb?
2601.1Scjseisa*	at	pceb?
2611.1Scjsisa*	at	sio?
2621.1Scjs
2631.1Scjs# ISA devices
2641.1Scjsmcclock* at	isa? port 0x70
2651.10Sdrochnerpckbc*	at	isa?				# PC keyboard controller
2661.10Sdrochnerpckbd*	at	pckbc?				# PC keyboard (kbd port)
2671.20Sdrochnerpms*	at	pckbc?				# PS/2-style mouse (aux port)
2681.1Scjscom*	at	isa? port 0x3f8 irq 4		# standard serial ports
2691.1Scjscom*	at	isa? port 0x2f8 irq 3
2701.1Scjsep*	at	isa? port ? irq ?		# 3COM 3c509 Ethernet
2711.22Sthorpejfdc0	at	isa? port 0x3f0 irq 6 drq 2	# floppy controller
2721.92Stsutsuilc0	at	isa? port 0x300 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
2731.92Stsutsuilc1	at	isa? port 0x320 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
2741.92Stsutsuidepca0	at	isa? port 0x300 iomem 0xd0000 iosiz 0x10000 irq 5 	# DEPCA
2751.92Stsutsuidepca1	at	isa? port 0x200 iomem 0xd8000 iosiz 0x8000 irq 10 	# DEPCA
2761.92Stsutsuile*	at	depca?
2771.1Scjslpt*	at	isa? port 0x3bc irq 7		# standard parallel port
2781.1Scjsvga*	at	isa?				# ISA (EISA: XXX) VGA
2791.5Sthorpejwdc0	at	isa? port 0x1f0 irq 14		# ST506/ESDI/IDE controllers
2801.5Sthorpejwdc1	at	isa? port 0x170 irq 15
2811.92Stsutsuiwe0	at	isa? port 0x280 iomem 0xd0000 irq 9	# WD/SMC Ethernet
2821.92Stsutsuiwe1	at	isa? port 0x300 iomem 0xcc000 irq 10
2831.1Scjs
2841.1Scjs# EISA devices
2851.23Srossahb*	at	eisa? slot ?			# Adaptec 174[024] SCSI (unt.)
2861.1Scjsahc*	at	eisa? slot ?			# Adaptec 274x, aic7770 SCSI
2871.1Scjsbha*	at	eisa? slot ?			# BusLogic 7xx SCSI
2881.4Scjsep*	at	eisa? slot ?			# 3COM 3c579 Ethernet (untested)
2891.1Scjsfea*	at	eisa? slot ?			# DEC DEFEA FDDI
2901.52Sadmlx*	at	eisa? slot ?			# Mylex DAC960 / DEC SWXCR (untested)
2911.31Sthorpejtlp*	at	eisa? slot ?			# DEC DE-425 Ethernet
2921.41Sthorpejdepca*	at	eisa? slot ?			# DEC DE-422 Ethernet
2931.41Sthorpejle*	at	depca?
2941.23Srossuha*	at	eisa? slot ?			# UltraStor 24f SCSI (unt.)
2951.1Scjs
2961.1Scjs# SCSI bus support
2971.92Stsutsuiscsibus* at	scsi?
2981.1Scjs
2991.1Scjs# SCSI devices
3001.1Scjscd*	at	scsibus? target ? lun ?		# SCSI CD-ROM drives
3011.1Scjssd*	at	scsibus? target ? lun ?		# SCSI disk drives
3021.1Scjsst*	at	scsibus? target ? lun ?		# SCSI tape drives
3031.1Scjs
3041.76Slukem# ATA (IDE) bus support
3051.76Slukematabus* at ata?
3061.74Sbouyer
3071.76Slukem# IDE drives
3081.74Sbouyerwd*	at	atabus? drive ?
3091.5Sthorpej
3101.5Sthorpej# ATAPI bus support
3111.76Slukematapibus* at	atapi?
3121.5Sthorpej
3131.5Sthorpej# ATAPI devices
3141.5Sthorpejsd*	at	atapibus? drive ?		# ATAPI disk devices
3151.5Sthorpejcd*	at	atapibus? drive ?		# ATAPI CD-ROM devices
3161.22Sthorpej
3171.22Sthorpej# Floppy drives
3181.22Sthorpejfd*	at	fdc? drive ?
3191.36Sad
3201.36Sad# Hardware RAID devices
3211.48Sadld*	at	cac? unit ?
3221.51Sminourald*	at	mlx? unit ?
3231.1Scjs
3241.1Scjs# Workstation Console attachments
3251.68Sadwsdisplay*	at	cfb?
3261.68Sadwsdisplay*	at	mfb?
3271.68Sadwsdisplay*	at	tfb?
3281.68Sadwsdisplay*	at	sfb?
3291.68Sad#wsdisplay*	at	sfbp?
3301.68Sadwsdisplay*	at	px?
3311.68Sadwsdisplay*	at	pxg?
3321.92Stsutsuiwsdisplay*	at	vga?
3331.92Stsutsuiwsdisplay*	at	tga?
3341.92Stsutsuiwskbd*		at	lkkbd? console ?
3351.92Stsutsuiwsmouse*	at	vsms?
3361.12Sthorpejwskbd*		at	pckbd?
3371.20Sdrochnerwsmouse*	at	pms?
3381.1Scjs
3391.1Scjspseudo-device	loop		1
3401.1Scjspseudo-device	md		1
3411.89Scubepseudo-device	ppp		
3421.46Sabspseudo-device	pty		2	# pseudo-terminals (Sysinst needs two)
3431.89Scubepseudo-device	sl		
3441.73Sitojun
3451.73Sitojunpseudo-device	rnd			# /dev/random and in-kernel generator
3461.83Shannken#pseudo-device	fss		4	# file system snapshot device
347