diff options
author | Mats O Jansson <maja@cvs.openbsd.org> | 1997-09-10 07:34:22 +0000 |
---|---|---|
committer | Mats O Jansson <maja@cvs.openbsd.org> | 1997-09-10 07:34:22 +0000 |
commit | b54d951e2ef7846c9d629c536c557cb6f065565a (patch) | |
tree | be828d9dcb3518de20c618f49c34de2e1c8a5f23 /sys/arch/vax/conf/GENERIC | |
parent | 4dc34e69cf87a6b4e9f4fda913744aa03be450b6 (diff) |
Sync with NetBSD 970516. -moj
Diffstat (limited to 'sys/arch/vax/conf/GENERIC')
-rw-r--r-- | sys/arch/vax/conf/GENERIC | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/sys/arch/vax/conf/GENERIC b/sys/arch/vax/conf/GENERIC index 2cc117c5313..285d508aa35 100644 --- a/sys/arch/vax/conf/GENERIC +++ b/sys/arch/vax/conf/GENERIC @@ -1,10 +1,10 @@ -# $OpenBSD: GENERIC,v 1.9 1997/08/30 22:51:54 maja Exp $ -# $NetBSD: GENERIC,v 1.19 1997/01/11 11:15:38 ragge Exp $ +# $OpenBSD: GENERIC,v 1.10 1997/09/10 07:34:18 maja Exp $ +# $NetBSD: GENERIC,v 1.20 1997/01/12 12:38:56 ragge Exp $ # # GENERIC VAX configuration file; all supported devices. # -machine vax +machine vax # machine type # Here are all different supported CPU types listed. option "VAX8600" @@ -22,13 +22,15 @@ option GENERIC # Max users on system; this is just a hint maxusers 8 -# Paging system, we always have them all. -option SWAPPAGER, DEVPAGER +# standard system options +options SWAPPAGER # swap and anonymous memory +options VNODEPAGER # mapped files +options DEVPAGER # mapped devices # Kernel compiled-in symbolic debugger & system call tracer option DDB option KTRACE -option DIAGNOSTIC +#option DIAGNOSTIC # Network support #option GATEWAY @@ -137,6 +139,7 @@ le0 at vsbus0 # LANCE # Terminal lines dhu0 at uba? csr 0160440 # DHU-11 dz0 at uba? csr 0160100 # DZ-11 +dl0 at uba? csr 0176500 # DL-11 pseudo-device loop 1 pseudo-device pty 48 |