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