2000-04-23 20:38:52 +04:00
|
|
|
# $NetBSD: GENERIC,v 1.64 2000/04/23 16:38:52 matt 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
|
|
|
|
2000-04-23 20:38:52 +04:00
|
|
|
#ident "GENERIC-$Revision: 1.64 $"
|
2000-01-24 02:46:04 +03: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
|
2000-03-09 05:05:07 +03:00
|
|
|
#makeoptions DEBUG="-g"
|
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
|
2000-03-09 05:05:07 +03:00
|
|
|
#options DIAGNOSTIC
|
|
|
|
#options DEBUG,KMEMSTATS,PMAPDEBUG,TRAPDEBUG
|
1995-02-13 03:41:55 +03:00
|
|
|
|
2000-03-09 05:05:07 +03:00
|
|
|
options SCSIVERBOSE # Verbose SCSI errors
|
1997-08-20 22:38:13 +04:00
|
|
|
|
1999-11-21 17:00:37 +03:00
|
|
|
# Pull in config fragments for kernel crypto. This is required for
|
|
|
|
# options IPSEC etc. to work. If you want to run with IPSEC, uncomment
|
|
|
|
# one of these, based on whether you use crypto-us or crypto-intl, and
|
|
|
|
# adjust the prefixes as necessary.
|
|
|
|
|
|
|
|
#prefix ../crypto-us/sys
|
|
|
|
#cinclude "conf/files.crypto-us"
|
|
|
|
#prefix
|
|
|
|
|
|
|
|
#prefix ../crypto-intl/sys
|
|
|
|
#cinclude "conf/files.crypto-intl"
|
|
|
|
#prefix
|
|
|
|
|
1995-02-13 03:41:55 +03:00
|
|
|
# Network support
|
1997-11-17 04:58:31 +03:00
|
|
|
#options GATEWAY
|
2000-04-21 19:16:39 +04:00
|
|
|
options NTP # NTP kernel support
|
|
|
|
options INET # IPv4
|
1999-11-21 17:00:37 +03:00
|
|
|
options INET6 # IPV6
|
|
|
|
#options IPSEC # IP security
|
|
|
|
#options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
|
|
|
|
#options IPSEC_DEBUG # debug for IP security
|
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
|
2000-01-20 22:12:28 +03:00
|
|
|
file-system OVERLAY # overlay file system
|
1997-01-31 05:10:33 +03:00
|
|
|
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
|
1999-11-15 22:10:44 +03:00
|
|
|
#options SOFTDEP # FFS soft updates 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
|
1999-07-29 14:37:12 +04:00
|
|
|
options COMPAT_14
|
1997-11-17 04:58:31 +03:00
|
|
|
#options COMPAT_ULTRIX
|
2000-01-13 18:09:52 +03:00
|
|
|
options COMPAT_IBCS2 # DEC SVR.3 compatilibity
|
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
|
|
|
|
1999-08-07 14:36:43 +04:00
|
|
|
# All buses; from the beginning attached to mainbus.
|
|
|
|
abus0 at mainbus0 # Master bus on VAX 8600
|
|
|
|
sbi0 at mainbus0 # SBI, master bus on 11/780.
|
|
|
|
cmi0 at mainbus0 # 11/750 internal bus.
|
|
|
|
bi0 at mainbus0 # VAX 8200
|
|
|
|
vsbus0 at mainbus0 # All VAXstations
|
|
|
|
ibus0 at mainbus0 # All Microvax
|
|
|
|
#nbi0 at mainbus0 # VAX 8800
|
|
|
|
#xmi0 at mainbus0 # VAX 6000
|
|
|
|
|
|
|
|
# Vsbus, the virtual VAXstation bus, and possible devices.
|
1999-08-14 22:44:00 +04:00
|
|
|
le0 at vsbus0 csr 0x200e0000 # LANCE ethernet
|
1999-08-28 00:04:32 +04:00
|
|
|
ze0 at vsbus0 csr 0x20008000 # SGEC ethernet
|
1999-08-07 14:36:43 +04:00
|
|
|
dz0 at vsbus0 csr 0x200a0000 # DC-367 DZ-11 lookalike ctlr
|
1999-08-28 00:04:32 +04:00
|
|
|
dz0 at vsbus0 csr 0x25000000 # VS4000/90 serial line
|
1999-08-07 14:36:43 +04:00
|
|
|
#hdc0 at vsbus0 csr 0x200c0000 # HDC9224 MFM/floppy ctlr
|
|
|
|
ncr0 at vsbus0 csr 0x200c0080 # VS2000/3100 SCSI-ctlr
|
2000-04-23 20:38:52 +04:00
|
|
|
asc0 at vsbus0 csr 0x200c0080 # VS4000/60 (or VLC) SCSI-ctlr
|
|
|
|
asc0 at vsbus0 csr 0x26000080 # VS4000/90 SCSI-ctlr
|
1999-08-07 14:36:43 +04:00
|
|
|
ncr1 at vsbus0 csr 0x200c0180 # VS2000/3100 SCSI-ctlr
|
|
|
|
smg0 at vsbus0 csr 0x200f0000 # Small monochrome display ctlr.
|
|
|
|
#clr0 at vsbus0 csr 0x30000000 # 4- or 8-bitplans color graphics
|
|
|
|
|
|
|
|
#rd* at hdc0 drive? # RD5x disks
|
|
|
|
#ry* at hdc0 drive? # RX floppies
|
|
|
|
|
|
|
|
# Ibus, the internal bus on most Microvaxen
|
|
|
|
uba0 at ibus0 # Qbus adapter
|
1999-08-08 15:45:01 +04:00
|
|
|
ze0 at ibus0 # SGEC on-board ethernet
|
1999-08-07 14:36:43 +04:00
|
|
|
#shac0 at ibus0 # DSSI controller
|
1996-07-20 22:56:58 +04:00
|
|
|
|
|
|
|
# Devices connected at VAXBI
|
1999-08-07 14:36:43 +04:00
|
|
|
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
|
1999-08-04 23:15:56 +04:00
|
|
|
#mscpbus* at kdb?
|
1996-08-20 18:05:16 +04:00
|
|
|
|
1999-08-07 14:36:43 +04:00
|
|
|
# CMI (VAX 11/750)
|
|
|
|
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
|
|
|
|
1999-08-07 14:36:43 +04:00
|
|
|
# SBI (VAX 11/780, VAX 8600)
|
|
|
|
sbi* at abus0 # VAX 8600 can have up to 4 SBI's.
|
|
|
|
|
|
|
|
mem* at sbi? tr? # Memory subsystems
|
|
|
|
uba* at sbi? tr? # Unibus adapters
|
|
|
|
mba* at sbi? tr? # Massbus adapters
|
1996-02-11 16:28:25 +03:00
|
|
|
|
|
|
|
# Devices on Massbus adapters
|
1999-08-07 14:36:43 +04:00
|
|
|
hp* at mba? drive? # RM/RP disk drives
|
1995-02-13 03:41:55 +03:00
|
|
|
|
1999-08-07 14:36:43 +04:00
|
|
|
# Devices on Unibus/Qbus adapters
|
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-20 22:56:58 +04:00
|
|
|
mtc0 at uba? csr 0174500 # Tape MSCP ctlr
|
1999-08-07 14:36:43 +04:00
|
|
|
#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
|
|
|
|
#de0 at uba? csr 0174510 # DELUA/DEUNA
|
|
|
|
qe0 at uba? csr 0174440 # DEQNA/DELQA
|
|
|
|
dhu0 at uba? csr 0160440 # DHU-11
|
|
|
|
dz0 at uba? csr 0160100 # DZ-11
|
|
|
|
dl0 at uba? csr 0176500 # DL-11
|
2000-04-22 20:48:53 +04:00
|
|
|
rlc0 at uba? csr 0174400 # RL11/RLV11 controller
|
|
|
|
rl* at rlc? drive? # RL01/RL02 disk drive
|
1996-07-02 01:07:25 +04:00
|
|
|
|
|
|
|
# MSCP devices
|
1999-08-07 14:36:43 +04:00
|
|
|
mscpbus* at uda?
|
|
|
|
mscpbus* at mtc?
|
|
|
|
#mscpbus* at kdb?
|
|
|
|
|
1996-07-02 01:07:25 +04:00
|
|
|
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
|
|
|
|
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
|
1996-07-20 22:56:58 +04:00
|
|
|
|
1999-08-07 14:36:43 +04:00
|
|
|
# SCSI devices
|
2000-03-09 05:05:07 +03:00
|
|
|
scsibus* at asc?
|
1999-03-13 18:16:47 +03:00
|
|
|
scsibus* at ncr?
|
1996-07-20 22:56:58 +04:00
|
|
|
|
1999-03-13 18:16:47 +03:00
|
|
|
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-06-04 19:51:12 +04:00
|
|
|
# VAXstation graphics support
|
1999-08-07 14:36:43 +04:00
|
|
|
wsdisplay0 at smg0
|
|
|
|
#wsdisplay0 at clr0
|
|
|
|
#wsdisplay0 at qd0
|
|
|
|
#wsdisplay0 at qv0
|
|
|
|
lkc0 at dz0
|
1998-06-04 19:51:12 +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
|
1999-11-21 17:00:37 +03: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
|
1999-11-21 17:00:37 +03:00
|
|
|
#pseudo-device gre 2 # generic L3 over IP tunnel
|
|
|
|
pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
|
|
|
|
#pseudo-device faith 1 # IPv[46] tcp relay translation i/f
|
2000-04-19 10:50:27 +04:00
|
|
|
#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation
|
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
|
2000-02-29 09:32:20 +03:00
|
|
|
#options RAID_AUTOCONFIG # auto-configuration of RAID components
|
1997-11-20 11:11:14 +03:00
|
|
|
# rnd is EXPERIMENTAL
|
|
|
|
#pseudo-device rnd # /dev/random and in-kernel generator
|