Home | History | Annotate | Line # | Download | only in conf
INSTALL revision 1.8
      1 #	$NetBSD: INSTALL,v 1.8 2000/09/25 11:46:40 abs Exp $
      2 #
      3 # INSTALL kernel; all supported devices but nothing fancy.
      4 #
      5 
      6 include		"arch/vax/conf/std.vax"
      7 
      8 # Saving space
      9 makeoptions     COPTS="-Os"             # Optimise for space. Implies -O2
     10 #options        VNODE_OP_NOINLINE       # Don't inline vnode op calls
     11 #options        NFS_V2_ONLY             # Exclude NFS3 and NQNFS code
     12 
     13 # Here are all different supported CPU types listed.
     14 options 	"VAX8600"
     15 options 	"VAX8200"
     16 options 	"VAX780"
     17 options 	"VAX750"
     18 options 	"VAX630"	# MV II
     19 options 	"VAX650"	# MV III, 3600, 3800, 3900
     20 options 	"VAX670"	# VAX 4000/300
     21 options 	"VAX410"	# VS 2000
     22 options 	"VAX43"		# VS 3100/76
     23 options 	"VAX46"		# VS 4000/60
     24 options 	"VAX48"		# VS 4000 VLC
     25 options 	"VAX49"		# VS 4000/90
     26 
     27 # Max users on system; this is just a hint
     28 maxusers	8
     29 
     30 # Enable the hooks used for initializing the root memory-disk.
     31 options 	MEMORY_DISK_HOOKS
     32 options 	MEMORY_DISK_IS_ROOT     # force root on memory disk
     33 options 	MEMORY_DISK_SERVER=0    # no userspace memory disk support
     34 options 	MINIROOTSIZE=2276       # size of memory disk, in blocks
     35 
     36 
     37 # Kernel compiled-in symbolic debugger & system call tracer
     38 #options 	DDB
     39 #options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
     40 #options 	KTRACE
     41 #options 	DIAGNOSTIC,DEBUG,KMEMSTATS,PMAPDEBUG,TRAPDEBUG
     42 
     43 #options 	SCSIVERBOSE		# Verbose SCSI errors
     44 
     45 # Network support
     46 #options 	GATEWAY
     47 options         INET
     48 
     49 # All supported filesystem types
     50 file-system 	FFS
     51 #file-system 	LFS
     52 #file-system 	MFS
     53 file-system 	NFS
     54 #file-system 	FDESC
     55 file-system 	KERNFS
     56 #file-system 	NULLFS
     57 #file-system 	PROCFS
     58 #file-system 	UMAPFS
     59 #file-system 	UNION
     60 file-system 	CD9660
     61 
     62 #options 	QUOTA
     63 #options 	FFS_EI		# FFS Endian Independant support
     64 #options 	NFSSERVER
     65 #options 	NFS_BOOT_BOOTP,NFS_BOOT_DHCP	# Use bootp <> dhcp
     66 #options 	NFS_BOOT_BOOTPARAM	# Use the Sun way for netbooting.
     67 
     68 # WS console uses VT100 terminal emulation
     69 options 	WSEMUL_VT100
     70 #options 	WSDISPLAY_DEFAULTSCREENS=8
     71 
     72 # System V shared memory & semaphores support.
     73 #options 	SYSVMSG
     74 #options 	SYSVSEM
     75 #options 	SYSVSHM
     76 
     77 # Old compat stuff; needed to run 4.3BSD Reno programs.
     78 # Note that if COMPAT_ULTRIX is set, you lose compatibility with
     79 # 4.3BSD Reno programs and get Ultrix compatibility instead.
     80 # (They cannot coexist).
     81 #options 	COMPAT_VAX1K	# Must be present to run pre-1.4 binaries.
     82 #options 	COMPAT_43
     83 #options 	COMPAT_09
     84 #options 	COMPAT_10
     85 #options 	COMPAT_11
     86 #options 	COMPAT_12
     87 #options 	COMPAT_13
     88 options 	COMPAT_14
     89 options 	COMPAT_15
     90 #options 	COMPAT_ULTRIX
     91 
     92 #options 	LKM
     93 
     94 # Kernel(s) to compile
     95 config          netbsd root on ? type ?
     96 
     97 mainbus0	at root
     98 
     99 # Devices directly attached to mainbus.
    100 sbi*		at mainbus0	# SBI's, VAX-11/78[05] main bus
    101 bi*		at mainbus0	# VAXBI bus
    102 abus0		at mainbus0	# 8600 internal bus.
    103 cmi0		at mainbus0	# 11/750 internal bus.
    104 vsbus0		at mainbus0	# Internal "virtual" VAXstation bus
    105 ibus0		at mainbus0	# Internal MicroVAX bus
    106 
    107 # Devices connected at VAXBI
    108 cpu0		at bi? node?	# KA820/KA825 cpu
    109 cpu*		at bi? node?
    110 mem*		at bi? node?	# Memory subsystems
    111 #uba*		at bi? node?	# DWBUA BI-Unibus adapter
    112 #ni*		at bi? node?	# DEBNA/DEBNT ethernet adapter
    113 kdb*		at bi? node?	# KDB50 MSCP disk ctlr
    114 mscpbus*	at kdb?
    115 
    116 # Devices connected at cmi
    117 mem*		at cmi? tr?	# Memory subsystems
    118 uba*		at cmi? tr?	# Unibus adapters
    119 mba*		at cmi? tr?	# Massbus adapters
    120 
    121 # Devices connected at abus
    122 sbi*		at abus0
    123 
    124 # Devices connected at sbi
    125 mem*		at sbi? tr?	# Memory subsystems
    126 uba*		at sbi? tr?	# Unibus adapters
    127 mba*		at sbi? tr?	# Massbus adapters
    128 
    129 # Devices on Massbus adapters
    130 hp*		at mba? drive?	# RM/RP disk drives
    131 
    132 # Devices on internal MicroVAX bus
    133 uba0		at ibus?	# Q-Bus adapter
    134 
    135 # Disk controllers at Unibus
    136 uda0		at uba?	csr 0172150	# UDA50/RQDX?
    137 uda1		at uba?	csr 0160334
    138 mscpbus*	at uda?
    139 
    140 # Tape drivers
    141 mtc0		at uba? csr 0174500	# Tape MSCP ctlr
    142 mscpbus*	at mtc?
    143 
    144 # MSCP devices
    145 ra*		at mscpbus? drive?	# MSCP disk
    146 rx*		at mscpbus? drive?	# MSCP floppy
    147 mt*		at mscpbus? drive?	# MSCP tape
    148 
    149 # Unibus tapes
    150 #ts0		at uba? csr 0172520	# TS11/TSV05 tape.
    151 
    152 # VS2000 builtin MFM controller (HDC9224)
    153 #hdc0		at vsbus0		# The strange builtin MFM controller
    154 #rd*		at hdc0 drive?		# The RD disk subsystem on VS2000
    155 
    156 # SCSI controllers.
    157 asc0		at vsbus0 csr 0x200c0080 # VS4000/{60,VLC} SCSI-controller
    158 #asc0		at vsbus0 csr 0x26000080 # VS4000/90 SCSI-controller
    159 si0		at vsbus0 csr 0x200c0080 # VS2000/3100 SCSI-controller (5380)
    160 si1		at vsbus0 csr 0x200c0180 # VS2000/3100 SCSI-controller (5380)
    161 scsibus*	at asc?
    162 scsibus*	at si?
    163 
    164 # SCSI devices
    165 sd*		at scsibus? target? lun?
    166 st*		at scsibus? target? lun?
    167 cd*		at scsibus? target? lun?
    168 #ch*		at scsibus? target? lun?
    169 #ss*		at scsibus? target? lun?
    170 #uk*		at scsibus? target? lun?
    171 
    172 # Ethernet cards
    173 de0		at uba? csr 0174510	# DELUA/DEUNA
    174 qe0		at uba? csr 0174440	# DEQNA/DELQA
    175 qe1		at uba? csr 0174460	# DEQNA/DELQA
    176 le0		at vsbus0 csr 0x200e0000# LANCE
    177 ze0		at vsbus0 csr 0x20008000# SGEC ethernet
    178 ze0		at ibus0		# SGEC on-board ethernet
    179 
    180 # Terminal lines
    181 dhu0		at uba? csr 0160440	# DHU-11
    182 dz0		at uba? csr 0160100	# DZ-11
    183 dz0		at vsbus0 csr 0x200a0000# DC-367
    184 dz0		at vsbus0 csr 0x25000000# VS4000/90
    185 dl0		at uba? csr 0176500	# DL-11
    186 
    187 # VAXstation graphics support
    188 #qd0		at uba? csr 0177400
    189 smg0		at vsbus0 csr 0x200f0000# Small monochrome display ctlr.
    190 wsdisplay0	at smg0			# display device driver.
    191 lkc0		at dz0			# Keyboard LK201
    192 
    193 pseudo-device   loop	1
    194 pseudo-device   pty	8
    195 #pseudo-device	bpfilter 8	# Not supported by de yet.
    196 #pseudo-device	tun	2
    197 #pseudo-device	gre		2	# generic L3 over IP tunnel
    198 #pseudo-device	tb	1
    199 #pseudo-device	vnd	4
    200 #pseudo-device	ccd	4
    201 #pseudo-device	raid	4		# RAIDframe disk driver
    202 # rnd is EXPERIMENTAL
    203 #pseudo-device	rnd			# /dev/random and in-kernel generator
    204 pseudo-device	md	1
    205