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