From 1869bdc0699c868766221d2d5b0e0e3901580593 Mon Sep 17 00:00:00 2001 From: Chris Torek Date: Wed, 21 Apr 1993 02:29:05 -0800 Subject: [PATCH] spelling SCCS-vsn: sys/sparc/include/exec.h 7.4 SCCS-vsn: sys/sparc/include/fbvar.h 7.3 SCCS-vsn: sys/sparc/include/float.h 7.3 SCCS-vsn: sys/sparc/include/frame.h 7.3 SCCS-vsn: sys/sparc/include/fsr.h 7.3 SCCS-vsn: sys/sparc/include/ieee.h 7.3 SCCS-vsn: sys/sparc/include/instr.h 7.3 SCCS-vsn: sys/sparc/include/pcb.h 7.3 SCCS-vsn: sys/sparc/include/pmap.h 7.4 SCCS-vsn: sys/sparc/include/proc.h 7.3 SCCS-vsn: sys/sparc/include/profile.h 7.3 SCCS-vsn: sys/sparc/include/psl.h 7.3 SCCS-vsn: sys/sparc/include/pte.h 7.3 SCCS-vsn: sys/sparc/include/ptrace.h 7.3 SCCS-vsn: sys/sparc/include/reg.h 7.4 SCCS-vsn: sys/sparc/include/reloc.h 7.3 SCCS-vsn: sys/sparc/include/remote-sl.h 7.3 SCCS-vsn: sys/sparc/include/signal.h 7.3 SCCS-vsn: sys/sparc/include/stdarg.h 7.4 SCCS-vsn: sys/sparc/include/trap.h 7.3 SCCS-vsn: sys/sparc/include/types.h 7.4 SCCS-vsn: sys/sparc/include/varargs.h 7.4 SCCS-vsn: sys/sparc/include/vmparam.h 7.3 SCCS-vsn: sys/sparc/rcons/rcons_font.c 7.4 SCCS-vsn: sys/sparc/rcons/rcons_kern.c 7.4 SCCS-vsn: sys/sparc/rcons/rcons_subr.c 7.4 SCCS-vsn: sys/sparc/sbus/bwtwo.c 7.4 SCCS-vsn: sys/sparc/sbus/cgthree.c 7.4 SCCS-vsn: sys/sparc/sbus/bwtworeg.h 7.3 SCCS-vsn: sys/sparc/sbus/dmareg.h 7.3 SCCS-vsn: sys/sparc/sbus/cgthreereg.h 7.3 SCCS-vsn: sys/sparc/sbus/espreg.h 7.3 SCCS-vsn: sys/sparc/sbus/sbusreg.h 7.3 SCCS-vsn: sys/sparc/sbus/sbusvar.h 7.3 --- usr/src/sys/sparc/include/exec.h | 6 +++--- usr/src/sys/sparc/include/fbvar.h | 6 +++--- usr/src/sys/sparc/include/float.h | 6 +++--- usr/src/sys/sparc/include/frame.h | 6 +++--- usr/src/sys/sparc/include/fsr.h | 6 +++--- usr/src/sys/sparc/include/ieee.h | 6 +++--- usr/src/sys/sparc/include/instr.h | 6 +++--- usr/src/sys/sparc/include/pcb.h | 6 +++--- usr/src/sys/sparc/include/pmap.h | 6 +++--- usr/src/sys/sparc/include/proc.h | 6 +++--- usr/src/sys/sparc/include/profile.h | 6 +++--- usr/src/sys/sparc/include/psl.h | 6 +++--- usr/src/sys/sparc/include/pte.h | 6 +++--- usr/src/sys/sparc/include/ptrace.h | 6 +++--- usr/src/sys/sparc/include/reg.h | 6 +++--- usr/src/sys/sparc/include/reloc.h | 6 +++--- usr/src/sys/sparc/include/remote-sl.h | 6 +++--- usr/src/sys/sparc/include/signal.h | 6 +++--- usr/src/sys/sparc/include/stdarg.h | 6 +++--- usr/src/sys/sparc/include/trap.h | 6 +++--- usr/src/sys/sparc/include/types.h | 6 +++--- usr/src/sys/sparc/include/varargs.h | 6 +++--- usr/src/sys/sparc/include/vmparam.h | 6 +++--- usr/src/sys/sparc/rcons/rcons_font.c | 6 +++--- usr/src/sys/sparc/rcons/rcons_kern.c | 6 +++--- usr/src/sys/sparc/rcons/rcons_subr.c | 6 +++--- usr/src/sys/sparc/sbus/bwtwo.c | 8 +++----- usr/src/sys/sparc/sbus/bwtworeg.h | 6 +++--- usr/src/sys/sparc/sbus/cgthree.c | 8 +++----- usr/src/sys/sparc/sbus/cgthreereg.h | 6 +++--- usr/src/sys/sparc/sbus/dmareg.h | 6 +++--- usr/src/sys/sparc/sbus/espreg.h | 6 +++--- usr/src/sys/sparc/sbus/sbusreg.h | 6 +++--- usr/src/sys/sparc/sbus/sbusvar.h | 6 +++--- 34 files changed, 102 insertions(+), 106 deletions(-) diff --git a/usr/src/sys/sparc/include/exec.h b/usr/src/sys/sparc/include/exec.h index d35cc0ed07..fb2e76b89d 100644 --- a/usr/src/sys/sparc/include/exec.h +++ b/usr/src/sys/sparc/include/exec.h @@ -9,13 +9,13 @@ * All advertising materials mentioning features or use of this software * must display the following acknowledgement: * This product includes software developed by the University of - * California, Lawrence Berkeley Laboratories. + * California, Lawrence Berkeley Laboratory. * * %sccs.include.redist.c% * - * @(#)exec.h 7.3 (Berkeley) %G% + * @(#)exec.h 7.4 (Berkeley) %G% * - * from: $Header: exec.h,v 1.8 92/09/06 01:35:41 torek Exp $ + * from: $Header: exec.h,v 1.9 93/04/20 11:14:45 torek Exp $ */ /* diff --git a/usr/src/sys/sparc/include/fbvar.h b/usr/src/sys/sparc/include/fbvar.h index 0276a99b1d..62b8711eb5 100644 --- a/usr/src/sys/sparc/include/fbvar.h +++ b/usr/src/sys/sparc/include/fbvar.h @@ -9,13 +9,13 @@ * All advertising materials mentioning features or use of this software * must display the following acknowledgement: * This product includes software developed by the University of - * California, Lawrence Berkeley Laboratories. + * California, Lawrence Berkeley Laboratory. * * %sccs.include.redist.c% * - * @(#)fbvar.h 7.2 (Berkeley) %G% + * @(#)fbvar.h 7.3 (Berkeley) %G% * - * from: $Header: fbvar.h,v 1.14 92/06/17 06:10:16 torek Exp $ + * from: $Header: fbvar.h,v 1.15 92/11/26 02:04:34 torek Exp $ */ /* diff --git a/usr/src/sys/sparc/include/float.h b/usr/src/sys/sparc/include/float.h index f74afd1df8..a66d2ca998 100644 --- a/usr/src/sys/sparc/include/float.h +++ b/usr/src/sys/sparc/include/float.h @@ -9,13 +9,13 @@ * All advertising materials mentioning features or use of this software * must display the following acknowledgement: * This product includes software developed by the University of - * California, Lawrence Berkeley Laboratories. + * California, Lawrence Berkeley Laboratory. * * %sccs.include.redist.c% * - * @(#)float.h 7.2 (Berkeley) %G% + * @(#)float.h 7.3 (Berkeley) %G% * - * from: $Header: float.h,v 1.2 92/06/17 06:10:17 torek Exp $ + * from: $Header: float.h,v 1.3 92/11/26 02:04:35 torek Exp $ */ #define FLT_RADIX 2 /* b */ diff --git a/usr/src/sys/sparc/include/frame.h b/usr/src/sys/sparc/include/frame.h index 51f18cabe5..8a9d347d98 100644 --- a/usr/src/sys/sparc/include/frame.h +++ b/usr/src/sys/sparc/include/frame.h @@ -9,13 +9,13 @@ * All advertising materials mentioning features or use of this software * must display the following acknowledgement: * This product includes software developed by the University of - * California, Lawrence Berkeley Laboratories. + * California, Lawrence Berkeley Laboratory. * * %sccs.include.redist.c% * - * @(#)frame.h 7.2 (Berkeley) %G% + * @(#)frame.h 7.3 (Berkeley) %G% * - * from: $Header: frame.h,v 1.4 92/06/17 06:10:17 torek Exp $ + * from: $Header: frame.h,v 1.5 92/11/26 02:04:35 torek Exp $ */ /* diff --git a/usr/src/sys/sparc/include/fsr.h b/usr/src/sys/sparc/include/fsr.h index 9f8b10f1d1..d80823b0da 100644 --- a/usr/src/sys/sparc/include/fsr.h +++ b/usr/src/sys/sparc/include/fsr.h @@ -9,13 +9,13 @@ * All advertising materials mentioning features or use of this software * must display the following acknowledgement: * This product includes software developed by the University of - * California, Lawrence Berkeley Laboratories. + * California, Lawrence Berkeley Laboratory. * * %sccs.include.redist.c% * - * @(#)fsr.h 7.2 (Berkeley) %G% + * @(#)fsr.h 7.3 (Berkeley) %G% * - * from: $Header: fsr.h,v 1.5 92/06/17 06:10:18 torek Exp $ + * from: $Header: fsr.h,v 1.6 92/11/26 02:04:36 torek Exp $ */ #ifndef _MACHINE_FSR_H_ diff --git a/usr/src/sys/sparc/include/ieee.h b/usr/src/sys/sparc/include/ieee.h index bc1c363473..4ac212e007 100644 --- a/usr/src/sys/sparc/include/ieee.h +++ b/usr/src/sys/sparc/include/ieee.h @@ -9,13 +9,13 @@ * All advertising materials mentioning features or use of this software * must display the following acknowledgement: * This product includes software developed by the University of - * California, Lawrence Berkeley Laboratories. + * California, Lawrence Berkeley Laboratory. * * %sccs.include.redist.c% * - * @(#)ieee.h 7.2 (Berkeley) %G% + * @(#)ieee.h 7.3 (Berkeley) %G% * - * from: $Header: ieee.h,v 1.6 92/06/19 23:04:29 torek Exp $ + * from: $Header: ieee.h,v 1.7 92/11/26 02:04:37 torek Exp $ */ /* diff --git a/usr/src/sys/sparc/include/instr.h b/usr/src/sys/sparc/include/instr.h index a094a16d2c..25aa15d7eb 100644 --- a/usr/src/sys/sparc/include/instr.h +++ b/usr/src/sys/sparc/include/instr.h @@ -9,13 +9,13 @@ * All advertising materials mentioning features or use of this software * must display the following acknowledgement: * This product includes software developed by the University of - * California, Lawrence Berkeley Laboratories. + * California, Lawrence Berkeley Laboratory. * * %sccs.include.redist.c% * - * @(#)instr.h 7.2 (Berkeley) %G% + * @(#)instr.h 7.3 (Berkeley) %G% * - * from: $Header: instr.h,v 1.5 92/06/17 06:10:19 torek Exp $ + * from: $Header: instr.h,v 1.6 92/11/26 02:04:37 torek Exp $ */ /* see also Appendix F of the SPARC version 8 document */ diff --git a/usr/src/sys/sparc/include/pcb.h b/usr/src/sys/sparc/include/pcb.h index 590e2d1ded..f9c72cf411 100644 --- a/usr/src/sys/sparc/include/pcb.h +++ b/usr/src/sys/sparc/include/pcb.h @@ -9,13 +9,13 @@ * All advertising materials mentioning features or use of this software * must display the following acknowledgement: * This product includes software developed by the University of - * California, Lawrence Berkeley Laboratories. + * California, Lawrence Berkeley Laboratory. * * %sccs.include.redist.c% * - * @(#)pcb.h 7.2 (Berkeley) %G% + * @(#)pcb.h 7.3 (Berkeley) %G% * - * from: $Header: pcb.h,v 1.5 92/06/17 06:10:21 torek Exp $ + * from: $Header: pcb.h,v 1.6 92/11/26 02:04:39 torek Exp $ */ #include diff --git a/usr/src/sys/sparc/include/pmap.h b/usr/src/sys/sparc/include/pmap.h index 96540d7dab..ce27ca174d 100644 --- a/usr/src/sys/sparc/include/pmap.h +++ b/usr/src/sys/sparc/include/pmap.h @@ -9,13 +9,13 @@ * All advertising materials mentioning features or use of this software * must display the following acknowledgement: * This product includes software developed by the University of - * California, Lawrence Berkeley Laboratories. + * California, Lawrence Berkeley Laboratory. * * %sccs.include.redist.c% * - * @(#)pmap.h 7.3 (Berkeley) %G% + * @(#)pmap.h 7.4 (Berkeley) %G% * - * from: $Header: pmap.h,v 1.9 92/06/17 06:10:22 torek Exp $ + * from: $Header: pmap.h,v 1.10 92/11/26 02:04:40 torek Exp $ */ #ifndef _SPARC_PMAP_H_ diff --git a/usr/src/sys/sparc/include/proc.h b/usr/src/sys/sparc/include/proc.h index 0d4eae53d3..e8a6e6abdb 100644 --- a/usr/src/sys/sparc/include/proc.h +++ b/usr/src/sys/sparc/include/proc.h @@ -9,13 +9,13 @@ * All advertising materials mentioning features or use of this software * must display the following acknowledgement: * This product includes software developed by the University of - * California, Lawrence Berkeley Laboratories. + * California, Lawrence Berkeley Laboratory. * * %sccs.include.redist.c% * - * @(#)proc.h 7.2 (Berkeley) %G% + * @(#)proc.h 7.3 (Berkeley) %G% * - * from: $Header: proc.h,v 1.5 92/06/17 06:10:23 torek Exp $ (LBL) + * from: $Header: proc.h,v 1.6 92/11/26 02:04:41 torek Exp $ (LBL) */ /* diff --git a/usr/src/sys/sparc/include/profile.h b/usr/src/sys/sparc/include/profile.h index 7af6e0b70a..d1107ec305 100644 --- a/usr/src/sys/sparc/include/profile.h +++ b/usr/src/sys/sparc/include/profile.h @@ -9,13 +9,13 @@ * All advertising materials mentioning features or use of this software * must display the following acknowledgement: * This product includes software developed by the University of - * California, Lawrence Berkeley Laboratories. + * California, Lawrence Berkeley Laboratory. * * %sccs.include.redist.c% * - * @(#)profile.h 7.2 (Berkeley) %G% + * @(#)profile.h 7.3 (Berkeley) %G% * - * from: $Header: profile.h,v 1.7 92/07/09 01:34:21 mccanne Exp $ + * from: $Header: profile.h,v 1.8 92/11/26 02:04:41 torek Exp $ */ #define MCOUNT \ diff --git a/usr/src/sys/sparc/include/psl.h b/usr/src/sys/sparc/include/psl.h index 65461a2617..f5765e2714 100644 --- a/usr/src/sys/sparc/include/psl.h +++ b/usr/src/sys/sparc/include/psl.h @@ -9,13 +9,13 @@ * All advertising materials mentioning features or use of this software * must display the following acknowledgement: * This product includes software developed by the University of - * California, Lawrence Berkeley Laboratories. + * California, Lawrence Berkeley Laboratory. * * %sccs.include.redist.c% * - * @(#)psl.h 7.2 (Berkeley) %G% + * @(#)psl.h 7.3 (Berkeley) %G% * - * from: $Header: psl.h,v 1.11 92/06/20 09:04:46 mccanne Exp $ + * from: $Header: psl.h,v 1.12 92/11/26 02:04:42 torek Exp $ */ #ifndef PSR_IMPL diff --git a/usr/src/sys/sparc/include/pte.h b/usr/src/sys/sparc/include/pte.h index c22e38cf79..ab8acdda90 100644 --- a/usr/src/sys/sparc/include/pte.h +++ b/usr/src/sys/sparc/include/pte.h @@ -9,13 +9,13 @@ * All advertising materials mentioning features or use of this software * must display the following acknowledgement: * This product includes software developed by the University of - * California, Lawrence Berkeley Laboratories. + * California, Lawrence Berkeley Laboratory. * * %sccs.include.redist.c% * - * @(#)pte.h 7.2 (Berkeley) %G% + * @(#)pte.h 7.3 (Berkeley) %G% * - * from: $Header: pte.h,v 1.4 92/06/17 06:10:25 torek Exp $ + * from: $Header: pte.h,v 1.5 92/11/26 02:04:43 torek Exp $ */ /* diff --git a/usr/src/sys/sparc/include/ptrace.h b/usr/src/sys/sparc/include/ptrace.h index 31d0919c0a..4ae8a8f028 100644 --- a/usr/src/sys/sparc/include/ptrace.h +++ b/usr/src/sys/sparc/include/ptrace.h @@ -9,13 +9,13 @@ * All advertising materials mentioning features or use of this software * must display the following acknowledgement: * This product includes software developed by the University of - * California, Lawrence Berkeley Laboratories. + * California, Lawrence Berkeley Laboratory. * * %sccs.include.redist.c% * - * @(#)ptrace.h 7.2 (Berkeley) %G% + * @(#)ptrace.h 7.3 (Berkeley) %G% * - * from: $Header: ptrace.h,v 1.5 92/06/17 06:10:26 torek Exp $ (LBL) + * from: $Header: ptrace.h,v 1.6 92/11/26 02:04:43 torek Exp $ (LBL) */ /* diff --git a/usr/src/sys/sparc/include/reg.h b/usr/src/sys/sparc/include/reg.h index 8cbc424348..0a8762fa23 100644 --- a/usr/src/sys/sparc/include/reg.h +++ b/usr/src/sys/sparc/include/reg.h @@ -9,13 +9,13 @@ * All advertising materials mentioning features or use of this software * must display the following acknowledgement: * This product includes software developed by the University of - * California, Lawrence Berkeley Laboratories. + * California, Lawrence Berkeley Laboratory. * * %sccs.include.redist.c% * - * @(#)reg.h 7.3 (Berkeley) %G% + * @(#)reg.h 7.4 (Berkeley) %G% * - * from: $Header: reg.h,v 1.7 92/06/17 06:10:26 torek Exp $ + * from: $Header: reg.h,v 1.8 92/11/26 02:04:44 torek Exp $ */ #ifndef _MACHINE_REG_H_ diff --git a/usr/src/sys/sparc/include/reloc.h b/usr/src/sys/sparc/include/reloc.h index ef2661c57a..547269c2d1 100644 --- a/usr/src/sys/sparc/include/reloc.h +++ b/usr/src/sys/sparc/include/reloc.h @@ -9,13 +9,13 @@ * All advertising materials mentioning features or use of this software * must display the following acknowledgement: * This product includes software developed by the University of - * California, Lawrence Berkeley Laboratories. + * California, Lawrence Berkeley Laboratory. * * %sccs.include.redist.c% * - * @(#)reloc.h 7.2 (Berkeley) %G% + * @(#)reloc.h 7.3 (Berkeley) %G% * - * from: $Header: reloc.h,v 1.6 92/06/20 09:59:37 torek Exp $ + * from: $Header: reloc.h,v 1.7 92/11/26 02:04:45 torek Exp $ */ /* diff --git a/usr/src/sys/sparc/include/remote-sl.h b/usr/src/sys/sparc/include/remote-sl.h index 07b38d2bb1..e5f6f62f9d 100644 --- a/usr/src/sys/sparc/include/remote-sl.h +++ b/usr/src/sys/sparc/include/remote-sl.h @@ -9,13 +9,13 @@ * All advertising materials mentioning features or use of this software * must display the following acknowledgement: * This product includes software developed by the University of - * California, Lawrence Berkeley Laboratories. + * California, Lawrence Berkeley Laboratory. * * %sccs.include.redist.c% * - * @(#)remote-sl.h 7.2 (Berkeley) %G% + * @(#)remote-sl.h 7.3 (Berkeley) %G% * - * from: $Header: remote-sl.h,v 1.5 92/06/17 06:10:27 torek Exp $ (LBL) + * from: $Header: remote-sl.h,v 1.6 92/11/26 02:04:45 torek Exp $ (LBL) */ /* diff --git a/usr/src/sys/sparc/include/signal.h b/usr/src/sys/sparc/include/signal.h index 781764d324..696a0ac397 100644 --- a/usr/src/sys/sparc/include/signal.h +++ b/usr/src/sys/sparc/include/signal.h @@ -9,13 +9,13 @@ * All advertising materials mentioning features or use of this software * must display the following acknowledgement: * This product includes software developed by the University of - * California, Lawrence Berkeley Laboratories. + * California, Lawrence Berkeley Laboratory. * * %sccs.include.redist.c% * - * @(#)signal.h 7.2 (Berkeley) %G% + * @(#)signal.h 7.3 (Berkeley) %G% * - * from: $Header: signal.h,v 1.4 92/06/17 06:10:28 torek Exp $ + * from: $Header: signal.h,v 1.5 92/11/26 02:04:46 torek Exp $ */ #ifndef LOCORE diff --git a/usr/src/sys/sparc/include/stdarg.h b/usr/src/sys/sparc/include/stdarg.h index c026705643..3a9fc3d013 100644 --- a/usr/src/sys/sparc/include/stdarg.h +++ b/usr/src/sys/sparc/include/stdarg.h @@ -9,13 +9,13 @@ * All advertising materials mentioning features or use of this software * must display the following acknowledgement: * This product includes software developed by the University of - * California, Lawrence Berkeley Laboratories. + * California, Lawrence Berkeley Laboratory. * * %sccs.include.redist.c% * - * @(#)stdarg.h 7.3 (Berkeley) %G% + * @(#)stdarg.h 7.4 (Berkeley) %G% * - * from: $Header: stdarg.h,v 1.6 92/10/02 00:08:01 torek Exp $ + * from: $Header: stdarg.h,v 1.7 92/11/26 02:04:47 torek Exp $ */ /* diff --git a/usr/src/sys/sparc/include/trap.h b/usr/src/sys/sparc/include/trap.h index 71d8d7ff6f..3ae9be46cd 100644 --- a/usr/src/sys/sparc/include/trap.h +++ b/usr/src/sys/sparc/include/trap.h @@ -9,13 +9,13 @@ * All advertising materials mentioning features or use of this software * must display the following acknowledgement: * This product includes software developed by the University of - * California, Lawrence Berkeley Laboratories. + * California, Lawrence Berkeley Laboratory. * * %sccs.include.redist.c% * - * @(#)trap.h 7.2 (Berkeley) %G% + * @(#)trap.h 7.3 (Berkeley) %G% * - * from: $Header: trap.h,v 1.8 92/07/03 18:49:02 torek Exp $ + * from: $Header: trap.h,v 1.9 92/11/26 02:04:47 torek Exp $ */ #ifndef _MACHINE_TRAP_H diff --git a/usr/src/sys/sparc/include/types.h b/usr/src/sys/sparc/include/types.h index 6267da7cbf..529211fb93 100644 --- a/usr/src/sys/sparc/include/types.h +++ b/usr/src/sys/sparc/include/types.h @@ -9,13 +9,13 @@ * All advertising materials mentioning features or use of this software * must display the following acknowledgement: * This product includes software developed by the University of - * California, Lawrence Berkeley Laboratories. + * California, Lawrence Berkeley Laboratory. * * %sccs.include.redist.c% * - * @(#)types.h 7.3 (Berkeley) %G% + * @(#)types.h 7.4 (Berkeley) %G% * - * from: $Header: types.h,v 1.4 92/06/17 06:10:30 torek Exp $ (LBL) + * from: $Header: types.h,v 1.5 92/11/26 02:00:07 torek Exp $ (LBL) */ #ifndef _MACHTYPES_H_ diff --git a/usr/src/sys/sparc/include/varargs.h b/usr/src/sys/sparc/include/varargs.h index f053e2cbab..f8dabe8528 100644 --- a/usr/src/sys/sparc/include/varargs.h +++ b/usr/src/sys/sparc/include/varargs.h @@ -9,13 +9,13 @@ * All advertising materials mentioning features or use of this software * must display the following acknowledgement: * This product includes software developed by the University of - * California, Lawrence Berkeley Laboratories. + * California, Lawrence Berkeley Laboratory. * * %sccs.include.redist.c% * - * @(#)varargs.h 7.3 (Berkeley) %G% + * @(#)varargs.h 7.4 (Berkeley) %G% * - * from: $Header: varargs.h,v 1.5 92/10/16 04:16:09 torek Exp $ + * from: $Header: varargs.h,v 1.6 92/11/26 02:04:48 torek Exp $ */ #ifndef _MACHINE_VARARGS_H_ diff --git a/usr/src/sys/sparc/include/vmparam.h b/usr/src/sys/sparc/include/vmparam.h index 8f555964e6..171b4691fd 100644 --- a/usr/src/sys/sparc/include/vmparam.h +++ b/usr/src/sys/sparc/include/vmparam.h @@ -9,13 +9,13 @@ * All advertising materials mentioning features or use of this software * must display the following acknowledgement: * This product includes software developed by the University of - * California, Lawrence Berkeley Laboratories. + * California, Lawrence Berkeley Laboratory. * * %sccs.include.redist.c% * - * @(#)vmparam.h 7.2 (Berkeley) %G% + * @(#)vmparam.h 7.3 (Berkeley) %G% * - * from: $Header: vmparam.h,v 1.6 92/06/24 08:55:18 torek Exp $ + * from: $Header: vmparam.h,v 1.7 92/11/26 02:04:49 torek Exp $ */ /* diff --git a/usr/src/sys/sparc/rcons/rcons_font.c b/usr/src/sys/sparc/rcons/rcons_font.c index e2b1c36655..e68e256cec 100644 --- a/usr/src/sys/sparc/rcons/rcons_font.c +++ b/usr/src/sys/sparc/rcons/rcons_font.c @@ -9,13 +9,13 @@ * All advertising materials mentioning features or use of this software * must display the following acknowledgement: * This product includes software developed by the University of - * California, Lawrence Berkeley Laboratories. + * California, Lawrence Berkeley Laboratory. * * %sccs.include.redist.c% * - * @(#)rcons_font.c 7.3 (Berkeley) %G% + * @(#)rcons_font.c 7.4 (Berkeley) %G% * - * from: $Header: rcons_font.c,v 1.8 92/06/17 06:23:37 torek Exp $ + * from: $Header: rcons_font.c,v 1.10 93/04/20 11:15:38 torek Exp $ */ #ifdef KERNEL diff --git a/usr/src/sys/sparc/rcons/rcons_kern.c b/usr/src/sys/sparc/rcons/rcons_kern.c index 094b245741..ee7a112d69 100644 --- a/usr/src/sys/sparc/rcons/rcons_kern.c +++ b/usr/src/sys/sparc/rcons/rcons_kern.c @@ -9,13 +9,13 @@ * All advertising materials mentioning features or use of this software * must display the following acknowledgement: * This product includes software developed by the University of - * California, Lawrence Berkeley Laboratories. + * California, Lawrence Berkeley Laboratory. * * %sccs.include.redist.c% * - * @(#)rcons_kern.c 7.3 (Berkeley) %G% + * @(#)rcons_kern.c 7.4 (Berkeley) %G% * - * from: $Header: rcons_kern.c,v 1.26 92/07/09 08:01:28 torek Exp $ + * from: $Header: rcons_kern.c,v 1.28 93/04/20 11:15:38 torek Exp $ */ #include diff --git a/usr/src/sys/sparc/rcons/rcons_subr.c b/usr/src/sys/sparc/rcons/rcons_subr.c index 597fcb2131..e14b565228 100644 --- a/usr/src/sys/sparc/rcons/rcons_subr.c +++ b/usr/src/sys/sparc/rcons/rcons_subr.c @@ -9,13 +9,13 @@ * All advertising materials mentioning features or use of this software * must display the following acknowledgement: * This product includes software developed by the University of - * California, Lawrence Berkeley Laboratories. + * California, Lawrence Berkeley Laboratory. * * %sccs.include.redist.c% * - * @(#)rcons_subr.c 7.3 (Berkeley) %G% + * @(#)rcons_subr.c 7.4 (Berkeley) %G% * - * from: $Header: rcons_subr.c,v 1.36 92/06/17 06:23:39 torek Exp $ + * from: $Header: rcons_subr.c,v 1.38 93/04/20 11:15:39 torek Exp $ */ #ifdef KERNEL diff --git a/usr/src/sys/sparc/sbus/bwtwo.c b/usr/src/sys/sparc/sbus/bwtwo.c index 2b74463e25..a9846aba21 100644 --- a/usr/src/sys/sparc/sbus/bwtwo.c +++ b/usr/src/sys/sparc/sbus/bwtwo.c @@ -9,13 +9,13 @@ * All advertising materials mentioning features or use of this software * must display the following acknowledgement: * This product includes software developed by the University of - * California, Lawrence Berkeley Laboratories. + * California, Lawrence Berkeley Laboratory. * * %sccs.include.redist.c% * - * @(#)bwtwo.c 7.3 (Berkeley) %G% + * @(#)bwtwo.c 7.4 (Berkeley) %G% * - * from: $Header: bwtwo.c,v 1.13 92/06/17 06:59:29 torek Exp $ + * from: $Header: bwtwo.c,v 1.14 92/11/26 02:28:04 torek Exp $ */ /* @@ -24,8 +24,6 @@ * Does not handle interrupts, even though they can occur. */ -#include "bwtwo.h" - #include #include #include diff --git a/usr/src/sys/sparc/sbus/bwtworeg.h b/usr/src/sys/sparc/sbus/bwtworeg.h index fe0269d996..b7cde3329c 100644 --- a/usr/src/sys/sparc/sbus/bwtworeg.h +++ b/usr/src/sys/sparc/sbus/bwtworeg.h @@ -9,13 +9,13 @@ * All advertising materials mentioning features or use of this software * must display the following acknowledgement: * This product includes software developed by the University of - * California, Lawrence Berkeley Laboratories. + * California, Lawrence Berkeley Laboratory. * * %sccs.include.redist.c% * - * @(#)bwtworeg.h 7.2 (Berkeley) %G% + * @(#)bwtworeg.h 7.3 (Berkeley) %G% * - * from: $Header: bwtworeg.h,v 1.3 92/06/17 06:59:30 torek Exp $ + * from: $Header: bwtworeg.h,v 1.4 92/11/26 02:28:05 torek Exp $ */ /* diff --git a/usr/src/sys/sparc/sbus/cgthree.c b/usr/src/sys/sparc/sbus/cgthree.c index 06cf514ed3..69f83dcd41 100644 --- a/usr/src/sys/sparc/sbus/cgthree.c +++ b/usr/src/sys/sparc/sbus/cgthree.c @@ -9,13 +9,13 @@ * All advertising materials mentioning features or use of this software * must display the following acknowledgement: * This product includes software developed by the University of - * California, Lawrence Berkeley Laboratories. + * California, Lawrence Berkeley Laboratory. * * %sccs.include.redist.c% * - * @(#)cgthree.c 7.3 (Berkeley) %G% + * @(#)cgthree.c 7.4 (Berkeley) %G% * - * from: $Header: cgthree.c,v 1.5 92/06/17 06:59:31 torek Exp $ + * from: $Header: cgthree.c,v 1.6 92/11/26 02:28:06 torek Exp $ */ /* @@ -24,8 +24,6 @@ * Does not handle interrupts, even though they can occur. */ -#include "cgthree.h" - #include #include #include diff --git a/usr/src/sys/sparc/sbus/cgthreereg.h b/usr/src/sys/sparc/sbus/cgthreereg.h index 5bc355584f..4453d8e1c6 100644 --- a/usr/src/sys/sparc/sbus/cgthreereg.h +++ b/usr/src/sys/sparc/sbus/cgthreereg.h @@ -9,13 +9,13 @@ * All advertising materials mentioning features or use of this software * must display the following acknowledgement: * This product includes software developed by the University of - * California, Lawrence Berkeley Laboratories. + * California, Lawrence Berkeley Laboratory. * * %sccs.include.redist.c% * - * @(#)cgthreereg.h 7.2 (Berkeley) %G% + * @(#)cgthreereg.h 7.3 (Berkeley) %G% * - * from: $Header: cgthreereg.h,v 1.4 92/06/17 06:59:32 torek Exp $ + * from: $Header: cgthreereg.h,v 1.5 92/11/26 02:28:07 torek Exp $ */ /* diff --git a/usr/src/sys/sparc/sbus/dmareg.h b/usr/src/sys/sparc/sbus/dmareg.h index 67f9ea3113..7ffdb50acf 100644 --- a/usr/src/sys/sparc/sbus/dmareg.h +++ b/usr/src/sys/sparc/sbus/dmareg.h @@ -9,13 +9,13 @@ * All advertising materials mentioning features or use of this software * must display the following acknowledgement: * This product includes software developed by the University of - * California, Lawrence Berkeley Laboratories. + * California, Lawrence Berkeley Laboratory. * * %sccs.include.redist.c% * - * @(#)dmareg.h 7.2 (Berkeley) %G% + * @(#)dmareg.h 7.3 (Berkeley) %G% * - * from: $Header: dmareg.h,v 1.4 92/06/17 06:59:33 torek Exp $ (LBL) + * from: $Header: dmareg.h,v 1.5 92/11/26 02:28:08 torek Exp $ (LBL) */ /* diff --git a/usr/src/sys/sparc/sbus/espreg.h b/usr/src/sys/sparc/sbus/espreg.h index 0593ac620c..77c6b961a8 100644 --- a/usr/src/sys/sparc/sbus/espreg.h +++ b/usr/src/sys/sparc/sbus/espreg.h @@ -9,13 +9,13 @@ * All advertising materials mentioning features or use of this software * must display the following acknowledgement: * This product includes software developed by the University of - * California, Lawrence Berkeley Laboratories. + * California, Lawrence Berkeley Laboratory. * * %sccs.include.redist.c% * - * @(#)espreg.h 7.2 (Berkeley) %G% + * @(#)espreg.h 7.3 (Berkeley) %G% * - * from: $Header: espreg.h,v 1.6 92/06/17 06:59:35 torek Exp $ (LBL) + * from: $Header: espreg.h,v 1.7 92/11/26 02:28:10 torek Exp $ (LBL) * * Derived from Mary Baker's devSCSIC90.c from the Berkeley * Sprite project, which is: diff --git a/usr/src/sys/sparc/sbus/sbusreg.h b/usr/src/sys/sparc/sbus/sbusreg.h index 22401955d3..7300ffe539 100644 --- a/usr/src/sys/sparc/sbus/sbusreg.h +++ b/usr/src/sys/sparc/sbus/sbusreg.h @@ -9,13 +9,13 @@ * All advertising materials mentioning features or use of this software * must display the following acknowledgement: * This product includes software developed by the University of - * California, Lawrence Berkeley Laboratories. + * California, Lawrence Berkeley Laboratory. * * %sccs.include.redist.c% * - * @(#)sbusreg.h 7.2 (Berkeley) %G% + * @(#)sbusreg.h 7.3 (Berkeley) %G% * - * from: $Header: sbusreg.h,v 1.5 92/06/17 06:59:44 torek Exp $ (LBL) + * from: $Header: sbusreg.h,v 1.6 92/11/26 02:28:14 torek Exp $ (LBL) */ /* diff --git a/usr/src/sys/sparc/sbus/sbusvar.h b/usr/src/sys/sparc/sbus/sbusvar.h index 3ff2eb5b22..023a26f6c4 100644 --- a/usr/src/sys/sparc/sbus/sbusvar.h +++ b/usr/src/sys/sparc/sbus/sbusvar.h @@ -9,13 +9,13 @@ * All advertising materials mentioning features or use of this software * must display the following acknowledgement: * This product includes software developed by the University of - * California, Lawrence Berkeley Laboratories. + * California, Lawrence Berkeley Laboratory. * * %sccs.include.redist.c% * - * @(#)sbusvar.h 7.2 (Berkeley) %G% + * @(#)sbusvar.h 7.3 (Berkeley) %G% * - * from: $Header: sbusvar.h,v 1.5 92/06/17 06:59:44 torek Exp $ (LBL) + * from: $Header: sbusvar.h,v 1.6 92/11/26 02:28:14 torek Exp $ (LBL) */ /* -- 2.20.1