INSTALL revision 1.69
11.69Sitohy# $NetBSD: INSTALL,v 1.69 2002/11/30 07:06:42 itohy 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.65Sabsoptions 	VNODE_OP_NOINLINE	# Not inlining vnode op calls saves mem
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.67Slukemoptions 	USERCONF		# userconf(4) support
771.69Sitohyoptions 	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
781.65Sabsoptions 	MALLOC_NOINLINE		# Not inlining MALLOC saves memory
791.69Sitohyoptions 	FONT_GALLANT12x22	# Console font for TC devices
801.4Scjs
811.4Scjs# The Alpha console firmware network boots using the BOOTP
821.8Scgd# protocol, so we ask the NFS code to use BOOTP/DHCP as well,
831.8Scgd# in case we have NFS root.
841.8Scgdoptions 	NFS_BOOT_DHCP		# superset of BOOTP
851.1Scjs
861.24Sross# WS console uses SUN or VT100 terminal emulation
871.24Srossoptions 	WSEMUL_VT100
881.10Sdrochner
891.1Scjsconfig		netbsd	root on ? type ?
901.1Scjs
911.1Scjsmainbus0 at	root
921.1Scjscpu*	at	mainbus0
931.1Scjs
941.1Scjs# TurboLaser bus support and devices
951.4Scjstlsb*	at	mainbus0
961.4Scjsgbus*	at	tlsb? node ? offset ?
971.4Scjstlsbmem* at	tlsb? node ? offset ?
981.4Scjskft*	at	tlsb? node ? offset ?
991.1Scjs
1001.1Scjs# Gbus Devices
1011.13Sthorpejmcclock* at	gbus? offset ?
1021.1Scjs
1031.18Sthorpej# MCBUS bus support
1041.18Sthorpejmcbus*	at	mainbus0
1051.18Sthorpejmcmem*	at	mcbus? mid ?
1061.18Sthorpej
1071.27Sross#EV6 Tsunami Core Logic
1081.27Sross
1091.27Srosstsc*	at	mainbus0
1101.27Sross
1111.40Sthorpej# DECpc AXP150 (Jensen) internal bus support
1121.40Sthorpejjensenio* at	mainbus0
1131.40Sthorpej
1141.40Sthorpejcom*	at	jensenio? port ?
1151.40Sthorpejlpt*	at	jensenio? port ?
1161.40Sthorpejmcclock* at	jensenio? port ?
1171.40Sthorpejpckbc*	at	jensenio? port ?
1181.40Sthorpej
1191.1Scjs# TurboChannel host bus adapter support
1201.4Scjstcasic*	at	mainbus0
1211.1Scjs
1221.1Scjs# TurboChannel bus support
1231.4Scjstc*	at	tcasic?
1241.1Scjs
1251.1Scjs# TurboChannel devices
1261.4Scjsioasic*	at	tc? slot ? offset ?
1271.4Scjsmcclock* at	ioasic? offset ?
1281.4Scjsle*	at	ioasic? offset ?
1291.69Sitohyzsc0	at	ioasic? offset 0x100000
1301.69Sitohyzsc1	at	ioasic? offset 0x180000
1311.14Sthorpejtcds*	at	tc? slot ? offset ?
1321.14Sthorpejasc*	at	tcds? chip ?
1331.4Scjsle*	at	tc? slot ? offset ?
1341.4Scjsfta*	at	tc? slot ? offset ?		# DEC DEFTA FDDI cards
1351.68Sadcfb*	at	tc? slot ? offset ?
1361.68Sadmfb*	at	tc? slot ? offset ?
1371.68Sadtfb*	at	tc? slot ? offset ?
1381.68Sadsfb*	at	tc? slot ? offset ?
1391.68Sad#sfbp*	at	tc? slot ? offset ?
1401.68Sadpx*	at	tc? slot ? offset ?
1411.68Sadpxg*	at	tc? slot ? offset ?
1421.68Sad
1431.68Sad# TurboChannel serial attachments
1441.68Sadzstty*  at      zsc? channel ?                  # serial ports on B channels
1451.68Sadlkkbd0  at      zsc1 channel ?                  # keyboard port on A channels
1461.68Sadvsms0   at      zsc0 channel ?                  # mouse port on A channels
1471.1Scjs
1481.1Scjs# PCI host bus adapter support
1491.1Scjsapecs*	at	mainbus?
1501.1Scjscia*	at	mainbus?
1511.39Sthorpejirongate* at	mainbus?
1521.1Scjslca*	at	mainbus?
1531.4Scjsdwlpx*	at	kft?
1541.18Sthorpejmcpcia*	at	mcbus? mid ?
1551.27Srosstsp*	at	tsc?
1561.49Sthorpejttwoga*	at	mainbus?
1571.40Sthorpej
1581.40Sthorpej# Sable PCI and STDIO bus and devices
1591.57Slukemttwopci* at	ttwoga? hose ?
1601.57Slukemsableio* at	ttwopci? bus ?
1611.57Slukemcom*	at	sableio? port ?
1621.57Slukemlpt*	at	sableio? port ?
1631.57Slukempckbc*	at	sableio? port ?
1641.49Sthorpejfdc*	at	sableio? port ?
1651.1Scjs
1661.1Scjs# PCI bus support
1671.1Scjspci*	at	apecs?
1681.1Scjspci*	at	cia?
1691.39Sthorpejpci*	at	irongate?
1701.1Scjspci*	at	lca?
1711.1Scjspci*	at	ppb?
1721.4Scjspci*	at	dwlpx?
1731.18Sthorpejpci*	at	mcpcia?
1741.27Srosspci*	at	tsp?
1751.49Sthorpejpci*	at	ttwopci?
1761.1Scjs
1771.1Scjs# PCI devices
1781.29Sthorpejadv*	at	pci? dev ? function ?		# AdvanSys SCSI
1791.29Sthorpejadw*	at	pci? dev ? function ?		# AdvanSys Wide SCSI
1801.66Swiz#options 	SCSI_ADW_WDTR_DISABLE		# 	disable WDTR
1811.66Swiz#options 	SCSI_ADW_SDTR_DISABLE		# 	disable SDTR
1821.66Swiz#options 	SCSI_ADW_TAGQ_DISABLE		# 	disable Tag Queuing
1831.1Scjsahc*	at	pci? dev ? function ?		# Adaptec [23]94x, aic78x0 SCSI
1841.23Srossbha*	at	pci? dev ? function ?		# BusLogic 9xx SCSI (untested)
1851.36Sadcac*	at	pci? dev ? function ?		# Compaq array controller (untested)
1861.30Saddpt*	at	pci? dev ? function ?		# DPT SmartCache/SmartRAID
1871.23Srossen*	at	pci? dev ? function ?		# ENI PCI ATM (untested)
1881.1Scjsep*	at	pci? dev ? function ?		# 3COM 3c59x/3c90x Ethernet
1891.25Schristosepic*	at	pci? dev ? function ?		# SMC EPIC/100 Ethernet
1901.56Shubertfex*	at	pci? dev ? function ?		# 3COM 3c90x[BC] Ethernet
1911.1Scjsfpa*	at	pci? dev ? function ?		# DEC DEFPA FDDI
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.23Srossle*	at	pci? dev ? function ?		# PCI LANCE Ethernet (untested)
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.25Schristosne*	at	pci? dev ? function ?		# NE2000-compatible Ethernet
2011.1Scjspceb*	at	pci? dev ? function ?		# Intel PCI-EISA Bridges
2021.23Srosspciide*	at	pci? dev ? function ?		# PCI IDE controllers
2031.23Srosspcscp*	at	pci? dev ? function ?		# AMD Am53c974 PCscsi-PCI
2041.1Scjsppb*	at	pci? dev ? function ?		# PCI-PCI Bridges
2051.35Sthorpejrtk*	at	pci? dev ? function ?		# RealTek 8129/8139 Ethernet
2061.1Scjssio*	at	pci? dev ? function ?		# Intel PCI-ISA Bridges
2071.31Sthorpejsip*	at	pci? dev ? function ?		# SiS 900 Ethernet
2081.1Scjstga*	at	pci? dev ? function ?		# DEC ZLXp-E[123] Graphics
2091.18Sthorpejtl*	at	pci? dev ? function ?		# TI ThunderLAN Ethernet
2101.31Sthorpejtlp*	at	pci? dev ? function ?		# DECchip 21x4x and clones
2111.1Scjsvga*	at	pci? dev ? function ?		# PCI VGA Graphics
2121.25Schristosvr*	at	pci? dev ? function ?		# VIA Rhine Fast Ethernet
2131.18Sthorpej
2141.18Sthorpej# MII/PHY support
2151.26Schristosexphy*	at mii? phy ?			# 3Com internal PHYs
2161.59Swizicsphy*	at mii? phy ?			# Integrated Circuit Systems ICS189x
2171.26Schristosinphy*	at mii? phy ?			# Intel 82555 PHYs
2181.26Schristoslxtphy*	at mii? phy ?			# Level One LXT-970 PHYs
2191.54Sthorpejgphyter* at mii? phy ?			# NS83861 Gig-E PHY
2201.26Schristosnsphy*	at mii? phy ?			# NS83840 PHYs
2211.54Sthorpejnsphyter* at mii? phy ?			# NS83843 PHYs
2221.26Schristosqsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
2231.26Schristossqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
2241.26Schristostlphy*	at mii? phy ?			# ThunderLAN PHYs
2251.26Schristosukphy*	at mii? phy ?			# generic unknown PHYs
2261.1Scjs
2271.1Scjs# ISA/EISA bus support
2281.40Sthorpejisa*	at	jensenio?
2291.40Sthorpejeisa*	at	jensenio?
2301.1Scjsisa*	at	pceb?
2311.1Scjseisa*	at	pceb?
2321.1Scjsisa*	at	sio?
2331.1Scjs
2341.1Scjs# ISA devices
2351.1Scjsmcclock* at	isa? port 0x70
2361.10Sdrochnerpckbc*	at	isa?				# PC keyboard controller
2371.10Sdrochnerpckbd*	at	pckbc?				# PC keyboard (kbd port)
2381.20Sdrochnerpms*	at	pckbc?				# PS/2-style mouse (aux port)
2391.1Scjscom*	at	isa? port 0x3f8 irq 4		# standard serial ports
2401.1Scjscom*	at	isa? port 0x2f8 irq 3
2411.1Scjsep*	at	isa? port ? irq ?		# 3COM 3c509 Ethernet
2421.22Sthorpejfdc0	at	isa? port 0x3f0 irq 6 drq 2	# floppy controller
2431.1Scjslc*	at	isa? port ? iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
2441.6Sthorpej#le*	at	isa? port 0x320 irq 10 drq 7	# IsoLan, NE2100, DEPCA (unt.)
2451.57Slukemwe0	at	isa? port 0x280 iomem 0xd0000 irq 9	# WD/SMC Ethernet
2461.57Slukemwe1	at	isa? port 0x300 iomem 0xcc000 irq 10
2471.1Scjslpt*	at	isa? port 0x3bc irq 7		# standard parallel port
2481.1Scjsvga*	at	isa?				# ISA (EISA: XXX) VGA
2491.5Sthorpejwdc0	at	isa? port 0x1f0 irq 14		# ST506/ESDI/IDE controllers
2501.5Sthorpejwdc1	at	isa? port 0x170 irq 15
2511.1Scjs
2521.1Scjs# EISA devices
2531.23Srossahb*	at	eisa? slot ?			# Adaptec 174[024] SCSI (unt.)
2541.1Scjsahc*	at	eisa? slot ?			# Adaptec 274x, aic7770 SCSI
2551.1Scjsbha*	at	eisa? slot ?			# BusLogic 7xx SCSI
2561.4Scjsep*	at	eisa? slot ?			# 3COM 3c579 Ethernet (untested)
2571.1Scjsfea*	at	eisa? slot ?			# DEC DEFEA FDDI
2581.52Sadmlx*	at	eisa? slot ?			# Mylex DAC960 / DEC SWXCR (untested)
2591.31Sthorpejtlp*	at	eisa? slot ?			# DEC DE-425 Ethernet
2601.41Sthorpejdepca*	at	eisa? slot ?			# DEC DE-422 Ethernet
2611.41Sthorpejle*	at	depca?
2621.23Srossuha*	at	eisa? slot ?			# UltraStor 24f SCSI (unt.)
2631.1Scjs
2641.1Scjs# SCSI bus support
2651.29Sthorpejscsibus* at	adv?
2661.40Sthorpej#scsibus* at	aic?
2671.29Sthorpejscsibus* at	adw?
2681.40Sthorpej#scsibus* at	aha?
2691.40Sthorpejscsibus* at	ahb?
2701.1Scjsscsibus* at	ahc?
2711.4Scjsscsibus* at	asc?
2721.1Scjsscsibus* at	bha?
2731.30Sadscsibus* at	dpt?
2741.53Slukemscsibus* at	iha?
2751.1Scjsscsibus* at	isp?
2761.40Sthorpejscsibus* at	siop?
2771.40Sthorpejscsibus* at	pcscp?
2781.40Sthorpejscsibus* at	uha?
2791.1Scjs
2801.1Scjs# SCSI devices
2811.1Scjscd*	at	scsibus? target ? lun ?		# SCSI CD-ROM drives
2821.1Scjssd*	at	scsibus? target ? lun ?		# SCSI disk drives
2831.1Scjsst*	at	scsibus? target ? lun ?		# SCSI tape drives
2841.1Scjs
2851.1Scjs# ST506/ESDI/IDE devices
2861.19Smattwd*	at	pciide? channel ?
2871.5Sthorpejwd*	at	wdc? drive ?
2881.5Sthorpej
2891.5Sthorpej# ATAPI bus support
2901.19Smattatapibus* at	pciide? channel ?
2911.5Sthorpejatapibus* at	wdc?
2921.5Sthorpej
2931.5Sthorpej# ATAPI devices
2941.5Sthorpejsd*	at	atapibus? drive ?		# ATAPI disk devices
2951.5Sthorpejcd*	at	atapibus? drive ?		# ATAPI CD-ROM devices
2961.22Sthorpej
2971.22Sthorpej# Floppy drives
2981.22Sthorpejfd*	at	fdc? drive ?
2991.36Sad
3001.36Sad# Hardware RAID devices
3011.48Sadld*	at	cac? unit ?
3021.51Sminourald*	at	mlx? unit ?
3031.1Scjs
3041.1Scjs# Workstation Console attachments
3051.10Sdrochnerwsdisplay*	at	vga?
3061.10Sdrochnerwsdisplay*	at	tga?
3071.68Sadwsdisplay*	at	cfb?
3081.68Sadwsdisplay*	at	mfb?
3091.68Sadwsdisplay*	at	tfb?
3101.68Sadwsdisplay*	at	sfb?
3111.68Sad#wsdisplay*	at	sfbp?
3121.68Sadwsdisplay*	at	px?
3131.68Sadwsdisplay*	at	pxg?
3141.68Sadwskbd*          at	lkkbd? console ?
3151.68Sadwsmouse*        at	vsms?
3161.12Sthorpejwskbd*		at	pckbd?
3171.20Sdrochnerwsmouse*	at	pms?
3181.1Scjs
3191.1Scjspseudo-device	loop		1
3201.1Scjspseudo-device	md		1
3211.1Scjspseudo-device	ppp		1
3221.46Sabspseudo-device	pty		2	# pseudo-terminals (Sysinst needs two)
3231.1Scjspseudo-device	sl		1
324