INSTALL revision 1.87
11.87Stsutsui# $NetBSD: INSTALL,v 1.87 2005/12/07 09:10:12 tsutsui 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.87Stsutsui#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
531.1Scjs
541.1Scjs# Networking options
551.1Scjsoptions 	INET		# Internet protocol suite
561.1Scjs
571.1Scjs# 4.3BSD compatibility.  Should be optional, but necessary for now.
581.1Scjsoptions 	COMPAT_43
591.1Scjs
601.1Scjs# Binary compatibility with previous versions of NetBSD.
611.1Scjs#options 	COMPAT_09
621.4Scjsoptions 	COMPAT_10
631.4Scjsoptions 	COMPAT_11
641.4Scjsoptions 	COMPAT_12
651.4Scjsoptions 	COMPAT_13
661.28Saugustssoptions 	COMPAT_14
671.81Schristosoptions		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
681.4Scjs
691.4Scjs# Misc. options
701.18Sthorpej#options 	EISAVERBOSE		# recognize "unknown" EISA devices
711.18Sthorpej#options 	PCIVERBOSE		# recognize "unknown" PCI devices
721.37Saugustss#options 	MIIVERBOSE		# verbose PHY autoconfig messages
731.34Scgd#options 	PCI_CONFIG_DUMP		# verbosely dump PCI config space
741.18Sthorpej#options 	SCSIVERBOSE		# Verbose SCSI errors
751.18Sthorpej#options 	TCVERBOSE		# recognize "unknown" TC devices
761.18Sthorpejoptions 	INSECURE		# disable `kernel security level'
771.67Slukemoptions 	USERCONF		# userconf(4) support
781.69Sitohyoptions 	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
791.80Satatat#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
801.65Sabsoptions 	MALLOC_NOINLINE		# Not inlining MALLOC saves memory
811.69Sitohyoptions 	FONT_GALLANT12x22	# Console font for TC devices
821.4Scjs
831.4Scjs# The Alpha console firmware network boots using the BOOTP
841.8Scgd# protocol, so we ask the NFS code to use BOOTP/DHCP as well,
851.8Scgd# in case we have NFS root.
861.8Scgdoptions 	NFS_BOOT_DHCP		# superset of BOOTP
871.1Scjs
881.24Sross# WS console uses SUN or VT100 terminal emulation
891.24Srossoptions 	WSEMUL_VT100
901.10Sdrochner
911.1Scjsconfig		netbsd	root on ? type ?
921.1Scjs
931.1Scjsmainbus0 at	root
941.1Scjscpu*	at	mainbus0
951.1Scjs
961.1Scjs# TurboLaser bus support and devices
971.4Scjstlsb*	at	mainbus0
981.4Scjsgbus*	at	tlsb? node ? offset ?
991.4Scjstlsbmem* at	tlsb? node ? offset ?
1001.4Scjskft*	at	tlsb? node ? offset ?
1011.1Scjs
1021.1Scjs# Gbus Devices
1031.13Sthorpejmcclock* at	gbus? offset ?
1041.1Scjs
1051.18Sthorpej# MCBUS bus support
1061.18Sthorpejmcbus*	at	mainbus0
1071.18Sthorpejmcmem*	at	mcbus? mid ?
1081.18Sthorpej
1091.27Sross#EV6 Tsunami Core Logic
1101.27Sross
1111.27Srosstsc*	at	mainbus0
1121.27Sross
1131.40Sthorpej# DECpc AXP150 (Jensen) internal bus support
1141.40Sthorpejjensenio* at	mainbus0
1151.40Sthorpej
1161.40Sthorpejcom*	at	jensenio? port ?
1171.40Sthorpejlpt*	at	jensenio? port ?
1181.40Sthorpejmcclock* at	jensenio? port ?
1191.40Sthorpejpckbc*	at	jensenio? port ?
1201.40Sthorpej
1211.1Scjs# TurboChannel host bus adapter support
1221.4Scjstcasic*	at	mainbus0
1231.1Scjs
1241.1Scjs# TurboChannel bus support
1251.4Scjstc*	at	tcasic?
1261.1Scjs
1271.1Scjs# TurboChannel devices
1281.4Scjsioasic*	at	tc? slot ? offset ?
1291.4Scjsmcclock* at	ioasic? offset ?
1301.4Scjsle*	at	ioasic? offset ?
1311.69Sitohyzsc0	at	ioasic? offset 0x100000
1321.69Sitohyzsc1	at	ioasic? offset 0x180000
1331.14Sthorpejtcds*	at	tc? slot ? offset ?
1341.14Sthorpejasc*	at	tcds? chip ?
1351.4Scjsle*	at	tc? slot ? offset ?
1361.4Scjsfta*	at	tc? slot ? offset ?		# DEC DEFTA FDDI cards
1371.68Sadcfb*	at	tc? slot ? offset ?
1381.68Sadmfb*	at	tc? slot ? offset ?
1391.68Sadtfb*	at	tc? slot ? offset ?
1401.68Sadsfb*	at	tc? slot ? offset ?
1411.68Sad#sfbp*	at	tc? slot ? offset ?
1421.68Sadpx*	at	tc? slot ? offset ?
1431.68Sadpxg*	at	tc? slot ? offset ?
1441.68Sad
1451.68Sad# TurboChannel serial attachments
1461.68Sadzstty*  at      zsc? channel ?                  # serial ports on B channels
1471.68Sadlkkbd0  at      zsc1 channel ?                  # keyboard port on A channels
1481.68Sadvsms0   at      zsc0 channel ?                  # mouse port on A channels
1491.1Scjs
1501.1Scjs# PCI host bus adapter support
1511.1Scjsapecs*	at	mainbus?
1521.1Scjscia*	at	mainbus?
1531.39Sthorpejirongate* at	mainbus?
1541.1Scjslca*	at	mainbus?
1551.4Scjsdwlpx*	at	kft?
1561.18Sthorpejmcpcia*	at	mcbus? mid ?
1571.27Srosstsp*	at	tsc?
1581.49Sthorpejttwoga*	at	mainbus?
1591.40Sthorpej
1601.40Sthorpej# Sable PCI and STDIO bus and devices
1611.57Slukemttwopci* at	ttwoga? hose ?
1621.57Slukemsableio* at	ttwopci? bus ?
1631.57Slukemcom*	at	sableio? port ?
1641.57Slukemlpt*	at	sableio? port ?
1651.57Slukempckbc*	at	sableio? port ?
1661.49Sthorpejfdc*	at	sableio? port ?
1671.1Scjs
1681.1Scjs# PCI bus support
1691.1Scjspci*	at	apecs?
1701.1Scjspci*	at	cia?
1711.39Sthorpejpci*	at	irongate?
1721.1Scjspci*	at	lca?
1731.1Scjspci*	at	ppb?
1741.4Scjspci*	at	dwlpx?
1751.18Sthorpejpci*	at	mcpcia?
1761.27Srosspci*	at	tsp?
1771.49Sthorpejpci*	at	ttwopci?
1781.1Scjs
1791.1Scjs# PCI devices
1801.29Sthorpejadv*	at	pci? dev ? function ?		# AdvanSys SCSI
1811.29Sthorpejadw*	at	pci? dev ? function ?		# AdvanSys Wide SCSI
1821.66Swiz#options 	SCSI_ADW_WDTR_DISABLE		# 	disable WDTR
1831.66Swiz#options 	SCSI_ADW_SDTR_DISABLE		# 	disable SDTR
1841.66Swiz#options 	SCSI_ADW_TAGQ_DISABLE		# 	disable Tag Queuing
1851.1Scjsahc*	at	pci? dev ? function ?		# Adaptec [23]94x, aic78x0 SCSI
1861.23Srossbha*	at	pci? dev ? function ?		# BusLogic 9xx SCSI (untested)
1871.36Sadcac*	at	pci? dev ? function ?		# Compaq array controller (untested)
1881.30Saddpt*	at	pci? dev ? function ?		# DPT SmartCache/SmartRAID
1891.23Srossen*	at	pci? dev ? function ?		# ENI PCI ATM (untested)
1901.1Scjsep*	at	pci? dev ? function ?		# 3COM 3c59x/3c90x Ethernet
1911.25Schristosepic*	at	pci? dev ? function ?		# SMC EPIC/100 Ethernet
1921.56Shubertfex*	at	pci? dev ? function ?		# 3COM 3c90x[BC] Ethernet
1931.1Scjsfpa*	at	pci? dev ? function ?		# DEC DEFPA FDDI
1941.23Srossfxp*	at	pci? dev ? function ?		# Intel EEPRO 10+/100B
1951.54Sthorpejgsip*	at	pci? dev ? function ?		# NS DP83820 Gigabit Ethernet
1961.53Slukemiha*	at	pci? dev ? function ?		# Initio INIC-940/950 SCSI
1971.1Scjsisp*	at	pci? dev ? function ?		# Qlogic ISP 10x0 SCSI
1981.23Srossle*	at	pci? dev ? function ?		# PCI LANCE Ethernet (untested)
1991.54Sthorpejsf*	at	pci? dev ? function ?		# Adaptec AIC-6915 Ethernet
2001.40Sthorpejsiop*	at	pci? dev ? function ?		# Symbios 53c8xx SCSI
2011.50Sadmlx*	at	pci? dev ? function ?		# Mylex DAC960 / DEC SWXCR (untested)
2021.72Sthorpejmpt*	at	pci? dev ? function ?		# LSI Fusion SCSI/FC
2031.25Schristosne*	at	pci? dev ? function ?		# NE2000-compatible Ethernet
2041.1Scjspceb*	at	pci? dev ? function ?		# Intel PCI-EISA Bridges
2051.75Sbouyerpciide* at pci? dev ? function ? flags 0x0000	# GENERIC pciide driver
2061.75Sbouyeracardide* at pci? dev ? function ?		# Acard IDE controllers
2071.75Sbouyeraceride* at pci? dev ? function ?		# Acer Lab IDE controllers
2081.78Sthorpejartsata* at pci? dev ? function ?		# Intel i31244 SATA controller
2091.75Sbouyercmdide* at pci? dev ? function ?		# CMD tech IDE controllers
2101.75Sbouyercypide* at pci? dev ? function ?		# Cypress IDE controllers
2111.75Sbouyerhptide* at pci? dev ? function ?		# Triones/HighPoint IDE controllers
2121.75Sbouyeroptiide* at pci? dev ? function ?		# Opti IDE controllers
2131.75Sbouyerpdcide* at pci? dev ? function ?		# Promise IDE controllers
2141.82Sbouyerpdcsata* at pci? dev ? function ?		# Promise SATA150 controllers
2151.77Sthorpejsatalink* at pci? dev ? function ?		# SiI SATALink controllers
2161.75Sbouyersiside* at pci? dev ? function ?		# SiS IDE controllers
2171.75Sbouyerslide*  at pci? dev ? function ?		# Symphony Labs IDE controllers
2181.75Sbouyerviaide* at pci? dev ? function ?		# VIA/AMD/Nvidia IDE controllers
2191.23Srosspcscp*	at	pci? dev ? function ?		# AMD Am53c974 PCscsi-PCI
2201.1Scjsppb*	at	pci? dev ? function ?		# PCI-PCI Bridges
2211.79Swizrtk*	at	pci? dev ? function ?		# Realtek 8129/8139 Ethernet
2221.1Scjssio*	at	pci? dev ? function ?		# Intel PCI-ISA Bridges
2231.31Sthorpejsip*	at	pci? dev ? function ?		# SiS 900 Ethernet
2241.1Scjstga*	at	pci? dev ? function ?		# DEC ZLXp-E[123] Graphics
2251.18Sthorpejtl*	at	pci? dev ? function ?		# TI ThunderLAN Ethernet
2261.31Sthorpejtlp*	at	pci? dev ? function ?		# DECchip 21x4x and clones
2271.1Scjsvga*	at	pci? dev ? function ?		# PCI VGA Graphics
2281.25Schristosvr*	at	pci? dev ? function ?		# VIA Rhine Fast Ethernet
2291.70Sgrantwi*	at	pci? dev ? function ?		# Lucent/Intersil WaveLAN/IEEE
2301.18Sthorpej
2311.18Sthorpej# MII/PHY support
2321.26Schristosexphy*	at mii? phy ?			# 3Com internal PHYs
2331.59Swizicsphy*	at mii? phy ?			# Integrated Circuit Systems ICS189x
2341.26Schristosinphy*	at mii? phy ?			# Intel 82555 PHYs
2351.26Schristoslxtphy*	at mii? phy ?			# Level One LXT-970 PHYs
2361.54Sthorpejgphyter* at mii? phy ?			# NS83861 Gig-E PHY
2371.26Schristosnsphy*	at mii? phy ?			# NS83840 PHYs
2381.54Sthorpejnsphyter* at mii? phy ?			# NS83843 PHYs
2391.26Schristosqsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
2401.26Schristossqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
2411.26Schristostlphy*	at mii? phy ?			# ThunderLAN PHYs
2421.26Schristosukphy*	at mii? phy ?			# generic unknown PHYs
2431.1Scjs
2441.1Scjs# ISA/EISA bus support
2451.40Sthorpejisa*	at	jensenio?
2461.40Sthorpejeisa*	at	jensenio?
2471.1Scjsisa*	at	pceb?
2481.1Scjseisa*	at	pceb?
2491.1Scjsisa*	at	sio?
2501.1Scjs
2511.1Scjs# ISA devices
2521.1Scjsmcclock* at	isa? port 0x70
2531.10Sdrochnerpckbc*	at	isa?				# PC keyboard controller
2541.10Sdrochnerpckbd*	at	pckbc?				# PC keyboard (kbd port)
2551.20Sdrochnerpms*	at	pckbc?				# PS/2-style mouse (aux port)
2561.1Scjscom*	at	isa? port 0x3f8 irq 4		# standard serial ports
2571.1Scjscom*	at	isa? port 0x2f8 irq 3
2581.1Scjsep*	at	isa? port ? irq ?		# 3COM 3c509 Ethernet
2591.22Sthorpejfdc0	at	isa? port 0x3f0 irq 6 drq 2	# floppy controller
2601.1Scjslc*	at	isa? port ? iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
2611.6Sthorpej#le*	at	isa? port 0x320 irq 10 drq 7	# IsoLan, NE2100, DEPCA (unt.)
2621.57Slukemwe0	at	isa? port 0x280 iomem 0xd0000 irq 9	# WD/SMC Ethernet
2631.57Slukemwe1	at	isa? port 0x300 iomem 0xcc000 irq 10
2641.1Scjslpt*	at	isa? port 0x3bc irq 7		# standard parallel port
2651.1Scjsvga*	at	isa?				# ISA (EISA: XXX) VGA
2661.5Sthorpejwdc0	at	isa? port 0x1f0 irq 14		# ST506/ESDI/IDE controllers
2671.5Sthorpejwdc1	at	isa? port 0x170 irq 15
2681.1Scjs
2691.1Scjs# EISA devices
2701.23Srossahb*	at	eisa? slot ?			# Adaptec 174[024] SCSI (unt.)
2711.1Scjsahc*	at	eisa? slot ?			# Adaptec 274x, aic7770 SCSI
2721.1Scjsbha*	at	eisa? slot ?			# BusLogic 7xx SCSI
2731.4Scjsep*	at	eisa? slot ?			# 3COM 3c579 Ethernet (untested)
2741.1Scjsfea*	at	eisa? slot ?			# DEC DEFEA FDDI
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.29Sthorpejscsibus* at	adv?
2831.40Sthorpej#scsibus* at	aic?
2841.29Sthorpejscsibus* at	adw?
2851.40Sthorpej#scsibus* at	aha?
2861.40Sthorpejscsibus* at	ahb?
2871.1Scjsscsibus* at	ahc?
2881.4Scjsscsibus* at	asc?
2891.1Scjsscsibus* at	bha?
2901.30Sadscsibus* at	dpt?
2911.53Slukemscsibus* at	iha?
2921.1Scjsscsibus* at	isp?
2931.40Sthorpejscsibus* at	siop?
2941.40Sthorpejscsibus* at	pcscp?
2951.40Sthorpejscsibus* at	uha?
2961.1Scjs
2971.1Scjs# SCSI devices
2981.1Scjscd*	at	scsibus? target ? lun ?		# SCSI CD-ROM drives
2991.1Scjssd*	at	scsibus? target ? lun ?		# SCSI disk drives
3001.1Scjsst*	at	scsibus? target ? lun ?		# SCSI tape drives
3011.1Scjs
3021.76Slukem# ATA (IDE) bus support
3031.76Slukematabus* at ata?
3041.74Sbouyer
3051.76Slukem# IDE drives
3061.74Sbouyerwd*	at	atabus? drive ?
3071.5Sthorpej
3081.5Sthorpej# ATAPI bus support
3091.76Slukematapibus* at	atapi?
3101.5Sthorpej
3111.5Sthorpej# ATAPI devices
3121.5Sthorpejsd*	at	atapibus? drive ?		# ATAPI disk devices
3131.5Sthorpejcd*	at	atapibus? drive ?		# ATAPI CD-ROM devices
3141.22Sthorpej
3151.22Sthorpej# Floppy drives
3161.22Sthorpejfd*	at	fdc? drive ?
3171.36Sad
3181.36Sad# Hardware RAID devices
3191.48Sadld*	at	cac? unit ?
3201.51Sminourald*	at	mlx? unit ?
3211.1Scjs
3221.1Scjs# Workstation Console attachments
3231.10Sdrochnerwsdisplay*	at	vga?
3241.10Sdrochnerwsdisplay*	at	tga?
3251.68Sadwsdisplay*	at	cfb?
3261.68Sadwsdisplay*	at	mfb?
3271.68Sadwsdisplay*	at	tfb?
3281.68Sadwsdisplay*	at	sfb?
3291.68Sad#wsdisplay*	at	sfbp?
3301.68Sadwsdisplay*	at	px?
3311.68Sadwsdisplay*	at	pxg?
3321.68Sadwskbd*          at	lkkbd? console ?
3331.68Sadwsmouse*        at	vsms?
3341.12Sthorpejwskbd*		at	pckbd?
3351.20Sdrochnerwsmouse*	at	pms?
3361.1Scjs
3371.1Scjspseudo-device	loop		1
3381.1Scjspseudo-device	md		1
3391.1Scjspseudo-device	ppp		1
3401.46Sabspseudo-device	pty		2	# pseudo-terminals (Sysinst needs two)
3411.1Scjspseudo-device	sl		1
3421.73Sitojun
3431.73Sitojunpseudo-device	rnd			# /dev/random and in-kernel generator
3441.83Shannken#pseudo-device	fss		4	# file system snapshot device
345