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