1996-02-11 16:28:25 +03:00
|
|
|
# $NetBSD: GENERIC,v 1.9 1996/02/11 13:28:25 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
|
|
|
#
|
|
|
|
|
|
|
|
include "std.vax"
|
|
|
|
|
1995-02-13 03:41:55 +03:00
|
|
|
# Here are all different supported CPU types listed.
|
1994-08-03 00:18:46 +04:00
|
|
|
options "VAX750"
|
1995-02-23 20:50:56 +03:00
|
|
|
options "VAX630"
|
1996-02-11 16:28:25 +03:00
|
|
|
options "VAX650"
|
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
|
|
|
|
|
|
|
# Paging system, we always have them all.
|
1994-08-03 00:18:46 +04:00
|
|
|
options SWAPPAGER, DEVPAGER, VNODEPAGER
|
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-02-11 16:28:25 +03:00
|
|
|
#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
|
|
|
|
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
|
|
|
|
1995-02-13 03:41:55 +03:00
|
|
|
# All supported CPU:s
|
|
|
|
cpu0 at backplane0
|
1994-08-03 00:18:46 +04:00
|
|
|
|
1995-02-13 03:41:55 +03:00
|
|
|
# Main buses at backplane
|
|
|
|
sbi* at backplane0
|
|
|
|
|
|
|
|
# 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
|
1994-08-03 00:18:46 +04:00
|
|
|
uda0 at uba? csr 0172150
|
|
|
|
ra0 at uda0 drive 0
|
1995-02-13 03:41:55 +03:00
|
|
|
ra1 at uda0 drive 1
|
|
|
|
ra2 at uda0 drive 2
|
|
|
|
ra3 at uda0 drive 3
|
|
|
|
|
1995-02-23 20:50:56 +03:00
|
|
|
uda1 at uba? csr 0160334
|
1995-02-13 03:41:55 +03:00
|
|
|
ra4 at uda1 drive 0
|
|
|
|
ra5 at uda1 drive 1
|
|
|
|
ra6 at uda1 drive 2
|
|
|
|
ra7 at uda1 drive 3
|
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
|
1995-02-23 20:50:56 +03:00
|
|
|
|
|
|
|
# Tape drivers
|
1996-02-11 16:28:25 +03:00
|
|
|
tmscp0 at uba? csr 0174500 # TMSCP ctlr
|
|
|
|
tms0 at tmscp0 drive ? # TMSCP tape
|
|
|
|
ts0 at uba? csr 0172520 # TS11/TSV05 tape.
|
1994-08-03 00:18:46 +04: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
|
1995-11-30 03:56:23 +03:00
|
|
|
pseudo-device bpfilter 8
|
|
|
|
pseudo-device sl 2
|
|
|
|
pseudo-device ppp 2
|
|
|
|
pseudo-device tun 2
|
|
|
|
pseudo-device tb 1
|
|
|
|
pseudo-device vnd 4
|