INSTALL revision 1.116
11.116Sthorpej# $NetBSD: INSTALL,v 1.116 2020/09/19 03:27:42 thorpej Exp $
21.1Scjs#
31.1Scjs# Alpha INSTALL kernel.
41.1Scjs
51.110Smrginclude 	"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.116Sthorpejno options 	MULTIPROCESSOR		# disable MP to save space
141.116Sthorpej
151.1Scjs# Enable the hooks used for initializing the ram-disk.
161.1Scjsoptions 	MEMORY_DISK_HOOKS
171.1Scjsoptions 	MEMORY_DISK_IS_ROOT	# Force root on ram-disk
181.114Smartinoptions 	MEMORY_DISK_ROOT_SIZE=9320	# 4660k
191.97Sjymoptions 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
201.1Scjs
211.1Scjs# CPU Support
221.40Sthorpejoptions 	DEC_2000_300	# "Jensen":	2000/300 (DECpc AXP 150)
231.1Scjsoptions 	DEC_2100_A50	# Avanti etc:	AlphaStation 400, 200, etc.
241.49Sthorpejoptions 	DEC_2100_A500	# Sable:	AlphaServer 2100
251.49Sthorpejoptions 	DEC_2100A_A500	# Lynx:		AlphaServer 2100A
261.4Scjsoptions 	DEC_3000_500	# Flamingo etc:	3000/[4-9]00*
271.4Scjsoptions 	DEC_3000_300	# Pelican etc:	3000/300*
281.1Scjsoptions 	DEC_AXPPCI_33	# NoName:	AXPpci33, Multia, etc.
291.1Scjsoptions 	DEC_EB164	# EB164:	AlphaPC 164
301.1Scjsoptions 	DEC_EB64PLUS	# EB64+:	AlphaPC 64, etc.
311.1Scjsoptions 	DEC_KN20AA	# KN20AA:	AlphaStation 500 and 600
321.4Scjsoptions 	DEC_KN8AE	# KN8AE:	AlphaServer 8200 and 8400
331.38Sthorpejoptions 	DEC_KN300	# KN300:	AlphaServer 4100 and 1200
341.16Sthorpejoptions 	DEC_550		# Miata:	Digital Personal Workstation
351.18Sthorpejoptions 	DEC_1000	# Mikasa etc:	Digital AlphaServer 1000
361.18Sthorpejoptions 	DEC_1000A	# Corelle etc:	Digital AlphaServer 800/1000A
371.18Sthorpejoptions 	DEC_ALPHABOOK1	# AlphaBook1:	Tadpole/DEC AlphaBook
381.18Sthorpejoptions 	DEC_EB66	# EB66:		21066 Evaluation Board
391.27Srossoptions 	DEC_6600	# EV6:		264DP OEM Board
401.39Sthorpejoptions 	API_UP1000	# EV6:		Alpha Processor, Inc. UP1000
411.1Scjs
421.92Stsutsui# Diagnostic/debugging support options
431.92Stsutsuioptions 	DDB			# kernel debugger
441.109Suebayasipseudo-device	ksyms
451.92Stsutsui#makeoptions	DEBUG="-g"
461.92Stsutsui
471.1Scjs# File systems
481.1Scjsfile-system	FFS		# Fast file system
491.1Scjsfile-system	CD9660		# ISO-9660 CD-ROM FS (w/RockRidge extensions)
501.4Scjsfile-system	MSDOSFS		# MS-DOS-compatible file system
511.1Scjsfile-system	NFS		# Sun NFS-compatible file system client
521.45Sabs
531.92Stsutsui# File system options
541.93Syamt#options 	NFS_V2_ONLY	# Exclude NFS3 code to save space
551.87Stsutsui#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
561.102Sdhollandoptions 	WAPBL		# File system journaling support
571.1Scjs
581.1Scjs# Networking options
591.92Stsutsuioptions 	INET		# IP + ICMP + TCP + UDP
601.1Scjs
611.1Scjs# Binary compatibility with previous versions of NetBSD.
621.110Smrginclude 	"conf/compat_netbsd10.config"
631.4Scjs
641.4Scjs# Misc. options
651.18Sthorpej#options 	EISAVERBOSE		# recognize "unknown" EISA devices
661.18Sthorpej#options 	PCIVERBOSE		# recognize "unknown" PCI devices
671.37Saugustss#options 	MIIVERBOSE		# verbose PHY autoconfig messages
681.34Scgd#options 	PCI_CONFIG_DUMP		# verbosely dump PCI config space
691.18Sthorpej#options 	SCSIVERBOSE		# Verbose SCSI errors
701.18Sthorpej#options 	TCVERBOSE		# recognize "unknown" TC devices
711.18Sthorpejoptions 	INSECURE		# disable `kernel security level'
721.67Slukemoptions 	USERCONF		# userconf(4) support
731.69Sitohyoptions 	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
741.80Satatat#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
751.69Sitohyoptions 	FONT_GALLANT12x22	# Console font for TC devices
761.4Scjs
771.4Scjs# The Alpha console firmware network boots using the BOOTP
781.8Scgd# protocol, so we ask the NFS code to use BOOTP/DHCP as well,
791.8Scgd# in case we have NFS root.
801.8Scgdoptions 	NFS_BOOT_DHCP		# superset of BOOTP
811.1Scjs
821.24Sross# WS console uses SUN or VT100 terminal emulation
831.24Srossoptions 	WSEMUL_VT100
841.103Sabs#options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
851.10Sdrochner
861.1Scjsconfig		netbsd	root on ? type ?
871.1Scjs
881.1Scjsmainbus0 at	root
891.1Scjscpu*	at	mainbus0
901.1Scjs
911.1Scjs# TurboLaser bus support and devices
921.4Scjstlsb*	at	mainbus0
931.4Scjsgbus*	at	tlsb? node ? offset ?
941.4Scjstlsbmem* at	tlsb? node ? offset ?
951.4Scjskft*	at	tlsb? node ? offset ?
961.1Scjs
971.1Scjs# Gbus Devices
981.13Sthorpejmcclock* at	gbus? offset ?
991.1Scjs
1001.18Sthorpej# MCBUS bus support
1011.18Sthorpejmcbus*	at	mainbus0
1021.18Sthorpejmcmem*	at	mcbus? mid ?
1031.18Sthorpej
1041.27Sross#EV6 Tsunami Core Logic
1051.27Sross
1061.27Srosstsc*	at	mainbus0
1071.27Sross
1081.40Sthorpej# DECpc AXP150 (Jensen) internal bus support
1091.40Sthorpejjensenio* at	mainbus0
1101.40Sthorpej
1111.40Sthorpejcom*	at	jensenio? port ?
1121.40Sthorpejlpt*	at	jensenio? port ?
1131.40Sthorpejmcclock* at	jensenio? port ?
1141.40Sthorpejpckbc*	at	jensenio? port ?
1151.40Sthorpej
1161.92Stsutsui# TURBOchannel host bus adapter support
1171.4Scjstcasic*	at	mainbus0
1181.1Scjs
1191.92Stsutsui# TURBOchannel bus support
1201.4Scjstc*	at	tcasic?
1211.1Scjs
1221.92Stsutsui# TURBOchannel devices
1231.4Scjsioasic*	at	tc? slot ? offset ?
1241.4Scjsmcclock* at	ioasic? offset ?
1251.4Scjsle*	at	ioasic? offset ?
1261.69Sitohyzsc0	at	ioasic? offset 0x100000
1271.69Sitohyzsc1	at	ioasic? offset 0x180000
1281.14Sthorpejtcds*	at	tc? slot ? offset ?
1291.14Sthorpejasc*	at	tcds? chip ?
1301.92Stsutsuiasc*	at	tc? slot ? offset ?
1311.4Scjsle*	at	tc? slot ? offset ?
1321.68Sadcfb*	at	tc? slot ? offset ?
1331.68Sadmfb*	at	tc? slot ? offset ?
1341.68Sadtfb*	at	tc? slot ? offset ?
1351.68Sadsfb*	at	tc? slot ? offset ?
1361.68Sad#sfbp*	at	tc? slot ? offset ?
1371.68Sadpx*	at	tc? slot ? offset ?
1381.68Sadpxg*	at	tc? slot ? offset ?
1391.68Sad
1401.92Stsutsui# TURBOchannel serial attachments
1411.94Spavelzstty0  at      zsc0 channel ?                  # serial port on B channels
1421.94Spavel# /dev/ttyB1 has minor number 2 for historical reasons
1431.94Spavelzstty2  at      zsc1 channel ?                  # serial port on B channels
1441.92Stsutsuilkkbd0	at	zsc1 channel ?			# keyboard port on A channels
1451.92Stsutsuivsms0	at	zsc0 channel ?			# mouse port on A channels
1461.1Scjs
1471.1Scjs# PCI host bus adapter support
1481.1Scjsapecs*	at	mainbus?
1491.1Scjscia*	at	mainbus?
1501.39Sthorpejirongate* at	mainbus?
1511.1Scjslca*	at	mainbus?
1521.4Scjsdwlpx*	at	kft?
1531.18Sthorpejmcpcia*	at	mcbus? mid ?
1541.27Srosstsp*	at	tsc?
1551.49Sthorpejttwoga*	at	mainbus?
1561.40Sthorpej
1571.40Sthorpej# Sable PCI and STDIO bus and devices
1581.57Slukemttwopci* at	ttwoga? hose ?
1591.57Slukemsableio* at	ttwopci? bus ?
1601.57Slukemcom*	at	sableio? port ?
1611.57Slukemlpt*	at	sableio? port ?
1621.57Slukempckbc*	at	sableio? port ?
1631.49Sthorpejfdc*	at	sableio? port ?
1641.1Scjs
1651.1Scjs# PCI bus support
1661.1Scjspci*	at	apecs?
1671.1Scjspci*	at	cia?
1681.39Sthorpejpci*	at	irongate?
1691.1Scjspci*	at	lca?
1701.1Scjspci*	at	ppb?
1711.4Scjspci*	at	dwlpx?
1721.18Sthorpejpci*	at	mcpcia?
1731.27Srosspci*	at	tsp?
1741.49Sthorpejpci*	at	ttwopci?
1751.1Scjs
1761.108Suebayasi# AGP support
1771.108Suebayasiagp*	at	irongate?
1781.108Suebayasi
1791.1Scjs# PCI devices
1801.29Sthorpejadv*	at	pci? dev ? function ?		# AdvanSys SCSI
1811.29Sthorpejadw*	at	pci? dev ? function ?		# AdvanSys Wide SCSI
1821.66Swiz#options 	SCSI_ADW_WDTR_DISABLE		# 	disable WDTR
1831.66Swiz#options 	SCSI_ADW_SDTR_DISABLE		# 	disable SDTR
1841.66Swiz#options 	SCSI_ADW_TAGQ_DISABLE		# 	disable Tag Queuing
1851.1Scjsahc*	at	pci? dev ? function ?		# Adaptec [23]94x, aic78x0 SCSI
1861.23Srossbha*	at	pci? dev ? function ?		# BusLogic 9xx SCSI (untested)
1871.36Sadcac*	at	pci? dev ? function ?		# Compaq array controller (untested)
1881.30Saddpt*	at	pci? dev ? function ?		# DPT SmartCache/SmartRAID
1891.1Scjsep*	at	pci? dev ? function ?		# 3COM 3c59x/3c90x Ethernet
1901.25Schristosepic*	at	pci? dev ? function ?		# SMC EPIC/100 Ethernet
1911.56Shubertfex*	at	pci? dev ? function ?		# 3COM 3c90x[BC] Ethernet
1921.23Srossfxp*	at	pci? dev ? function ?		# Intel EEPRO 10+/100B
1931.54Sthorpejgsip*	at	pci? dev ? function ?		# NS DP83820 Gigabit Ethernet
1941.53Slukemiha*	at	pci? dev ? function ?		# Initio INIC-940/950 SCSI
1951.1Scjsisp*	at	pci? dev ? function ?		# Qlogic ISP 10x0 SCSI
1961.113Sthorpejpcn*	at	pci? dev ? function ?		# PCnet-PCI Ethernet
1971.54Sthorpejsf*	at	pci? dev ? function ?		# Adaptec AIC-6915 Ethernet
1981.40Sthorpejsiop*	at	pci? dev ? function ?		# Symbios 53c8xx SCSI
1991.50Sadmlx*	at	pci? dev ? function ?		# Mylex DAC960 / DEC SWXCR (untested)
2001.72Sthorpejmpt*	at	pci? dev ? function ?		# LSI Fusion SCSI/FC
2011.25Schristosne*	at	pci? dev ? function ?		# NE2000-compatible Ethernet
2021.1Scjspceb*	at	pci? dev ? function ?		# Intel PCI-EISA Bridges
2031.92Stsutsuipciide* at	pci? dev ? function ? flags 0x0000	# GENERIC pciide driver
2041.92Stsutsuiacardide* at	pci? dev ? function ?		# Acard IDE controllers
2051.92Stsutsuiaceride* at	pci? dev ? function ?		# Acer Lab IDE controllers
2061.92Stsutsuiartsata* at	pci? dev ? function ?		# Intel i31244 SATA controller
2071.92Stsutsuicmdide* at	pci? dev ? function ?		# CMD tech IDE controllers
2081.92Stsutsuicypide* at	pci? dev ? function ?		# Cypress IDE controllers
2091.92Stsutsuihptide* at	pci? dev ? function ?		# Triones/HighPoint IDE controllers
2101.92Stsutsuioptiide* at	pci? dev ? function ?		# Opti IDE controllers
2111.92Stsutsuipdcide* at	pci? dev ? function ?		# Promise IDE controllers
2121.92Stsutsuipdcsata* at	pci? dev ? function ?		# Promise SATA150 controllers
2131.92Stsutsuisatalink* at	pci? dev ? function ?		# SiI SATALink controllers
2141.115Sthorpejsiisata* at	pci? dev ? function ?		# SiI SteelVine controllers
2151.92Stsutsuisiside* at	pci? dev ? function ?		# SiS IDE controllers
2161.92Stsutsuislide*  at	pci? dev ? function ?		# Symphony Labs IDE controllers
2171.92Stsutsuiviaide* at	pci? dev ? function ?		# VIA/AMD/Nvidia IDE controllers
2181.91Stsutsuipcn*	at	pci? dev ? function ?		# AMD PCnet-PCI Ethernet
2191.23Srosspcscp*	at	pci? dev ? function ?		# AMD Am53c974 PCscsi-PCI
2201.1Scjsppb*	at	pci? dev ? function ?		# PCI-PCI Bridges
2211.92Stsutsuire*	at	pci? dev ? function ?		# Realtek 8169 Ethernet
2221.79Swizrtk*	at	pci? dev ? function ?		# Realtek 8129/8139 Ethernet
2231.1Scjssio*	at	pci? dev ? function ?		# Intel PCI-ISA Bridges
2241.31Sthorpejsip*	at	pci? dev ? function ?		# SiS 900 Ethernet
2251.92Stsutsuistge*	at	pci? dev ? function ?		# Sundance/Tamarack TC9021 GigE
2261.1Scjstga*	at	pci? dev ? function ?		# DEC ZLXp-E[123] Graphics
2271.92Stsutsuiti*	at	pci? dev ? function ?		# Alteon Tigon Gig-E
2281.18Sthorpejtl*	at	pci? dev ? function ?		# TI ThunderLAN Ethernet
2291.31Sthorpejtlp*	at	pci? dev ? function ?		# DECchip 21x4x and clones
2301.1Scjsvga*	at	pci? dev ? function ?		# PCI VGA Graphics
2311.25Schristosvr*	at	pci? dev ? function ?		# VIA Rhine Fast Ethernet
2321.70Sgrantwi*	at	pci? dev ? function ?		# Lucent/Intersil WaveLAN/IEEE
2331.92Stsutsuiwm*	at	pci? dev ? function ?		# Intel 8254x Ethernet
2341.18Sthorpej
2351.18Sthorpej# MII/PHY support
2361.26Schristosexphy*	at mii? phy ?			# 3Com internal PHYs
2371.59Swizicsphy*	at mii? phy ?			# Integrated Circuit Systems ICS189x
2381.26Schristosinphy*	at mii? phy ?			# Intel 82555 PHYs
2391.26Schristoslxtphy*	at mii? phy ?			# Level One LXT-970 PHYs
2401.54Sthorpejgphyter* at mii? phy ?			# NS83861 Gig-E PHY
2411.91Stsutsuimakphy*	at mii? phy ?			# Marvell Semiconductor 88E1000 PHYs
2421.26Schristosnsphy*	at mii? phy ?			# NS83840 PHYs
2431.54Sthorpejnsphyter* at mii? phy ?			# NS83843 PHYs
2441.26Schristosqsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
2451.91Stsutsuirgephy*	at mii? phy ?			# Realtek 8169S internal PHYs
2461.91Stsutsuirlphy*	at mii? phy ?			# Realtek 8139 PHYs
2471.26Schristossqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
2481.26Schristostlphy*	at mii? phy ?			# ThunderLAN PHYs
2491.26Schristosukphy*	at mii? phy ?			# generic unknown PHYs
2501.1Scjs
2511.1Scjs# ISA/EISA bus support
2521.40Sthorpejisa*	at	jensenio?
2531.40Sthorpejeisa*	at	jensenio?
2541.1Scjsisa*	at	pceb?
2551.1Scjseisa*	at	pceb?
2561.1Scjsisa*	at	sio?
2571.1Scjs
2581.1Scjs# ISA devices
2591.1Scjsmcclock* at	isa? port 0x70
2601.10Sdrochnerpckbc*	at	isa?				# PC keyboard controller
2611.10Sdrochnerpckbd*	at	pckbc?				# PC keyboard (kbd port)
2621.20Sdrochnerpms*	at	pckbc?				# PS/2-style mouse (aux port)
2631.1Scjscom*	at	isa? port 0x3f8 irq 4		# standard serial ports
2641.1Scjscom*	at	isa? port 0x2f8 irq 3
2651.1Scjsep*	at	isa? port ? irq ?		# 3COM 3c509 Ethernet
2661.22Sthorpejfdc0	at	isa? port 0x3f0 irq 6 drq 2	# floppy controller
2671.92Stsutsuilc0	at	isa? port 0x300 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
2681.92Stsutsuilc1	at	isa? port 0x320 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
2691.92Stsutsuidepca0	at	isa? port 0x300 iomem 0xd0000 iosiz 0x10000 irq 5 	# DEPCA
2701.92Stsutsuidepca1	at	isa? port 0x200 iomem 0xd8000 iosiz 0x8000 irq 10 	# DEPCA
2711.92Stsutsuile*	at	depca?
2721.1Scjslpt*	at	isa? port 0x3bc irq 7		# standard parallel port
2731.1Scjsvga*	at	isa?				# ISA (EISA: XXX) VGA
2741.5Sthorpejwdc0	at	isa? port 0x1f0 irq 14		# ST506/ESDI/IDE controllers
2751.5Sthorpejwdc1	at	isa? port 0x170 irq 15
2761.92Stsutsuiwe0	at	isa? port 0x280 iomem 0xd0000 irq 9	# WD/SMC Ethernet
2771.92Stsutsuiwe1	at	isa? port 0x300 iomem 0xcc000 irq 10
2781.1Scjs
2791.1Scjs# EISA devices
2801.23Srossahb*	at	eisa? slot ?			# Adaptec 174[024] SCSI (unt.)
2811.1Scjsahc*	at	eisa? slot ?			# Adaptec 274x, aic7770 SCSI
2821.1Scjsbha*	at	eisa? slot ?			# BusLogic 7xx SCSI
2831.4Scjsep*	at	eisa? slot ?			# 3COM 3c579 Ethernet (untested)
2841.52Sadmlx*	at	eisa? slot ?			# Mylex DAC960 / DEC SWXCR (untested)
2851.31Sthorpejtlp*	at	eisa? slot ?			# DEC DE-425 Ethernet
2861.41Sthorpejdepca*	at	eisa? slot ?			# DEC DE-422 Ethernet
2871.41Sthorpejle*	at	depca?
2881.23Srossuha*	at	eisa? slot ?			# UltraStor 24f SCSI (unt.)
2891.1Scjs
2901.1Scjs# SCSI bus support
2911.92Stsutsuiscsibus* at	scsi?
2921.1Scjs
2931.1Scjs# SCSI devices
2941.1Scjscd*	at	scsibus? target ? lun ?		# SCSI CD-ROM drives
2951.1Scjssd*	at	scsibus? target ? lun ?		# SCSI disk drives
2961.1Scjsst*	at	scsibus? target ? lun ?		# SCSI tape drives
2971.1Scjs
2981.76Slukem# ATA (IDE) bus support
2991.76Slukematabus* at ata?
3001.74Sbouyer
3011.76Slukem# IDE drives
3021.74Sbouyerwd*	at	atabus? drive ?
3031.5Sthorpej
3041.5Sthorpej# ATAPI bus support
3051.76Slukematapibus* at	atapi?
3061.5Sthorpej
3071.5Sthorpej# ATAPI devices
3081.5Sthorpejsd*	at	atapibus? drive ?		# ATAPI disk devices
3091.5Sthorpejcd*	at	atapibus? drive ?		# ATAPI CD-ROM devices
3101.22Sthorpej
3111.22Sthorpej# Floppy drives
3121.22Sthorpejfd*	at	fdc? drive ?
3131.36Sad
3141.36Sad# Hardware RAID devices
3151.48Sadld*	at	cac? unit ?
3161.51Sminourald*	at	mlx? unit ?
3171.1Scjs
3181.1Scjs# Workstation Console attachments
3191.68Sadwsdisplay*	at	cfb?
3201.68Sadwsdisplay*	at	mfb?
3211.68Sadwsdisplay*	at	tfb?
3221.68Sadwsdisplay*	at	sfb?
3231.68Sad#wsdisplay*	at	sfbp?
3241.68Sadwsdisplay*	at	px?
3251.68Sadwsdisplay*	at	pxg?
3261.92Stsutsuiwsdisplay*	at	vga?
3271.92Stsutsuiwsdisplay*	at	tga?
3281.92Stsutsuiwskbd*		at	lkkbd? console ?
3291.92Stsutsuiwsmouse*	at	vsms?
3301.12Sthorpejwskbd*		at	pckbd?
3311.20Sdrochnerwsmouse*	at	pms?
3321.1Scjs
3331.106Smartinpseudo-device	raid			# RAIDframe disk driver
3341.106Smartinoptions 	RAID_AUTOCONFIG		# auto-configuration of RAID components
3351.106Smartin
3361.105Stsutsuipseudo-device	bpfilter
3371.104Schristospseudo-device	loop
3381.100Shannkenpseudo-device	md		
3391.89Scubepseudo-device	ppp		
3401.104Schristospseudo-device	pty			# pseudo-terminals
3411.89Scubepseudo-device	sl		
3421.73Sitojun
3431.99Spooka#pseudo-device	fss			# file system snapshot device
344