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