INSTALL revision 1.64
11.64Satatat# $NetBSD: INSTALL,v 1.64 2002/04/25 15:06:22 atatat Exp $
21.1Scjs#
31.1Scjs# Alpha INSTALL kernel.
41.1Scjs
51.1Scjsinclude	"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.38Sthorpejoptions 	DDB
141.57Slukem#makeoptions	DEBUG="-g"
151.27Sross
161.1Scjs# Enable the hooks used for initializing the ram-disk.
171.1Scjsoptions 	MEMORY_DISK_HOOKS
181.1Scjsoptions 	MEMORY_DISK_IS_ROOT	# Force root on ram-disk
191.61Slukemoptions 	MEMORY_DISK_ROOT_SIZE=9300	# 4 Megabytes
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.1Scjs# File systems
431.1Scjsfile-system	FFS		# Fast file system
441.1Scjsfile-system	CD9660		# ISO-9660 CD-ROM FS (w/RockRidge extensions)
451.4Scjsfile-system	MSDOSFS		# MS-DOS-compatible file system
461.1Scjsfile-system	NFS		# Sun NFS-compatible file system client
471.2Scjsfile-system	KERNFS		# Kernel variable file system (/kern)
481.45Sabs
491.45Sabs# Filesystem options
501.45Sabs#options 	NFS_V2_ONLY	# Exclude NFS3 and NQNFS code to save space
511.45Sabs#options 	VNODE_OP_NOINLINE # Save space by not inlining vnode op calls
521.1Scjs
531.1Scjs# Networking options
541.1Scjsoptions 	INET		# Internet protocol suite
551.1Scjs
561.1Scjs# 4.3BSD compatibility.  Should be optional, but necessary for now.
571.1Scjsoptions 	COMPAT_43
581.1Scjs
591.1Scjs# Binary compatibility with previous versions of NetBSD.
601.1Scjs#options 	COMPAT_09
611.4Scjsoptions 	COMPAT_10
621.4Scjsoptions 	COMPAT_11
631.4Scjsoptions 	COMPAT_12
641.4Scjsoptions 	COMPAT_13
651.28Saugustssoptions 	COMPAT_14
661.4Scjs
671.4Scjs# Misc. options
681.18Sthorpej#options 	EISAVERBOSE		# recognize "unknown" EISA devices
691.18Sthorpej#options 	PCIVERBOSE		# recognize "unknown" PCI devices
701.37Saugustss#options 	MIIVERBOSE		# verbose PHY autoconfig messages
711.34Scgd#options 	PCI_CONFIG_DUMP		# verbosely dump PCI config space
721.18Sthorpej#options 	SCSIVERBOSE		# Verbose SCSI errors
731.18Sthorpej#options 	TCVERBOSE		# recognize "unknown" TC devices
741.4Scjsoptions 	UCONSOLE		# users can use TIOCCONS (for xconsole)
751.18Sthorpejoptions 	INSECURE		# disable `kernel security level'
761.62Sgmcgarry#options 	USERCONF		# userconf(4) support
771.58Sjdolecekoptions		PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
781.4Scjs
791.4Scjs# The Alpha console firmware network boots using the BOOTP
801.8Scgd# protocol, so we ask the NFS code to use BOOTP/DHCP as well,
811.8Scgd# in case we have NFS root.
821.8Scgdoptions 	NFS_BOOT_DHCP		# superset of BOOTP
831.1Scjs
841.24Sross# WS console uses SUN or VT100 terminal emulation
851.24Srossoptions 	WSEMUL_VT100
861.10Sdrochner
871.1Scjsconfig		netbsd	root on ? type ?
881.1Scjs
891.1Scjsmainbus0 at	root
901.1Scjscpu*	at	mainbus0
911.1Scjs
921.1Scjs# TurboLaser bus support and devices
931.4Scjstlsb*	at	mainbus0
941.4Scjsgbus*	at	tlsb? node ? offset ?
951.4Scjstlsbmem* at	tlsb? node ? offset ?
961.4Scjskft*	at	tlsb? node ? offset ?
971.1Scjs
981.1Scjs# Gbus Devices
991.13Sthorpejmcclock* at	gbus? offset ?
1001.1Scjs
1011.18Sthorpej# MCBUS bus support
1021.18Sthorpejmcbus*	at	mainbus0
1031.18Sthorpejmcmem*	at	mcbus? mid ?
1041.18Sthorpej
1051.27Sross#EV6 Tsunami Core Logic
1061.27Sross
1071.27Srosstsc*	at	mainbus0
1081.27Sross
1091.40Sthorpej# DECpc AXP150 (Jensen) internal bus support
1101.40Sthorpejjensenio* at	mainbus0
1111.40Sthorpej
1121.40Sthorpejcom*	at	jensenio? port ?
1131.40Sthorpejlpt*	at	jensenio? port ?
1141.40Sthorpejmcclock* at	jensenio? port ?
1151.40Sthorpejpckbc*	at	jensenio? port ?
1161.40Sthorpej
1171.1Scjs# TurboChannel host bus adapter support
1181.4Scjstcasic*	at	mainbus0
1191.1Scjs
1201.1Scjs# TurboChannel bus support
1211.4Scjstc*	at	tcasic?
1221.1Scjs
1231.1Scjs# TurboChannel devices
1241.4Scjsioasic*	at	tc? slot ? offset ?
1251.4Scjsmcclock* at	ioasic? offset ?
1261.4Scjsle*	at	ioasic? offset ?
1271.4Scjsscc0	at	ioasic? offset ?
1281.4Scjsscc1	at	ioasic? offset ?
1291.14Sthorpejtcds*	at	tc? slot ? offset ?
1301.14Sthorpejasc*	at	tcds? chip ?
1311.4Scjsle*	at	tc? slot ? offset ?
1321.4Scjsfta*	at	tc? slot ? offset ?		# DEC DEFTA FDDI cards
1331.1Scjs
1341.1Scjs# PCI host bus adapter support
1351.1Scjsapecs*	at	mainbus?
1361.1Scjscia*	at	mainbus?
1371.39Sthorpejirongate* at	mainbus?
1381.1Scjslca*	at	mainbus?
1391.4Scjsdwlpx*	at	kft?
1401.18Sthorpejmcpcia*	at	mcbus? mid ?
1411.27Srosstsp*	at	tsc?
1421.49Sthorpejttwoga*	at	mainbus?
1431.40Sthorpej
1441.40Sthorpej# Sable PCI and STDIO bus and devices
1451.57Slukemttwopci* at	ttwoga? hose ?
1461.57Slukemsableio* at	ttwopci? bus ?
1471.57Slukemcom*	at	sableio? port ?
1481.57Slukemlpt*	at	sableio? port ?
1491.57Slukempckbc*	at	sableio? port ?
1501.49Sthorpejfdc*	at	sableio? port ?
1511.1Scjs
1521.1Scjs# PCI bus support
1531.1Scjspci*	at	apecs?
1541.1Scjspci*	at	cia?
1551.39Sthorpejpci*	at	irongate?
1561.1Scjspci*	at	lca?
1571.1Scjspci*	at	ppb?
1581.4Scjspci*	at	dwlpx?
1591.18Sthorpejpci*	at	mcpcia?
1601.27Srosspci*	at	tsp?
1611.49Sthorpejpci*	at	ttwopci?
1621.1Scjs
1631.1Scjs# PCI devices
1641.29Sthorpejadv*	at	pci? dev ? function ?		# AdvanSys SCSI
1651.29Sthorpejadw*	at	pci? dev ? function ?		# AdvanSys Wide SCSI
1661.32Sdante#options 	ADW_WDTR_DISABLE		# 	disable WDTR
1671.32Sdante#options 	ADW_SDTR_DISABLE		# 	disable SDTR
1681.32Sdante#options 	ADW_TAGQ_DISABLE		# 	disable Tag Queuing
1691.1Scjsahc*	at	pci? dev ? function ?		# Adaptec [23]94x, aic78x0 SCSI
1701.23Srossbha*	at	pci? dev ? function ?		# BusLogic 9xx SCSI (untested)
1711.36Sadcac*	at	pci? dev ? function ?		# Compaq array controller (untested)
1721.30Saddpt*	at	pci? dev ? function ?		# DPT SmartCache/SmartRAID
1731.23Srossen*	at	pci? dev ? function ?		# ENI PCI ATM (untested)
1741.1Scjsep*	at	pci? dev ? function ?		# 3COM 3c59x/3c90x Ethernet
1751.25Schristosepic*	at	pci? dev ? function ?		# SMC EPIC/100 Ethernet
1761.56Shubertfex*	at	pci? dev ? function ?		# 3COM 3c90x[BC] Ethernet
1771.1Scjsfpa*	at	pci? dev ? function ?		# DEC DEFPA FDDI
1781.23Srossfxp*	at	pci? dev ? function ?		# Intel EEPRO 10+/100B
1791.54Sthorpejgsip*	at	pci? dev ? function ?		# NS DP83820 Gigabit Ethernet
1801.53Slukemiha*	at	pci? dev ? function ?		# Initio INIC-940/950 SCSI
1811.1Scjsisp*	at	pci? dev ? function ?		# Qlogic ISP 10x0 SCSI
1821.23Srossle*	at	pci? dev ? function ?		# PCI LANCE Ethernet (untested)
1831.54Sthorpejsf*	at	pci? dev ? function ?		# Adaptec AIC-6915 Ethernet
1841.40Sthorpejsiop*	at	pci? dev ? function ?		# Symbios 53c8xx SCSI
1851.50Sadmlx*	at	pci? dev ? function ?		# Mylex DAC960 / DEC SWXCR (untested)
1861.25Schristosne*	at	pci? dev ? function ?		# NE2000-compatible Ethernet
1871.1Scjspceb*	at	pci? dev ? function ?		# Intel PCI-EISA Bridges
1881.23Srosspciide*	at	pci? dev ? function ?		# PCI IDE controllers
1891.23Srosspcscp*	at	pci? dev ? function ?		# AMD Am53c974 PCscsi-PCI
1901.1Scjsppb*	at	pci? dev ? function ?		# PCI-PCI Bridges
1911.35Sthorpejrtk*	at	pci? dev ? function ?		# RealTek 8129/8139 Ethernet
1921.1Scjssio*	at	pci? dev ? function ?		# Intel PCI-ISA Bridges
1931.31Sthorpejsip*	at	pci? dev ? function ?		# SiS 900 Ethernet
1941.1Scjstga*	at	pci? dev ? function ?		# DEC ZLXp-E[123] Graphics
1951.18Sthorpejtl*	at	pci? dev ? function ?		# TI ThunderLAN Ethernet
1961.31Sthorpejtlp*	at	pci? dev ? function ?		# DECchip 21x4x and clones
1971.1Scjsvga*	at	pci? dev ? function ?		# PCI VGA Graphics
1981.25Schristosvr*	at	pci? dev ? function ?		# VIA Rhine Fast Ethernet
1991.18Sthorpej
2001.18Sthorpej# MII/PHY support
2011.26Schristosexphy*	at mii? phy ?			# 3Com internal PHYs
2021.59Swizicsphy*	at mii? phy ?			# Integrated Circuit Systems ICS189x
2031.26Schristosinphy*	at mii? phy ?			# Intel 82555 PHYs
2041.26Schristoslxtphy*	at mii? phy ?			# Level One LXT-970 PHYs
2051.54Sthorpejgphyter* at mii? phy ?			# NS83861 Gig-E PHY
2061.26Schristosnsphy*	at mii? phy ?			# NS83840 PHYs
2071.54Sthorpejnsphyter* at mii? phy ?			# NS83843 PHYs
2081.26Schristosqsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
2091.26Schristossqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
2101.26Schristostlphy*	at mii? phy ?			# ThunderLAN PHYs
2111.26Schristosukphy*	at mii? phy ?			# generic unknown PHYs
2121.1Scjs
2131.1Scjs# ISA/EISA bus support
2141.40Sthorpejisa*	at	jensenio?
2151.40Sthorpejeisa*	at	jensenio?
2161.1Scjsisa*	at	pceb?
2171.1Scjseisa*	at	pceb?
2181.1Scjsisa*	at	sio?
2191.1Scjs
2201.1Scjs# ISA devices
2211.1Scjsmcclock* at	isa? port 0x70
2221.10Sdrochnerpckbc*	at	isa?				# PC keyboard controller
2231.10Sdrochnerpckbd*	at	pckbc?				# PC keyboard (kbd port)
2241.20Sdrochnerpms*	at	pckbc?				# PS/2-style mouse (aux port)
2251.1Scjscom*	at	isa? port 0x3f8 irq 4		# standard serial ports
2261.1Scjscom*	at	isa? port 0x2f8 irq 3
2271.1Scjsep*	at	isa? port ? irq ?		# 3COM 3c509 Ethernet
2281.22Sthorpejfdc0	at	isa? port 0x3f0 irq 6 drq 2	# floppy controller
2291.1Scjslc*	at	isa? port ? iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
2301.6Sthorpej#le*	at	isa? port 0x320 irq 10 drq 7	# IsoLan, NE2100, DEPCA (unt.)
2311.57Slukemwe0	at	isa? port 0x280 iomem 0xd0000 irq 9	# WD/SMC Ethernet
2321.57Slukemwe1	at	isa? port 0x300 iomem 0xcc000 irq 10
2331.1Scjslpt*	at	isa? port 0x3bc irq 7		# standard parallel port
2341.1Scjsvga*	at	isa?				# ISA (EISA: XXX) VGA
2351.5Sthorpejwdc0	at	isa? port 0x1f0 irq 14		# ST506/ESDI/IDE controllers
2361.5Sthorpejwdc1	at	isa? port 0x170 irq 15
2371.1Scjs
2381.1Scjs# EISA devices
2391.23Srossahb*	at	eisa? slot ?			# Adaptec 174[024] SCSI (unt.)
2401.1Scjsahc*	at	eisa? slot ?			# Adaptec 274x, aic7770 SCSI
2411.1Scjsbha*	at	eisa? slot ?			# BusLogic 7xx SCSI
2421.4Scjsep*	at	eisa? slot ?			# 3COM 3c579 Ethernet (untested)
2431.1Scjsfea*	at	eisa? slot ?			# DEC DEFEA FDDI
2441.52Sadmlx*	at	eisa? slot ?			# Mylex DAC960 / DEC SWXCR (untested)
2451.31Sthorpejtlp*	at	eisa? slot ?			# DEC DE-425 Ethernet
2461.41Sthorpejdepca*	at	eisa? slot ?			# DEC DE-422 Ethernet
2471.41Sthorpejle*	at	depca?
2481.23Srossuha*	at	eisa? slot ?			# UltraStor 24f SCSI (unt.)
2491.1Scjs
2501.1Scjs# SCSI bus support
2511.29Sthorpejscsibus* at	adv?
2521.40Sthorpej#scsibus* at	aic?
2531.29Sthorpejscsibus* at	adw?
2541.40Sthorpej#scsibus* at	aha?
2551.40Sthorpejscsibus* at	ahb?
2561.1Scjsscsibus* at	ahc?
2571.4Scjsscsibus* at	asc?
2581.1Scjsscsibus* at	bha?
2591.30Sadscsibus* at	dpt?
2601.53Slukemscsibus* at	iha?
2611.1Scjsscsibus* at	isp?
2621.40Sthorpejscsibus* at	siop?
2631.40Sthorpejscsibus* at	pcscp?
2641.40Sthorpejscsibus* at	uha?
2651.1Scjs
2661.1Scjs# SCSI devices
2671.1Scjscd*	at	scsibus? target ? lun ?		# SCSI CD-ROM drives
2681.1Scjssd*	at	scsibus? target ? lun ?		# SCSI disk drives
2691.1Scjsst*	at	scsibus? target ? lun ?		# SCSI tape drives
2701.1Scjs
2711.1Scjs# ST506/ESDI/IDE devices
2721.19Smattwd*	at	pciide? channel ?
2731.5Sthorpejwd*	at	wdc? drive ?
2741.5Sthorpej
2751.5Sthorpej# ATAPI bus support
2761.19Smattatapibus* at	pciide? channel ?
2771.5Sthorpejatapibus* at	wdc?
2781.5Sthorpej
2791.5Sthorpej# ATAPI devices
2801.5Sthorpejsd*	at	atapibus? drive ?		# ATAPI disk devices
2811.5Sthorpejcd*	at	atapibus? drive ?		# ATAPI CD-ROM devices
2821.22Sthorpej
2831.22Sthorpej# Floppy drives
2841.22Sthorpejfd*	at	fdc? drive ?
2851.36Sad
2861.36Sad# Hardware RAID devices
2871.48Sadld*	at	cac? unit ?
2881.51Sminourald*	at	mlx? unit ?
2891.1Scjs
2901.1Scjs# Workstation Console attachments
2911.10Sdrochnerwsdisplay*	at	vga?
2921.10Sdrochnerwsdisplay*	at	tga?
2931.12Sthorpejwskbd*		at	pckbd?
2941.20Sdrochnerwsmouse*	at	pms?
2951.1Scjs
2961.1Scjspseudo-device	loop		1
2971.1Scjspseudo-device	md		1
2981.1Scjspseudo-device	ppp		1
2991.46Sabspseudo-device	pty		2	# pseudo-terminals (Sysinst needs two)
3001.1Scjspseudo-device	sl		1
301