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