mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-22 04:16:41 -04:00
338 lines
11 KiB
Plaintext
338 lines
11 KiB
Plaintext
# $NetBSD: VAX780,v 1.20 2015/08/08 06:36:26 maxv Exp $
|
|
#
|
|
# 11/780,750,730 machine description file
|
|
#
|
|
# This machine description file is used to generate a NetBSD for the
|
|
# 11/780, 11/750 or 11/730 cpus.
|
|
#
|
|
# The machine description file can be customised for your specific
|
|
# machine to reduce the kernel size and improve its performance.
|
|
#
|
|
# For further information on compiling NetBSD kernels, see the config(8)
|
|
# man page.
|
|
#
|
|
# For further information on hardware support for this architecture, see
|
|
# the intro(4) man page. For further information about kernel options
|
|
# for this architecture, see the options(4) man page. For an explanation
|
|
# of each device driver in this file see the section 4 man page for the
|
|
# device.
|
|
|
|
include "arch/vax/conf/std.vax"
|
|
|
|
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
|
|
|
#ident "VAX780"
|
|
|
|
# Here are all different supported CPU types listed.
|
|
options VAX780
|
|
options VAX750
|
|
options VAX730
|
|
|
|
# Max users on system; this is just a hint
|
|
maxusers 8
|
|
|
|
# Kernel compiled-in symbolic debugger & system call tracer
|
|
makeoptions DEBUG="-g"
|
|
options DDB
|
|
#options DDB_HISTORY_SIZE=100 # enable history editing in DDB
|
|
options KTRACE
|
|
#options DIAGNOSTIC
|
|
#options DEBUG
|
|
#options PMAPDEBUG
|
|
#options TRAPDEBUG
|
|
#options LOCKDEBUG
|
|
|
|
#options SCSIVERBOSE # Verbose SCSI errors
|
|
|
|
# Networking options
|
|
#options GATEWAY # packet forwarding
|
|
#options NTP # NTP kernel support
|
|
options INET # IP + ICMP + TCP + UDP
|
|
#options INET6 # IPV6
|
|
#options IPSEC # IP security
|
|
#options IPSEC_DEBUG # debug for IP security
|
|
#options MROUTING # IP multicast routing
|
|
#options PIM # Protocol Independent Multicast
|
|
#options NETATALK # AppleTalk networking protocols
|
|
#options PPP_BSDCOMP # BSD-Compress compression support for PPP
|
|
#options PPP_DEFLATE # Deflate compression support for PPP
|
|
#options PPP_FILTER # Active filter support for PPP (requires bpf)
|
|
#options IPFILTER_LOG # ipmon(8) log support
|
|
#options IPFILTER_LOOKUP # ippool(8) support
|
|
#options IPFILTER_DEFAULT_BLOCK # block all packets by default
|
|
|
|
#options ALTQ # Manipulate network interfaces' output queues
|
|
#options ALTQ_BLUE # Stochastic Fair Blue
|
|
#options ALTQ_CBQ # Class-Based Queueing
|
|
#options ALTQ_CDNR # Diffserv Traffic Conditioner
|
|
#options ALTQ_FIFOQ # First-In First-Out Queue
|
|
#options ALTQ_FLOWVALVE # RED/flow-valve (red-penalty-box)
|
|
#options ALTQ_HFSC # Hierarchical Fair Service Curve
|
|
#options ALTQ_LOCALQ # Local queueing discipline
|
|
#options ALTQ_PRIQ # Priority Queueing
|
|
#options ALTQ_RED # Random Early Detection
|
|
#options ALTQ_RIO # RED with IN/OUT
|
|
#options ALTQ_WFQ # Weighted Fair Queueing
|
|
|
|
# All supported filesystem types
|
|
file-system FFS
|
|
#file-system LFS
|
|
file-system MFS
|
|
file-system NFS
|
|
file-system FDESC
|
|
file-system KERNFS
|
|
file-system NULLFS
|
|
#file-system OVERLAY # overlay file system
|
|
file-system PROCFS
|
|
file-system UMAPFS
|
|
#file-system UNION
|
|
#file-system CD9660
|
|
file-system PTYFS # /dev/pts/N support
|
|
#file-system TMPFS # Efficient memory file-system
|
|
#file-system UDF # experimental - OSTA UDF CD/DVD file-system
|
|
|
|
options QUOTA # legacy UFS quotas
|
|
options QUOTA2 # new, in-filesystem UFS quotas
|
|
#options FFS_EI # FFS Endian Independent support
|
|
#options WAPBL # File system journaling support
|
|
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
|
|
#options NFSSERVER
|
|
options NFS_BOOT_BOOTP,NFS_BOOT_DHCP # Use bootp <> dhcp
|
|
options NFS_BOOT_BOOTPARAM # Use the Sun way for netbooting.
|
|
#options FFS_NO_SNAPSHOT # No FFS snapshot support
|
|
options UFS_EXTATTR # Extended attribute support for UFS1
|
|
|
|
# WS console uses VT100 terminal emulation
|
|
#options WSEMUL_VT100
|
|
#options WSDISPLAY_COMPAT_USL # wsconscfg VT handling
|
|
#options WSDISPLAY_DEFAULTSCREENS=8
|
|
#options FONT_QVSS8x15
|
|
|
|
# System V shared memory & semaphores support.
|
|
options SYSVMSG
|
|
options SYSVSEM
|
|
options SYSVSHM
|
|
|
|
# Old compat stuff; needed to run 4.3BSD Reno programs.
|
|
# Note that if COMPAT_ULTRIX is set, you lose compatibility with
|
|
# 4.3BSD Reno programs and get Ultrix compatibility instead.
|
|
# (They cannot coexist).
|
|
options COMPAT_VAX1K # Must be present to run pre-1.4 binaries.
|
|
options COMPAT_43 # 4.3BSD binary compatibility.
|
|
options COMPAT_09 # NetBSD 0.9,
|
|
options COMPAT_10 # NetBSD 1.0,
|
|
options COMPAT_11 # NetBSD 1.1,
|
|
options COMPAT_12 # NetBSD 1.2,
|
|
options COMPAT_13 # NetBSD 1.3,
|
|
options COMPAT_14 # NetBSD 1.4,
|
|
options COMPAT_15 # NetBSD 1.5,
|
|
options COMPAT_16 # NetBSD 1.6,
|
|
options COMPAT_20 # NetBSD 2.0,
|
|
options COMPAT_30 # NetBSD 3.0, and
|
|
options COMPAT_40 # NetBSD 4.0 binary compatibility.
|
|
options COMPAT_ULTRIX # DEC Ultrix binary compatibility.
|
|
#options COMPAT_IBCS2 # DEC SVR.3 compatilibity
|
|
#options NO_INSN_EMULATE # CPU does not lack some hardware instructions.
|
|
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
|
|
|
|
options LKM
|
|
|
|
options USERCONF # userconf(4) support
|
|
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
|
options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
|
|
|
|
# Enable experimental buffer queue strategy for better responsiveness under
|
|
# high disk I/O load. Use it with caution - it's not proven to be stable yet.
|
|
#options BUFQ_READPRIO
|
|
#options BUFQ_PRIOCSCAN
|
|
|
|
# Kernel(s) to compile
|
|
config netbsd root on ? type ?
|
|
|
|
mainbus0 at root
|
|
|
|
cpu* at mainbus0
|
|
|
|
# All buses; from the beginning attached to mainbus.
|
|
sbi0 at mainbus0 # SBI, master bus on 11/780, 8600.
|
|
cmi0 at mainbus0 # 11/750 internal bus.
|
|
ubi0 at mainbus0 # 11/730 direct unibus
|
|
#bi0 at mainbus0 # VAX 8200
|
|
#vsbus0 at mainbus0 # All VAXstations
|
|
#nmi0 at mainbus0 # VAX 8800
|
|
#xmi0 at mainbus0 # VAX 6000
|
|
#uba0 at mainbus0 # All MicroVAX
|
|
#ze0 at mainbus0 # KA48, KA49, KA53
|
|
#le0 at mainbus0 # LANCE ethernet (MV3400)
|
|
#shac0 at mainbus0 # DSSI controller
|
|
|
|
# NMI (internal bus) on VAX 88xx-series.
|
|
#cpu* at nmi0 slot? # 1-4 KA88 CPUs
|
|
#mem* at nmi0 slot?
|
|
#bi* at nmi0 slot? # BI bus adapters
|
|
|
|
# XMI on VAX 6000 (and higher)
|
|
#cpu* at xmi? node? # 1-? VAX 6000 CPUs
|
|
#mem* at xmi? node?
|
|
#bi* at xmi? node? # XMI-BI adapter
|
|
|
|
# Vsbus, the virtual VAXstation bus, and possible devices.
|
|
#le0 at vsbus0 csr 0x200e0000 # LANCE ethernet
|
|
#dz0 at vsbus0 csr 0x200a0000 # DC-367 DZ-11 lookalike ctlr
|
|
#dz0 at vsbus0 csr 0x25000000 # VS4000/90 and 4000/10x serial line
|
|
#si0 at vsbus0 csr 0x200c0080 # VS2000/3100 SCSI-ctlr
|
|
#si1 at vsbus0 csr 0x200c0180 # VS2000/3100 SCSI-ctlr
|
|
#asc0 at vsbus0 csr 0x200c0080 # VS4000/60 (or VLC) SCSI-ctlr
|
|
#asc0 at vsbus0 csr 0x26000080 # VS4000/90 and 4000/10x SCSI-ctlr
|
|
#smg0 at vsbus0 csr 0x200f0000 # Small monochrome display ctlr.
|
|
#clr0 at vsbus0 csr 0x30000000 # 4- or 8-bitplans color graphics
|
|
#spx0 at vsbus0 csr 0x38000000 # Low Cost SPX on VS4000/90.
|
|
#lcg0 at vsbus0 csr 0x21801000 # VS4000/60 (or VLC) graphics
|
|
#tc0 at vsbus0 csr 0x36000000 # VS4000/60 or 90 TC adapter
|
|
#tcds* at tc0 slot ? offset ? # TC dual SCSI controller
|
|
#asc* at tcds? chip ? # PMAZB/C
|
|
#asc* at tc? slot ? offset ? # PMAZ
|
|
#fta* at tc? slot ? offset ? # TC FDDI controller
|
|
|
|
#hdc0 at vsbus0 csr 0x200c0000 # HDC9224 MFM/floppy ctlr
|
|
#rd* at hdc0 drive? # RD5x disks
|
|
#ry* at hdc0 drive? # RX floppies
|
|
|
|
|
|
# Devices connected at VAXBI
|
|
#cpu* at bi? node? # KA820/KA825 CPU
|
|
#mem* at bi? node? # Memory subsystems
|
|
#uba* at bi? node? # DWBUA BI-Unibus adapter
|
|
#ni* at bi? node? # DEBNA/DEBNT ethernet adapter
|
|
#kdb* at bi? node? # KDB50 MSCP disk ctlr
|
|
|
|
# CMI (VAX 11/750)
|
|
mem* at cmi? tr? # Memory subsystems
|
|
uba* at cmi? tr? # Unibus adapters
|
|
mba* at cmi? tr? # Massbus adapters
|
|
|
|
# UBI (VAX 11/730)
|
|
mem* at ubi? tr? # Memory subsystems
|
|
uba* at ubi? tr? # Unibus adapters
|
|
|
|
# SBI (VAX 11/780, VAX 8600)
|
|
mem* at sbi? tr? # Memory subsystems
|
|
uba* at sbi? tr? # Unibus adapters
|
|
mba* at sbi? tr? # Massbus adapters
|
|
|
|
# Devices on Massbus adapters
|
|
#hp* at mba? drive? # RM/RP disk drives
|
|
|
|
# Devices on Unibus/Qbus adapters
|
|
uda* at uba? csr 0172150 # UDA50/RQDX?
|
|
uda* at uba? csr 0160334
|
|
mtc* at uba? csr 0174500 # Tape MSCP ctlr
|
|
ts0 at uba? csr 0172520 # TS11/TSV05 tape.
|
|
#qd0 at uba? csr 0177400 # 4- or 8-bitplans color graphics
|
|
#qv0 at uba? csr 0177400 # Monochrome graphics
|
|
de* at uba? csr 0174510 # DELUA/DEUNA
|
|
#qe* at uba? csr 0174440 # DEQNA/DELQA
|
|
#qe* at uba? csr 0174460 # DEQNA/DELQA
|
|
#qt* at uba? csr 0174440 # DELQA-PLUS in Turbo mode
|
|
#dhu* at uba? csr 0160440 # DHU-11
|
|
#dmf* at uba? csr 0160340 # DMF-32
|
|
#dz* at uba? csr 0160100 # DZ-11
|
|
#dl* at uba? csr 0176500 # DL-11
|
|
#rlc* at uba? csr 0174400 # RL11/RLV11 controller
|
|
#rl* at rlc? drive? # RL01/RL02 disk drive
|
|
#rfc0 at uba? csr 0177170 # RX01/02 controller
|
|
#rf* at rfc? drive? # RX01/RX02 floppy disk drive
|
|
|
|
# MSCP devices
|
|
mscpbus* at uda?
|
|
mscpbus* at mtc?
|
|
#mscpbus* at kdb?
|
|
|
|
ra* at mscpbus? drive? # MSCP disk
|
|
racd* at mscpbus? drive? # MSCP CD-ROM (RRD40)
|
|
rx* at mscpbus? drive? # MSCP floppy
|
|
mt* at mscpbus? drive? # MSCP tape
|
|
|
|
# SCSI devices
|
|
#scsibus* at scsi?
|
|
|
|
#sd* at scsibus? target? lun?
|
|
#st* at scsibus? target? lun?
|
|
#cd* at scsibus? target? lun?
|
|
#ch* at scsibus? target? lun?
|
|
#ss* at scsibus? target? lun?
|
|
#uk* at scsibus? target? lun?
|
|
|
|
# VAXstation graphics support
|
|
#wsdisplay* at smg0
|
|
#wsdisplay* at spx0
|
|
#wsdisplay* at lcg0
|
|
#wsdisplay* at clr0
|
|
#wsdisplay* at qd0
|
|
#wsdisplay* at qv0
|
|
#lkkbd0 at dz0 line 0
|
|
#wskbd* at lkkbd? console ?
|
|
#lkms0 at dz0 line 1
|
|
#wsmouse* at lkms?
|
|
|
|
#
|
|
# accept filters
|
|
#pseudo-device accf_data # "dataready" accept filter
|
|
#pseudo-device accf_http # "httpready" accept filter
|
|
|
|
pseudo-device loop
|
|
pseudo-device pty # pseudo-terminals
|
|
#pseudo-device bpfilter
|
|
#pseudo-device carp # Common Address Redundancy Protocol
|
|
#pseudo-device ipfilter # IP filter (firewall) and NAT
|
|
#pseudo-device sl
|
|
#pseudo-device ppp
|
|
#pseudo-device pppoe # PPP over Ethernet (RFC 2516)
|
|
#pseudo-device tun
|
|
#pseudo-device tap # virtual Ethernet
|
|
#pseudo-device gre # generic L3 over IP tunnel
|
|
#pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
|
#pseudo-device faith # IPv[46] tcp relay translation i/f
|
|
#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
|
#pseudo-device vlan # IEEE 802.1q encapsulation
|
|
#pseudo-device bridge # simple inter-network bridging
|
|
#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
|
|
#pseudo-device agr # IEEE 802.3ad link aggregation
|
|
#pseudo-device vnd
|
|
#options VND_COMPRESSION # compressed vnd(4)
|
|
#pseudo-device ccd
|
|
#pseudo-device cgd # cryptographic disk devices
|
|
#pseudo-device raid # RAIDframe disk driver
|
|
#options RAID_AUTOCONFIG # auto-configuration of RAID components
|
|
# Options to enable various other RAIDframe RAID types.
|
|
# options RF_INCLUDE_EVENODD=1
|
|
# options RF_INCLUDE_RAID5_RS=1
|
|
# options RF_INCLUDE_PARITYLOGGING=1
|
|
# options RF_INCLUDE_CHAINDECLUSTER=1
|
|
# options RF_INCLUDE_INTERDECLUSTER=1
|
|
# options RF_INCLUDE_PARITY_DECLUSTERING=1
|
|
# options RF_INCLUDE_PARITY_DECLUSTERING_DS=1
|
|
#pseudo-device fss # file system snapshot device
|
|
#pseudo-device leds # control the leds on vaxstations.
|
|
pseudo-device clockctl # user control of clock subsystem
|
|
pseudo-device ksyms # /dev/ksyms
|
|
#pseudo-device wsmux # mouse & keyboard multiplexor
|
|
#pseudo-device pf # PF packet filter
|
|
#pseudo-device pflog # PF log if
|
|
|
|
# Veriexec
|
|
#
|
|
# a pseudo device needed for veriexec
|
|
#pseudo-device veriexec
|
|
#
|
|
# Uncomment the fingerprint methods below that are desired. Note that
|
|
# removing fingerprint methods will have almost no impact on the kernel
|
|
# code size.
|
|
#
|
|
#options VERIFIED_EXEC_FP_RMD160
|
|
#options VERIFIED_EXEC_FP_SHA256
|
|
#options VERIFIED_EXEC_FP_SHA384
|
|
#options VERIFIED_EXEC_FP_SHA512
|
|
#options VERIFIED_EXEC_FP_SHA1
|
|
#options VERIFIED_EXEC_FP_MD5
|