Home | History | Annotate | Line # | Download | only in conf
INSTALL revision 1.2
      1 # $NetBSD: INSTALL,v 1.2 1997/12/31 16:44:37 cjs 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=4096	# 2 Megabytes
     13 
     14 # set kernel load address a bit higher to allow kernel to be netbooted.
     15 # if not netbooting, the "makeoptions LOADADDRESS" line can be commented
     16 # out to save a fair chunk (~850k) of RAM.
     17 makeoptions	LOADADDRESS="fffffc0000300000"
     18 
     19 # CPU Support
     20 #options 	DEC_2000_300	# "Jensen":	2000/300 (DECpc AXP 150)
     21 options 	DEC_2100_A50	# Avanti etc:	AlphaStation 400, 200, etc.
     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 
     30 # File systems
     31 file-system	FFS		# Fast file system
     32 file-system	CD9660		# ISO-9660 CD-ROM FS (w/RockRidge extensions)
     33 file-system	NFS		# Sun NFS-compatible file system client
     34 file-system	KERNFS		# Kernel variable file system (/kern)
     35 
     36 # File system options
     37 options 	FIFO		# POSIX fifo support (in all file systems)
     38 
     39 # Networking options
     40 options 	INET		# Internet protocol suite
     41 
     42 # 4.3BSD compatibility.  Should be optional, but necessary for now.
     43 options 	COMPAT_43
     44 
     45 # Binary compatibility with previous versions of NetBSD.
     46 #options 	COMPAT_09
     47 #options 	COMPAT_10
     48 #options 	COMPAT_11
     49 #options 	COMPAT_12
     50 
     51 config		netbsd	root on ? type ?
     52 
     53 mainbus0 at	root
     54 cpu*	at	mainbus0
     55 
     56 # TurboLaser bus support and devices
     57 #tlsb*	at	mainbus0
     58 #gbus*	at	tlsb? node ? offset ?
     59 #tlsbmem* at	tlsb? node ? offset ?
     60 #kft*	at	tlsb? node ? offset ?
     61 
     62 # Gbus Devices
     63 #mcclock* at	gbus? offset 0x20000000
     64 
     65 # TurboChannel host bus adapter support
     66 #tcasic*	at	mainbus0
     67 
     68 # TurboChannel bus support
     69 #tc*	at	tcasic?
     70 
     71 # TurboChannel devices
     72 #ioasic*	at	tc? slot ? offset ?
     73 #mcclock* at	ioasic? offset ?
     74 #le*	at	ioasic? offset ?
     75 #scc0	at	ioasic? offset ?
     76 #scc1	at	ioasic? offset ?
     77 #tcds0	at	tc? slot ? offset ?
     78 #asc0	at	tcds? slot ?
     79 #asc1	at	tcds? slot ?
     80 #le*	at	tc? slot ? offset ?
     81 #fta*	at	tc? slot ? offset ?		# DEC DEFTA FDDI cards
     82 
     83 # PCI host bus adapter support
     84 apecs*	at	mainbus?
     85 cia*	at	mainbus?
     86 lca*	at	mainbus?
     87 #dwlpx*	at	kft?
     88 
     89 # PCI bus support
     90 pci*	at	apecs?
     91 pci*	at	cia?
     92 pci*	at	lca?
     93 pci*	at	ppb?
     94 #pci*	at	dwlpx?
     95 
     96 # PCI devices
     97 ahc*	at	pci? dev ? function ?		# Adaptec [23]94x, aic78x0 SCSI
     98 de*	at	pci? dev ? function ?		# 21x4x-based Ethernet
     99 ep*	at	pci? dev ? function ?		# 3COM 3c59x/3c90x Ethernet
    100 fpa*	at	pci? dev ? function ?		# DEC DEFPA FDDI
    101 isp*	at	pci? dev ? function ?		# Qlogic ISP 10x0 SCSI
    102 ncr*	at	pci? dev ? function ?		# NCR 53c8xx SCSI
    103 pceb*	at	pci? dev ? function ?		# Intel PCI-EISA Bridges
    104 ppb*	at	pci? dev ? function ?		# PCI-PCI Bridges
    105 sio*	at	pci? dev ? function ?		# Intel PCI-ISA Bridges
    106 tga*	at	pci? dev ? function ?		# DEC ZLXp-E[123] Graphics
    107 vga*	at	pci? dev ? function ?		# PCI VGA Graphics
    108 
    109 # ISA/EISA bus support
    110 isa*	at	pceb?
    111 eisa*	at	pceb?
    112 isa*	at	sio?
    113 
    114 # ISA devices
    115 mcclock* at	isa? port 0x70
    116 pcppi*	at	isa?				# PC prog. periph. interface
    117 pckbd*	at	pcppi?				# PC keyboard (kbd port)
    118 #pms*	at	pcppi?				# PS/2-style mouse (aux port)
    119 com*	at	isa? port 0x3f8 irq 4		# standard serial ports
    120 com*	at	isa? port 0x2f8 irq 3
    121 ep*	at	isa? port ? irq ?		# 3COM 3c509 Ethernet
    122 lc*	at	isa? port ? iomem ? irq ?	# DEC EtherWORKS III (LEMAC)
    123 #le*	at	isa? port 0x320 irq 10 drq 7	# IsoLan, NE2100, DEPCA (unt.)
    124 lpt*	at	isa? port 0x3bc irq 7		# standard parallel port
    125 vga*	at	isa?				# ISA (EISA: XXX) VGA
    126 awdc0	at	isa? port 0x1f0 irq 14		# ST506/ESDI/IDE controllers
    127 awdc1	at	isa? port 0x170 irq 15
    128 
    129 # EISA devices
    130 ahc*	at	eisa? slot ?			# Adaptec 274x, aic7770 SCSI
    131 bha*	at	eisa? slot ?			# BusLogic 7xx SCSI
    132 fea*	at	eisa? slot ?			# DEC DEFEA FDDI
    133 
    134 # SCSI bus support
    135 scsibus* at	ahc?
    136 #scsibus* at	asc?
    137 scsibus* at	bha?
    138 scsibus* at	isp?
    139 scsibus* at	ncr?
    140 
    141 # SCSI devices
    142 cd*	at	scsibus? target ? lun ?		# SCSI CD-ROM drives
    143 sd*	at	scsibus? target ? lun ?		# SCSI disk drives
    144 st*	at	scsibus? target ? lun ?		# SCSI tape drives
    145 
    146 # ST506/ESDI/IDE devices
    147 awd*	at	awdc? drive ?
    148 
    149 # Workstation Console attachments
    150 wscons*	at	vga?
    151 wscons*	at	tga?
    152 
    153 pseudo-device	loop		1
    154 pseudo-device	md		1
    155 pseudo-device	ppp		1
    156 pseudo-device	pty		16
    157 pseudo-device	sl		1
    158