Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.89
      1 #	$NetBSD: GENERIC,v 1.89 2001/06/30 11:00:37 darcy Exp $
      2 #
      3 # GENERIC VAX configuration file; all supported devices.
      4 #
      5 
      6 include		"arch/vax/conf/std.vax"
      7 
      8 #ident 		"GENERIC-$Revision: 1.89 $"
      9 
     10 # Here are all different supported CPU types listed.
     11 #options 	"VAX8800"	# VAX 8500, 8530, 8550, 8700, 8800
     12 options 	"VAX8600"
     13 options 	"VAX8200"
     14 #options 	"VAX6400"
     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/10[058], MicroVAX 3100/m96
     28 
     29 # Max users on system; this is just a hint
     30 maxusers	8
     31 
     32 # Kernel compiled-in symbolic debugger & system call tracer
     33 #makeoptions	DEBUG="-g"
     34 options 	DDB
     35 #options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
     36 options 	KTRACE
     37 #options 	DIAGNOSTIC
     38 #options 	DEBUG,KMEMSTATS,PMAPDEBUG,TRAPDEBUG,LOCKDEBUG
     39 
     40 options 	SCSIVERBOSE		# Verbose SCSI errors
     41 
     42 # Networking options
     43 #options 	GATEWAY		# packet forwarding
     44 options		NTP		# NTP kernel support
     45 options 	INET		# IP + ICMP + TCP + UDP
     46 options 	INET6		# IPV6
     47 #options 	IPSEC		# IP security
     48 #options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
     49 #options 	IPSEC_DEBUG	# debug for IP security
     50 #options 	MROUTING	# IP multicast routing
     51 #options 	NS		# XNS
     52 #options 	NSIP		# XNS tunneling over IP
     53 #options 	ISO,TPIP	# OSI
     54 #options 	EON		# OSI tunneling over IP
     55 #options 	CCITT,LLC,HDLC	# X.25
     56 #options 	NETATALK	# AppleTalk networking protocols
     57 #options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
     58 #options 	PPP_DEFLATE	# Deflate compression support for PPP
     59 #options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
     60 #options 	PFIL_HOOKS	# pfil(9) packet filter hooks
     61 #options 	IPFILTER_LOG	# ipmon(8) log support
     62 
     63 # All supported filesystem types
     64 file-system 	FFS
     65 file-system 	LFS
     66 file-system 	MFS
     67 file-system 	NFS
     68 file-system 	FDESC
     69 file-system 	KERNFS
     70 file-system 	NULLFS
     71 file-system 	OVERLAY		# overlay file system
     72 file-system 	PROCFS
     73 file-system 	UMAPFS
     74 file-system 	UNION
     75 file-system 	CD9660
     76 
     77 options 	QUOTA
     78 #options 	FFS_EI		# FFS Endian Independant support
     79 options 	SOFTDEP         # FFS soft updates support.
     80 options 	NFSSERVER
     81 options 	NFS_BOOT_BOOTP,NFS_BOOT_DHCP	# Use bootp <> dhcp
     82 options 	NFS_BOOT_BOOTPARAM	# Use the Sun way for netbooting.
     83 
     84 # WS console uses VT100 terminal emulation
     85 options 	WSEMUL_VT100
     86 options 	WSDISPLAY_DEFAULTSCREENS=8
     87 options 	FONT_QVSS8x15
     88 
     89 # System V shared memory & semaphores support.
     90 options 	SYSVMSG
     91 options 	SYSVSEM
     92 #options	SEMMNI=10	# number of semaphore identifiers
     93 #options	SEMMNS=60	# number of semaphores in system
     94 #options	SEMUME=10	# max number of undo entries per process
     95 #options	SEMMNU=30	# number of undo structures in system
     96 options 	SYSVSHM
     97 
     98 # Old compat stuff; needed to run 4.3BSD Reno programs.
     99 # Note that if COMPAT_ULTRIX is set, you lose compatibility with
    100 # 4.3BSD Reno programs and get Ultrix compatibility instead.
    101 # (They cannot coexist).
    102 options 	COMPAT_VAX1K	# Must be present to run pre-1.4 binaries.
    103 options 	COMPAT_43
    104 options 	COMPAT_09
    105 options 	COMPAT_10
    106 options 	COMPAT_11
    107 options 	COMPAT_12
    108 options 	COMPAT_13
    109 options 	COMPAT_14
    110 #options 	COMPAT_ULTRIX
    111 options 	COMPAT_IBCS2	# DEC SVR.3 compatilibity
    112 #options 	NO_INSN_EMULATE	# CPU does not lack some hardware instructions.
    113 
    114 options 	LKM
    115 
    116 # Kernel(s) to compile
    117 config          netbsd root on ? type ?
    118 
    119 mainbus0	at root
    120 
    121 # All buses; from the beginning attached to mainbus.
    122 abus0		at mainbus0		# Master bus on VAX 8600
    123 sbi0		at mainbus0		# SBI, master bus on 11/780.
    124 cmi0		at mainbus0		# 11/750 internal bus.
    125 bi0		at mainbus0		# VAX 8200 
    126 vsbus0		at mainbus0		# All VAXstations
    127 ibus0		at mainbus0		# All MicroVAX
    128 #nbi0		at mainbus0		# VAX 8800
    129 #xmi0		at mainbus0		# VAX 6000
    130 
    131 # NMI (internal bus) on VAX 88xx-series.
    132 #cpu*		at nmi0 slot?		# 1-4 KA88 CPUs
    133 #mem*		at nmi0 slot?
    134 #bi*		at nmi0 slot?		# BI bus adapters
    135 
    136 # XMI on VAX 6000 (and higher)
    137 #cpu*		at xmi? node?		# 1-? VAX 6000 CPUs
    138 #mem*		at xmi? node?
    139 #bi*		at xmi? node?		# XMI-BI adapter
    140 
    141 # Vsbus, the virtual VAXstation bus, and possible devices.
    142 le0		at vsbus0 csr 0x200e0000 # LANCE ethernet
    143 ze0		at vsbus0 csr 0x20008000 # SGEC ethernet
    144 dz0		at vsbus0 csr 0x200a0000 # DC-367 DZ-11 lookalike ctlr
    145 dz0		at vsbus0 csr 0x25000000 # VS4000/90 and 4000/10x serial line
    146 si0		at vsbus0 csr 0x200c0080 # VS2000/3100 SCSI-ctlr
    147 si1		at vsbus0 csr 0x200c0180 # VS2000/3100 SCSI-ctlr
    148 asc0		at vsbus0 csr 0x200c0080 # VS4000/60 (or VLC) SCSI-ctlr
    149 asc0		at vsbus0 csr 0x26000080 # VS4000/90 and 4000/10x SCSI-ctlr
    150 smg0		at vsbus0 csr 0x200f0000 # Small monochrome display ctlr.
    151 #clr0		at vsbus0 csr 0x30000000 # 4- or 8-bitplans color graphics
    152 
    153 hdc0		at vsbus0 csr 0x200c0000 # HDC9224 MFM/floppy ctlr
    154 rd*		at hdc0 drive?		# RD5x disks
    155 #ry*		at hdc0 drive?		# RX floppies
    156 
    157 # Ibus, the internal bus on most Microvaxen
    158 uba0		at ibus0 		# Qbus adapter
    159 ze0		at ibus0 		# SGEC on-board ethernet
    160 le0		at ibus0		# LANCE ethernet (MV3400)
    161 #shac0		at ibus0 		# DSSI controller
    162 
    163 # Devices connected at VAXBI
    164 cpu*		at bi? node?		# KA820/KA825 cpu
    165 mem*		at bi? node?		# Memory subsystems
    166 #uba*		at bi? node?		# DWBUA BI-Unibus adapter
    167 ni*		at bi? node?		# DEBNA/DEBNT ethernet adapter
    168 kdb*		at bi? node?		# KDB50 MSCP disk ctlr
    169 
    170 # CMI (VAX 11/750)
    171 mem*		at cmi? tr?		# Memory subsystems
    172 uba*		at cmi? tr?		# Unibus adapters
    173 mba*		at cmi? tr?		# Massbus adapters
    174 
    175 # SBI (VAX 11/780, VAX 8600)
    176 sbi*		at abus0		# VAX 8600 can have up to 4 SBI's.
    177 
    178 mem*		at sbi? tr?		# Memory subsystems
    179 uba*		at sbi? tr?		# Unibus adapters
    180 mba*		at sbi? tr?		# Massbus adapters
    181 
    182 # Devices on Massbus adapters
    183 hp*		at mba? drive?		# RM/RP disk drives
    184 
    185 # Devices on Unibus/Qbus adapters
    186 uda0		at uba?	csr 0172150	# UDA50/RQDX?
    187 uda1		at uba?	csr 0160334
    188 mtc0		at uba? csr 0174500	# Tape MSCP ctlr
    189 #ts0		at uba? csr 0172520	# TS11/TSV05 tape.
    190 #qd0		at uba? csr 0177400	# 4- or 8-bitplans color graphics
    191 #qv0		at uba? csr 0177400	# Monochrome graphics
    192 de0		at uba? csr 0174510	# DELUA/DEUNA
    193 qe0		at uba? csr 0174440	# DEQNA/DELQA
    194 dhu0		at uba? csr 0160440	# DHU-11
    195 dz0		at uba? csr 0160100	# DZ-11
    196 dl0		at uba? csr 0176500	# DL-11
    197 rlc0		at uba? csr 0174400	# RL11/RLV11 controller
    198 rl*		at rlc? drive?		# RL01/RL02 disk drive
    199 
    200 # MSCP devices
    201 mscpbus*	at uda?
    202 mscpbus*	at mtc?
    203 mscpbus*	at kdb?
    204 
    205 ra*		at mscpbus? drive?	# MSCP disk
    206 rx*		at mscpbus? drive?	# MSCP floppy
    207 mt*		at mscpbus? drive?	# MSCP tape
    208 
    209 # SCSI devices
    210 scsibus*	at asc?
    211 scsibus*	at si?
    212 
    213 sd*		at scsibus? target? lun?
    214 st*		at scsibus? target? lun?
    215 cd*		at scsibus? target? lun?
    216 ch*		at scsibus? target? lun?
    217 ss*		at scsibus? target? lun?
    218 uk*		at scsibus? target? lun?
    219 
    220 # VAXstation graphics support
    221 wsdisplay0	at smg0
    222 #wsdisplay0	at clr0
    223 #wsdisplay0	at qd0
    224 #wsdisplay0	at qv0
    225 lkkbd0		at dz0 line 0
    226 wskbd*		at lkkbd? console ?
    227 lkms0		at dz0 line 1
    228 wsmouse*	at lkms?
    229 
    230 pseudo-device   loop	1
    231 pseudo-device   pty			# pseudo-terminals
    232 pseudo-device	bpfilter 8		# Not supported by de yet.
    233 pseudo-device	ipfilter		# IP filter (firewall) and NAT
    234 #pseudo-device	sl	2
    235 #pseudo-device	ppp	2
    236 pseudo-device	tun	2
    237 #pseudo-device	gre	2		# generic L3 over IP tunnel
    238 pseudo-device	gif	4		# IPv[46] over IPv[46] tunnel (RFC1933)
    239 #pseudo-device	faith	1		# IPv[46] tcp relay translation i/f
    240 #pseudo-device	stf	1		# 6to4 IPv6 over IPv4 encapsulation
    241 pseudo-device	vlan			# IEEE 802.1q encapsulation
    242 pseudo-device	tb	1
    243 pseudo-device	vnd	4
    244 pseudo-device	ccd	4
    245 #pseudo-device	raid	4		# RAIDframe disk driver
    246 #options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
    247 pseudo-device	rnd			# /dev/random and in-kernel generator
    248 #pseudo-device	leds			# control the leds on vaxstations.
    249