Home | History | Annotate | Line # | Download | only in conf
INSTALL revision 1.10
      1  1.10  drochner # $NetBSD: INSTALL,v 1.10 1998/04/15 21:19:22 drochner 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.10  drochner # WS console uses SUN terminal emulation
     61  1.10  drochner options 	WSEMUL_SUN
     62  1.10  drochner 
     63   1.1       cjs config		netbsd	root on ? type ?
     64   1.1       cjs 
     65   1.1       cjs mainbus0 at	root
     66   1.1       cjs cpu*	at	mainbus0
     67   1.1       cjs 
     68   1.1       cjs # TurboLaser bus support and devices
     69   1.4       cjs tlsb*	at	mainbus0
     70   1.4       cjs gbus*	at	tlsb? node ? offset ?
     71   1.4       cjs tlsbmem* at	tlsb? node ? offset ?
     72   1.4       cjs kft*	at	tlsb? node ? offset ?
     73   1.1       cjs 
     74   1.1       cjs # Gbus Devices
     75   1.4       cjs mcclock* at	gbus? offset 0x20000000
     76   1.1       cjs 
     77   1.1       cjs # TurboChannel host bus adapter support
     78   1.4       cjs tcasic*	at	mainbus0
     79   1.1       cjs 
     80   1.1       cjs # TurboChannel bus support
     81   1.4       cjs tc*	at	tcasic?
     82   1.1       cjs 
     83   1.1       cjs # TurboChannel devices
     84   1.4       cjs ioasic*	at	tc? slot ? offset ?
     85   1.4       cjs mcclock* at	ioasic? offset ?
     86   1.4       cjs le*	at	ioasic? offset ?
     87   1.4       cjs scc0	at	ioasic? offset ?
     88   1.4       cjs scc1	at	ioasic? offset ?
     89   1.4       cjs tcds0	at	tc? slot ? offset ?
     90   1.4       cjs asc0	at	tcds? slot ?
     91   1.4       cjs asc1	at	tcds? slot ?
     92   1.4       cjs le*	at	tc? slot ? offset ?
     93   1.4       cjs fta*	at	tc? slot ? offset ?		# DEC DEFTA FDDI cards
     94   1.1       cjs 
     95   1.1       cjs # PCI host bus adapter support
     96   1.1       cjs apecs*	at	mainbus?
     97   1.1       cjs cia*	at	mainbus?
     98   1.1       cjs lca*	at	mainbus?
     99   1.4       cjs dwlpx*	at	kft?
    100   1.1       cjs 
    101   1.1       cjs # PCI bus support
    102   1.1       cjs pci*	at	apecs?
    103   1.1       cjs pci*	at	cia?
    104   1.1       cjs pci*	at	lca?
    105   1.1       cjs pci*	at	ppb?
    106   1.4       cjs pci*	at	dwlpx?
    107   1.1       cjs 
    108   1.1       cjs # PCI devices
    109   1.1       cjs ahc*	at	pci? dev ? function ?		# Adaptec [23]94x, aic78x0 SCSI
    110   1.1       cjs de*	at	pci? dev ? function ?		# 21x4x-based Ethernet
    111   1.1       cjs ep*	at	pci? dev ? function ?		# 3COM 3c59x/3c90x Ethernet
    112   1.1       cjs fpa*	at	pci? dev ? function ?		# DEC DEFPA FDDI
    113   1.1       cjs isp*	at	pci? dev ? function ?		# Qlogic ISP 10x0 SCSI
    114   1.1       cjs ncr*	at	pci? dev ? function ?		# NCR 53c8xx SCSI
    115   1.1       cjs pceb*	at	pci? dev ? function ?		# Intel PCI-EISA Bridges
    116   1.1       cjs ppb*	at	pci? dev ? function ?		# PCI-PCI Bridges
    117   1.1       cjs sio*	at	pci? dev ? function ?		# Intel PCI-ISA Bridges
    118   1.1       cjs tga*	at	pci? dev ? function ?		# DEC ZLXp-E[123] Graphics
    119   1.1       cjs vga*	at	pci? dev ? function ?		# PCI VGA Graphics
    120   1.1       cjs 
    121   1.1       cjs # ISA/EISA bus support
    122   1.1       cjs isa*	at	pceb?
    123   1.1       cjs eisa*	at	pceb?
    124   1.1       cjs isa*	at	sio?
    125   1.1       cjs 
    126   1.1       cjs # ISA devices
    127   1.1       cjs mcclock* at	isa? port 0x70
    128  1.10  drochner pckbc*	at	isa?				# PC keyboard controller
    129  1.10  drochner pckbd*	at	pckbc?				# PC keyboard (kbd port)
    130  1.10  drochner psm*	at	pckbc?				# PS/2-style mouse (aux port)
    131   1.1       cjs com*	at	isa? port 0x3f8 irq 4		# standard serial ports
    132   1.1       cjs com*	at	isa? port 0x2f8 irq 3
    133   1.1       cjs ep*	at	isa? port ? irq ?		# 3COM 3c509 Ethernet
    134   1.1       cjs lc*	at	isa? port ? iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
    135   1.6   thorpej #le*	at	isa? port 0x320 irq 10 drq 7	# IsoLan, NE2100, DEPCA (unt.)
    136   1.1       cjs lpt*	at	isa? port 0x3bc irq 7		# standard parallel port
    137   1.1       cjs vga*	at	isa?				# ISA (EISA: XXX) VGA
    138   1.5   thorpej wdc0	at	isa? port 0x1f0 irq 14		# ST506/ESDI/IDE controllers
    139   1.5   thorpej wdc1	at	isa? port 0x170 irq 15
    140   1.1       cjs 
    141   1.1       cjs # EISA devices
    142   1.1       cjs ahc*	at	eisa? slot ?			# Adaptec 274x, aic7770 SCSI
    143   1.1       cjs bha*	at	eisa? slot ?			# BusLogic 7xx SCSI
    144   1.4       cjs ep*	at	eisa? slot ?			# 3COM 3c579 Ethernet (untested)
    145   1.1       cjs fea*	at	eisa? slot ?			# DEC DEFEA FDDI
    146   1.1       cjs 
    147   1.1       cjs # SCSI bus support
    148   1.1       cjs scsibus* at	ahc?
    149   1.4       cjs scsibus* at	asc?
    150   1.1       cjs scsibus* at	bha?
    151   1.1       cjs scsibus* at	isp?
    152   1.1       cjs scsibus* at	ncr?
    153   1.1       cjs 
    154   1.1       cjs # SCSI devices
    155   1.1       cjs cd*	at	scsibus? target ? lun ?		# SCSI CD-ROM drives
    156   1.1       cjs sd*	at	scsibus? target ? lun ?		# SCSI disk drives
    157   1.1       cjs st*	at	scsibus? target ? lun ?		# SCSI tape drives
    158   1.1       cjs 
    159   1.1       cjs # ST506/ESDI/IDE devices
    160   1.5   thorpej wd*	at	wdc? drive ?
    161   1.5   thorpej 
    162   1.5   thorpej # ATAPI bus support
    163   1.5   thorpej atapibus* at	wdc?
    164   1.5   thorpej 
    165   1.5   thorpej # ATAPI devices
    166   1.5   thorpej sd*	at	atapibus? drive ?		# ATAPI disk devices
    167   1.5   thorpej cd*	at	atapibus? drive ?		# ATAPI CD-ROM devices
    168   1.1       cjs 
    169   1.1       cjs # Workstation Console attachments
    170  1.10  drochner wsdisplay*	at	vga?
    171  1.10  drochner wsdisplay*	at	tga?
    172  1.10  drochner wskbd*	at	pckbd?
    173  1.10  drochner wsmouse*	at	psm?
    174   1.1       cjs 
    175   1.1       cjs pseudo-device	loop		1
    176   1.1       cjs pseudo-device	md		1
    177   1.1       cjs pseudo-device	ppp		1
    178   1.4       cjs pseudo-device	pty		64
    179   1.1       cjs pseudo-device	sl		1
    180