Home | History | Annotate | Line # | Download | only in conf
INSTALL revision 1.9
      1 # $NetBSD: INSTALL,v 1.9 1998/03/25 02:16:42 ross 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 
     25 # File systems
     26 file-system	FFS		# Fast file system
     27 file-system	CD9660		# ISO-9660 CD-ROM FS (w/RockRidge extensions)
     28 file-system	MSDOSFS		# MS-DOS-compatible file system
     29 file-system	NFS		# Sun NFS-compatible file system client
     30 file-system	KERNFS		# Kernel variable file system (/kern)
     31 
     32 # File system options
     33 options 	FIFO		# POSIX fifo support (in all file systems)
     34 
     35 # Networking options
     36 options 	INET		# Internet protocol suite
     37 
     38 # 4.3BSD compatibility.  Should be optional, but necessary for now.
     39 options 	COMPAT_43
     40 
     41 # Binary compatibility with previous versions of NetBSD.
     42 #options 	COMPAT_09
     43 options 	COMPAT_10
     44 options 	COMPAT_11
     45 options 	COMPAT_12
     46 options 	COMPAT_13
     47 
     48 # Misc. options
     49 options 	EISAVERBOSE		# recognize "unknown" EISA devices
     50 options 	PCIVERBOSE		# recognize "unknown" PCI devices
     51 options 	SCSIVERBOSE		# Verbose SCSI errors
     52 options 	TCVERBOSE		# recognize "unknown" TC devices
     53 options 	UCONSOLE		# users can use TIOCCONS (for xconsole)
     54 
     55 # The Alpha console firmware network boots using the BOOTP
     56 # protocol, so we ask the NFS code to use BOOTP/DHCP as well,
     57 # in case we have NFS root.
     58 options 	NFS_BOOT_DHCP		# superset of BOOTP
     59 
     60 config		netbsd	root on ? type ?
     61 
     62 mainbus0 at	root
     63 cpu*	at	mainbus0
     64 
     65 # TurboLaser bus support and devices
     66 tlsb*	at	mainbus0
     67 gbus*	at	tlsb? node ? offset ?
     68 tlsbmem* at	tlsb? node ? offset ?
     69 kft*	at	tlsb? node ? offset ?
     70 
     71 # Gbus Devices
     72 mcclock* at	gbus? offset 0x20000000
     73 
     74 # TurboChannel host bus adapter support
     75 tcasic*	at	mainbus0
     76 
     77 # TurboChannel bus support
     78 tc*	at	tcasic?
     79 
     80 # TurboChannel devices
     81 ioasic*	at	tc? slot ? offset ?
     82 mcclock* at	ioasic? offset ?
     83 le*	at	ioasic? offset ?
     84 scc0	at	ioasic? offset ?
     85 scc1	at	ioasic? offset ?
     86 tcds0	at	tc? slot ? offset ?
     87 asc0	at	tcds? slot ?
     88 asc1	at	tcds? slot ?
     89 le*	at	tc? slot ? offset ?
     90 fta*	at	tc? slot ? offset ?		# DEC DEFTA FDDI cards
     91 
     92 # PCI host bus adapter support
     93 apecs*	at	mainbus?
     94 cia*	at	mainbus?
     95 lca*	at	mainbus?
     96 dwlpx*	at	kft?
     97 
     98 # PCI bus support
     99 pci*	at	apecs?
    100 pci*	at	cia?
    101 pci*	at	lca?
    102 pci*	at	ppb?
    103 pci*	at	dwlpx?
    104 
    105 # PCI devices
    106 ahc*	at	pci? dev ? function ?		# Adaptec [23]94x, aic78x0 SCSI
    107 de*	at	pci? dev ? function ?		# 21x4x-based Ethernet
    108 ep*	at	pci? dev ? function ?		# 3COM 3c59x/3c90x Ethernet
    109 fpa*	at	pci? dev ? function ?		# DEC DEFPA FDDI
    110 isp*	at	pci? dev ? function ?		# Qlogic ISP 10x0 SCSI
    111 ncr*	at	pci? dev ? function ?		# NCR 53c8xx SCSI
    112 pceb*	at	pci? dev ? function ?		# Intel PCI-EISA Bridges
    113 ppb*	at	pci? dev ? function ?		# PCI-PCI Bridges
    114 sio*	at	pci? dev ? function ?		# Intel PCI-ISA Bridges
    115 tga*	at	pci? dev ? function ?		# DEC ZLXp-E[123] Graphics
    116 vga*	at	pci? dev ? function ?		# PCI VGA Graphics
    117 
    118 # ISA/EISA bus support
    119 isa*	at	pceb?
    120 eisa*	at	pceb?
    121 isa*	at	sio?
    122 
    123 # ISA devices
    124 mcclock* at	isa? port 0x70
    125 pcppi*	at	isa?				# PC prog. periph. interface
    126 pckbd*	at	pcppi?				# PC keyboard (kbd port)
    127 pms*	at	pcppi?				# PS/2-style mouse (aux port)
    128 com*	at	isa? port 0x3f8 irq 4		# standard serial ports
    129 com*	at	isa? port 0x2f8 irq 3
    130 ep*	at	isa? port ? irq ?		# 3COM 3c509 Ethernet
    131 lc*	at	isa? port ? iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
    132 #le*	at	isa? port 0x320 irq 10 drq 7	# IsoLan, NE2100, DEPCA (unt.)
    133 lpt*	at	isa? port 0x3bc irq 7		# standard parallel port
    134 vga*	at	isa?				# ISA (EISA: XXX) VGA
    135 wdc0	at	isa? port 0x1f0 irq 14		# ST506/ESDI/IDE controllers
    136 wdc1	at	isa? port 0x170 irq 15
    137 
    138 # EISA devices
    139 ahc*	at	eisa? slot ?			# Adaptec 274x, aic7770 SCSI
    140 bha*	at	eisa? slot ?			# BusLogic 7xx SCSI
    141 ep*	at	eisa? slot ?			# 3COM 3c579 Ethernet (untested)
    142 fea*	at	eisa? slot ?			# DEC DEFEA FDDI
    143 
    144 # SCSI bus support
    145 scsibus* at	ahc?
    146 scsibus* at	asc?
    147 scsibus* at	bha?
    148 scsibus* at	isp?
    149 scsibus* at	ncr?
    150 
    151 # SCSI devices
    152 cd*	at	scsibus? target ? lun ?		# SCSI CD-ROM drives
    153 sd*	at	scsibus? target ? lun ?		# SCSI disk drives
    154 st*	at	scsibus? target ? lun ?		# SCSI tape drives
    155 
    156 # ST506/ESDI/IDE devices
    157 wd*	at	wdc? drive ?
    158 
    159 # ATAPI bus support
    160 atapibus* at	wdc?
    161 
    162 # ATAPI devices
    163 sd*	at	atapibus? drive ?		# ATAPI disk devices
    164 cd*	at	atapibus? drive ?		# ATAPI CD-ROM devices
    165 
    166 # Workstation Console attachments
    167 wscons*	at	vga?
    168 wscons*	at	tga?
    169 
    170 pseudo-device	loop		1
    171 pseudo-device	md		1
    172 pseudo-device	ppp		1
    173 pseudo-device	pty		64
    174 pseudo-device	sl		1
    175