INSTALL revision 1.119
11.119Sthorpej# $NetBSD: INSTALL,v 1.119 2024/03/02 20:15:33 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.119Sthorpejoptions 	DEC_KN7AA	# KN7AA:	DEC 7000 and 10000
331.4Scjsoptions 	DEC_KN8AE	# KN8AE:	AlphaServer 8200 and 8400
341.38Sthorpejoptions 	DEC_KN300	# KN300:	AlphaServer 4100 and 1200
351.16Sthorpejoptions 	DEC_550		# Miata:	Digital Personal Workstation
361.18Sthorpejoptions 	DEC_1000	# Mikasa etc:	Digital AlphaServer 1000
371.18Sthorpejoptions 	DEC_1000A	# Corelle etc:	Digital AlphaServer 800/1000A
381.18Sthorpejoptions 	DEC_ALPHABOOK1	# AlphaBook1:	Tadpole/DEC AlphaBook
391.18Sthorpejoptions 	DEC_EB66	# EB66:		21066 Evaluation Board
401.27Srossoptions 	DEC_6600	# EV6:		264DP OEM Board
411.39Sthorpejoptions 	API_UP1000	# EV6:		Alpha Processor, Inc. UP1000
421.1Scjs
431.92Stsutsui# Diagnostic/debugging support options
441.92Stsutsuioptions 	DDB			# kernel debugger
451.109Suebayasipseudo-device	ksyms
461.92Stsutsui#makeoptions	DEBUG="-g"
471.92Stsutsui
481.1Scjs# File systems
491.1Scjsfile-system	FFS		# Fast file system
501.1Scjsfile-system	CD9660		# ISO-9660 CD-ROM FS (w/RockRidge extensions)
511.4Scjsfile-system	MSDOSFS		# MS-DOS-compatible file system
521.1Scjsfile-system	NFS		# Sun NFS-compatible file system client
531.45Sabs
541.92Stsutsui# File system options
551.93Syamt#options 	NFS_V2_ONLY	# Exclude NFS3 code to save space
561.87Stsutsui#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
571.102Sdhollandoptions 	WAPBL		# File system journaling support
581.1Scjs
591.1Scjs# Networking options
601.92Stsutsuioptions 	INET		# IP + ICMP + TCP + UDP
611.1Scjs
621.1Scjs# Binary compatibility with previous versions of NetBSD.
631.110Smrginclude 	"conf/compat_netbsd10.config"
641.4Scjs
651.4Scjs# Misc. options
661.18Sthorpej#options 	EISAVERBOSE		# recognize "unknown" EISA devices
671.18Sthorpej#options 	PCIVERBOSE		# recognize "unknown" PCI devices
681.37Saugustss#options 	MIIVERBOSE		# verbose PHY autoconfig messages
691.34Scgd#options 	PCI_CONFIG_DUMP		# verbosely dump PCI config space
701.18Sthorpej#options 	SCSIVERBOSE		# Verbose SCSI errors
711.18Sthorpej#options 	TCVERBOSE		# recognize "unknown" TC devices
721.18Sthorpejoptions 	INSECURE		# disable `kernel security level'
731.67Slukemoptions 	USERCONF		# userconf(4) support
741.69Sitohyoptions 	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
751.80Satatat#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
761.69Sitohyoptions 	FONT_GALLANT12x22	# Console font for TC devices
771.4Scjs
781.4Scjs# The Alpha console firmware network boots using the BOOTP
791.8Scgd# protocol, so we ask the NFS code to use BOOTP/DHCP as well,
801.8Scgd# in case we have NFS root.
811.8Scgdoptions 	NFS_BOOT_DHCP		# superset of BOOTP
821.1Scjs
831.24Sross# WS console uses SUN or VT100 terminal emulation
841.24Srossoptions 	WSEMUL_VT100
851.103Sabs#options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
861.10Sdrochner
871.1Scjsconfig		netbsd	root on ? type ?
881.1Scjs
891.1Scjsmainbus0 at	root
901.118Sthorpejcpu*	at	mainbus?
911.118Sthorpejqemu*	at	mainbus?
921.1Scjs
931.1Scjs# TurboLaser bus support and devices
941.118Sthorpejtlsb*	at	mainbus?
951.4Scjsgbus*	at	tlsb? node ? offset ?
961.4Scjstlsbmem* at	tlsb? node ? offset ?
971.4Scjskft*	at	tlsb? node ? offset ?
981.1Scjs
991.1Scjs# Gbus Devices
1001.13Sthorpejmcclock* at	gbus? offset ?
1011.1Scjs
1021.18Sthorpej# MCBUS bus support
1031.118Sthorpejmcbus*	at	mainbus?
1041.18Sthorpejmcmem*	at	mcbus? mid ?
1051.18Sthorpej
1061.27Sross#EV6 Tsunami Core Logic
1071.27Sross
1081.118Sthorpejtsc*	at	mainbus?
1091.27Sross
1101.40Sthorpej# DECpc AXP150 (Jensen) internal bus support
1111.118Sthorpejjensenio* at	mainbus?
1121.40Sthorpej
1131.40Sthorpejcom*	at	jensenio? port ?
1141.40Sthorpejlpt*	at	jensenio? port ?
1151.40Sthorpejmcclock* at	jensenio? port ?
1161.40Sthorpejpckbc*	at	jensenio? port ?
1171.40Sthorpej
1181.92Stsutsui# TURBOchannel host bus adapter support
1191.118Sthorpejtcasic*	at	mainbus?
1201.1Scjs
1211.92Stsutsui# TURBOchannel bus support
1221.4Scjstc*	at	tcasic?
1231.1Scjs
1241.92Stsutsui# TURBOchannel devices
1251.4Scjsioasic*	at	tc? slot ? offset ?
1261.4Scjsmcclock* at	ioasic? offset ?
1271.4Scjsle*	at	ioasic? offset ?
1281.69Sitohyzsc0	at	ioasic? offset 0x100000
1291.69Sitohyzsc1	at	ioasic? offset 0x180000
1301.14Sthorpejtcds*	at	tc? slot ? offset ?
1311.14Sthorpejasc*	at	tcds? chip ?
1321.92Stsutsuiasc*	at	tc? slot ? offset ?
1331.4Scjsle*	at	tc? slot ? offset ?
1341.68Sadcfb*	at	tc? slot ? offset ?
1351.68Sadmfb*	at	tc? slot ? offset ?
1361.68Sadtfb*	at	tc? slot ? offset ?
1371.68Sadsfb*	at	tc? slot ? offset ?
1381.68Sad#sfbp*	at	tc? slot ? offset ?
1391.68Sadpx*	at	tc? slot ? offset ?
1401.68Sadpxg*	at	tc? slot ? offset ?
1411.68Sad
1421.92Stsutsui# TURBOchannel serial attachments
1431.94Spavelzstty0  at      zsc0 channel ?                  # serial port on B channels
1441.94Spavel# /dev/ttyB1 has minor number 2 for historical reasons
1451.94Spavelzstty2  at      zsc1 channel ?                  # serial port on B channels
1461.92Stsutsuilkkbd0	at	zsc1 channel ?			# keyboard port on A channels
1471.92Stsutsuivsms0	at	zsc0 channel ?			# mouse port on A channels
1481.1Scjs
1491.1Scjs# PCI host bus adapter support
1501.1Scjsapecs*	at	mainbus?
1511.1Scjscia*	at	mainbus?
1521.39Sthorpejirongate* at	mainbus?
1531.1Scjslca*	at	mainbus?
1541.4Scjsdwlpx*	at	kft?
1551.18Sthorpejmcpcia*	at	mcbus? mid ?
1561.27Srosstsp*	at	tsc?
1571.49Sthorpejttwoga*	at	mainbus?
1581.40Sthorpej
1591.40Sthorpej# Sable PCI and STDIO bus and devices
1601.57Slukemttwopci* at	ttwoga? hose ?
1611.57Slukemsableio* at	ttwopci? bus ?
1621.57Slukemcom*	at	sableio? port ?
1631.57Slukemlpt*	at	sableio? port ?
1641.57Slukempckbc*	at	sableio? port ?
1651.49Sthorpejfdc*	at	sableio? port ?
1661.1Scjs
1671.1Scjs# PCI bus support
1681.118Sthorpejpci*	at	pcibus?			# "pcibus" interface attribute
1691.1Scjs
1701.108Suebayasi# AGP support
1711.118Sthorpejagp*	at	agpbus?			# "agpbus" interface attribute
1721.108Suebayasi
1731.1Scjs# PCI devices
1741.29Sthorpejadv*	at	pci? dev ? function ?		# AdvanSys SCSI
1751.29Sthorpejadw*	at	pci? dev ? function ?		# AdvanSys Wide SCSI
1761.66Swiz#options 	SCSI_ADW_WDTR_DISABLE		# 	disable WDTR
1771.66Swiz#options 	SCSI_ADW_SDTR_DISABLE		# 	disable SDTR
1781.66Swiz#options 	SCSI_ADW_TAGQ_DISABLE		# 	disable Tag Queuing
1791.1Scjsahc*	at	pci? dev ? function ?		# Adaptec [23]94x, aic78x0 SCSI
1801.23Srossbha*	at	pci? dev ? function ?		# BusLogic 9xx SCSI (untested)
1811.36Sadcac*	at	pci? dev ? function ?		# Compaq array controller (untested)
1821.30Saddpt*	at	pci? dev ? function ?		# DPT SmartCache/SmartRAID
1831.1Scjsep*	at	pci? dev ? function ?		# 3COM 3c59x/3c90x Ethernet
1841.25Schristosepic*	at	pci? dev ? function ?		# SMC EPIC/100 Ethernet
1851.56Shubertfex*	at	pci? dev ? function ?		# 3COM 3c90x[BC] Ethernet
1861.23Srossfxp*	at	pci? dev ? function ?		# Intel EEPRO 10+/100B
1871.54Sthorpejgsip*	at	pci? dev ? function ?		# NS DP83820 Gigabit Ethernet
1881.53Slukemiha*	at	pci? dev ? function ?		# Initio INIC-940/950 SCSI
1891.1Scjsisp*	at	pci? dev ? function ?		# Qlogic ISP 10x0 SCSI
1901.113Sthorpejpcn*	at	pci? dev ? function ?		# PCnet-PCI Ethernet
1911.54Sthorpejsf*	at	pci? dev ? function ?		# Adaptec AIC-6915 Ethernet
1921.40Sthorpejsiop*	at	pci? dev ? function ?		# Symbios 53c8xx SCSI
1931.50Sadmlx*	at	pci? dev ? function ?		# Mylex DAC960 / DEC SWXCR (untested)
1941.72Sthorpejmpt*	at	pci? dev ? function ?		# LSI Fusion SCSI/FC
1951.25Schristosne*	at	pci? dev ? function ?		# NE2000-compatible Ethernet
1961.1Scjspceb*	at	pci? dev ? function ?		# Intel PCI-EISA Bridges
1971.92Stsutsuipciide* at	pci? dev ? function ? flags 0x0000	# GENERIC pciide driver
1981.92Stsutsuiacardide* at	pci? dev ? function ?		# Acard IDE controllers
1991.92Stsutsuiaceride* at	pci? dev ? function ?		# Acer Lab IDE controllers
2001.92Stsutsuiartsata* at	pci? dev ? function ?		# Intel i31244 SATA controller
2011.92Stsutsuicmdide* at	pci? dev ? function ?		# CMD tech IDE controllers
2021.92Stsutsuicypide* at	pci? dev ? function ?		# Cypress IDE controllers
2031.92Stsutsuihptide* at	pci? dev ? function ?		# Triones/HighPoint IDE controllers
2041.92Stsutsuioptiide* at	pci? dev ? function ?		# Opti IDE controllers
2051.92Stsutsuipdcide* at	pci? dev ? function ?		# Promise IDE controllers
2061.92Stsutsuipdcsata* at	pci? dev ? function ?		# Promise SATA150 controllers
2071.92Stsutsuisatalink* at	pci? dev ? function ?		# SiI SATALink controllers
2081.115Sthorpejsiisata* at	pci? dev ? function ?		# SiI SteelVine controllers
2091.92Stsutsuisiside* at	pci? dev ? function ?		# SiS IDE controllers
2101.92Stsutsuislide*  at	pci? dev ? function ?		# Symphony Labs IDE controllers
2111.92Stsutsuiviaide* at	pci? dev ? function ?		# VIA/AMD/Nvidia IDE controllers
2121.91Stsutsuipcn*	at	pci? dev ? function ?		# AMD PCnet-PCI Ethernet
2131.23Srosspcscp*	at	pci? dev ? function ?		# AMD Am53c974 PCscsi-PCI
2141.1Scjsppb*	at	pci? dev ? function ?		# PCI-PCI Bridges
2151.92Stsutsuire*	at	pci? dev ? function ?		# Realtek 8169 Ethernet
2161.79Swizrtk*	at	pci? dev ? function ?		# Realtek 8129/8139 Ethernet
2171.1Scjssio*	at	pci? dev ? function ?		# Intel PCI-ISA Bridges
2181.31Sthorpejsip*	at	pci? dev ? function ?		# SiS 900 Ethernet
2191.92Stsutsuistge*	at	pci? dev ? function ?		# Sundance/Tamarack TC9021 GigE
2201.1Scjstga*	at	pci? dev ? function ?		# DEC ZLXp-E[123] Graphics
2211.92Stsutsuiti*	at	pci? dev ? function ?		# Alteon Tigon Gig-E
2221.18Sthorpejtl*	at	pci? dev ? function ?		# TI ThunderLAN Ethernet
2231.31Sthorpejtlp*	at	pci? dev ? function ?		# DECchip 21x4x and clones
2241.1Scjsvga*	at	pci? dev ? function ?		# PCI VGA Graphics
2251.25Schristosvr*	at	pci? dev ? function ?		# VIA Rhine Fast Ethernet
2261.70Sgrantwi*	at	pci? dev ? function ?		# Lucent/Intersil WaveLAN/IEEE
2271.92Stsutsuiwm*	at	pci? dev ? function ?		# Intel 8254x Ethernet
2281.18Sthorpej
2291.18Sthorpej# MII/PHY support
2301.26Schristosexphy*	at mii? phy ?			# 3Com internal PHYs
2311.59Swizicsphy*	at mii? phy ?			# Integrated Circuit Systems ICS189x
2321.26Schristosinphy*	at mii? phy ?			# Intel 82555 PHYs
2331.26Schristoslxtphy*	at mii? phy ?			# Level One LXT-970 PHYs
2341.54Sthorpejgphyter* at mii? phy ?			# NS83861 Gig-E PHY
2351.91Stsutsuimakphy*	at mii? phy ?			# Marvell Semiconductor 88E1000 PHYs
2361.26Schristosnsphy*	at mii? phy ?			# NS83840 PHYs
2371.54Sthorpejnsphyter* at mii? phy ?			# NS83843 PHYs
2381.26Schristosqsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
2391.91Stsutsuirgephy*	at mii? phy ?			# Realtek 8169S internal PHYs
2401.91Stsutsuirlphy*	at mii? phy ?			# Realtek 8139 PHYs
2411.26Schristossqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
2421.26Schristostlphy*	at mii? phy ?			# ThunderLAN PHYs
2431.26Schristosukphy*	at mii? phy ?			# generic unknown PHYs
2441.1Scjs
2451.1Scjs# ISA/EISA bus support
2461.118Sthorpejisa*	at	isabus?			# "isabus" interface attribute
2471.118Sthorpejeisa*	at	eisabus?		# "eisabus" interface attribute
2481.1Scjs
2491.1Scjs# ISA devices
2501.1Scjsmcclock* at	isa? port 0x70
2511.10Sdrochnerpckbc*	at	isa?				# PC keyboard controller
2521.10Sdrochnerpckbd*	at	pckbc?				# PC keyboard (kbd port)
2531.20Sdrochnerpms*	at	pckbc?				# PS/2-style mouse (aux port)
2541.1Scjscom*	at	isa? port 0x3f8 irq 4		# standard serial ports
2551.1Scjscom*	at	isa? port 0x2f8 irq 3
2561.1Scjsep*	at	isa? port ? irq ?		# 3COM 3c509 Ethernet
2571.22Sthorpejfdc0	at	isa? port 0x3f0 irq 6 drq 2	# floppy controller
2581.92Stsutsuilc0	at	isa? port 0x300 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
2591.92Stsutsuilc1	at	isa? port 0x320 iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
2601.92Stsutsuidepca0	at	isa? port 0x300 iomem 0xd0000 iosiz 0x10000 irq 5 	# DEPCA
2611.92Stsutsuidepca1	at	isa? port 0x200 iomem 0xd8000 iosiz 0x8000 irq 10 	# DEPCA
2621.92Stsutsuile*	at	depca?
2631.1Scjslpt*	at	isa? port 0x3bc irq 7		# standard parallel port
2641.1Scjsvga*	at	isa?				# ISA (EISA: XXX) VGA
2651.5Sthorpejwdc0	at	isa? port 0x1f0 irq 14		# ST506/ESDI/IDE controllers
2661.5Sthorpejwdc1	at	isa? port 0x170 irq 15
2671.92Stsutsuiwe0	at	isa? port 0x280 iomem 0xd0000 irq 9	# WD/SMC Ethernet
2681.92Stsutsuiwe1	at	isa? port 0x300 iomem 0xcc000 irq 10
2691.1Scjs
2701.1Scjs# EISA devices
2711.23Srossahb*	at	eisa? slot ?			# Adaptec 174[024] SCSI (unt.)
2721.1Scjsahc*	at	eisa? slot ?			# Adaptec 274x, aic7770 SCSI
2731.1Scjsbha*	at	eisa? slot ?			# BusLogic 7xx SCSI
2741.4Scjsep*	at	eisa? slot ?			# 3COM 3c579 Ethernet (untested)
2751.52Sadmlx*	at	eisa? slot ?			# Mylex DAC960 / DEC SWXCR (untested)
2761.31Sthorpejtlp*	at	eisa? slot ?			# DEC DE-425 Ethernet
2771.41Sthorpejdepca*	at	eisa? slot ?			# DEC DE-422 Ethernet
2781.41Sthorpejle*	at	depca?
2791.23Srossuha*	at	eisa? slot ?			# UltraStor 24f SCSI (unt.)
2801.1Scjs
2811.1Scjs# SCSI bus support
2821.92Stsutsuiscsibus* at	scsi?
2831.1Scjs
2841.1Scjs# SCSI devices
2851.1Scjscd*	at	scsibus? target ? lun ?		# SCSI CD-ROM drives
2861.1Scjssd*	at	scsibus? target ? lun ?		# SCSI disk drives
2871.1Scjsst*	at	scsibus? target ? lun ?		# SCSI tape drives
2881.1Scjs
2891.76Slukem# ATA (IDE) bus support
2901.76Slukematabus* at ata?
2911.74Sbouyer
2921.76Slukem# IDE drives
2931.74Sbouyerwd*	at	atabus? drive ?
2941.5Sthorpej
2951.5Sthorpej# ATAPI bus support
2961.76Slukematapibus* at	atapi?
2971.5Sthorpej
2981.5Sthorpej# ATAPI devices
2991.5Sthorpejsd*	at	atapibus? drive ?		# ATAPI disk devices
3001.5Sthorpejcd*	at	atapibus? drive ?		# ATAPI CD-ROM devices
3011.22Sthorpej
3021.22Sthorpej# Floppy drives
3031.22Sthorpejfd*	at	fdc? drive ?
3041.36Sad
3051.36Sad# Hardware RAID devices
3061.48Sadld*	at	cac? unit ?
3071.51Sminourald*	at	mlx? unit ?
3081.1Scjs
3091.1Scjs# Workstation Console attachments
3101.68Sadwsdisplay*	at	cfb?
3111.68Sadwsdisplay*	at	mfb?
3121.68Sadwsdisplay*	at	tfb?
3131.68Sadwsdisplay*	at	sfb?
3141.68Sad#wsdisplay*	at	sfbp?
3151.68Sadwsdisplay*	at	px?
3161.68Sadwsdisplay*	at	pxg?
3171.92Stsutsuiwsdisplay*	at	vga?
3181.92Stsutsuiwsdisplay*	at	tga?
3191.92Stsutsuiwskbd*		at	lkkbd? console ?
3201.92Stsutsuiwsmouse*	at	vsms?
3211.12Sthorpejwskbd*		at	pckbd?
3221.20Sdrochnerwsmouse*	at	pms?
3231.1Scjs
3241.106Smartinpseudo-device	raid			# RAIDframe disk driver
3251.106Smartinoptions 	RAID_AUTOCONFIG		# auto-configuration of RAID components
3261.106Smartin
3271.105Stsutsuipseudo-device	bpfilter
3281.104Schristospseudo-device	loop
3291.100Shannkenpseudo-device	md		
3301.89Scubepseudo-device	ppp		
3311.104Schristospseudo-device	pty			# pseudo-terminals
3321.89Scubepseudo-device	sl		
3331.73Sitojun
3341.99Spooka#pseudo-device	fss			# file system snapshot device
335