1995-02-13 03:41:55 +03:00
|
|
|
# $NetBSD: GENERIC,v 1.4 1995/02/13 00:41:55 ragge Exp $
|
1994-08-03 00:18:46 +04:00
|
|
|
#
|
|
|
|
# GENERIC VAX, currently only supports 11/750 anyway.
|
|
|
|
#
|
|
|
|
|
|
|
|
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-13 03:41:55 +03:00
|
|
|
# Kernel identification
|
|
|
|
options GENERIC
|
|
|
|
|
|
|
|
# Max users on system; this is just a hint
|
|
|
|
maxusers 16
|
|
|
|
|
|
|
|
# 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
|
|
|
|
|
|
|
# Kernel compiled-in symbolic debugger
|
|
|
|
#options DDB
|
|
|
|
|
|
|
|
# Network support
|
1994-08-03 00:18:46 +04:00
|
|
|
options INET
|
1995-02-13 03:41:55 +03:00
|
|
|
options ETHER
|
|
|
|
|
|
|
|
# All supported filesystem types
|
1994-08-03 00:18:46 +04:00
|
|
|
options FFS
|
1995-02-13 03:41:55 +03:00
|
|
|
|
|
|
|
# Old compat stuff; needed to run 4.3BSD Reno programs
|
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
|
|
|
|
options COMPAT_RENO
|
1994-08-03 00:18:46 +04:00
|
|
|
|
1995-02-13 03:41:55 +03:00
|
|
|
# Kernel(s) to compile
|
1994-08-03 00:18:46 +04:00
|
|
|
config vmunix swap generic
|
|
|
|
|
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
|
|
|
|
#bi* at backplane0
|
|
|
|
|
|
|
|
# Devices connected at sbi
|
|
|
|
mem* at sbi? tr? # Memory subsystems
|
|
|
|
uba0 at sbi? tr? # Unibus adapters
|
|
|
|
uba1 at sbi? tr? # Unibus adapters
|
|
|
|
uba2 at sbi? tr? # Unibus adapters
|
|
|
|
uba3 at sbi? tr? # Unibus adapters
|
|
|
|
|
|
|
|
# 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
|
|
|
|
|
|
|
|
uda1 at uba? csr 0172550
|
|
|
|
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
|
1994-08-03 00:18:46 +04:00
|
|
|
de0 at uba? csr 0174510
|
1995-02-13 03:41:55 +03:00
|
|
|
de1 at uba? csr 0175510
|
1994-08-03 00:18:46 +04:00
|
|
|
|
|
|
|
pseudo-device loop
|
|
|
|
pseudo-device pty 48
|