Home | History | Annotate | Line # | Download | only in conf
INSTALL revision 1.9
      1  1.9     ross # $NetBSD: INSTALL,v 1.9 1998/03/25 02:16:42 ross Exp $
      2  1.1      cjs #
      3  1.1      cjs # Alpha INSTALL kernel.
      4  1.1      cjs 
      5  1.1      cjs include	"arch/alpha/conf/std.alpha"
      6  1.1      cjs 
      7  1.1      cjs maxusers 8
      8  1.1      cjs 
      9  1.1      cjs # Enable the hooks used for initializing the ram-disk.
     10  1.1      cjs options 	MEMORY_DISK_HOOKS
     11  1.1      cjs options 	MEMORY_DISK_IS_ROOT	# Force root on ram-disk
     12  1.7  thorpej options 	MINIROOTSIZE=6144	# 3 Megabytes
     13  1.1      cjs 
     14  1.1      cjs # CPU Support
     15  1.1      cjs #options 	DEC_2000_300	# "Jensen":	2000/300 (DECpc AXP 150)
     16  1.1      cjs options 	DEC_2100_A50	# Avanti etc:	AlphaStation 400, 200, etc.
     17  1.4      cjs options 	DEC_3000_500	# Flamingo etc:	3000/[4-9]00*
     18  1.4      cjs options 	DEC_3000_300	# Pelican etc:	3000/300*
     19  1.1      cjs options 	DEC_AXPPCI_33	# NoName:	AXPpci33, Multia, etc.
     20  1.1      cjs options 	DEC_EB164	# EB164:	AlphaPC 164
     21  1.1      cjs options 	DEC_EB64PLUS	# EB64+:	AlphaPC 64, etc.
     22  1.1      cjs options 	DEC_KN20AA	# KN20AA:	AlphaStation 500 and 600
     23  1.4      cjs options 	DEC_KN8AE	# KN8AE:	AlphaServer 8200 and 8400
     24  1.1      cjs 
     25  1.1      cjs # File systems
     26  1.1      cjs file-system	FFS		# Fast file system
     27  1.1      cjs file-system	CD9660		# ISO-9660 CD-ROM FS (w/RockRidge extensions)
     28  1.4      cjs file-system	MSDOSFS		# MS-DOS-compatible file system
     29  1.1      cjs file-system	NFS		# Sun NFS-compatible file system client
     30  1.2      cjs file-system	KERNFS		# Kernel variable file system (/kern)
     31  1.1      cjs 
     32  1.1      cjs # File system options
     33  1.1      cjs options 	FIFO		# POSIX fifo support (in all file systems)
     34  1.1      cjs 
     35  1.1      cjs # Networking options
     36  1.1      cjs options 	INET		# Internet protocol suite
     37  1.1      cjs 
     38  1.1      cjs # 4.3BSD compatibility.  Should be optional, but necessary for now.
     39  1.1      cjs options 	COMPAT_43
     40  1.1      cjs 
     41  1.1      cjs # Binary compatibility with previous versions of NetBSD.
     42  1.1      cjs #options 	COMPAT_09
     43  1.4      cjs options 	COMPAT_10
     44  1.4      cjs options 	COMPAT_11
     45  1.4      cjs options 	COMPAT_12
     46  1.4      cjs options 	COMPAT_13
     47  1.4      cjs 
     48  1.4      cjs # Misc. options
     49  1.4      cjs options 	EISAVERBOSE		# recognize "unknown" EISA devices
     50  1.4      cjs options 	PCIVERBOSE		# recognize "unknown" PCI devices
     51  1.4      cjs options 	SCSIVERBOSE		# Verbose SCSI errors
     52  1.4      cjs options 	TCVERBOSE		# recognize "unknown" TC devices
     53  1.4      cjs options 	UCONSOLE		# users can use TIOCCONS (for xconsole)
     54  1.4      cjs 
     55  1.4      cjs # The Alpha console firmware network boots using the BOOTP
     56  1.8      cgd # protocol, so we ask the NFS code to use BOOTP/DHCP as well,
     57  1.8      cgd # in case we have NFS root.
     58  1.8      cgd options 	NFS_BOOT_DHCP		# superset of BOOTP
     59  1.1      cjs 
     60  1.1      cjs config		netbsd	root on ? type ?
     61  1.1      cjs 
     62  1.1      cjs mainbus0 at	root
     63  1.1      cjs cpu*	at	mainbus0
     64  1.1      cjs 
     65  1.1      cjs # TurboLaser bus support and devices
     66  1.4      cjs tlsb*	at	mainbus0
     67  1.4      cjs gbus*	at	tlsb? node ? offset ?
     68  1.4      cjs tlsbmem* at	tlsb? node ? offset ?
     69  1.4      cjs kft*	at	tlsb? node ? offset ?
     70  1.1      cjs 
     71  1.1      cjs # Gbus Devices
     72  1.4      cjs mcclock* at	gbus? offset 0x20000000
     73  1.1      cjs 
     74  1.1      cjs # TurboChannel host bus adapter support
     75  1.4      cjs tcasic*	at	mainbus0
     76  1.1      cjs 
     77  1.1      cjs # TurboChannel bus support
     78  1.4      cjs tc*	at	tcasic?
     79  1.1      cjs 
     80  1.1      cjs # TurboChannel devices
     81  1.4      cjs ioasic*	at	tc? slot ? offset ?
     82  1.4      cjs mcclock* at	ioasic? offset ?
     83  1.4      cjs le*	at	ioasic? offset ?
     84  1.4      cjs scc0	at	ioasic? offset ?
     85  1.4      cjs scc1	at	ioasic? offset ?
     86  1.4      cjs tcds0	at	tc? slot ? offset ?
     87  1.4      cjs asc0	at	tcds? slot ?
     88  1.4      cjs asc1	at	tcds? slot ?
     89  1.4      cjs le*	at	tc? slot ? offset ?
     90  1.4      cjs fta*	at	tc? slot ? offset ?		# DEC DEFTA FDDI cards
     91  1.1      cjs 
     92  1.1      cjs # PCI host bus adapter support
     93  1.1      cjs apecs*	at	mainbus?
     94  1.1      cjs cia*	at	mainbus?
     95  1.1      cjs lca*	at	mainbus?
     96  1.4      cjs dwlpx*	at	kft?
     97  1.1      cjs 
     98  1.1      cjs # PCI bus support
     99  1.1      cjs pci*	at	apecs?
    100  1.1      cjs pci*	at	cia?
    101  1.1      cjs pci*	at	lca?
    102  1.1      cjs pci*	at	ppb?
    103  1.4      cjs pci*	at	dwlpx?
    104  1.1      cjs 
    105  1.1      cjs # PCI devices
    106  1.1      cjs ahc*	at	pci? dev ? function ?		# Adaptec [23]94x, aic78x0 SCSI
    107  1.1      cjs de*	at	pci? dev ? function ?		# 21x4x-based Ethernet
    108  1.1      cjs ep*	at	pci? dev ? function ?		# 3COM 3c59x/3c90x Ethernet
    109  1.1      cjs fpa*	at	pci? dev ? function ?		# DEC DEFPA FDDI
    110  1.1      cjs isp*	at	pci? dev ? function ?		# Qlogic ISP 10x0 SCSI
    111  1.1      cjs ncr*	at	pci? dev ? function ?		# NCR 53c8xx SCSI
    112  1.1      cjs pceb*	at	pci? dev ? function ?		# Intel PCI-EISA Bridges
    113  1.1      cjs ppb*	at	pci? dev ? function ?		# PCI-PCI Bridges
    114  1.1      cjs sio*	at	pci? dev ? function ?		# Intel PCI-ISA Bridges
    115  1.1      cjs tga*	at	pci? dev ? function ?		# DEC ZLXp-E[123] Graphics
    116  1.1      cjs vga*	at	pci? dev ? function ?		# PCI VGA Graphics
    117  1.1      cjs 
    118  1.1      cjs # ISA/EISA bus support
    119  1.1      cjs isa*	at	pceb?
    120  1.1      cjs eisa*	at	pceb?
    121  1.1      cjs isa*	at	sio?
    122  1.1      cjs 
    123  1.1      cjs # ISA devices
    124  1.1      cjs mcclock* at	isa? port 0x70
    125  1.1      cjs pcppi*	at	isa?				# PC prog. periph. interface
    126  1.1      cjs pckbd*	at	pcppi?				# PC keyboard (kbd port)
    127  1.4      cjs pms*	at	pcppi?				# PS/2-style mouse (aux port)
    128  1.1      cjs com*	at	isa? port 0x3f8 irq 4		# standard serial ports
    129  1.1      cjs com*	at	isa? port 0x2f8 irq 3
    130  1.1      cjs ep*	at	isa? port ? irq ?		# 3COM 3c509 Ethernet
    131  1.1      cjs lc*	at	isa? port ? iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
    132  1.6  thorpej #le*	at	isa? port 0x320 irq 10 drq 7	# IsoLan, NE2100, DEPCA (unt.)
    133  1.1      cjs lpt*	at	isa? port 0x3bc irq 7		# standard parallel port
    134  1.1      cjs vga*	at	isa?				# ISA (EISA: XXX) VGA
    135  1.5  thorpej wdc0	at	isa? port 0x1f0 irq 14		# ST506/ESDI/IDE controllers
    136  1.5  thorpej wdc1	at	isa? port 0x170 irq 15
    137  1.1      cjs 
    138  1.1      cjs # EISA devices
    139  1.1      cjs ahc*	at	eisa? slot ?			# Adaptec 274x, aic7770 SCSI
    140  1.1      cjs bha*	at	eisa? slot ?			# BusLogic 7xx SCSI
    141  1.4      cjs ep*	at	eisa? slot ?			# 3COM 3c579 Ethernet (untested)
    142  1.1      cjs fea*	at	eisa? slot ?			# DEC DEFEA FDDI
    143  1.1      cjs 
    144  1.1      cjs # SCSI bus support
    145  1.1      cjs scsibus* at	ahc?
    146  1.4      cjs scsibus* at	asc?
    147  1.1      cjs scsibus* at	bha?
    148  1.1      cjs scsibus* at	isp?
    149  1.1      cjs scsibus* at	ncr?
    150  1.1      cjs 
    151  1.1      cjs # SCSI devices
    152  1.1      cjs cd*	at	scsibus? target ? lun ?		# SCSI CD-ROM drives
    153  1.1      cjs sd*	at	scsibus? target ? lun ?		# SCSI disk drives
    154  1.1      cjs st*	at	scsibus? target ? lun ?		# SCSI tape drives
    155  1.1      cjs 
    156  1.1      cjs # ST506/ESDI/IDE devices
    157  1.5  thorpej wd*	at	wdc? drive ?
    158  1.5  thorpej 
    159  1.5  thorpej # ATAPI bus support
    160  1.5  thorpej atapibus* at	wdc?
    161  1.5  thorpej 
    162  1.5  thorpej # ATAPI devices
    163  1.5  thorpej sd*	at	atapibus? drive ?		# ATAPI disk devices
    164  1.5  thorpej cd*	at	atapibus? drive ?		# ATAPI CD-ROM devices
    165  1.1      cjs 
    166  1.1      cjs # Workstation Console attachments
    167  1.1      cjs wscons*	at	vga?
    168  1.1      cjs wscons*	at	tga?
    169  1.1      cjs 
    170  1.1      cjs pseudo-device	loop		1
    171  1.1      cjs pseudo-device	md		1
    172  1.1      cjs pseudo-device	ppp		1
    173  1.4      cjs pseudo-device	pty		64
    174  1.1      cjs pseudo-device	sl		1
    175