From cc1c24bbecb5f8351bdba94bd363253241cd50da Mon Sep 17 00:00:00 2001 From: thorpej Date: Tue, 16 Jul 1996 23:23:55 +0000 Subject: [PATCH] RCS id police. --- sys/arch/mips/include/mips3_pte.h | 3 ++- sys/arch/pica/Makefile | 2 +- sys/arch/pica/TODO | 2 ++ sys/arch/pica/conf/GENERIC | 1 + sys/arch/pica/conf/PICA | 2 +- sys/arch/pica/dev/ascreg.h | 3 ++- sys/arch/pica/dev/dma.h | 3 ++- sys/arch/pica/dev/if_sn.c | 2 ++ sys/arch/pica/dev/if_sn.h | 2 ++ sys/arch/pica/dev/scsi.h | 4 ++-- sys/arch/pica/include/asm.h | 4 ++-- sys/arch/pica/include/display.h | 4 ++-- sys/arch/pica/include/kbdreg.h | 4 ++-- sys/arch/pica/include/machConst.h | 2 +- sys/arch/pica/include/mips_opcode.h | 3 ++- sys/arch/pica/include/param.h | 3 ++- sys/arch/pica/include/psl.h | 3 ++- sys/arch/pica/include/pte.h | 3 ++- sys/arch/pica/pica/autoconf.c | 3 ++- sys/arch/pica/pica/conf.c | 3 ++- sys/arch/pica/pica/fp.S | 3 ++- sys/arch/pica/pica/genassym.c | 3 ++- sys/arch/pica/pica/machdep.c | 3 ++- sys/arch/pica/pica/minidebug.c | 3 ++- sys/arch/pica/pica/pica.h | 3 ++- sys/arch/pica/pica/picatype.h | 3 ++- sys/arch/pica/pica/pmap.c | 3 ++- sys/arch/pica/pica/vm_machdep.c | 3 ++- 28 files changed, 52 insertions(+), 28 deletions(-) diff --git a/sys/arch/mips/include/mips3_pte.h b/sys/arch/mips/include/mips3_pte.h index 4f78adcc3b97..682cfad10f74 100644 --- a/sys/arch/mips/include/mips3_pte.h +++ b/sys/arch/mips/include/mips3_pte.h @@ -1,3 +1,5 @@ +/* $NetBSD: mips3_pte.h,v 1.2 1996/07/16 23:24:33 thorpej Exp $ */ + /* * Copyright (c) 1988 University of Utah. * Copyright (c) 1992, 1993 @@ -38,7 +40,6 @@ * from: Utah Hdr: pte.h 1.11 89/09/03 * * from: @(#)pte.h 8.1 (Berkeley) 6/10/93 - * $Id: mips3_pte.h,v 1.1.1.1 1996/03/13 04:58:08 jonathan Exp $ */ /* diff --git a/sys/arch/pica/Makefile b/sys/arch/pica/Makefile index 0a6667363100..f18105545f4a 100644 --- a/sys/arch/pica/Makefile +++ b/sys/arch/pica/Makefile @@ -1,5 +1,5 @@ +# $NetBSD: Makefile,v 1.2 1996/07/16 23:23:55 thorpej Exp $ # from: @(#)Makefile 8.1 (Berkeley) 6/16/93 -# $Id: Makefile,v 1.1.1.1 1996/03/13 04:58:04 jonathan Exp $ # Makefile for pica links, tags file diff --git a/sys/arch/pica/TODO b/sys/arch/pica/TODO index e6d2936665ce..7be0b36278a4 100644 --- a/sys/arch/pica/TODO +++ b/sys/arch/pica/TODO @@ -1,3 +1,5 @@ +$NetBSD: TODO,v 1.2 1996/07/16 23:24:02 thorpej Exp $ + To do list (not in any particular order). o Improve pmap_zero_page and pmap_copy_page. Speed and flushing. diff --git a/sys/arch/pica/conf/GENERIC b/sys/arch/pica/conf/GENERIC index b71176835083..cd47437d2f1d 100644 --- a/sys/arch/pica/conf/GENERIC +++ b/sys/arch/pica/conf/GENERIC @@ -1,3 +1,4 @@ +# $NetBSD: GENERIC,v 1.2 1996/07/16 23:24:05 thorpej Exp $ # # Generic configuration file for MIPS R4400 PICA system # diff --git a/sys/arch/pica/conf/PICA b/sys/arch/pica/conf/PICA index fbaa3062e77e..29c27ce6ffba 100644 --- a/sys/arch/pica/conf/PICA +++ b/sys/arch/pica/conf/PICA @@ -1,4 +1,4 @@ -# +# $NetBSD: PICA,v 1.3 1996/07/16 23:24:06 thorpej Exp $ # # include "std.pica" diff --git a/sys/arch/pica/dev/ascreg.h b/sys/arch/pica/dev/ascreg.h index e1857eda09f5..0c9f724cae5a 100644 --- a/sys/arch/pica/dev/ascreg.h +++ b/sys/arch/pica/dev/ascreg.h @@ -1,3 +1,5 @@ +/* $NetBSD: ascreg.h,v 1.2 1996/07/16 23:24:10 thorpej Exp $ */ + /*- * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -34,7 +36,6 @@ * SUCH DAMAGE. * * from: @(#)ascreg.h 8.1 (Berkeley) 6/10/93 - * $Id: ascreg.h,v 1.1.1.1 1996/03/13 04:58:05 jonathan Exp $ */ /* diff --git a/sys/arch/pica/dev/dma.h b/sys/arch/pica/dev/dma.h index 9c751c702536..2554b6b93612 100644 --- a/sys/arch/pica/dev/dma.h +++ b/sys/arch/pica/dev/dma.h @@ -1,3 +1,5 @@ +/* $NetBSD: dma.h,v 1.2 1996/07/16 23:24:11 thorpej Exp $ */ + /*- * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -31,7 +33,6 @@ * SUCH DAMAGE. * * from: @(#)dma.h 8.1 (Berkeley) 6/10/93 - * $Id: dma.h,v 1.1.1.1 1996/03/13 04:58:05 jonathan Exp $ */ /* diff --git a/sys/arch/pica/dev/if_sn.c b/sys/arch/pica/dev/if_sn.c index 7fa21e9308b6..180666222202 100644 --- a/sys/arch/pica/dev/if_sn.c +++ b/sys/arch/pica/dev/if_sn.c @@ -1,3 +1,5 @@ +/* $NetBSD: if_sn.c,v 1.5 1996/07/16 23:24:13 thorpej Exp $ */ + /* * National Semiconductor SONIC Driver * Copyright (c) 1991 Algorithmics Ltd (http://www.algor.co.uk) diff --git a/sys/arch/pica/dev/if_sn.h b/sys/arch/pica/dev/if_sn.h index a5cd835cfcf5..522236b03f2f 100644 --- a/sys/arch/pica/dev/if_sn.h +++ b/sys/arch/pica/dev/if_sn.h @@ -1,3 +1,5 @@ +/* $NetBSD: if_sn.h,v 1.2 1996/07/16 23:24:15 thorpej Exp $ */ + /* * Copyright (c) 1991 Algorithmics Ltd (http://www.algor.co.uk) * You may use, copy, and modify this program so long as you retain the diff --git a/sys/arch/pica/dev/scsi.h b/sys/arch/pica/dev/scsi.h index 17766358f1fd..33168003e341 100644 --- a/sys/arch/pica/dev/scsi.h +++ b/sys/arch/pica/dev/scsi.h @@ -1,3 +1,5 @@ +/* $NetBSD: scsi.h,v 1.2 1996/07/16 23:24:17 thorpej Exp $ */ + /* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -34,7 +36,6 @@ * SUCH DAMAGE. * * from: @(#)scsi.h 8.1 (Berkeley) 6/10/93 - * $Id: scsi.h,v 1.1.1.1 1996/03/13 04:58:06 jonathan Exp $ * * scsi.h -- * @@ -46,7 +47,6 @@ * * from: Header: /sprite/src/kernel/dev/RCS/scsi.h, * v 9.1 90/02/13 23:11:24 jhh Exp SPRITE (Berkeley) - * $Id: scsi.h,v 1.1.1.1 1996/03/13 04:58:06 jonathan Exp $ */ #ifndef _SCSI_H diff --git a/sys/arch/pica/include/asm.h b/sys/arch/pica/include/asm.h index 13fe2d82ea95..cdbc12dd80fc 100644 --- a/sys/arch/pica/include/asm.h +++ b/sys/arch/pica/include/asm.h @@ -1,3 +1,5 @@ +/* $NetBSD: asm.h,v 1.2 1996/07/16 23:24:20 thorpej Exp $ */ + /* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -34,7 +36,6 @@ * SUCH DAMAGE. * * from: @(#)machAsmDefs.h 8.1 (Berkeley) 6/10/93 - * $Id: asm.h,v 1.1.1.1 1996/03/13 04:58:09 jonathan Exp $ */ /* @@ -52,7 +53,6 @@ * * from: Header: /sprite/src/kernel/mach/ds3100.md/RCS/machAsmDefs.h, * v 1.2 89/08/15 18:28:24 rab Exp SPRITE (DECWRL) - * $Id: asm.h,v 1.1.1.1 1996/03/13 04:58:09 jonathan Exp $ */ #ifndef _MACHASMDEFS diff --git a/sys/arch/pica/include/display.h b/sys/arch/pica/include/display.h index b283ad6f3796..61c6fba61e6c 100644 --- a/sys/arch/pica/include/display.h +++ b/sys/arch/pica/include/display.h @@ -1,7 +1,7 @@ +/* $NetBSD: display.h,v 1.2 1996/07/16 23:24:22 thorpej Exp $ */ + /* * IBM PC display definitions - * - * $Id: display.h,v 1.1.1.1 1996/03/13 04:58:07 jonathan Exp $ */ /* Color attributes for foreground text */ diff --git a/sys/arch/pica/include/kbdreg.h b/sys/arch/pica/include/kbdreg.h index 1137800c5d6c..797fe86fcd0e 100644 --- a/sys/arch/pica/include/kbdreg.h +++ b/sys/arch/pica/include/kbdreg.h @@ -1,7 +1,7 @@ +/* $NetBSD: kbdreg.h,v 1.2 1996/07/16 23:24:23 thorpej Exp $ */ + /* * Keyboard definitions - * - * $Id: kbdreg.h,v 1.1.1.1 1996/03/13 04:58:07 jonathan Exp $ */ #define KBSTATP (PICA_SYS_KBD + 0x61) /* controller status port (I) */ diff --git a/sys/arch/pica/include/machConst.h b/sys/arch/pica/include/machConst.h index f7cc134afee6..4f2afe0ae84c 100644 --- a/sys/arch/pica/include/machConst.h +++ b/sys/arch/pica/include/machConst.h @@ -1,4 +1,4 @@ -/* $NetBSD: machConst.h,v 1.2 1996/03/28 11:34:10 jonathan Exp $ +/* $NetBSD: machConst.h,v 1.3 1996/07/16 23:24:25 thorpej Exp $ */ /* * Copyright (c) 1992, 1993 diff --git a/sys/arch/pica/include/mips_opcode.h b/sys/arch/pica/include/mips_opcode.h index eb07310729d8..b9da63d7b244 100644 --- a/sys/arch/pica/include/mips_opcode.h +++ b/sys/arch/pica/include/mips_opcode.h @@ -1,3 +1,5 @@ +/* $NetBSD: mips_opcode.h,v 1.2 1996/07/16 23:24:27 thorpej Exp $ */ + /*- * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -34,7 +36,6 @@ * SUCH DAMAGE. * * from: @(#)mips_opcode.h 8.1 (Berkeley) 6/10/93 - * $Id: mips_opcode.h,v 1.1.1.1 1996/03/13 04:58:08 jonathan Exp $ */ /* diff --git a/sys/arch/pica/include/param.h b/sys/arch/pica/include/param.h index c38c96873219..4a24dc4a8ae1 100644 --- a/sys/arch/pica/include/param.h +++ b/sys/arch/pica/include/param.h @@ -1,3 +1,5 @@ +/* $NetBSD: param.h,v 1.2 1996/07/16 23:24:28 thorpej Exp $ */ + /* * Copyright (c) 1988 University of Utah. * Copyright (c) 1992, 1993 @@ -39,7 +41,6 @@ * * * from: @(#)param.h 8.1 (Berkeley) 6/10/93 - * $Id: param.h,v 1.1.1.1 1996/03/13 04:58:08 jonathan Exp $ */ /* diff --git a/sys/arch/pica/include/psl.h b/sys/arch/pica/include/psl.h index b6c8b38bf36d..fe6a5ddc397b 100644 --- a/sys/arch/pica/include/psl.h +++ b/sys/arch/pica/include/psl.h @@ -1,3 +1,5 @@ +/* $NetBSD: psl.h,v 1.2 1996/07/16 23:24:30 thorpej Exp $ */ + /* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -34,7 +36,6 @@ * SUCH DAMAGE. * * from: @(#)psl.h 8.1 (Berkeley) 6/10/93 - * $Id: psl.h,v 1.1.1.1 1996/03/13 04:58:08 jonathan Exp $ */ #include diff --git a/sys/arch/pica/include/pte.h b/sys/arch/pica/include/pte.h index cee3e315fa8e..a1110fd9fae1 100644 --- a/sys/arch/pica/include/pte.h +++ b/sys/arch/pica/include/pte.h @@ -1,3 +1,5 @@ +/* $NetBSD: pte.h,v 1.2 1996/07/16 23:24:33 thorpej Exp $ */ + /* * Copyright (c) 1988 University of Utah. * Copyright (c) 1992, 1993 @@ -38,7 +40,6 @@ * from: Utah Hdr: pte.h 1.11 89/09/03 * * from: @(#)pte.h 8.1 (Berkeley) 6/10/93 - * $Id: pte.h,v 1.1.1.1 1996/03/13 04:58:08 jonathan Exp $ */ /* diff --git a/sys/arch/pica/pica/autoconf.c b/sys/arch/pica/pica/autoconf.c index 64e30a04ef7e..fdbaba032145 100644 --- a/sys/arch/pica/pica/autoconf.c +++ b/sys/arch/pica/pica/autoconf.c @@ -1,3 +1,5 @@ +/* $NetBSD: autoconf.c,v 1.3 1996/07/16 23:24:36 thorpej Exp $ */ + /* * Copyright (c) 1988 University of Utah. * Copyright (c) 1992, 1993 @@ -38,7 +40,6 @@ * from: Utah Hdr: autoconf.c 1.31 91/01/21 * * from: @(#)autoconf.c 8.1 (Berkeley) 6/10/93 - * $Id: autoconf.c,v 1.2 1996/04/04 06:25:51 cgd Exp $ */ /* diff --git a/sys/arch/pica/pica/conf.c b/sys/arch/pica/pica/conf.c index 815fa5a57677..5b5e20781bd7 100644 --- a/sys/arch/pica/pica/conf.c +++ b/sys/arch/pica/pica/conf.c @@ -1,3 +1,5 @@ +/* $NetBSD: conf.c,v 1.4 1996/07/16 23:24:39 thorpej Exp $ */ + /* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -34,7 +36,6 @@ * SUCH DAMAGE. * * from: @(#)conf.c 8.2 (Berkeley) 11/14/93 - * $Id: conf.c,v 1.3 1996/03/17 01:42:25 thorpej Exp $ */ #include diff --git a/sys/arch/pica/pica/fp.S b/sys/arch/pica/pica/fp.S index 48f6526e56f6..3669da44f39c 100644 --- a/sys/arch/pica/pica/fp.S +++ b/sys/arch/pica/pica/fp.S @@ -1,3 +1,5 @@ +/* $NetBSD: fp.S,v 1.2 1996/07/16 23:24:41 thorpej Exp $ */ + /* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -34,7 +36,6 @@ * SUCH DAMAGE. * * from: @(#)fp.s 8.1 (Berkeley) 6/10/93 - * $Id: fp.S,v 1.1.1.1 1996/03/13 04:58:10 jonathan Exp $ */ /* diff --git a/sys/arch/pica/pica/genassym.c b/sys/arch/pica/pica/genassym.c index 786ec238a3ce..d0f425a95073 100644 --- a/sys/arch/pica/pica/genassym.c +++ b/sys/arch/pica/pica/genassym.c @@ -1,3 +1,5 @@ +/* $NetBSD: genassym.c,v 1.2 1996/07/16 23:24:46 thorpej Exp $ */ + /* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -34,7 +36,6 @@ * SUCH DAMAGE. * * from: @(#)genassym.c 8.2 (Berkeley) 9/23/93 - * $Id: genassym.c,v 1.1.1.1 1996/03/13 04:58:11 jonathan Exp $ */ #define _KERNEL diff --git a/sys/arch/pica/pica/machdep.c b/sys/arch/pica/pica/machdep.c index 52fad3835a49..28ab87bea929 100644 --- a/sys/arch/pica/pica/machdep.c +++ b/sys/arch/pica/pica/machdep.c @@ -1,3 +1,5 @@ +/* $NetBSD: machdep.c,v 1.4 1996/07/16 23:24:49 thorpej Exp $ */ + /* * Copyright (c) 1988 University of Utah. * Copyright (c) 1992, 1993 @@ -37,7 +39,6 @@ * SUCH DAMAGE. * * from: @(#)machdep.c 8.3 (Berkeley) 1/12/94 - * $Id: machdep.c,v 1.3 1996/03/31 03:38:29 jonathan Exp $ */ /* from: Utah Hdr: machdep.c 1.63 91/04/24 */ diff --git a/sys/arch/pica/pica/minidebug.c b/sys/arch/pica/pica/minidebug.c index df4f856ad4a7..2ebd4f082ce6 100644 --- a/sys/arch/pica/pica/minidebug.c +++ b/sys/arch/pica/pica/minidebug.c @@ -1,3 +1,5 @@ +/* $NetBSD: minidebug.c,v 1.2 1996/07/16 23:24:51 thorpej Exp $ */ + /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -34,7 +36,6 @@ * SUCH DAMAGE. * * from: @(#)kadb.c 8.1 (Berkeley) 6/10/93 - * $Id: minidebug.c,v 1.1.1.1 1996/03/13 04:58:12 jonathan Exp $ */ /* diff --git a/sys/arch/pica/pica/pica.h b/sys/arch/pica/pica/pica.h index 802112253390..871747e332d5 100644 --- a/sys/arch/pica/pica/pica.h +++ b/sys/arch/pica/pica/pica.h @@ -1,3 +1,5 @@ +/* $NetBSD: pica.h,v 1.2 1996/07/16 23:24:53 thorpej Exp $ */ + /*- * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -35,7 +37,6 @@ * SUCH DAMAGE. * * from: @(#)pica.h 8.1 (Berkeley) 6/10/93 - * $Id: pica.h,v 1.1.1.1 1996/03/13 04:58:12 jonathan Exp $ */ /* diff --git a/sys/arch/pica/pica/picatype.h b/sys/arch/pica/pica/picatype.h index 41a0aa78e10d..c35c38a01137 100644 --- a/sys/arch/pica/pica/picatype.h +++ b/sys/arch/pica/pica/picatype.h @@ -1,3 +1,5 @@ +/* $NetBSD: picatype.h,v 1.2 1996/07/16 23:24:56 thorpej Exp $ */ + /*- * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -35,7 +37,6 @@ * SUCH DAMAGE. * * from: @(#)picatype.h 8.1 (Berkeley) 6/10/93 - * $Id: picatype.h,v 1.1.1.1 1996/03/13 04:58:12 jonathan Exp $ */ /* diff --git a/sys/arch/pica/pica/pmap.c b/sys/arch/pica/pica/pmap.c index d95c9901a9e6..10c84f8f4ddb 100644 --- a/sys/arch/pica/pica/pmap.c +++ b/sys/arch/pica/pica/pmap.c @@ -1,3 +1,5 @@ +/* $NetBSD: pmap.c,v 1.2 1996/07/16 23:25:00 thorpej Exp $ */ + /* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -35,7 +37,6 @@ * SUCH DAMAGE. * * from: @(#)pmap.c 8.4 (Berkeley) 1/26/94 - * $Id: pmap.c,v 1.1.1.1 1996/03/13 04:58:12 jonathan Exp $ */ /* diff --git a/sys/arch/pica/pica/vm_machdep.c b/sys/arch/pica/pica/vm_machdep.c index 8d16c0e56f7f..18b2ede674b4 100644 --- a/sys/arch/pica/pica/vm_machdep.c +++ b/sys/arch/pica/pica/vm_machdep.c @@ -1,3 +1,5 @@ +/* $NetBSD: vm_machdep.c,v 1.2 1996/07/16 23:25:04 thorpej Exp $ */ + /* * Copyright (c) 1988 University of Utah. * Copyright (c) 1992, 1993 @@ -38,7 +40,6 @@ * from: Utah Hdr: vm_machdep.c 1.21 91/04/06 * * from: @(#)vm_machdep.c 8.3 (Berkeley) 1/4/94 - * $Id: vm_machdep.c,v 1.1.1.1 1996/03/13 04:58:13 jonathan Exp $ */