1997-01-12 15:38:56 +03:00
|
|
|
# $NetBSD: GENERIC,v 1.20 1997/01/12 12:38:56 ragge Exp $
|
1994-08-03 00:18:46 +04:00
|
|
|
#
|
1996-02-11 16:28:25 +03:00
|
|
|
# GENERIC VAX configuration file; all supported devices.
|
1994-08-03 00:18:46 +04:00
|
|
|
#
|
|
|
|
|
1997-01-12 15:38:56 +03:00
|
|
|
include "std.vax"
|
1994-08-03 00:18:46 +04:00
|
|
|
|
1995-02-13 03:41:55 +03:00
|
|
|
# Here are all different supported CPU types listed.
|
1996-03-08 02:22:34 +03:00
|
|
|
options "VAX8600"
|
1996-07-20 22:56:58 +04:00
|
|
|
options "VAX8200"
|
1996-03-02 17:19:47 +03:00
|
|
|
options "VAX780"
|
1994-08-03 00:18:46 +04:00
|
|
|
options "VAX750"
|
1996-07-20 22:56:58 +04:00
|
|
|
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
|
|
|
|
1995-02-13 03:41:55 +03:00
|
|
|
# Kernel identification
|
|
|
|
options GENERIC
|
|
|
|
|
|
|
|
# Max users on system; this is just a hint
|
1996-02-11 16:28:25 +03:00
|
|
|
maxusers 8
|
1995-02-13 03:41:55 +03:00
|
|
|
|
1995-03-30 02:50:47 +04:00
|
|
|
# Kernel compiled-in symbolic debugger & system call tracer
|
1996-02-11 16:28:25 +03:00
|
|
|
options DDB
|
1995-03-30 02:50:47 +04:00
|
|
|
options KTRACE
|
1996-02-11 16:28:25 +03:00
|
|
|
options DIAGNOSTIC
|
1995-02-13 03:41:55 +03:00
|
|
|
|
|
|
|
# Network support
|
1995-11-30 03:56:23 +03:00
|
|
|
#options GATEWAY
|
1994-08-03 00:18:46 +04:00
|
|
|
options INET
|
1995-02-13 03:41:55 +03:00
|
|
|
|
|
|
|
# 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
|
1996-02-11 16:28:25 +03:00
|
|
|
options NFSSERVER
|
1995-03-30 02:50:47 +04:00
|
|
|
options FDESC
|
|
|
|
options FIFO
|
|
|
|
options KERNFS
|
|
|
|
options NULLFS
|
|
|
|
options PROCFS
|
1995-11-30 03:56:23 +03:00
|
|
|
options UMAPFS
|
|
|
|
options UNION
|
|
|
|
|
|
|
|
# System V shared memory & semaphores support.
|
|
|
|
options SYSVMSG
|
|
|
|
options SYSVSEM
|
|
|
|
options SYSVSHM
|
1995-02-13 03:41:55 +03:00
|
|
|
|
1996-02-11 16:28:25 +03:00
|
|
|
# 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).
|
1994-10-08 18:42:27 +03:00
|
|
|
options COMPAT_43
|
1994-08-03 00:18:46 +04:00
|
|
|
options COMPAT_09
|
1995-02-13 03:41:55 +03:00
|
|
|
options COMPAT_10
|
1996-08-20 18:05:16 +04:00
|
|
|
options COMPAT_11
|
|
|
|
options COMPAT_12
|
1996-02-11 16:28:25 +03:00
|
|
|
#options COMPAT_ULTRIX
|
1995-03-30 02:50:47 +04:00
|
|
|
options TCP_COMPAT_42
|
|
|
|
|
|
|
|
options LKM
|
|
|
|
|
1995-02-13 03:41:55 +03:00
|
|
|
# Kernel(s) to compile
|
1996-02-11 16:28:25 +03:00
|
|
|
config netbsd swap generic
|
1994-08-03 00:18:46 +04:00
|
|
|
|
1997-01-11 14:15:38 +03:00
|
|
|
backplane0 at root
|
|
|
|
|
1996-03-08 02:22:34 +03:00
|
|
|
# Devices directly attached to backplane.
|
|
|
|
cpu0 at backplane0 # Only one CPU so far.
|
|
|
|
sbi* at backplane0 # SBI's are always at backplane (Abus).
|
1996-03-18 01:56:15 +03:00
|
|
|
mem* at backplane0 # Some machines have memory at backplane.
|
1996-07-20 22:56:58 +04:00
|
|
|
bi* at backplane0 # VAXBI bus
|
1996-08-20 18:05:16 +04:00
|
|
|
cmi0 at backplane0 # 11/750 internal bus.
|
|
|
|
uba0 at backplane0 # MicroVAXen only have QBUS.
|
|
|
|
vsbus0 at backplane0 # Internal "virtual" VAXstation bus
|
1996-07-20 22:56:58 +04:00
|
|
|
|
|
|
|
# Devices connected at VAXBI
|
|
|
|
cpu0 at bi? node? # KA820/KA825 cpu
|
1996-08-20 18:05:16 +04:00
|
|
|
mem* at bi? node? # Memory subsystems
|
|
|
|
#ni* at bi? node? # DEBNA/DEBNT ethernet adapter
|
1996-07-20 22:56:58 +04:00
|
|
|
kdb* at bi? node? # KDB50 MSCP disk ctlr
|
|
|
|
mscpbus* at kdb?
|
1996-08-20 18:05:16 +04:00
|
|
|
|
|
|
|
# Devices connected at cmi
|
|
|
|
mem* at cmi? tr? # Memory subsystems
|
|
|
|
uba* at cmi? tr? # Unibus adapters
|
|
|
|
mba* at cmi? tr? # Massbus adapters
|
1995-02-13 03:41:55 +03:00
|
|
|
|
|
|
|
# Devices connected at sbi
|
|
|
|
mem* at sbi? tr? # Memory subsystems
|
1996-02-11 16:28:25 +03:00
|
|
|
uba* at sbi? tr? # Unibus adapters
|
|
|
|
mba* at sbi? tr? # Massbus adapters
|
|
|
|
|
|
|
|
# Devices on Massbus adapters
|
|
|
|
hp* at mba? drive? # RM/RP disk drives
|
1995-02-13 03:41:55 +03:00
|
|
|
|
|
|
|
# Disk controllers at Unibus
|
1996-07-02 01:07:25 +04:00
|
|
|
uda0 at uba? csr 0172150 # UDA50/RQDX?
|
1995-02-23 20:50:56 +03:00
|
|
|
uda1 at uba? csr 0160334
|
1996-07-02 01:07:25 +04:00
|
|
|
mscpbus* at uda?
|
|
|
|
|
|
|
|
# Tape drivers
|
1996-07-20 22:56:58 +04:00
|
|
|
mtc0 at uba? csr 0174500 # Tape MSCP ctlr
|
1996-07-11 03:51:53 +04:00
|
|
|
mscpbus* at mtc?
|
1996-07-02 01:07:25 +04:00
|
|
|
|
|
|
|
# MSCP devices
|
|
|
|
ra* at mscpbus? drive? # MSCP disk
|
1996-07-11 03:51:53 +04:00
|
|
|
mt* at mscpbus? drive? # MSCP tape
|
1996-07-02 01:07:25 +04:00
|
|
|
|
|
|
|
# Unibus tapes
|
1997-01-11 14:15:38 +03:00
|
|
|
#ts0 at uba? csr 0172520 # TS11/TSV05 tape.
|
1996-07-20 22:56:58 +04:00
|
|
|
|
|
|
|
# VS2000 builtin MFM controller (HDC9224)
|
|
|
|
hdc0 at vsbus0 # The strange builtin MFM controller
|
1996-08-20 18:05:16 +04:00
|
|
|
rd* at hdc0 drive? # The RD disk subsystem on VS2000
|
1996-07-20 22:56:58 +04:00
|
|
|
|
|
|
|
# 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
|
|
|
|
1995-02-13 03:41:55 +03:00
|
|
|
# Ethernet cards
|
1996-02-11 16:28:25 +03:00
|
|
|
de0 at uba? csr 0174510 # DELUA/DEUNA
|
|
|
|
qe0 at uba? csr 0174440 # DEQNA/DELQA
|
1996-07-20 22:56:58 +04:00
|
|
|
le0 at vsbus0 # LANCE
|
1995-02-23 20:50:56 +03:00
|
|
|
|
1996-03-02 17:19:47 +03:00
|
|
|
# Terminal lines
|
|
|
|
dhu0 at uba? csr 0160440 # DHU-11
|
1996-05-19 20:25:23 +04:00
|
|
|
dz0 at uba? csr 0160100 # DZ-11
|
1996-03-02 17:19:47 +03:00
|
|
|
|
1995-11-30 03:56:23 +03:00
|
|
|
pseudo-device loop 1
|
1994-08-03 00:18:46 +04:00
|
|
|
pseudo-device pty 48
|
1996-07-02 01:07:25 +04:00
|
|
|
pseudo-device bpfilter 8 # Not supported by de or qe yet.
|
1995-11-30 03:56:23 +03:00
|
|
|
pseudo-device sl 2
|
|
|
|
pseudo-device ppp 2
|
|
|
|
pseudo-device tun 2
|
|
|
|
pseudo-device tb 1
|
|
|
|
pseudo-device vnd 4
|
1997-01-11 12:11:37 +03:00
|
|
|
pseudo-device ccd 4
|