INSTALL revision 1.52
11.52Sad# $NetBSD: INSTALL,v 1.52 2001/05/06 20:32:20 ad Exp $
21.1Scjs#
31.1Scjs# Alpha INSTALL kernel.
41.1Scjs
51.1Scjsinclude	"arch/alpha/conf/std.alpha"
61.1Scjs
71.45Sabsmakeoptions 	COPTS="-Os"		# Optimise for space. Implies -O2
81.44Sabs
91.1Scjsmaxusers 8
101.1Scjs
111.38Sthorpejoptions 	DDB
121.45Sabs#makeoptions 	DEBUG="-g"
131.27Sross
141.1Scjs# Enable the hooks used for initializing the ram-disk.
151.1Scjsoptions 	MEMORY_DISK_HOOKS
161.1Scjsoptions 	MEMORY_DISK_IS_ROOT	# Force root on ram-disk
171.26Schristosoptions 	MINIROOTSIZE=9300	# 4 Megabytes
181.1Scjs
191.1Scjs# CPU Support
201.40Sthorpejoptions 	DEC_2000_300	# "Jensen":	2000/300 (DECpc AXP 150)
211.1Scjsoptions 	DEC_2100_A50	# Avanti etc:	AlphaStation 400, 200, etc.
221.49Sthorpejoptions 	DEC_2100_A500	# Sable:	AlphaServer 2100
231.49Sthorpejoptions 	DEC_2100A_A500	# Lynx:		AlphaServer 2100A
241.4Scjsoptions 	DEC_3000_500	# Flamingo etc:	3000/[4-9]00*
251.4Scjsoptions 	DEC_3000_300	# Pelican etc:	3000/300*
261.1Scjsoptions 	DEC_AXPPCI_33	# NoName:	AXPpci33, Multia, etc.
271.1Scjsoptions 	DEC_EB164	# EB164:	AlphaPC 164
281.1Scjsoptions 	DEC_EB64PLUS	# EB64+:	AlphaPC 64, etc.
291.1Scjsoptions 	DEC_KN20AA	# KN20AA:	AlphaStation 500 and 600
301.4Scjsoptions 	DEC_KN8AE	# KN8AE:	AlphaServer 8200 and 8400
311.38Sthorpejoptions 	DEC_KN300	# KN300:	AlphaServer 4100 and 1200
321.16Sthorpejoptions 	DEC_550		# Miata:	Digital Personal Workstation
331.18Sthorpejoptions 	DEC_1000	# Mikasa etc:	Digital AlphaServer 1000
341.18Sthorpejoptions 	DEC_1000A	# Corelle etc:	Digital AlphaServer 800/1000A
351.18Sthorpejoptions 	DEC_ALPHABOOK1	# AlphaBook1:	Tadpole/DEC AlphaBook
361.18Sthorpejoptions 	DEC_EB66	# EB66:		21066 Evaluation Board
371.27Srossoptions 	DEC_6600	# EV6:		264DP OEM Board
381.39Sthorpejoptions 	API_UP1000	# EV6:		Alpha Processor, Inc. UP1000
391.1Scjs
401.1Scjs# File systems
411.1Scjsfile-system	FFS		# Fast file system
421.1Scjsfile-system	CD9660		# ISO-9660 CD-ROM FS (w/RockRidge extensions)
431.4Scjsfile-system	MSDOSFS		# MS-DOS-compatible file system
441.1Scjsfile-system	NFS		# Sun NFS-compatible file system client
451.2Scjsfile-system	KERNFS		# Kernel variable file system (/kern)
461.45Sabs
471.45Sabs# Filesystem options
481.45Sabs#options 	NFS_V2_ONLY	# Exclude NFS3 and NQNFS code to save space
491.45Sabs#options 	VNODE_OP_NOINLINE # Save space by not inlining vnode op calls
501.1Scjs
511.1Scjs# Networking options
521.1Scjsoptions 	INET		# Internet protocol suite
531.1Scjs
541.1Scjs# 4.3BSD compatibility.  Should be optional, but necessary for now.
551.1Scjsoptions 	COMPAT_43
561.1Scjs
571.1Scjs# Binary compatibility with previous versions of NetBSD.
581.1Scjs#options 	COMPAT_09
591.4Scjsoptions 	COMPAT_10
601.4Scjsoptions 	COMPAT_11
611.4Scjsoptions 	COMPAT_12
621.4Scjsoptions 	COMPAT_13
631.28Saugustssoptions 	COMPAT_14
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.4Scjsoptions 	UCONSOLE		# users can use TIOCCONS (for xconsole)
731.18Sthorpejoptions 	INSECURE		# disable `kernel security level'
741.4Scjs
751.4Scjs# The Alpha console firmware network boots using the BOOTP
761.8Scgd# protocol, so we ask the NFS code to use BOOTP/DHCP as well,
771.8Scgd# in case we have NFS root.
781.8Scgdoptions 	NFS_BOOT_DHCP		# superset of BOOTP
791.1Scjs
801.24Sross# WS console uses SUN or VT100 terminal emulation
811.24Srossoptions 	WSEMUL_VT100
821.10Sdrochner
831.1Scjsconfig		netbsd	root on ? type ?
841.1Scjs
851.1Scjsmainbus0 at	root
861.1Scjscpu*	at	mainbus0
871.1Scjs
881.1Scjs# TurboLaser bus support and devices
891.4Scjstlsb*	at	mainbus0
901.4Scjsgbus*	at	tlsb? node ? offset ?
911.4Scjstlsbmem* at	tlsb? node ? offset ?
921.4Scjskft*	at	tlsb? node ? offset ?
931.1Scjs
941.1Scjs# Gbus Devices
951.13Sthorpejmcclock* at	gbus? offset ?
961.1Scjs
971.18Sthorpej# MCBUS bus support
981.18Sthorpejmcbus*	at	mainbus0
991.18Sthorpejmcmem*	at	mcbus? mid ?
1001.18Sthorpej
1011.27Sross#EV6 Tsunami Core Logic
1021.27Sross
1031.27Srosstsc*	at	mainbus0
1041.27Sross
1051.40Sthorpej# DECpc AXP150 (Jensen) internal bus support
1061.40Sthorpejjensenio* at	mainbus0
1071.40Sthorpej
1081.40Sthorpejcom*	at	jensenio? port ?
1091.40Sthorpejlpt*	at	jensenio? port ?
1101.40Sthorpejmcclock* at	jensenio? port ?
1111.40Sthorpejpckbc*	at	jensenio? port ?
1121.40Sthorpej
1131.1Scjs# TurboChannel host bus adapter support
1141.4Scjstcasic*	at	mainbus0
1151.1Scjs
1161.1Scjs# TurboChannel bus support
1171.4Scjstc*	at	tcasic?
1181.1Scjs
1191.1Scjs# TurboChannel devices
1201.4Scjsioasic*	at	tc? slot ? offset ?
1211.4Scjsmcclock* at	ioasic? offset ?
1221.4Scjsle*	at	ioasic? offset ?
1231.4Scjsscc0	at	ioasic? offset ?
1241.4Scjsscc1	at	ioasic? offset ?
1251.14Sthorpejtcds*	at	tc? slot ? offset ?
1261.14Sthorpejasc*	at	tcds? chip ?
1271.4Scjsle*	at	tc? slot ? offset ?
1281.4Scjsfta*	at	tc? slot ? offset ?		# DEC DEFTA FDDI cards
1291.1Scjs
1301.1Scjs# PCI host bus adapter support
1311.1Scjsapecs*	at	mainbus?
1321.1Scjscia*	at	mainbus?
1331.39Sthorpejirongate* at	mainbus?
1341.1Scjslca*	at	mainbus?
1351.4Scjsdwlpx*	at	kft?
1361.18Sthorpejmcpcia*	at	mcbus? mid ?
1371.27Srosstsp*	at	tsc?
1381.49Sthorpejttwoga*	at	mainbus?
1391.40Sthorpej
1401.40Sthorpej# Sable PCI and STDIO bus and devices
1411.49Sthorpejttwopci* at	ttwoga? hose ?  
1421.49Sthorpejsableio* at	ttwopci? bus ?  
1431.49Sthorpejcom*	at	sableio? port ? 
1441.49Sthorpejlpt*	at	sableio? port ? 
1451.49Sthorpejpckbc*	at	sableio? port ? 
1461.49Sthorpejfdc*	at	sableio? port ?
1471.1Scjs
1481.1Scjs# PCI bus support
1491.1Scjspci*	at	apecs?
1501.1Scjspci*	at	cia?
1511.39Sthorpejpci*	at	irongate?
1521.1Scjspci*	at	lca?
1531.1Scjspci*	at	ppb?
1541.4Scjspci*	at	dwlpx?
1551.18Sthorpejpci*	at	mcpcia?
1561.27Srosspci*	at	tsp?
1571.49Sthorpejpci*	at	ttwopci?
1581.1Scjs
1591.1Scjs# PCI devices
1601.29Sthorpejadv*	at	pci? dev ? function ?		# AdvanSys SCSI
1611.29Sthorpejadw*	at	pci? dev ? function ?		# AdvanSys Wide SCSI
1621.32Sdante#options 	ADW_WDTR_DISABLE		# 	disable WDTR
1631.32Sdante#options 	ADW_SDTR_DISABLE		# 	disable SDTR
1641.32Sdante#options 	ADW_TAGQ_DISABLE		# 	disable Tag Queuing
1651.1Scjsahc*	at	pci? dev ? function ?		# Adaptec [23]94x, aic78x0 SCSI
1661.23Srossbha*	at	pci? dev ? function ?		# BusLogic 9xx SCSI (untested)
1671.36Sadcac*	at	pci? dev ? function ?		# Compaq array controller (untested)
1681.1Scjsde*	at	pci? dev ? function ?		# 21x4x-based Ethernet
1691.30Saddpt*	at	pci? dev ? function ?		# DPT SmartCache/SmartRAID
1701.23Srossen*	at	pci? dev ? function ?		# ENI PCI ATM (untested)
1711.1Scjsep*	at	pci? dev ? function ?		# 3COM 3c59x/3c90x Ethernet
1721.25Schristosepic*	at	pci? dev ? function ?		# SMC EPIC/100 Ethernet
1731.23Srossex*	at	pci? dev ? function ?		# 3COM 3c90x[B] Ethernet
1741.1Scjsfpa*	at	pci? dev ? function ?		# DEC DEFPA FDDI
1751.23Srossfxp*	at	pci? dev ? function ?		# Intel EEPRO 10+/100B
1761.1Scjsisp*	at	pci? dev ? function ?		# Qlogic ISP 10x0 SCSI
1771.23Srossle*	at	pci? dev ? function ?		# PCI LANCE Ethernet (untested)
1781.40Sthorpej#ncr*	at	pci? dev ? function ?		# NCR 53c8xx SCSI
1791.40Sthorpejsiop*	at	pci? dev ? function ?		# Symbios 53c8xx SCSI
1801.50Sadmlx*	at	pci? dev ? function ?		# Mylex DAC960 / DEC SWXCR (untested)
1811.25Schristosne*	at	pci? dev ? function ?		# NE2000-compatible Ethernet
1821.1Scjspceb*	at	pci? dev ? function ?		# Intel PCI-EISA Bridges
1831.23Srosspciide*	at	pci? dev ? function ?		# PCI IDE controllers
1841.23Srosspcscp*	at	pci? dev ? function ?		# AMD Am53c974 PCscsi-PCI
1851.1Scjsppb*	at	pci? dev ? function ?		# PCI-PCI Bridges
1861.35Sthorpejrtk*	at	pci? dev ? function ?		# RealTek 8129/8139 Ethernet
1871.1Scjssio*	at	pci? dev ? function ?		# Intel PCI-ISA Bridges
1881.31Sthorpejsip*	at	pci? dev ? function ?		# SiS 900 Ethernet
1891.1Scjstga*	at	pci? dev ? function ?		# DEC ZLXp-E[123] Graphics
1901.18Sthorpejtl*	at	pci? dev ? function ?		# TI ThunderLAN Ethernet
1911.31Sthorpejtlp*	at	pci? dev ? function ?		# DECchip 21x4x and clones
1921.31Sthorpej#options 	TLP_MATCH_21040
1931.31Sthorpej#options 	TLP_MATCH_21041
1941.31Sthorpej#options 	TLP_MATCH_21140
1951.31Sthorpej#options 	TLP_MATCH_21142
1961.1Scjsvga*	at	pci? dev ? function ?		# PCI VGA Graphics
1971.25Schristosvr*	at	pci? dev ? function ?		# VIA Rhine Fast Ethernet
1981.18Sthorpej
1991.18Sthorpej# MII/PHY support
2001.26Schristosexphy*	at mii? phy ?			# 3Com internal PHYs
2011.26Schristosicsphy*	at mii? phy ?			# Integrated Circuit Systems ICS1890
2021.26Schristosinphy*	at mii? phy ?			# Intel 82555 PHYs
2031.26Schristoslxtphy*	at mii? phy ?			# Level One LXT-970 PHYs
2041.26Schristosnsphy*	at mii? phy ?			# NS83840 PHYs
2051.26Schristosqsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
2061.26Schristossqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
2071.26Schristostlphy*	at mii? phy ?			# ThunderLAN PHYs
2081.26Schristosukphy*	at mii? phy ?			# generic unknown PHYs
2091.1Scjs
2101.1Scjs# ISA/EISA bus support
2111.40Sthorpejisa*	at	jensenio?
2121.40Sthorpejeisa*	at	jensenio?
2131.1Scjsisa*	at	pceb?
2141.1Scjseisa*	at	pceb?
2151.1Scjsisa*	at	sio?
2161.1Scjs
2171.1Scjs# ISA devices
2181.1Scjsmcclock* at	isa? port 0x70
2191.10Sdrochnerpckbc*	at	isa?				# PC keyboard controller
2201.10Sdrochnerpckbd*	at	pckbc?				# PC keyboard (kbd port)
2211.20Sdrochnerpms*	at	pckbc?				# PS/2-style mouse (aux port)
2221.1Scjscom*	at	isa? port 0x3f8 irq 4		# standard serial ports
2231.1Scjscom*	at	isa? port 0x2f8 irq 3
2241.1Scjsep*	at	isa? port ? irq ?		# 3COM 3c509 Ethernet
2251.22Sthorpejfdc0	at	isa? port 0x3f0 irq 6 drq 2	# floppy controller
2261.1Scjslc*	at	isa? port ? iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
2271.6Sthorpej#le*	at	isa? port 0x320 irq 10 drq 7	# IsoLan, NE2100, DEPCA (unt.)
2281.33Sdanwe0     at 	isa? port 0x280 iomem 0xd0000 irq 9  # WD/SMC Ethernet
2291.33Sdanwe1     at 	isa? port 0x300 iomem 0xcc000 irq 10
2301.1Scjslpt*	at	isa? port 0x3bc irq 7		# standard parallel port
2311.1Scjsvga*	at	isa?				# ISA (EISA: XXX) VGA
2321.5Sthorpejwdc0	at	isa? port 0x1f0 irq 14		# ST506/ESDI/IDE controllers
2331.5Sthorpejwdc1	at	isa? port 0x170 irq 15
2341.1Scjs
2351.1Scjs# EISA devices
2361.23Srossahb*	at	eisa? slot ?			# Adaptec 174[024] SCSI (unt.)
2371.1Scjsahc*	at	eisa? slot ?			# Adaptec 274x, aic7770 SCSI
2381.1Scjsbha*	at	eisa? slot ?			# BusLogic 7xx SCSI
2391.4Scjsep*	at	eisa? slot ?			# 3COM 3c579 Ethernet (untested)
2401.1Scjsfea*	at	eisa? slot ?			# DEC DEFEA FDDI
2411.52Sadmlx*	at	eisa? slot ?			# Mylex DAC960 / DEC SWXCR (untested)
2421.31Sthorpejtlp*	at	eisa? slot ?			# DEC DE-425 Ethernet
2431.41Sthorpejdepca*	at	eisa? slot ?			# DEC DE-422 Ethernet
2441.41Sthorpejle*	at	depca?
2451.23Srossuha*	at	eisa? slot ?			# UltraStor 24f SCSI (unt.)
2461.1Scjs
2471.1Scjs# SCSI bus support
2481.29Sthorpejscsibus* at	adv?
2491.40Sthorpej#scsibus* at	aic?
2501.29Sthorpejscsibus* at	adw?
2511.40Sthorpej#scsibus* at	aha?
2521.40Sthorpejscsibus* at	ahb?
2531.1Scjsscsibus* at	ahc?
2541.4Scjsscsibus* at	asc?
2551.1Scjsscsibus* at	bha?
2561.30Sadscsibus* at	dpt?
2571.1Scjsscsibus* at	isp?
2581.40Sthorpej#scsibus* at	ncr?
2591.40Sthorpejscsibus* at	siop?
2601.40Sthorpejscsibus* at	pcscp?
2611.40Sthorpejscsibus* at	uha?
2621.1Scjs
2631.1Scjs# SCSI devices
2641.1Scjscd*	at	scsibus? target ? lun ?		# SCSI CD-ROM drives
2651.1Scjssd*	at	scsibus? target ? lun ?		# SCSI disk drives
2661.1Scjsst*	at	scsibus? target ? lun ?		# SCSI tape drives
2671.1Scjs
2681.1Scjs# ST506/ESDI/IDE devices
2691.19Smattwd*	at	pciide? channel ?
2701.5Sthorpejwd*	at	wdc? drive ?
2711.5Sthorpej
2721.5Sthorpej# ATAPI bus support
2731.19Smattatapibus* at	pciide? channel ?
2741.5Sthorpejatapibus* at	wdc?
2751.5Sthorpej
2761.5Sthorpej# ATAPI devices
2771.5Sthorpejsd*	at	atapibus? drive ?		# ATAPI disk devices
2781.5Sthorpejcd*	at	atapibus? drive ?		# ATAPI CD-ROM devices
2791.22Sthorpej
2801.22Sthorpej# Floppy drives
2811.22Sthorpejfd*	at	fdc? drive ?
2821.36Sad
2831.36Sad# Hardware RAID devices
2841.48Sadld*	at	cac? unit ?
2851.51Sminourald*	at	mlx? unit ?
2861.1Scjs
2871.1Scjs# Workstation Console attachments
2881.10Sdrochnerwsdisplay*	at	vga?
2891.10Sdrochnerwsdisplay*	at	tga?
2901.12Sthorpejwskbd*		at	pckbd?
2911.20Sdrochnerwsmouse*	at	pms?
2921.1Scjs
2931.1Scjspseudo-device	loop		1
2941.1Scjspseudo-device	md		1
2951.1Scjspseudo-device	ppp		1
2961.46Sabspseudo-device	pty		2	# pseudo-terminals (Sysinst needs two)
2971.1Scjspseudo-device	sl		1
298