NetBSD/sys/arch/vax/conf/GENERIC

142 lines
3.4 KiB
Plaintext
Raw Normal View History

# $NetBSD: GENERIC,v 1.16 1996/07/20 18:56:58 ragge Exp $
1994-08-03 00:18:46 +04:00
#
# GENERIC VAX configuration file; all supported devices.
1994-08-03 00:18:46 +04:00
#
include "std.vax"
# Here are all different supported CPU types listed.
options "VAX8600"
options "VAX8200"
options "VAX780"
1994-08-03 00:18:46 +04:00
options "VAX750"
options "VAX630" # MV II
options "VAX650" # MV III, 3600, 3800, 3900
options "VAX410" # VS 2000
options "VAX43" # VS 3100/76
1994-08-03 00:18:46 +04:00
# Kernel identification
options GENERIC
# Max users on system; this is just a hint
maxusers 8
# Paging system, we always have them all.
1994-08-03 00:18:46 +04:00
options SWAPPAGER, DEVPAGER, VNODEPAGER
1995-03-30 02:50:47 +04:00
# Kernel compiled-in symbolic debugger & system call tracer
options DDB
1995-03-30 02:50:47 +04:00
options KTRACE
options DIAGNOSTIC
# Network support
#options GATEWAY
1994-08-03 00:18:46 +04:00
options INET
# All supported filesystem types
1995-03-30 02:50:47 +04:00
options FFS,QUOTA
options LFS
options MFS
1995-07-05 12:17:16 +04:00
options NFSCLIENT
options NFSSERVER
1995-03-30 02:50:47 +04:00
options FDESC
options FIFO
options KERNFS
options NULLFS
options PROCFS
options UMAPFS
options UNION
# 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_43
1994-08-03 00:18:46 +04:00
options COMPAT_09
options COMPAT_10
#options COMPAT_ULTRIX
1995-03-30 02:50:47 +04:00
options TCP_COMPAT_42
options LKM
1994-08-03 00:18:46 +04:00
# Kernel(s) to compile
config netbsd swap generic
1994-08-03 00:18:46 +04:00
# Devices directly attached to backplane.
cpu0 at backplane0 # Only one CPU so far.
sbi* at backplane0 # SBI's are always at backplane (Abus).
mem* at backplane0 # Some machines have memory at backplane.
vsbus0 at backplane0 # Internal "virtual" VAXstation bus
bi* at backplane0 # VAXBI bus
# Devices connected at VAXBI
cpu0 at bi? node? # KA820/KA825 cpu
mem* at bi? node? # MS820 memory
kdb* at bi? node? # KDB50 MSCP disk ctlr
mscpbus* at kdb?
#ni* at bi? node? # DEBNA/DEBNK ethernet adapter
# Devices connected at sbi
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
# Disk controllers at Unibus
uda0 at uba? csr 0172150 # UDA50/RQDX?
uda1 at uba? csr 0160334
mscpbus* at uda?
# Tape drivers
mtc0 at uba? csr 0174500 # Tape MSCP ctlr
1996-07-11 03:51:53 +04:00
mscpbus* at mtc?
# MSCP devices
ra* at mscpbus? drive? # MSCP disk
1996-07-11 03:51:53 +04:00
mt* at mscpbus? drive? # MSCP tape
# Unibus tapes
ts0 at uba? csr 0172520 # TS11/TSV05 tape.
# VS2000 builtin MFM controller (HDC9224)
hdc0 at vsbus0 # The strange builtin MFM controller
rd0 at hdc0 drive 0 # first RD??-disk in system cabinet
rd1 at hdc0 drive 1 # second RD??-disk in external box
rd2 at hdc0 drive 2 # RX33-floppy
# VAXstation builtin SCSI-controller (NCR5380)
ncr0 at vsbus0 # 1st built-in SCSI interface
ncr1 at vsbus0 # 2nd built-in SCSI interface
scsibus* at ncr?
sd* at scsibus? target? lun?
st* at scsibus? target? lun?
1994-08-03 00:18:46 +04:00
# Ethernet cards
de0 at uba? csr 0174510 # DELUA/DEUNA
qe0 at uba? csr 0174440 # DEQNA/DELQA
le0 at vsbus0 # LANCE
# Terminal lines
dhu0 at uba? csr 0160440 # DHU-11
1996-05-19 20:25:23 +04:00
dz0 at uba? csr 0160100 # DZ-11
dc0 at vsbus0 # VAXstation 4-line serial controller
pseudo-device loop 1
1994-08-03 00:18:46 +04:00
pseudo-device pty 48
pseudo-device bpfilter 8 # Not supported by de or qe yet.
pseudo-device sl 2
pseudo-device ppp 2
pseudo-device tun 2
pseudo-device tb 1
pseudo-device vnd 4