1999-03-27 01:04:07 +03:00
|
|
|
# $NetBSD: GENERIC,v 1.45 1999/03/26 22:04:07 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-02-04 22:13:15 +03:00
|
|
|
include "arch/vax/conf/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.
|
1997-11-17 04:58:31 +03:00
|
|
|
options "VAX8600"
|
|
|
|
options "VAX8200"
|
|
|
|
options "VAX780"
|
|
|
|
options "VAX750"
|
|
|
|
options "VAX630" # MV II
|
|
|
|
options "VAX650" # MV III, 3600, 3800, 3900
|
1999-03-27 01:04:07 +03:00
|
|
|
options "VAX670" # VAX 4000/300
|
1997-11-17 04:58:31 +03:00
|
|
|
options "VAX410" # VS 2000
|
|
|
|
options "VAX43" # VS 3100/76
|
1998-08-21 17:46:38 +04:00
|
|
|
options "VAX46" # VS 4000/60
|
1999-03-09 15:57:57 +03:00
|
|
|
options "VAX48" # VS 4000 VLC
|
1999-03-27 01:04:07 +03:00
|
|
|
options "VAX49" # VS 4000/90
|
1994-08-03 00:18:46 +04:00
|
|
|
|
1995-02-13 03:41:55 +03:00
|
|
|
# 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
|
1998-08-21 17:46:38 +04:00
|
|
|
#options DDB
|
1997-11-17 04:58:31 +03:00
|
|
|
#options DDB_HISTORY_SIZE=100 # enable history editing in DDB
|
|
|
|
options KTRACE
|
1999-03-13 18:16:47 +03:00
|
|
|
#options DIAGNOSTIC,DEBUG,KMEMSTATS,PMAPDEBUG,TRAPDEBUG
|
1995-02-13 03:41:55 +03:00
|
|
|
|
1997-08-23 23:16:06 +04:00
|
|
|
#options SCSIVERBOSE # Verbose SCSI errors
|
1997-08-20 22:38:13 +04:00
|
|
|
|
1995-02-13 03:41:55 +03:00
|
|
|
# Network support
|
1997-11-17 04:58:31 +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
|
1997-01-31 05:10:33 +03:00
|
|
|
file-system FFS
|
|
|
|
file-system LFS
|
|
|
|
file-system MFS
|
|
|
|
file-system NFS
|
|
|
|
file-system FDESC
|
|
|
|
file-system KERNFS
|
|
|
|
file-system NULLFS
|
|
|
|
file-system PROCFS
|
|
|
|
file-system UMAPFS
|
|
|
|
file-system UNION
|
1999-03-13 18:16:47 +03:00
|
|
|
file-system CD9660
|
1997-01-31 05:10:33 +03:00
|
|
|
|
1997-11-17 04:58:31 +03:00
|
|
|
options QUOTA
|
1998-03-18 19:34:41 +03:00
|
|
|
#options FFS_EI # FFS Endian Independant support
|
1997-11-17 04:58:31 +03:00
|
|
|
options NFSSERVER
|
1999-03-27 01:04:07 +03:00
|
|
|
options NFS_BOOT_BOOTP,NFS_BOOT_DHCP # Use bootp <> dhcp
|
1998-03-21 13:02:39 +03:00
|
|
|
options NFS_BOOT_BOOTPARAM # Use the Sun way for netbooting.
|
|
|
|
|
1998-12-10 21:24:52 +03:00
|
|
|
# WS console uses VT100 terminal emulation
|
|
|
|
options WSEMUL_VT100
|
1999-03-27 01:04:07 +03:00
|
|
|
options WSDISPLAY_DEFAULTSCREENS=8
|
1995-11-30 03:56:23 +03:00
|
|
|
|
|
|
|
# System V shared memory & semaphores support.
|
1997-11-17 04:58:31 +03:00
|
|
|
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).
|
1998-08-21 17:46:38 +04:00
|
|
|
options COMPAT_VAX1K # Must be present to run pre-1.4 binaries.
|
1997-11-17 04:58:31 +03:00
|
|
|
options COMPAT_43
|
|
|
|
options COMPAT_09
|
|
|
|
options COMPAT_10
|
|
|
|
options COMPAT_11
|
|
|
|
options COMPAT_12
|
1997-12-01 19:31:29 +03:00
|
|
|
options COMPAT_13
|
1997-11-17 04:58:31 +03:00
|
|
|
#options COMPAT_ULTRIX
|
|
|
|
options TCP_COMPAT_42
|
1995-03-30 02:50:47 +04:00
|
|
|
|
1997-11-17 04:58:31 +03:00
|
|
|
options LKM
|
1995-03-30 02:50:47 +04:00
|
|
|
|
1995-02-13 03:41:55 +03:00
|
|
|
# Kernel(s) to compile
|
1997-01-31 05:10:33 +03:00
|
|
|
config netbsd root on ? type ?
|
1994-08-03 00:18:46 +04:00
|
|
|
|
1998-10-06 08:04:30 +04:00
|
|
|
mainbus0 at root
|
1997-01-11 14:15:38 +03:00
|
|
|
|
1998-10-06 08:04:30 +04:00
|
|
|
# Devices directly attached to mainbus.
|
|
|
|
cpu0 at mainbus0 # Only one CPU so far.
|
|
|
|
sbi* at mainbus0 # SBI's are always at mainbus (Abus).
|
|
|
|
mem* at mainbus0 # Some machines have memory at mainbus.
|
|
|
|
bi* at mainbus0 # VAXBI bus
|
|
|
|
cmi0 at mainbus0 # 11/750 internal bus.
|
|
|
|
uba0 at mainbus0 # MicroVAXen only have QBUS.
|
|
|
|
vsbus0 at mainbus0 # Internal "virtual" VAXstation bus
|
1996-07-20 22:56:58 +04:00
|
|
|
|
|
|
|
# Devices connected at VAXBI
|
|
|
|
cpu0 at bi? node? # KA820/KA825 cpu
|
1998-10-18 22:47:18 +04:00
|
|
|
cpu* at bi? node?
|
1996-08-20 18:05:16 +04:00
|
|
|
mem* at bi? node? # Memory subsystems
|
1998-10-18 22:47:18 +04:00
|
|
|
uba* at bi? node? # DWBUA BI-Unibus adapter
|
1996-08-20 18:05:16 +04:00
|
|
|
#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
|
1998-02-08 17:03:45 +03:00
|
|
|
rx* at mscpbus? drive? # MSCP floppy
|
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)
|
1998-05-22 13:59:55 +04:00
|
|
|
#hdc0 at vsbus0 # The strange builtin MFM controller
|
|
|
|
#rd* at hdc0 drive? # The RD disk subsystem on VS2000
|
1996-07-20 22:56:58 +04:00
|
|
|
|
1999-03-13 18:16:47 +03:00
|
|
|
# SCSI controllers.
|
|
|
|
ncr0 at vsbus0 csr 0x200c0080 # VS2000/3100 SCSI-controller (5380)
|
|
|
|
ncr1 at vsbus0 csr 0x200c0180 # VS2000/3100 SCSI-controller (5380)
|
|
|
|
scsibus* at ncr?
|
1996-07-20 22:56:58 +04:00
|
|
|
|
1999-03-13 18:16:47 +03:00
|
|
|
# SCSI devices
|
|
|
|
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?
|
1996-07-20 22:56:58 +04:00
|
|
|
|
1998-03-21 13:02:39 +03:00
|
|
|
# Graphic adapters.
|
|
|
|
qd0 at uba? csr 0177400
|
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
|
1999-03-13 18:16:47 +03:00
|
|
|
ln0 at vsbus0 csr 0x200e0000# 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
|
1999-03-13 18:16:47 +03:00
|
|
|
dz0 at vsbus0 csr 0x200a0000# DC-367
|
1997-02-04 22:13:15 +03:00
|
|
|
dl0 at uba? csr 0176500 # DL-11
|
1996-03-02 17:19:47 +03:00
|
|
|
|
1998-06-04 19:51:12 +04:00
|
|
|
# VAXstation graphics support
|
1999-03-13 18:16:47 +03:00
|
|
|
smg0 at vsbus0 csr 0x200f0000# Small monochrome display ctlr.
|
1998-06-04 19:51:12 +04:00
|
|
|
wsdisplay0 at smg0 # display device driver.
|
|
|
|
lkc0 at dz0 # Keyboard LK201
|
|
|
|
|
1995-11-30 03:56:23 +03:00
|
|
|
pseudo-device loop 1
|
1994-08-03 00:18:46 +04:00
|
|
|
pseudo-device pty 48
|
1998-06-04 19:51:12 +04:00
|
|
|
pseudo-device bpfilter 8 # Not supported by de yet.
|
1995-11-30 03:56:23 +03:00
|
|
|
pseudo-device sl 2
|
|
|
|
pseudo-device ppp 2
|
|
|
|
pseudo-device tun 2
|
1998-11-25 23:30:44 +03:00
|
|
|
#pseudo-device gre 2 # generic L3 over IP tunnel
|
1995-11-30 03:56:23 +03:00
|
|
|
pseudo-device tb 1
|
|
|
|
pseudo-device vnd 4
|
1997-01-11 12:11:37 +03:00
|
|
|
pseudo-device ccd 4
|
1998-11-16 19:44:55 +03:00
|
|
|
#pseudo-device raid 4 # RAIDframe disk driver
|
1997-11-20 11:11:14 +03:00
|
|
|
# rnd is EXPERIMENTAL
|
|
|
|
#pseudo-device rnd # /dev/random and in-kernel generator
|