Home | History | Annotate | Line # | Download | only in conf
      1 #	$NetBSD: INSTALL,v 1.78 2025/05/27 21:00:01 christos Exp $
      2 #
      3 # INSTALL kernel; all supported devices but nothing fancy.
      4 #
      5 
      6 include 	"arch/vax/conf/std.vax"
      7 
      8 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
      9 
     10 makeoptions	COPTS="-Os"	# Optimise for space. Implies -O2
     11 
     12 # Here are all different supported CPU types listed.
     13 options 	VAX8600
     14 options 	VAX8200
     15 options 	VAX780
     16 options 	VAX750
     17 options 	VAX630		# MV II
     18 options 	VAX650		# MV III, 3300, 3400, 3500, 3600, 3800, 3900
     19 options 	VAX660		# VAX 4000/200
     20 options 	VAX670		# VAX 4000/300
     21 options 	VAX680		# VAX 4000/[45]00
     22 options 	VAX410		# VS 2000, VS 3100/m30,m38,m40,m48
     23 options 	VAX43		# VS 3100/76
     24 options 	VAX46		# VS 4000/60
     25 options 	VAX48		# VS 4000 VLC
     26 options 	VAX49		# VS 4000/90
     27 options 	VAX53		# VAX 4000/10[058], MicroVAX 3100/m96
     28 
     29 # Max users on system; this is just a hint
     30 maxusers	8
     31 
     32 # Enable the hooks used for initializing the root memory-disk.
     33 options 	MEMORY_DISK_HOOKS
     34 options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
     35 options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
     36 options 	MEMORY_DISK_ROOT_SIZE=4200	# size of memory disk, in blocks
     37 options 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
     38 
     39 # Kernel compiled-in symbolic debugger & system call tracer
     40 #options 	DDB
     41 #options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
     42 #options 	KTRACE
     43 #options 	DIAGNOSTIC,DEBUG,PMAPDEBUG,TRAPDEBUG
     44 
     45 #options 	SCSIVERBOSE		# Verbose SCSI errors
     46 
     47 # Networking options
     48 #options 	GATEWAY		# packet forwarding
     49 options 	INET		# IP + ICMP + TCP + UDP
     50 options 	CPU_IN_CKSUM	# optimized checksum routine
     51 
     52 # File systems
     53 file-system 	FFS
     54 #file-system 	LFS
     55 #file-system 	MFS
     56 file-system 	NFS
     57 #file-system 	FDESC
     58 #file-system 	KERNFS
     59 #file-system 	NULLFS
     60 #file-system 	OVERLAY		# overlay file system
     61 #file-system 	PROCFS
     62 #file-system 	UMAPFS
     63 #file-system 	UNION
     64 file-system 	CD9660
     65 #file-system	PTYFS		# /dev/pts/N support
     66 #file-system	TMPFS		# Efficient memory file-system
     67 #file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
     68 
     69 # Filesystem options
     70 #options 	QUOTA		# legacy UFS quotas
     71 #options 	QUOTA2		# new, in-filesystem UFS quotas
     72 #options 	FFS_EI		# FFS Endian Independent support
     73 #options 	NFSSERVER
     74 #options 	NFS_V2_ONLY	# Exclude NFS3 code to save space
     75 options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
     76 options 	WAPBL		# File system journaling support
     77 
     78 #options 	NFS_BOOT_BOOTP,NFS_BOOT_DHCP	# Use bootp <> dhcp
     79 #options 	NFS_BOOT_BOOTPARAM	# Use the Sun way for netbooting.
     80 
     81 # WS console uses VT100 terminal emulation
     82 options 	WSEMUL_VT100
     83 options 	WSDISPLAY_DEFAULTSCREENS=1
     84 #options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
     85 
     86 # System V shared memory & semaphores support.
     87 #options 	SYSVMSG
     88 #options 	SYSVSEM
     89 #options 	SYSVSHM
     90 
     91 # Old compat stuff; needed to run 4.3BSD Reno programs.
     92 # Note that if COMPAT_ULTRIX is set, you lose compatibility with
     93 # 4.3BSD Reno programs and get Ultrix compatibility instead.
     94 # (They cannot coexist).
     95 include 	"conf/compat_netbsd14.config"
     96 #options 	COMPAT_VAX1K	# Must be present to run pre-1.4 binaries.
     97 #options 	COMPAT_ULTRIX
     98 
     99 options 	USERCONF	# userconf(4) support
    100 options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
    101 #options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
    102 
    103 # Kernel(s) to compile
    104 config		netbsd root on ? type ?
    105 
    106 mainbus0	at root
    107 
    108 cpu*		at mainbus0
    109 
    110 # All buses; from the beginning attached to mainbus.
    111 abus0		at mainbus0		# Master bus on VAX 86x0
    112 sbi0		at mainbus0		# SBI, master bus on 11/78x.
    113 cmi0		at mainbus0		# 11/750 internal bus.
    114 bi0		at mainbus0		# VAX 8200
    115 vsbus0		at mainbus0		# All VAXstations
    116 #nmi0		at mainbus0		# VAX 8800
    117 #xmi0		at mainbus0		# VAX 6000
    118 uba0		at mainbus0		# All MicroVAX
    119 ze0		at mainbus0		# KA48, KA49, KA53
    120 le0		at mainbus0		# LANCE ethernet (MV3400)
    121 #shac0		at mainbus0 		# DSSI controller
    122 
    123 # NMI (internal bus) on VAX 88xx-series.
    124 #cpu*		at nmi0 slot?		# 1-4 KA88 CPUs
    125 #mem*		at nmi0 slot?
    126 #bi*		at nmi0 slot?		# BI bus adapters
    127 
    128 # XMI on VAX 6000 (and higher)
    129 #cpu*		at xmi? node?		# 1-? VAX 6000 CPUs
    130 #mem*		at xmi? node?
    131 #bi*		at xmi? node?		# XMI-BI adapter
    132 
    133 # Vsbus, the virtual VAXstation bus, and possible devices.
    134 le0		at vsbus0 csr 0x200e0000 # LANCE ethernet
    135 dz0		at vsbus0 csr 0x200a0000 # DC-367 DZ-11 lookalike ctlr
    136 dz0		at vsbus0 csr 0x25000000 # VS4000/90 and 4000/10x serial line
    137 si0		at vsbus0 csr 0x200c0080 # VS2000/3100 SCSI-ctlr
    138 si1		at vsbus0 csr 0x200c0180 # VS2000/3100 SCSI-ctlr
    139 asc0		at vsbus0 csr 0x200c0080 # VS4000/60 (or VLC) SCSI-ctlr
    140 asc0		at vsbus0 csr 0x26000080 # VS4000/90 and 4000/10x SCSI-ctlr
    141 smg0		at vsbus0 csr 0x200f0000 # Small monochrome display ctlr.
    142 gpx0		at vsbus0 csr 0x3c000000 # VS3100 GPX display option
    143 #clr0		at vsbus0 csr 0x30000000 # 4- or 8-bitplans color graphics
    144 spx0		at vsbus0 csr 0x38000000 # Low Cost SPX on VS4000/90.
    145 #lcg0		at vsbus0 csr 0x21801000 # VS4000/60 (or VLC) graphics
    146 tc0		at vsbus0 csr 0x36800000 # VS4000/60 or 90 TC adapter
    147 tcds*		at tc0 slot ? offset ?	 # TC dual SCSI controller
    148 asc*		at tcds? chip ?		 # PMAZB/C
    149 asc*		at tc? slot ? offset ?	 # PMAZ 
    150 le*		at tc? slot ? offset ?	 # PMAD
    151 
    152 hdc0		at vsbus0 csr 0x200c0000 # HDC9224 MFM/floppy ctlr
    153 rd*		at hdc0 drive?		# RD5x disks
    154 #ry*		at hdc0 drive?		# RX floppies
    155 
    156 # Devices connected at VAXBI
    157 cpu*		at bi? node?		# KA820/KA825 CPU
    158 mem*		at bi? node?		# Memory subsystems
    159 #uba*		at bi? node?		# DWBUA BI-Unibus adapter
    160 ni*		at bi? node?		# DEBNA/DEBNT ethernet adapter
    161 kdb*		at bi? node?		# KDB50 MSCP disk ctlr
    162 
    163 # CMI (VAX 11/750)
    164 mem*		at cmi? tr?		# Memory subsystems
    165 uba*		at cmi? tr?		# Unibus adapters
    166 mba*		at cmi? tr?		# Massbus adapters
    167 
    168 # ABUS (VAX 86x0)
    169 sbi*		at abus0		# VAX 86x0 can have up to 2 SBI's.
    170 
    171 # SBI (VAX 11/780, VAX 8600)
    172 mem*		at sbi? tr?		# Memory subsystems
    173 uba*		at sbi? tr?		# Unibus adapters
    174 mba*		at sbi? tr?		# Massbus adapters
    175 
    176 # Devices on Massbus adapters
    177 hp*		at mba? drive?		# RM/RP disk drives
    178 
    179 # Devices on Unibus/Qbus adapters
    180 uda*		at uba?	csr 0172150	# UDA50/RQDX?
    181 uda*		at uba?	csr 0160334
    182 mtc*		at uba? csr 0174500	# Tape MSCP ctlr
    183 ts0		at uba? csr 0172520	# TS11/TSV05 tape.
    184 #qd0		at uba? csr 0177400	# 4- or 8-bitplans color graphics
    185 #qv0		at uba? csr 0177400	# Monochrome graphics
    186 de*		at uba? csr 0174510	# DELUA/DEUNA
    187 qe*		at uba? csr 0174440	# DEQNA/DELQA
    188 qe*		at uba? csr 0174460	# DEQNA/DELQA
    189 qt*		at uba? csr 0174440	# DELQA-PLUS in Turbo mode
    190 dhu*		at uba? csr 0160440	# DHU-11
    191 #dmf*		at uba? csr 0160340	# DMF-32
    192 dz*		at uba? csr 0160100	# DZ-11
    193 dl*		at uba? csr 0176500	# DL-11
    194 rlc*		at uba? csr 0174400	# RL11/RLV11 controller
    195 rl*		at rlc? drive?		# RL01/RL02 disk drive
    196 rfc0		at uba? csr 0177170	# RX01/02 controller
    197 rf*		at rfc? drive?		# RX01/RX02 floppy disk drive
    198 
    199 # MSCP devices
    200 mscpbus*	at uda?
    201 mscpbus*	at mtc?
    202 mscpbus*	at kdb?
    203 
    204 ra*		at mscpbus? drive?	# MSCP disk 
    205 racd*		at mscpbus? drive?	# MSCP CD-ROM (RRD40)
    206 rx*		at mscpbus? drive?	# MSCP floppy
    207 mt*		at mscpbus? drive?	# MSCP tape
    208 
    209 # SCSI devices
    210 scsibus*	at scsi?
    211 
    212 sd*		at scsibus? target? lun?
    213 st*		at scsibus? target? lun?
    214 cd*		at scsibus? target? lun?
    215 #ch*		at scsibus? target? lun?
    216 #ss*		at scsibus? target? lun?
    217 #uk*		at scsibus? target? lun?
    218 
    219 # VAXstation graphics support
    220 wsdisplay*	at smg0
    221 wsdisplay*	at gpx0
    222 wsdisplay*	at spx0
    223 #wsdisplay*	at lcg0
    224 #wsdisplay*	at clr0
    225 #wsdisplay*	at qd0
    226 #wsdisplay*	at qv0
    227 lkkbd0		at dz0 line 0
    228 wskbd*		at lkkbd? console ?
    229 #lkms0		at dz0 line 1
    230 #wsmouse*	at lkms?
    231 
    232 #
    233 # accept filters
    234 #pseudo-device   accf_data		# "dataready" accept filter
    235 #pseudo-device   accf_http		# "httpready" accept filter
    236 
    237 pseudo-device	loop	
    238 pseudo-device	pty			# pseudo-terminals
    239 pseudo-device	bpfilter
    240 #pseudo-device	tun	
    241 #pseudo-device	gre			# generic L3 over IP tunnel
    242 #pseudo-device	vnd	
    243 #pseudo-device	ccd	
    244 pseudo-device	raid			# RAIDframe disk driver
    245 #pseudo-device	fss			# file system snapshot device
    246 
    247 pseudo-device	md	
    248