Home | History | Annotate | Line # | Download | only in conf
INSTALL revision 1.31.2.2
      1  1.31.2.2  thorpej # $NetBSD: INSTALL,v 1.31.2.2 1999/11/05 21:30:22 thorpej Exp $
      2  1.31.2.2  thorpej #
      3  1.31.2.2  thorpej # Alpha INSTALL kernel.
      4  1.31.2.2  thorpej 
      5  1.31.2.2  thorpej include	"arch/alpha/conf/std.alpha"
      6  1.31.2.2  thorpej 
      7  1.31.2.2  thorpej maxusers 8
      8  1.31.2.2  thorpej 
      9  1.31.2.2  thorpej #options	DDB
     10  1.31.2.2  thorpej #makeoptions	DEBUG="-g"
     11  1.31.2.2  thorpej 
     12  1.31.2.2  thorpej # Enable the hooks used for initializing the ram-disk.
     13  1.31.2.2  thorpej options 	MEMORY_DISK_HOOKS
     14  1.31.2.2  thorpej options 	MEMORY_DISK_IS_ROOT	# Force root on ram-disk
     15  1.31.2.2  thorpej options 	MINIROOTSIZE=9300	# 4 Megabytes
     16  1.31.2.2  thorpej 
     17  1.31.2.2  thorpej # CPU Support
     18  1.31.2.2  thorpej #options 	DEC_2000_300	# "Jensen":	2000/300 (DECpc AXP 150)
     19  1.31.2.2  thorpej options 	DEC_2100_A50	# Avanti etc:	AlphaStation 400, 200, etc.
     20  1.31.2.2  thorpej options 	DEC_3000_500	# Flamingo etc:	3000/[4-9]00*
     21  1.31.2.2  thorpej options 	DEC_3000_300	# Pelican etc:	3000/300*
     22  1.31.2.2  thorpej options 	DEC_AXPPCI_33	# NoName:	AXPpci33, Multia, etc.
     23  1.31.2.2  thorpej options 	DEC_EB164	# EB164:	AlphaPC 164
     24  1.31.2.2  thorpej options 	DEC_EB64PLUS	# EB64+:	AlphaPC 64, etc.
     25  1.31.2.2  thorpej options 	DEC_KN20AA	# KN20AA:	AlphaStation 500 and 600
     26  1.31.2.2  thorpej options 	DEC_KN8AE	# KN8AE:	AlphaServer 8200 and 8400
     27  1.31.2.2  thorpej options 	DEC_KN300	# KN300:	AlphaServer 4100
     28  1.31.2.2  thorpej options 	DEC_550		# Miata:	Digital Personal Workstation
     29  1.31.2.2  thorpej options 	DEC_1000	# Mikasa etc:	Digital AlphaServer 1000
     30  1.31.2.2  thorpej options 	DEC_1000A	# Corelle etc:	Digital AlphaServer 800/1000A
     31  1.31.2.2  thorpej options 	DEC_ALPHABOOK1	# AlphaBook1:	Tadpole/DEC AlphaBook
     32  1.31.2.2  thorpej options 	DEC_EB66	# EB66:		21066 Evaluation Board
     33  1.31.2.2  thorpej options 	DEC_6600	# EV6:		264DP OEM Board
     34  1.31.2.2  thorpej 
     35  1.31.2.2  thorpej # File systems
     36  1.31.2.2  thorpej file-system	FFS		# Fast file system
     37  1.31.2.2  thorpej file-system	CD9660		# ISO-9660 CD-ROM FS (w/RockRidge extensions)
     38  1.31.2.2  thorpej file-system	MSDOSFS		# MS-DOS-compatible file system
     39  1.31.2.2  thorpej file-system	NFS		# Sun NFS-compatible file system client
     40  1.31.2.2  thorpej file-system	KERNFS		# Kernel variable file system (/kern)
     41  1.31.2.2  thorpej 
     42  1.31.2.2  thorpej # Networking options
     43  1.31.2.2  thorpej options 	INET		# Internet protocol suite
     44  1.31.2.2  thorpej 
     45  1.31.2.2  thorpej # 4.3BSD compatibility.  Should be optional, but necessary for now.
     46  1.31.2.2  thorpej options 	COMPAT_43
     47  1.31.2.2  thorpej 
     48  1.31.2.2  thorpej # Binary compatibility with previous versions of NetBSD.
     49  1.31.2.2  thorpej #options 	COMPAT_09
     50  1.31.2.2  thorpej options 	COMPAT_10
     51  1.31.2.2  thorpej options 	COMPAT_11
     52  1.31.2.2  thorpej options 	COMPAT_12
     53  1.31.2.2  thorpej options 	COMPAT_13
     54  1.31.2.2  thorpej options 	COMPAT_14
     55  1.31.2.2  thorpej 
     56  1.31.2.2  thorpej # Misc. options
     57  1.31.2.2  thorpej #options 	EISAVERBOSE		# recognize "unknown" EISA devices
     58  1.31.2.2  thorpej #options 	PCIVERBOSE		# recognize "unknown" PCI devices
     59  1.31.2.2  thorpej #options 	SCSIVERBOSE		# Verbose SCSI errors
     60  1.31.2.2  thorpej #options 	TCVERBOSE		# recognize "unknown" TC devices
     61  1.31.2.2  thorpej options 	UCONSOLE		# users can use TIOCCONS (for xconsole)
     62  1.31.2.2  thorpej options 	INSECURE		# disable `kernel security level'
     63  1.31.2.2  thorpej 
     64  1.31.2.2  thorpej # The Alpha console firmware network boots using the BOOTP
     65  1.31.2.2  thorpej # protocol, so we ask the NFS code to use BOOTP/DHCP as well,
     66  1.31.2.2  thorpej # in case we have NFS root.
     67  1.31.2.2  thorpej options 	NFS_BOOT_DHCP		# superset of BOOTP
     68  1.31.2.2  thorpej 
     69  1.31.2.2  thorpej # WS console uses SUN or VT100 terminal emulation
     70  1.31.2.2  thorpej options 	WSEMUL_VT100
     71  1.31.2.2  thorpej 
     72  1.31.2.2  thorpej config		netbsd	root on ? type ?
     73  1.31.2.2  thorpej 
     74  1.31.2.2  thorpej mainbus0 at	root
     75  1.31.2.2  thorpej cpu*	at	mainbus0
     76  1.31.2.2  thorpej 
     77  1.31.2.2  thorpej # TurboLaser bus support and devices
     78  1.31.2.2  thorpej tlsb*	at	mainbus0
     79  1.31.2.2  thorpej gbus*	at	tlsb? node ? offset ?
     80  1.31.2.2  thorpej tlsbmem* at	tlsb? node ? offset ?
     81  1.31.2.2  thorpej kft*	at	tlsb? node ? offset ?
     82  1.31.2.2  thorpej 
     83  1.31.2.2  thorpej # Gbus Devices
     84  1.31.2.2  thorpej mcclock* at	gbus? offset ?
     85  1.31.2.2  thorpej 
     86  1.31.2.2  thorpej # MCBUS bus support
     87  1.31.2.2  thorpej mcbus*	at	mainbus0
     88  1.31.2.2  thorpej mcmem*	at	mcbus? mid ?
     89  1.31.2.2  thorpej 
     90  1.31.2.2  thorpej #EV6 Tsunami Core Logic
     91  1.31.2.2  thorpej 
     92  1.31.2.2  thorpej tsc*	at	mainbus0
     93  1.31.2.2  thorpej 
     94  1.31.2.2  thorpej # TurboChannel host bus adapter support
     95  1.31.2.2  thorpej tcasic*	at	mainbus0
     96  1.31.2.2  thorpej 
     97  1.31.2.2  thorpej # TurboChannel bus support
     98  1.31.2.2  thorpej tc*	at	tcasic?
     99  1.31.2.2  thorpej 
    100  1.31.2.2  thorpej # TurboChannel devices
    101  1.31.2.2  thorpej ioasic*	at	tc? slot ? offset ?
    102  1.31.2.2  thorpej mcclock* at	ioasic? offset ?
    103  1.31.2.2  thorpej le*	at	ioasic? offset ?
    104  1.31.2.2  thorpej scc0	at	ioasic? offset ?
    105  1.31.2.2  thorpej scc1	at	ioasic? offset ?
    106  1.31.2.2  thorpej tcds*	at	tc? slot ? offset ?
    107  1.31.2.2  thorpej asc*	at	tcds? chip ?
    108  1.31.2.2  thorpej le*	at	tc? slot ? offset ?
    109  1.31.2.2  thorpej fta*	at	tc? slot ? offset ?		# DEC DEFTA FDDI cards
    110  1.31.2.2  thorpej 
    111  1.31.2.2  thorpej # PCI host bus adapter support
    112  1.31.2.2  thorpej apecs*	at	mainbus?
    113  1.31.2.2  thorpej cia*	at	mainbus?
    114  1.31.2.2  thorpej lca*	at	mainbus?
    115  1.31.2.2  thorpej dwlpx*	at	kft?
    116  1.31.2.2  thorpej mcpcia*	at	mcbus? mid ?
    117  1.31.2.2  thorpej tsp*	at	tsc?
    118  1.31.2.2  thorpej 
    119  1.31.2.2  thorpej # PCI bus support
    120  1.31.2.2  thorpej pci*	at	apecs?
    121  1.31.2.2  thorpej pci*	at	cia?
    122  1.31.2.2  thorpej pci*	at	lca?
    123  1.31.2.2  thorpej pci*	at	ppb?
    124  1.31.2.2  thorpej pci*	at	dwlpx?
    125  1.31.2.2  thorpej pci*	at	mcpcia?
    126  1.31.2.2  thorpej pci*	at	tsp?
    127  1.31.2.2  thorpej 
    128  1.31.2.2  thorpej # PCI devices
    129  1.31.2.2  thorpej adv*	at	pci? dev ? function ?		# AdvanSys SCSI
    130  1.31.2.2  thorpej adw*	at	pci? dev ? function ?		# AdvanSys Wide SCSI
    131  1.31.2.2  thorpej ahc*	at	pci? dev ? function ?		# Adaptec [23]94x, aic78x0 SCSI
    132  1.31.2.2  thorpej bha*	at	pci? dev ? function ?		# BusLogic 9xx SCSI (untested)
    133  1.31.2.2  thorpej de*	at	pci? dev ? function ?		# 21x4x-based Ethernet
    134  1.31.2.2  thorpej dpt*	at	pci? dev ? function ?		# DPT SmartCache/SmartRAID
    135  1.31.2.2  thorpej en*	at	pci? dev ? function ?		# ENI PCI ATM (untested)
    136  1.31.2.2  thorpej ep*	at	pci? dev ? function ?		# 3COM 3c59x/3c90x Ethernet
    137  1.31.2.2  thorpej epic*	at	pci? dev ? function ?		# SMC EPIC/100 Ethernet
    138  1.31.2.2  thorpej ex*	at	pci? dev ? function ?		# 3COM 3c90x[B] Ethernet
    139  1.31.2.2  thorpej fpa*	at	pci? dev ? function ?		# DEC DEFPA FDDI
    140  1.31.2.2  thorpej fxp*	at	pci? dev ? function ?		# Intel EEPRO 10+/100B
    141  1.31.2.2  thorpej isp*	at	pci? dev ? function ?		# Qlogic ISP 10x0 SCSI
    142  1.31.2.2  thorpej le*	at	pci? dev ? function ?		# PCI LANCE Ethernet (untested)
    143  1.31.2.2  thorpej ncr*	at	pci? dev ? function ?		# NCR 53c8xx SCSI
    144  1.31.2.2  thorpej ne*	at	pci? dev ? function ?		# NE2000-compatible Ethernet
    145  1.31.2.2  thorpej pceb*	at	pci? dev ? function ?		# Intel PCI-EISA Bridges
    146  1.31.2.2  thorpej pciide*	at	pci? dev ? function ?		# PCI IDE controllers
    147  1.31.2.2  thorpej pcscp*	at	pci? dev ? function ?		# AMD Am53c974 PCscsi-PCI
    148  1.31.2.2  thorpej ppb*	at	pci? dev ? function ?		# PCI-PCI Bridges
    149  1.31.2.2  thorpej rl*	at	pci? dev ? function ?		# RealTek 8129/8139 Ethernet
    150  1.31.2.2  thorpej sio*	at	pci? dev ? function ?		# Intel PCI-ISA Bridges
    151  1.31.2.2  thorpej sip*	at	pci? dev ? function ?		# SiS 900 Ethernet
    152  1.31.2.2  thorpej tga*	at	pci? dev ? function ?		# DEC ZLXp-E[123] Graphics
    153  1.31.2.2  thorpej tl*	at	pci? dev ? function ?		# TI ThunderLAN Ethernet
    154  1.31.2.2  thorpej tlp*	at	pci? dev ? function ?		# DECchip 21x4x and clones
    155  1.31.2.2  thorpej #options 	TLP_MATCH_21040
    156  1.31.2.2  thorpej #options 	TLP_MATCH_21041
    157  1.31.2.2  thorpej #options 	TLP_MATCH_21140
    158  1.31.2.2  thorpej #options 	TLP_MATCH_21142
    159  1.31.2.2  thorpej vga*	at	pci? dev ? function ?		# PCI VGA Graphics
    160  1.31.2.2  thorpej vr*	at	pci? dev ? function ?		# VIA Rhine Fast Ethernet
    161  1.31.2.2  thorpej 
    162  1.31.2.2  thorpej # MII/PHY support
    163  1.31.2.2  thorpej exphy*	at mii? phy ?			# 3Com internal PHYs
    164  1.31.2.2  thorpej icsphy*	at mii? phy ?			# Integrated Circuit Systems ICS1890
    165  1.31.2.2  thorpej inphy*	at mii? phy ?			# Intel 82555 PHYs
    166  1.31.2.2  thorpej lxtphy*	at mii? phy ?			# Level One LXT-970 PHYs
    167  1.31.2.2  thorpej nsphy*	at mii? phy ?			# NS83840 PHYs
    168  1.31.2.2  thorpej qsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
    169  1.31.2.2  thorpej sqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
    170  1.31.2.2  thorpej tlphy*	at mii? phy ?			# ThunderLAN PHYs
    171  1.31.2.2  thorpej ukphy*	at mii? phy ?			# generic unknown PHYs
    172  1.31.2.2  thorpej 
    173  1.31.2.2  thorpej # ISA/EISA bus support
    174  1.31.2.2  thorpej isa*	at	pceb?
    175  1.31.2.2  thorpej eisa*	at	pceb?
    176  1.31.2.2  thorpej isa*	at	sio?
    177  1.31.2.2  thorpej 
    178  1.31.2.2  thorpej # ISA devices
    179  1.31.2.2  thorpej mcclock* at	isa? port 0x70
    180  1.31.2.2  thorpej pckbc*	at	isa?				# PC keyboard controller
    181  1.31.2.2  thorpej pckbd*	at	pckbc?				# PC keyboard (kbd port)
    182  1.31.2.2  thorpej pms*	at	pckbc?				# PS/2-style mouse (aux port)
    183  1.31.2.2  thorpej com*	at	isa? port 0x3f8 irq 4		# standard serial ports
    184  1.31.2.2  thorpej com*	at	isa? port 0x2f8 irq 3
    185  1.31.2.2  thorpej ep*	at	isa? port ? irq ?		# 3COM 3c509 Ethernet
    186  1.31.2.2  thorpej fdc0	at	isa? port 0x3f0 irq 6 drq 2	# floppy controller
    187  1.31.2.2  thorpej lc*	at	isa? port ? iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
    188  1.31.2.2  thorpej #le*	at	isa? port 0x320 irq 10 drq 7	# IsoLan, NE2100, DEPCA (unt.)
    189  1.31.2.2  thorpej lpt*	at	isa? port 0x3bc irq 7		# standard parallel port
    190  1.31.2.2  thorpej vga*	at	isa?				# ISA (EISA: XXX) VGA
    191  1.31.2.2  thorpej wdc0	at	isa? port 0x1f0 irq 14		# ST506/ESDI/IDE controllers
    192  1.31.2.2  thorpej wdc1	at	isa? port 0x170 irq 15
    193  1.31.2.2  thorpej 
    194  1.31.2.2  thorpej # EISA devices
    195  1.31.2.2  thorpej ahb*	at	eisa? slot ?			# Adaptec 174[024] SCSI (unt.)
    196  1.31.2.2  thorpej ahc*	at	eisa? slot ?			# Adaptec 274x, aic7770 SCSI
    197  1.31.2.2  thorpej bha*	at	eisa? slot ?			# BusLogic 7xx SCSI
    198  1.31.2.2  thorpej ep*	at	eisa? slot ?			# 3COM 3c579 Ethernet (untested)
    199  1.31.2.2  thorpej fea*	at	eisa? slot ?			# DEC DEFEA FDDI
    200  1.31.2.2  thorpej tlp*	at	eisa? slot ?			# DEC DE-425 Ethernet
    201  1.31.2.2  thorpej uha*	at	eisa? slot ?			# UltraStor 24f SCSI (unt.)
    202  1.31.2.2  thorpej 
    203  1.31.2.2  thorpej # SCSI bus support
    204  1.31.2.2  thorpej scsibus* at	adv?
    205  1.31.2.2  thorpej scsibus* at	adw?
    206  1.31.2.2  thorpej scsibus* at	ahc?
    207  1.31.2.2  thorpej scsibus* at	asc?
    208  1.31.2.2  thorpej scsibus* at	bha?
    209  1.31.2.2  thorpej scsibus* at	dpt?
    210  1.31.2.2  thorpej scsibus* at	isp?
    211  1.31.2.2  thorpej scsibus* at	ncr?
    212  1.31.2.2  thorpej 
    213  1.31.2.2  thorpej # SCSI devices
    214  1.31.2.2  thorpej cd*	at	scsibus? target ? lun ?		# SCSI CD-ROM drives
    215  1.31.2.2  thorpej sd*	at	scsibus? target ? lun ?		# SCSI disk drives
    216  1.31.2.2  thorpej st*	at	scsibus? target ? lun ?		# SCSI tape drives
    217  1.31.2.2  thorpej 
    218  1.31.2.2  thorpej # ST506/ESDI/IDE devices
    219  1.31.2.2  thorpej wd*	at	pciide? channel ?
    220  1.31.2.2  thorpej wd*	at	wdc? drive ?
    221  1.31.2.2  thorpej 
    222  1.31.2.2  thorpej # ATAPI bus support
    223  1.31.2.2  thorpej atapibus* at	pciide? channel ?
    224  1.31.2.2  thorpej atapibus* at	wdc?
    225  1.31.2.2  thorpej 
    226  1.31.2.2  thorpej # ATAPI devices
    227  1.31.2.2  thorpej sd*	at	atapibus? drive ?		# ATAPI disk devices
    228  1.31.2.2  thorpej cd*	at	atapibus? drive ?		# ATAPI CD-ROM devices
    229  1.31.2.2  thorpej 
    230  1.31.2.2  thorpej # Floppy drives
    231  1.31.2.2  thorpej fd*	at	fdc? drive ?
    232  1.31.2.2  thorpej 
    233  1.31.2.2  thorpej # Workstation Console attachments
    234  1.31.2.2  thorpej wsdisplay*	at	vga?
    235  1.31.2.2  thorpej wsdisplay*	at	tga?
    236  1.31.2.2  thorpej wskbd*		at	pckbd?
    237  1.31.2.2  thorpej wsmouse*	at	pms?
    238  1.31.2.2  thorpej 
    239  1.31.2.2  thorpej pseudo-device	loop		1
    240  1.31.2.2  thorpej pseudo-device	md		1
    241  1.31.2.2  thorpej pseudo-device	ppp		1
    242  1.31.2.2  thorpej pseudo-device	pty		64
    243  1.31.2.2  thorpej pseudo-device	sl		1
    244