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