Home | History | Annotate | Line # | Download | only in conf
INSTALL revision 1.55
      1 #	$NetBSD: INSTALL,v 1.55 2011/03/06 17:08:32 bouyer 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
     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/105A
     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=3072	# 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=100	# enable history editing in DDB
     42 #options 	KTRACE
     43 #options 	DIAGNOSTIC,DEBUG,KMEMSTATS,PMAPDEBUG,TRAPDEBUG
     44 
     45 #options 	SCSIVERBOSE		# Verbose SCSI errors
     46 
     47 # Network support
     48 #options 	GATEWAY
     49 options 	INET
     50 
     51 # File systems
     52 file-system 	FFS
     53 #file-system 	LFS
     54 #file-system 	MFS
     55 file-system 	NFS
     56 #file-system 	FDESC
     57 file-system 	KERNFS
     58 #file-system 	NULLFS
     59 #file-system 	PROCFS
     60 #file-system 	UMAPFS
     61 #file-system 	UNION
     62 file-system 	CD9660
     63 #file-system	PTYFS		# /dev/pts/N support
     64 
     65 # Filesystem options
     66 #options 	QUOTA		# legacy UFS quotas
     67 #options 	QUOTA2		# new, in-filesystem UFS quotas
     68 #options 	FFS_EI		# FFS Endian Independant support
     69 #options 	NFSSERVER
     70 #options 	NFS_V2_ONLY	# Exclude NFS3 code to save space
     71 options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
     72 options 	WAPBL		# File system journaling support - Experimental
     73 
     74 #options 	NFS_BOOT_BOOTP,NFS_BOOT_DHCP	# Use bootp <> dhcp
     75 #options 	NFS_BOOT_BOOTPARAM	# Use the Sun way for netbooting.
     76 
     77 # WS console uses VT100 terminal emulation
     78 options 	WSEMUL_VT100
     79 #options 	WSDISPLAY_DEFAULTSCREENS=8
     80 
     81 # System V shared memory & semaphores support.
     82 #options 	SYSVMSG
     83 #options 	SYSVSEM
     84 #options 	SYSVSHM
     85 
     86 # Old compat stuff; needed to run 4.3BSD Reno programs.
     87 # Note that if COMPAT_ULTRIX is set, you lose compatibility with
     88 # 4.3BSD Reno programs and get Ultrix compatibility instead.
     89 # (They cannot coexist).
     90 #options 	COMPAT_VAX1K	# Must be present to run pre-1.4 binaries.
     91 #options 	COMPAT_43
     92 #options 	COMPAT_09
     93 #options 	COMPAT_10
     94 #options 	COMPAT_11
     95 #options 	COMPAT_12
     96 #options 	COMPAT_13
     97 options 	COMPAT_14
     98 options 	COMPAT_15
     99 options 	COMPAT_20
    100 options 	COMPAT_30	# NetBSD 3.0 compatibility.
    101 options 	COMPAT_40	# NetBSD 4.0 compatibility.
    102 #options 	COMPAT_ULTRIX
    103 options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
    104 
    105 
    106 options 	USERCONF	# userconf(4) support
    107 options		PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
    108 #options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
    109 
    110 # Kernel(s) to compile
    111 config		netbsd root on ? type ?
    112 
    113 mainbus0	at root
    114 
    115 # Devices directly attached to mainbus.
    116 sbi*		at mainbus0	# SBI's, VAX-11/78[05] main bus
    117 bi*		at mainbus0	# VAXBI bus
    118 cmi0		at mainbus0	# 11/750 internal bus.
    119 vsbus0		at mainbus0	# Internal "virtual" VAXstation bus
    120 sbi*		at mainbus0	# SBI adapter
    121 uba0		at mainbus0	# Q-Bus adapter
    122 ze0		at mainbus0	# SGEC on-board ethernet
    123 le0		at mainbus0	# LANCE
    124 
    125 # Devices connected at VAXBI
    126 cpu0		at bi? node?	# KA820/KA825 CPU
    127 cpu*		at bi? node?
    128 mem*		at bi? node?	# Memory subsystems
    129 #uba*		at bi? node?	# DWBUA BI-Unibus adapter
    130 #ni*		at bi? node?	# DEBNA/DEBNT ethernet adapter
    131 kdb*		at bi? node?	# KDB50 MSCP disk ctlr
    132 mscpbus*	at kdb?
    133 
    134 # Devices connected at cmi
    135 mem*		at cmi? tr?	# Memory subsystems
    136 uba*		at cmi? tr?	# Unibus adapters
    137 mba*		at cmi? tr?	# Massbus adapters
    138 
    139 # Devices connected at abus
    140 
    141 # Devices connected at sbi
    142 mem*		at sbi? tr?	# Memory subsystems
    143 uba*		at sbi? tr?	# Unibus adapters
    144 mba*		at sbi? tr?	# Massbus adapters
    145 
    146 # Devices on Massbus adapters
    147 hp*		at mba? drive?	# RM/RP disk drives
    148 
    149 # Devices on internal MicroVAX bus
    150 #asc0		at ibus?	# VAX 4000/105A SCSI ctlr
    151 
    152 # Disk controllers at Unibus
    153 uda*		at uba?	csr 0172150	# UDA50/RQDX?
    154 uda*		at uba?	csr 0160334
    155 mscpbus*	at uda?
    156 
    157 # Tape drivers
    158 mtc*		at uba? csr 0174500	# Tape MSCP ctlr
    159 mscpbus*	at mtc?
    160 
    161 # MSCP devices
    162 ra*		at mscpbus? drive?	# MSCP disk
    163 rx*		at mscpbus? drive?	# MSCP floppy
    164 mt*		at mscpbus? drive?	# MSCP tape
    165 
    166 # Unibus tapes
    167 #ts*		at uba? csr 0172520	# TS11/TSV05 tape.
    168 
    169 # VS2000 builtin MFM controller (HDC9224)
    170 hdc0		at vsbus0 csr 0x200c0000 # HDC9224 MFM/floppy ctlr
    171 rd*		at hdc0 drive?		# RD5x disks
    172 
    173 # SCSI controllers.
    174 asc0		at vsbus0 csr 0x200c0080 # VS4000/{60,VLC} SCSI-controller
    175 asc0		at vsbus0 csr 0x26000080 # VS4000/90 SCSI-controller
    176 si0		at vsbus0 csr 0x200c0080 # VS2000/3100 SCSI-controller (5380)
    177 si1		at vsbus0 csr 0x200c0180 # VS2000/3100 SCSI-controller (5380)
    178 scsibus*	at asc?
    179 scsibus*	at si?
    180 
    181 # SCSI devices
    182 sd*		at scsibus? target? lun?
    183 st*		at scsibus? target? lun?
    184 cd*		at scsibus? target? lun?
    185 #ch*		at scsibus? target? lun?
    186 #ss*		at scsibus? target? lun?
    187 #uk*		at scsibus? target? lun?
    188 
    189 # Ethernet cards
    190 de*		at uba? csr 0174510	# DELUA/DEUNA
    191 qe*		at uba? csr 0174440	# DEQNA/DELQA
    192 qe*		at uba? csr 0174460	# DEQNA/DELQA
    193 le0		at vsbus0 csr 0x200e0000 # LANCE ethernet
    194 
    195 
    196 # Terminal lines
    197 dhu*		at uba? csr 0160440	# DHU-11
    198 dz*		at uba? csr 0160100	# DZ-11
    199 dz0		at vsbus0 csr 0x200a0000# DC-367
    200 dz0		at vsbus0 csr 0x25000000# VS4000/90 and VAX 4000/10x serial lines
    201 dl*		at uba? csr 0176500	# DL-11
    202 
    203 # VAXstation graphics support
    204 #qd0		at uba? csr 0177400
    205 smg0		at vsbus0 csr 0x200f0000# Small monochrome display ctlr.
    206 wsdisplay0	at smg0			# display device driver.
    207 lkkbd0		at dz0 line 0		# Keyboard LK201
    208 wskbd0		at lkkbd0		# wscons keyboard
    209 
    210 pseudo-device	loop	1
    211 pseudo-device	pty		2	# pseudo-terminals (Sysinst needs two)
    212 #pseudo-device	bpfilter
    213 #pseudo-device	tun	
    214 #pseudo-device	gre			# generic L3 over IP tunnel
    215 #pseudo-device	vnd	
    216 #pseudo-device	ccd	4
    217 #pseudo-device	raid	4		# RAIDframe disk driver
    218 #pseudo-device	fss			# file system snapshot device
    219 pseudo-device	rnd			# /dev/random and in-kernel generator
    220 pseudo-device	md	
    221