INSTALL revision 1.44
11.44Sabs# $NetBSD: INSTALL,v 1.44 2000/09/25 11:46:37 abs Exp $
21.1Scjs#
31.1Scjs# Alpha INSTALL kernel.
41.1Scjs
51.1Scjsinclude	"arch/alpha/conf/std.alpha"
61.1Scjs
71.44Sabs# Saving space
81.44Sabsmakeoptions	COPTS="-Os"		# Optimise for space. Implies -O2
91.44Sabs#options	VNODE_OP_NOINLINE	# Don't inline vnode op calls
101.44Sabs#options	NFS_V2_ONLY		# Exclude NFS3 and NQNFS code
111.44Sabs
121.1Scjsmaxusers 8
131.1Scjs
141.38Sthorpejoptions 	DDB
151.44Sabs#makeoptions	DEBUG="-g"
161.27Sross
171.1Scjs# Enable the hooks used for initializing the ram-disk.
181.1Scjsoptions 	MEMORY_DISK_HOOKS
191.1Scjsoptions 	MEMORY_DISK_IS_ROOT	# Force root on ram-disk
201.26Schristosoptions 	MINIROOTSIZE=9300	# 4 Megabytes
211.1Scjs
221.1Scjs# CPU Support
231.40Sthorpejoptions 	DEC_2000_300	# "Jensen":	2000/300 (DECpc AXP 150)
241.1Scjsoptions 	DEC_2100_A50	# Avanti etc:	AlphaStation 400, 200, etc.
251.42Sthorpej#options 	DEC_2100_A500	# Sable:	AlphaServer 2100
261.42Sthorpej#options 	DEC_2100A_A500	# Lynx:		AlphaServer 2100A
271.4Scjsoptions 	DEC_3000_500	# Flamingo etc:	3000/[4-9]00*
281.4Scjsoptions 	DEC_3000_300	# Pelican etc:	3000/300*
291.1Scjsoptions 	DEC_AXPPCI_33	# NoName:	AXPpci33, Multia, etc.
301.1Scjsoptions 	DEC_EB164	# EB164:	AlphaPC 164
311.1Scjsoptions 	DEC_EB64PLUS	# EB64+:	AlphaPC 64, etc.
321.1Scjsoptions 	DEC_KN20AA	# KN20AA:	AlphaStation 500 and 600
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.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.1Scjs
501.1Scjs# Networking options
511.1Scjsoptions 	INET		# Internet protocol suite
521.1Scjs
531.1Scjs# 4.3BSD compatibility.  Should be optional, but necessary for now.
541.1Scjsoptions 	COMPAT_43
551.1Scjs
561.1Scjs# Binary compatibility with previous versions of NetBSD.
571.1Scjs#options 	COMPAT_09
581.4Scjsoptions 	COMPAT_10
591.4Scjsoptions 	COMPAT_11
601.4Scjsoptions 	COMPAT_12
611.4Scjsoptions 	COMPAT_13
621.28Saugustssoptions 	COMPAT_14
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.4Scjsoptions 	UCONSOLE		# users can use TIOCCONS (for xconsole)
721.18Sthorpejoptions 	INSECURE		# disable `kernel security level'
731.4Scjs
741.4Scjs# The Alpha console firmware network boots using the BOOTP
751.8Scgd# protocol, so we ask the NFS code to use BOOTP/DHCP as well,
761.8Scgd# in case we have NFS root.
771.8Scgdoptions 	NFS_BOOT_DHCP		# superset of BOOTP
781.1Scjs
791.24Sross# WS console uses SUN or VT100 terminal emulation
801.24Srossoptions 	WSEMUL_VT100
811.10Sdrochner
821.1Scjsconfig		netbsd	root on ? type ?
831.1Scjs
841.1Scjsmainbus0 at	root
851.1Scjscpu*	at	mainbus0
861.1Scjs
871.1Scjs# TurboLaser bus support and devices
881.4Scjstlsb*	at	mainbus0
891.4Scjsgbus*	at	tlsb? node ? offset ?
901.4Scjstlsbmem* at	tlsb? node ? offset ?
911.4Scjskft*	at	tlsb? node ? offset ?
921.1Scjs
931.1Scjs# Gbus Devices
941.13Sthorpejmcclock* at	gbus? offset ?
951.1Scjs
961.18Sthorpej# MCBUS bus support
971.18Sthorpejmcbus*	at	mainbus0
981.18Sthorpejmcmem*	at	mcbus? mid ?
991.18Sthorpej
1001.27Sross#EV6 Tsunami Core Logic
1011.27Sross
1021.27Srosstsc*	at	mainbus0
1031.27Sross
1041.40Sthorpej# DECpc AXP150 (Jensen) internal bus support
1051.40Sthorpejjensenio* at	mainbus0
1061.40Sthorpej
1071.40Sthorpejcom*	at	jensenio? port ?
1081.40Sthorpejlpt*	at	jensenio? port ?
1091.40Sthorpejmcclock* at	jensenio? port ?
1101.40Sthorpejpckbc*	at	jensenio? port ?
1111.40Sthorpej
1121.1Scjs# TurboChannel host bus adapter support
1131.4Scjstcasic*	at	mainbus0
1141.1Scjs
1151.1Scjs# TurboChannel bus support
1161.4Scjstc*	at	tcasic?
1171.1Scjs
1181.1Scjs# TurboChannel devices
1191.4Scjsioasic*	at	tc? slot ? offset ?
1201.4Scjsmcclock* at	ioasic? offset ?
1211.4Scjsle*	at	ioasic? offset ?
1221.4Scjsscc0	at	ioasic? offset ?
1231.4Scjsscc1	at	ioasic? offset ?
1241.14Sthorpejtcds*	at	tc? slot ? offset ?
1251.14Sthorpejasc*	at	tcds? chip ?
1261.4Scjsle*	at	tc? slot ? offset ?
1271.4Scjsfta*	at	tc? slot ? offset ?		# DEC DEFTA FDDI cards
1281.1Scjs
1291.1Scjs# PCI host bus adapter support
1301.1Scjsapecs*	at	mainbus?
1311.1Scjscia*	at	mainbus?
1321.39Sthorpejirongate* at	mainbus?
1331.1Scjslca*	at	mainbus?
1341.4Scjsdwlpx*	at	kft?
1351.18Sthorpejmcpcia*	at	mcbus? mid ?
1361.27Srosstsp*	at	tsc?
1371.42Sthorpej#ttwoga*	at	mainbus?
1381.40Sthorpej
1391.40Sthorpej# Sable PCI and STDIO bus and devices
1401.42Sthorpej#ttwopci* at	ttwoga? hose ?  
1411.42Sthorpej#sableio* at	ttwopci? bus ?  
1421.42Sthorpej#com*	at	sableio? port ? 
1431.42Sthorpej#lpt*	at	sableio? port ? 
1441.42Sthorpej#pckbc*	at	sableio? port ? 
1451.42Sthorpej#fdc*	at	sableio? port ?
1461.1Scjs
1471.1Scjs# PCI bus support
1481.1Scjspci*	at	apecs?
1491.1Scjspci*	at	cia?
1501.39Sthorpejpci*	at	irongate?
1511.1Scjspci*	at	lca?
1521.1Scjspci*	at	ppb?
1531.4Scjspci*	at	dwlpx?
1541.18Sthorpejpci*	at	mcpcia?
1551.27Srosspci*	at	tsp?
1561.42Sthorpej#pci*	at	ttwopci?
1571.1Scjs
1581.1Scjs# PCI devices
1591.29Sthorpejadv*	at	pci? dev ? function ?		# AdvanSys SCSI
1601.29Sthorpejadw*	at	pci? dev ? function ?		# AdvanSys Wide SCSI
1611.32Sdante#options 	ADW_WDTR_DISABLE		# 	disable WDTR
1621.32Sdante#options 	ADW_SDTR_DISABLE		# 	disable SDTR
1631.32Sdante#options 	ADW_TAGQ_DISABLE		# 	disable Tag Queuing
1641.1Scjsahc*	at	pci? dev ? function ?		# Adaptec [23]94x, aic78x0 SCSI
1651.23Srossbha*	at	pci? dev ? function ?		# BusLogic 9xx SCSI (untested)
1661.36Sadcac*	at	pci? dev ? function ?		# Compaq array controller (untested)
1671.1Scjsde*	at	pci? dev ? function ?		# 21x4x-based Ethernet
1681.30Saddpt*	at	pci? dev ? function ?		# DPT SmartCache/SmartRAID
1691.23Srossen*	at	pci? dev ? function ?		# ENI PCI ATM (untested)
1701.1Scjsep*	at	pci? dev ? function ?		# 3COM 3c59x/3c90x Ethernet
1711.25Schristosepic*	at	pci? dev ? function ?		# SMC EPIC/100 Ethernet
1721.23Srossex*	at	pci? dev ? function ?		# 3COM 3c90x[B] Ethernet
1731.1Scjsfpa*	at	pci? dev ? function ?		# DEC DEFPA FDDI
1741.23Srossfxp*	at	pci? dev ? function ?		# Intel EEPRO 10+/100B
1751.1Scjsisp*	at	pci? dev ? function ?		# Qlogic ISP 10x0 SCSI
1761.23Srossle*	at	pci? dev ? function ?		# PCI LANCE Ethernet (untested)
1771.40Sthorpej#ncr*	at	pci? dev ? function ?		# NCR 53c8xx SCSI
1781.40Sthorpejsiop*	at	pci? dev ? function ?		# Symbios 53c8xx SCSI
1791.25Schristosne*	at	pci? dev ? function ?		# NE2000-compatible Ethernet
1801.1Scjspceb*	at	pci? dev ? function ?		# Intel PCI-EISA Bridges
1811.23Srosspciide*	at	pci? dev ? function ?		# PCI IDE controllers
1821.23Srosspcscp*	at	pci? dev ? function ?		# AMD Am53c974 PCscsi-PCI
1831.1Scjsppb*	at	pci? dev ? function ?		# PCI-PCI Bridges
1841.35Sthorpejrtk*	at	pci? dev ? function ?		# RealTek 8129/8139 Ethernet
1851.1Scjssio*	at	pci? dev ? function ?		# Intel PCI-ISA Bridges
1861.31Sthorpejsip*	at	pci? dev ? function ?		# SiS 900 Ethernet
1871.1Scjstga*	at	pci? dev ? function ?		# DEC ZLXp-E[123] Graphics
1881.18Sthorpejtl*	at	pci? dev ? function ?		# TI ThunderLAN Ethernet
1891.31Sthorpejtlp*	at	pci? dev ? function ?		# DECchip 21x4x and clones
1901.31Sthorpej#options 	TLP_MATCH_21040
1911.31Sthorpej#options 	TLP_MATCH_21041
1921.31Sthorpej#options 	TLP_MATCH_21140
1931.31Sthorpej#options 	TLP_MATCH_21142
1941.1Scjsvga*	at	pci? dev ? function ?		# PCI VGA Graphics
1951.25Schristosvr*	at	pci? dev ? function ?		# VIA Rhine Fast Ethernet
1961.18Sthorpej
1971.18Sthorpej# MII/PHY support
1981.26Schristosexphy*	at mii? phy ?			# 3Com internal PHYs
1991.26Schristosicsphy*	at mii? phy ?			# Integrated Circuit Systems ICS1890
2001.26Schristosinphy*	at mii? phy ?			# Intel 82555 PHYs
2011.26Schristoslxtphy*	at mii? phy ?			# Level One LXT-970 PHYs
2021.26Schristosnsphy*	at mii? phy ?			# NS83840 PHYs
2031.26Schristosqsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
2041.26Schristossqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
2051.26Schristostlphy*	at mii? phy ?			# ThunderLAN PHYs
2061.26Schristosukphy*	at mii? phy ?			# generic unknown PHYs
2071.1Scjs
2081.1Scjs# ISA/EISA bus support
2091.40Sthorpejisa*	at	jensenio?
2101.40Sthorpejeisa*	at	jensenio?
2111.1Scjsisa*	at	pceb?
2121.1Scjseisa*	at	pceb?
2131.1Scjsisa*	at	sio?
2141.1Scjs
2151.1Scjs# ISA devices
2161.1Scjsmcclock* at	isa? port 0x70
2171.10Sdrochnerpckbc*	at	isa?				# PC keyboard controller
2181.10Sdrochnerpckbd*	at	pckbc?				# PC keyboard (kbd port)
2191.20Sdrochnerpms*	at	pckbc?				# PS/2-style mouse (aux port)
2201.1Scjscom*	at	isa? port 0x3f8 irq 4		# standard serial ports
2211.1Scjscom*	at	isa? port 0x2f8 irq 3
2221.1Scjsep*	at	isa? port ? irq ?		# 3COM 3c509 Ethernet
2231.22Sthorpejfdc0	at	isa? port 0x3f0 irq 6 drq 2	# floppy controller
2241.1Scjslc*	at	isa? port ? iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
2251.6Sthorpej#le*	at	isa? port 0x320 irq 10 drq 7	# IsoLan, NE2100, DEPCA (unt.)
2261.33Sdanwe0     at 	isa? port 0x280 iomem 0xd0000 irq 9  # WD/SMC Ethernet
2271.33Sdanwe1     at 	isa? port 0x300 iomem 0xcc000 irq 10
2281.1Scjslpt*	at	isa? port 0x3bc irq 7		# standard parallel port
2291.1Scjsvga*	at	isa?				# ISA (EISA: XXX) VGA
2301.5Sthorpejwdc0	at	isa? port 0x1f0 irq 14		# ST506/ESDI/IDE controllers
2311.5Sthorpejwdc1	at	isa? port 0x170 irq 15
2321.1Scjs
2331.1Scjs# EISA devices
2341.23Srossahb*	at	eisa? slot ?			# Adaptec 174[024] SCSI (unt.)
2351.1Scjsahc*	at	eisa? slot ?			# Adaptec 274x, aic7770 SCSI
2361.1Scjsbha*	at	eisa? slot ?			# BusLogic 7xx SCSI
2371.4Scjsep*	at	eisa? slot ?			# 3COM 3c579 Ethernet (untested)
2381.1Scjsfea*	at	eisa? slot ?			# DEC DEFEA FDDI
2391.31Sthorpejtlp*	at	eisa? slot ?			# DEC DE-425 Ethernet
2401.41Sthorpejdepca*	at	eisa? slot ?			# DEC DE-422 Ethernet
2411.41Sthorpejle*	at	depca?
2421.23Srossuha*	at	eisa? slot ?			# UltraStor 24f SCSI (unt.)
2431.1Scjs
2441.1Scjs# SCSI bus support
2451.29Sthorpejscsibus* at	adv?
2461.40Sthorpej#scsibus* at	aic?
2471.29Sthorpejscsibus* at	adw?
2481.40Sthorpej#scsibus* at	aha?
2491.40Sthorpejscsibus* at	ahb?
2501.1Scjsscsibus* at	ahc?
2511.4Scjsscsibus* at	asc?
2521.1Scjsscsibus* at	bha?
2531.30Sadscsibus* at	dpt?
2541.1Scjsscsibus* at	isp?
2551.40Sthorpej#scsibus* at	ncr?
2561.40Sthorpejscsibus* at	siop?
2571.40Sthorpejscsibus* at	pcscp?
2581.40Sthorpejscsibus* at	uha?
2591.1Scjs
2601.1Scjs# SCSI devices
2611.1Scjscd*	at	scsibus? target ? lun ?		# SCSI CD-ROM drives
2621.1Scjssd*	at	scsibus? target ? lun ?		# SCSI disk drives
2631.1Scjsst*	at	scsibus? target ? lun ?		# SCSI tape drives
2641.1Scjs
2651.1Scjs# ST506/ESDI/IDE devices
2661.19Smattwd*	at	pciide? channel ?
2671.5Sthorpejwd*	at	wdc? drive ?
2681.5Sthorpej
2691.5Sthorpej# ATAPI bus support
2701.19Smattatapibus* at	pciide? channel ?
2711.5Sthorpejatapibus* at	wdc?
2721.5Sthorpej
2731.5Sthorpej# ATAPI devices
2741.5Sthorpejsd*	at	atapibus? drive ?		# ATAPI disk devices
2751.5Sthorpejcd*	at	atapibus? drive ?		# ATAPI CD-ROM devices
2761.22Sthorpej
2771.22Sthorpej# Floppy drives
2781.22Sthorpejfd*	at	fdc? drive ?
2791.36Sad
2801.36Sad# Hardware RAID devices
2811.36Sadca*	at	cac? unit ?
2821.1Scjs
2831.1Scjs# Workstation Console attachments
2841.10Sdrochnerwsdisplay*	at	vga?
2851.10Sdrochnerwsdisplay*	at	tga?
2861.12Sthorpejwskbd*		at	pckbd?
2871.20Sdrochnerwsmouse*	at	pms?
2881.1Scjs
2891.1Scjspseudo-device	loop		1
2901.1Scjspseudo-device	md		1
2911.1Scjspseudo-device	ppp		1
2921.43Sjdolecekpseudo-device	pty
2931.1Scjspseudo-device	sl		1
294