diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-30 08:45:48 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-30 08:45:48 +0000 |
commit | b9aee3c44417b6bdbb038f048472d3b1f05aaa8c (patch) | |
tree | 2e1d0a19ff745f8aafa297341fb2be1ca670a088 /sys/arch | |
parent | 0fa9f18bafe5e446aff401c4edf252c6c8bf3a8d (diff) |
from netbsd:
Fix typo (two rz4s, no rz5) and add options KTRACE.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/pmax/conf/NEWCONF | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/pmax/conf/NEWCONF b/sys/arch/pmax/conf/NEWCONF index d0260814666..1faeb659a23 100644 --- a/sys/arch/pmax/conf/NEWCONF +++ b/sys/arch/pmax/conf/NEWCONF @@ -2,7 +2,7 @@ # DECstation (3100 or 5000/xxx) # # Generic config.new configuration for NetBSD/pmax -# $NetBSD: NEWCONF,v 1.5 1995/10/05 01:53:07 jonathan Exp $ +# $NetBSD: NEWCONF,v 1.6 1995/12/28 16:08:20 jonathan Exp $ # include "std.pmax" @@ -39,7 +39,7 @@ options DEVPAGER # device pager (mapped devices) #options DIAGNOSTIC # extra kernel debugging checks options DEBUG # extra kernel debugging support options "COMPAT_43" # compatibility with 4.3BSD binaries -#options KTRACE # system call tracing support +options KTRACE # system call tracing support options "NKMEMCLUSTERS=1024" # 4K pages in kernel malloc pool #options KGDB # support for kernel gdb #options "KGDBRATE=19200" # kernel gdb port rate (default 9600) @@ -165,7 +165,7 @@ rz1 at oldscsibus? target ? drive ? rz2 at oldscsibus? target ? drive ? rz3 at oldscsibus? target ? drive ? rz4 at oldscsibus? target ? drive ? -rz4 at oldscsibus? target ? drive ? +rz5 at oldscsibus? target ? drive ? tz0 at oldscsibus? target? drive ? tz1 at oldscsibus? target? drive ? |