VAX780 revision 1.24
11.24Smrg# $NetBSD: VAX780,v 1.24 2017/09/14 07:58:44 mrg Exp $
21.1Schristos#
31.1Schristos# 11/780,750,730 machine description file
41.1Schristos# 
51.1Schristos# This machine description file is used to generate a NetBSD for the
61.1Schristos# 11/780, 11/750 or 11/730 cpus.
71.1Schristos#
81.1Schristos# The machine description file can be customised for your specific
91.1Schristos# machine to reduce the kernel size and improve its performance.
101.1Schristos#
111.1Schristos# For further information on compiling NetBSD kernels, see the config(8)
121.1Schristos# man page.
131.1Schristos#
141.1Schristos# For further information on hardware support for this architecture, see
151.1Schristos# the intro(4) man page.  For further information about kernel options
161.1Schristos# for this architecture, see the options(4) man page.  For an explanation
171.1Schristos# of each device driver in this file see the section 4 man page for the
181.1Schristos# device.
191.1Schristos
201.24Smrginclude 	"arch/vax/conf/std.vax"
211.1Schristos
221.1Schristosoptions 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
231.1Schristos
241.1Schristos#ident 		"VAX780"
251.1Schristos
261.1Schristos# Here are all different supported CPU types listed.
271.1Schristosoptions 	VAX780
281.1Schristosoptions 	VAX750
291.1Schristosoptions 	VAX730
301.1Schristos
311.1Schristos# Max users on system; this is just a hint
321.1Schristosmaxusers	8
331.1Schristos
341.1Schristos# Kernel compiled-in symbolic debugger & system call tracer
351.1Schristosmakeoptions	DEBUG="-g"
361.1Schristosoptions 	DDB
371.1Schristos#options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
381.1Schristosoptions 	KTRACE
391.1Schristos#options 	DIAGNOSTIC
401.1Schristos#options 	DEBUG
411.1Schristos#options 	PMAPDEBUG
421.1Schristos#options 	TRAPDEBUG
431.1Schristos#options 	LOCKDEBUG
441.1Schristos
451.1Schristos#options 	SCSIVERBOSE		# Verbose SCSI errors
461.1Schristos
471.1Schristos# Networking options
481.1Schristos#options 	GATEWAY		# packet forwarding
491.1Schristos#options 	NTP		# NTP kernel support
501.1Schristosoptions 	INET		# IP + ICMP + TCP + UDP
511.1Schristos#options 	INET6		# IPV6
521.1Schristos#options 	IPSEC		# IP security
531.1Schristos#options 	IPSEC_DEBUG	# debug for IP security
541.1Schristos#options 	MROUTING	# IP multicast routing
551.1Schristos#options 	PIM		# Protocol Independent Multicast
561.1Schristos#options 	NETATALK	# AppleTalk networking protocols
571.1Schristos#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
581.1Schristos#options 	PPP_DEFLATE	# Deflate compression support for PPP
591.1Schristos#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
601.1Schristos#options 	IPFILTER_LOG	# ipmon(8) log support
611.1Schristos#options 	IPFILTER_LOOKUP	# ippool(8) support
621.1Schristos#options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
631.1Schristos
641.1Schristos#options 	ALTQ		# Manipulate network interfaces' output queues
651.1Schristos#options 	ALTQ_BLUE	# Stochastic Fair Blue
661.1Schristos#options 	ALTQ_CBQ	# Class-Based Queueing
671.1Schristos#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
681.1Schristos#options 	ALTQ_FIFOQ	# First-In First-Out Queue
691.1Schristos#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
701.1Schristos#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
711.1Schristos#options 	ALTQ_LOCALQ	# Local queueing discipline
721.1Schristos#options 	ALTQ_PRIQ	# Priority Queueing
731.1Schristos#options 	ALTQ_RED	# Random Early Detection
741.1Schristos#options 	ALTQ_RIO	# RED with IN/OUT
751.1Schristos#options 	ALTQ_WFQ	# Weighted Fair Queueing
761.1Schristos
771.1Schristos# All supported filesystem types
781.1Schristosfile-system 	FFS
791.1Schristos#file-system 	LFS
801.1Schristosfile-system 	MFS
811.1Schristosfile-system 	NFS
821.1Schristosfile-system 	FDESC
831.1Schristosfile-system 	KERNFS
841.1Schristosfile-system 	NULLFS
851.1Schristos#file-system 	OVERLAY		# overlay file system
861.1Schristosfile-system 	PROCFS
871.1Schristosfile-system 	UMAPFS
881.1Schristos#file-system 	UNION
891.1Schristos#file-system 	CD9660
901.1Schristosfile-system	PTYFS		# /dev/pts/N support
911.1Schristos#file-system	TMPFS		# Efficient memory file-system
921.1Schristos#file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
931.1Schristos
941.4Sbouyeroptions 	QUOTA		# legacy UFS quotas
951.4Sbouyeroptions 	QUOTA2		# new, in-filesystem UFS quotas
961.5Swiz#options 	FFS_EI		# FFS Endian Independent support
971.7Sdholland#options 	WAPBL		# File system journaling support
981.1Schristos#options	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
991.1Schristos#options 	NFSSERVER
1001.1Schristosoptions 	NFS_BOOT_BOOTP,NFS_BOOT_DHCP	# Use bootp <> dhcp
1011.1Schristosoptions 	NFS_BOOT_BOOTPARAM	# Use the Sun way for netbooting.
1021.1Schristos#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
1031.18Smanuoptions 	UFS_EXTATTR	# Extended attribute support for UFS1
1041.1Schristos
1051.1Schristos# WS console uses VT100 terminal emulation
1061.1Schristos#options 	WSEMUL_VT100
1071.10Sabs#options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
1081.1Schristos#options 	WSDISPLAY_DEFAULTSCREENS=8
1091.1Schristos#options 	FONT_QVSS8x15
1101.1Schristos
1111.1Schristos# System V shared memory & semaphores support.
1121.1Schristosoptions 	SYSVMSG
1131.1Schristosoptions 	SYSVSEM
1141.1Schristosoptions 	SYSVSHM
1151.1Schristos
1161.1Schristos# Old compat stuff; needed to run 4.3BSD Reno programs.
1171.1Schristos# Note that if COMPAT_ULTRIX is set, you lose compatibility with
1181.1Schristos# 4.3BSD Reno programs and get Ultrix compatibility instead.
1191.1Schristos# (They cannot coexist).
1201.24Smrginclude 	"conf/compat_netbsd09.config"
1211.1Schristosoptions 	COMPAT_VAX1K	# Must be present to run pre-1.4 binaries.
1221.17Sdhollandoptions 	COMPAT_ULTRIX	# DEC Ultrix binary compatibility.
1231.22Smaxv#options 	COMPAT_IBCS2	# DEC SVR.3 compatibility
1241.1Schristos#options 	NO_INSN_EMULATE	# CPU does not lack some hardware instructions.
1251.1Schristos
1261.1Schristosoptions 	LKM
1271.1Schristos
1281.1Schristosoptions 	USERCONF	# userconf(4) support
1291.1Schristos#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
1301.1Schristosoptions 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
1311.1Schristos
1321.1Schristos# Enable experimental buffer queue strategy for better responsiveness under 
1331.1Schristos# high disk I/O load. Use it with caution - it's not proven to be stable yet.
1341.1Schristos#options 	BUFQ_READPRIO
1351.1Schristos#options 	BUFQ_PRIOCSCAN
1361.1Schristos
1371.1Schristos# Kernel(s) to compile
1381.1Schristosconfig		netbsd root on ? type ?
1391.1Schristos
1401.1Schristosmainbus0	at root
1411.1Schristos
1421.1Schristoscpu*		at mainbus0
1431.1Schristos
1441.1Schristos# All buses; from the beginning attached to mainbus.
1451.1Schristossbi0		at mainbus0		# SBI, master bus on 11/780, 8600.
1461.1Schristoscmi0		at mainbus0		# 11/750 internal bus.
1471.1Schristosubi0		at mainbus0		# 11/730 direct unibus
1481.1Schristos#bi0		at mainbus0		# VAX 8200
1491.1Schristos#vsbus0		at mainbus0		# All VAXstations
1501.1Schristos#nmi0		at mainbus0		# VAX 8800
1511.1Schristos#xmi0		at mainbus0		# VAX 6000
1521.1Schristos#uba0		at mainbus0		# All MicroVAX
1531.1Schristos#ze0		at mainbus0		# KA48, KA49, KA53
1541.1Schristos#le0		at mainbus0		# LANCE ethernet (MV3400)
1551.1Schristos#shac0		at mainbus0 		# DSSI controller
1561.1Schristos
1571.1Schristos# NMI (internal bus) on VAX 88xx-series.
1581.1Schristos#cpu*		at nmi0 slot?		# 1-4 KA88 CPUs
1591.1Schristos#mem*		at nmi0 slot?
1601.1Schristos#bi*		at nmi0 slot?		# BI bus adapters
1611.1Schristos
1621.1Schristos# XMI on VAX 6000 (and higher)
1631.1Schristos#cpu*		at xmi? node?		# 1-? VAX 6000 CPUs
1641.1Schristos#mem*		at xmi? node?
1651.1Schristos#bi*		at xmi? node?		# XMI-BI adapter
1661.1Schristos
1671.1Schristos# Vsbus, the virtual VAXstation bus, and possible devices.
1681.1Schristos#le0		at vsbus0 csr 0x200e0000 # LANCE ethernet
1691.1Schristos#dz0		at vsbus0 csr 0x200a0000 # DC-367 DZ-11 lookalike ctlr
1701.1Schristos#dz0		at vsbus0 csr 0x25000000 # VS4000/90 and 4000/10x serial line
1711.1Schristos#si0		at vsbus0 csr 0x200c0080 # VS2000/3100 SCSI-ctlr
1721.1Schristos#si1		at vsbus0 csr 0x200c0180 # VS2000/3100 SCSI-ctlr
1731.1Schristos#asc0		at vsbus0 csr 0x200c0080 # VS4000/60 (or VLC) SCSI-ctlr
1741.1Schristos#asc0		at vsbus0 csr 0x26000080 # VS4000/90 and 4000/10x SCSI-ctlr
1751.1Schristos#smg0		at vsbus0 csr 0x200f0000 # Small monochrome display ctlr.
1761.1Schristos#clr0		at vsbus0 csr 0x30000000 # 4- or 8-bitplans color graphics
1771.1Schristos#spx0		at vsbus0 csr 0x38000000 # Low Cost SPX on VS4000/90.
1781.1Schristos#lcg0		at vsbus0 csr 0x21801000 # VS4000/60 (or VLC) graphics
1791.21Sflxd#tc0		at vsbus0 csr 0x36800000 # VS4000/60 or 90 TC adapter
1801.1Schristos#tcds*		at tc0 slot ? offset ?	 # TC dual SCSI controller
1811.1Schristos#asc*		at tcds? chip ?		 # PMAZB/C
1821.1Schristos#asc*		at tc? slot ? offset ?	 # PMAZ 
1831.1Schristos#fta*		at tc? slot ? offset ?	 # TC FDDI controller
1841.21Sflxd#le*		at tc? slot ? offset ?	 # PMAD
1851.1Schristos
1861.1Schristos#hdc0		at vsbus0 csr 0x200c0000 # HDC9224 MFM/floppy ctlr
1871.1Schristos#rd*		at hdc0 drive?		# RD5x disks
1881.1Schristos#ry*		at hdc0 drive?		# RX floppies
1891.1Schristos
1901.1Schristos
1911.1Schristos# Devices connected at VAXBI
1921.1Schristos#cpu*		at bi? node?		# KA820/KA825 CPU
1931.1Schristos#mem*		at bi? node?		# Memory subsystems
1941.1Schristos#uba*		at bi? node?		# DWBUA BI-Unibus adapter
1951.1Schristos#ni*		at bi? node?		# DEBNA/DEBNT ethernet adapter
1961.1Schristos#kdb*		at bi? node?		# KDB50 MSCP disk ctlr
1971.1Schristos
1981.1Schristos# CMI (VAX 11/750)
1991.1Schristosmem*		at cmi? tr?		# Memory subsystems
2001.1Schristosuba*		at cmi? tr?		# Unibus adapters
2011.1Schristosmba*		at cmi? tr?		# Massbus adapters
2021.1Schristos
2031.1Schristos# UBI (VAX 11/730)
2041.1Schristosmem*		at ubi? tr?		# Memory subsystems
2051.1Schristosuba*		at ubi? tr?		# Unibus adapters
2061.1Schristos
2071.1Schristos# SBI (VAX 11/780, VAX 8600)
2081.1Schristosmem*		at sbi? tr?		# Memory subsystems
2091.1Schristosuba*		at sbi? tr?		# Unibus adapters
2101.1Schristosmba*		at sbi? tr?		# Massbus adapters
2111.1Schristos
2121.1Schristos# Devices on Massbus adapters
2131.1Schristos#hp*		at mba? drive?		# RM/RP disk drives
2141.1Schristos
2151.1Schristos# Devices on Unibus/Qbus adapters
2161.1Schristosuda*		at uba?	csr 0172150	# UDA50/RQDX?
2171.1Schristosuda*		at uba?	csr 0160334
2181.1Schristosmtc*		at uba? csr 0174500	# Tape MSCP ctlr
2191.1Schristosts0		at uba? csr 0172520	# TS11/TSV05 tape.
2201.1Schristos#qd0		at uba? csr 0177400	# 4- or 8-bitplans color graphics
2211.1Schristos#qv0		at uba? csr 0177400	# Monochrome graphics
2221.1Schristosde*		at uba? csr 0174510	# DELUA/DEUNA
2231.1Schristos#qe*		at uba? csr 0174440	# DEQNA/DELQA
2241.1Schristos#qe*		at uba? csr 0174460	# DEQNA/DELQA
2251.1Schristos#qt*		at uba? csr 0174440	# DELQA-PLUS in Turbo mode
2261.1Schristos#dhu*		at uba? csr 0160440	# DHU-11
2271.1Schristos#dmf*		at uba? csr 0160340	# DMF-32
2281.1Schristos#dz*		at uba? csr 0160100	# DZ-11
2291.1Schristos#dl*		at uba? csr 0176500	# DL-11
2301.1Schristos#rlc*		at uba? csr 0174400	# RL11/RLV11 controller
2311.1Schristos#rl*		at rlc? drive?		# RL01/RL02 disk drive
2321.1Schristos#rfc0		at uba? csr 0177170	# RX01/02 controller
2331.1Schristos#rf*		at rfc? drive?		# RX01/RX02 floppy disk drive
2341.1Schristos
2351.1Schristos# MSCP devices
2361.1Schristosmscpbus*	at uda?
2371.1Schristosmscpbus*	at mtc?
2381.1Schristos#mscpbus*	at kdb?
2391.1Schristos
2401.1Schristosra*		at mscpbus? drive?	# MSCP disk
2411.9Sabsracd*		at mscpbus? drive?	# MSCP CD-ROM (RRD40)
2421.1Schristosrx*		at mscpbus? drive?	# MSCP floppy
2431.1Schristosmt*		at mscpbus? drive?	# MSCP tape
2441.1Schristos
2451.1Schristos# SCSI devices
2461.1Schristos#scsibus*	at scsi?
2471.1Schristos
2481.1Schristos#sd*		at scsibus? target? lun?
2491.1Schristos#st*		at scsibus? target? lun?
2501.1Schristos#cd*		at scsibus? target? lun?
2511.1Schristos#ch*		at scsibus? target? lun?
2521.1Schristos#ss*		at scsibus? target? lun?
2531.1Schristos#uk*		at scsibus? target? lun?
2541.1Schristos
2551.1Schristos# VAXstation graphics support
2561.1Schristos#wsdisplay*	at smg0
2571.1Schristos#wsdisplay*	at spx0
2581.1Schristos#wsdisplay*	at lcg0
2591.1Schristos#wsdisplay*	at clr0
2601.1Schristos#wsdisplay*	at qd0
2611.1Schristos#wsdisplay*	at qv0
2621.1Schristos#lkkbd0		at dz0 line 0
2631.1Schristos#wskbd*		at lkkbd? console ?
2641.1Schristos#lkms0		at dz0 line 1
2651.1Schristos#wsmouse*	at lkms?
2661.1Schristos
2671.1Schristos#
2681.1Schristos# accept filters
2691.1Schristos#pseudo-device   accf_data		# "dataready" accept filter
2701.1Schristos#pseudo-device   accf_http		# "httpready" accept filter
2711.1Schristos
2721.13Schristospseudo-device	loop	
2731.1Schristospseudo-device	pty			# pseudo-terminals
2741.1Schristos#pseudo-device	bpfilter
2751.1Schristos#pseudo-device	carp			# Common Address Redundancy Protocol
2761.1Schristos#pseudo-device	ipfilter		# IP filter (firewall) and NAT
2771.1Schristos#pseudo-device	sl	
2781.1Schristos#pseudo-device	ppp	
2791.1Schristos#pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
2801.1Schristos#pseudo-device	tun	
2811.1Schristos#pseudo-device	tap			# virtual Ethernet
2821.1Schristos#pseudo-device	gre			# generic L3 over IP tunnel
2831.1Schristos#pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
2841.1Schristos#pseudo-device	faith			# IPv[46] tcp relay translation i/f
2851.1Schristos#pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
2861.1Schristos#pseudo-device	vlan			# IEEE 802.1q encapsulation
2871.1Schristos#pseudo-device	bridge			# simple inter-network bridging
2881.1Schristos#options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
2891.1Schristos#pseudo-device	agr			# IEEE 802.3ad link aggregation
2901.1Schristos#pseudo-device	vnd	
2911.1Schristos#options 	VND_COMPRESSION		# compressed vnd(4)
2921.13Schristos#pseudo-device	ccd	
2931.13Schristos#pseudo-device	cgd			# cryptographic disk devices
2941.14Schristos#pseudo-device	raid			# RAIDframe disk driver
2951.1Schristos#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
2961.1Schristos# Options to enable various other RAIDframe RAID types.
2971.1Schristos# options	RF_INCLUDE_EVENODD=1
2981.1Schristos# options	RF_INCLUDE_RAID5_RS=1
2991.1Schristos# options	RF_INCLUDE_PARITYLOGGING=1
3001.1Schristos# options	RF_INCLUDE_CHAINDECLUSTER=1
3011.1Schristos# options	RF_INCLUDE_INTERDECLUSTER=1
3021.1Schristos# options 	RF_INCLUDE_PARITY_DECLUSTERING=1
3031.1Schristos# options	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
3041.3Spooka#pseudo-device	fss			# file system snapshot device
3051.1Schristos#pseudo-device	leds			# control the leds on vaxstations.
3061.1Schristospseudo-device	clockctl		# user control of clock subsystem
3071.1Schristospseudo-device	ksyms			# /dev/ksyms
3081.1Schristos#pseudo-device	wsmux			# mouse & keyboard multiplexor
3091.1Schristos#pseudo-device	pf			# PF packet filter
3101.1Schristos#pseudo-device	pflog			# PF log if
3111.1Schristos
3121.1Schristos# Veriexec
3131.1Schristos#
3141.1Schristos# a pseudo device needed for veriexec
3151.14Schristos#pseudo-device	veriexec
3161.1Schristos#
3171.1Schristos# Uncomment the fingerprint methods below that are desired. Note that
3181.1Schristos# removing fingerprint methods will have almost no impact on the kernel
3191.1Schristos# code size.
3201.1Schristos#
3211.1Schristos#options VERIFIED_EXEC_FP_SHA256
3221.1Schristos#options VERIFIED_EXEC_FP_SHA384
3231.1Schristos#options VERIFIED_EXEC_FP_SHA512
324