From a6a228ce7f2b6d213a2b55ed119e433b75028cc5 Mon Sep 17 00:00:00 2001 From: sakamoto Date: Mon, 15 Feb 1999 04:38:06 +0000 Subject: [PATCH] RCS ID police --- sys/arch/bebox/stand/boot/boot.c | 2 +- sys/arch/bebox/stand/boot/clock.c | 2 +- sys/arch/bebox/stand/boot/cpu.c | 2 +- sys/arch/bebox/stand/boot/elf2pef.c | 2 +- sys/arch/bebox/stand/boot/fd.c | 2 +- sys/arch/bebox/stand/boot/inkernel.c | 2 +- sys/arch/bebox/stand/boot/io.c | 2 +- sys/arch/bebox/stand/boot/iso_font.h | 2 +- sys/arch/bebox/stand/boot/kbd.c | 2 +- sys/arch/bebox/stand/boot/ld.script | 2 +- sys/arch/bebox/stand/boot/magic.h | 2 +- sys/arch/bebox/stand/boot/monitor.c | 2 +- sys/arch/bebox/stand/boot/ns16550.c | 2 +- sys/arch/bebox/stand/boot/ns16550.h | 2 +- sys/arch/bebox/stand/boot/pcconstab.US | 2 +- sys/arch/bebox/stand/boot/pci.c | 2 +- sys/arch/bebox/stand/boot/pef.h | 2 +- sys/arch/bebox/stand/boot/prf.c | 2 +- sys/arch/bebox/stand/boot/srt0.s | 2 +- sys/arch/bebox/stand/boot/version | 2 +- sys/arch/bebox/stand/boot/vga.c | 2 +- sys/arch/bebox/stand/boot/video.c | 2 +- sys/arch/bebox/stand/boot/vreset.c | 2 +- 23 files changed, 23 insertions(+), 23 deletions(-) diff --git a/sys/arch/bebox/stand/boot/boot.c b/sys/arch/bebox/stand/boot/boot.c index 3f2916ff1dc6..70ad09135521 100644 --- a/sys/arch/bebox/stand/boot/boot.c +++ b/sys/arch/bebox/stand/boot/boot.c @@ -1,4 +1,4 @@ -/* $Id: boot.c,v 1.5 1998/10/28 02:47:35 sakamoto Exp $ */ +/* $NetBSD: boot.c,v 1.6 1999/02/15 04:38:06 sakamoto Exp $ */ /* * Copyright (C) 1995, 1996 Wolfgang Solfrank. diff --git a/sys/arch/bebox/stand/boot/clock.c b/sys/arch/bebox/stand/boot/clock.c index beaaf92594ff..92ba0cbc1131 100644 --- a/sys/arch/bebox/stand/boot/clock.c +++ b/sys/arch/bebox/stand/boot/clock.c @@ -1,4 +1,4 @@ -/* $NetBSD: clock.c,v 1.3 1998/01/19 11:39:59 drochner Exp $ */ +/* $NetBSD: clock.c,v 1.4 1999/02/15 04:38:06 sakamoto Exp $ */ /* * Copyright (C) 1995, 1996 Wolfgang Solfrank. diff --git a/sys/arch/bebox/stand/boot/cpu.c b/sys/arch/bebox/stand/boot/cpu.c index ab8197f39de3..b3ddf91323a5 100644 --- a/sys/arch/bebox/stand/boot/cpu.c +++ b/sys/arch/bebox/stand/boot/cpu.c @@ -1,4 +1,4 @@ -/* $Id: cpu.c,v 1.1 1998/01/16 04:17:42 sakamoto Exp $ */ +/* $NetBSD: cpu.c,v 1.2 1999/02/15 04:38:06 sakamoto Exp $ */ /* * This file contains information proprietary to Be Inc. diff --git a/sys/arch/bebox/stand/boot/elf2pef.c b/sys/arch/bebox/stand/boot/elf2pef.c index c185a76df6f6..3d1f8981ce2c 100644 --- a/sys/arch/bebox/stand/boot/elf2pef.c +++ b/sys/arch/bebox/stand/boot/elf2pef.c @@ -1,4 +1,4 @@ -/* $Id: elf2pef.c,v 1.2 1998/10/05 02:01:58 sakamoto Exp $ */ +/* $NetBSD: elf2pef.c,v 1.3 1999/02/15 04:38:06 sakamoto Exp $ */ /*- * Copyright (C) 1997-1998 Kazuki Sakamoto (sakamoto@netbsd.org) diff --git a/sys/arch/bebox/stand/boot/fd.c b/sys/arch/bebox/stand/boot/fd.c index 321fe1cdd80f..c7f4f9d6bb24 100644 --- a/sys/arch/bebox/stand/boot/fd.c +++ b/sys/arch/bebox/stand/boot/fd.c @@ -1,4 +1,4 @@ -/* $Id: fd.c,v 1.1 1998/01/16 04:17:47 sakamoto Exp $ */ +/* $NetBSD: fd.c,v 1.2 1999/02/15 04:38:06 sakamoto Exp $ */ /*- * Copyright (C) 1997-1998 Kazuki Sakamoto (sakamoto@netbsd.org) diff --git a/sys/arch/bebox/stand/boot/inkernel.c b/sys/arch/bebox/stand/boot/inkernel.c index 24b4c92d1e14..7a3b400a38ba 100644 --- a/sys/arch/bebox/stand/boot/inkernel.c +++ b/sys/arch/bebox/stand/boot/inkernel.c @@ -1,4 +1,4 @@ -/* $Id: inkernel.c,v 1.1 1998/01/16 04:17:49 sakamoto Exp $ */ +/* $NetBSD: inkernel.c,v 1.2 1999/02/15 04:38:06 sakamoto Exp $ */ /*- * Copyright (c) 1996, 1997 The NetBSD Foundation, Inc. diff --git a/sys/arch/bebox/stand/boot/io.c b/sys/arch/bebox/stand/boot/io.c index c1666f9287af..aeb701afb17c 100644 --- a/sys/arch/bebox/stand/boot/io.c +++ b/sys/arch/bebox/stand/boot/io.c @@ -1,4 +1,4 @@ -/* $Id: io.c,v 1.1 1998/01/16 04:17:50 sakamoto Exp $ */ +/* $NetBSD: io.c,v 1.2 1999/02/15 04:38:06 sakamoto Exp $ */ /*- * Copyright (C) 1995-1997 Gary Thomas (gdt@linuxppc.org) diff --git a/sys/arch/bebox/stand/boot/iso_font.h b/sys/arch/bebox/stand/boot/iso_font.h index bc0769b49c06..40816eee6b47 100644 --- a/sys/arch/bebox/stand/boot/iso_font.h +++ b/sys/arch/bebox/stand/boot/iso_font.h @@ -1,4 +1,4 @@ -/* $Id: iso_font.h,v 1.1 1998/01/16 04:17:53 sakamoto Exp $ */ +/* $NetBSD: iso_font.h,v 1.2 1999/02/15 04:38:06 sakamoto Exp $ */ /*- * Copyright (C) 1995-1997 Gary Thomas (gdt@linuxppc.org) diff --git a/sys/arch/bebox/stand/boot/kbd.c b/sys/arch/bebox/stand/boot/kbd.c index fb96fcc1b15c..51c06dc3f726 100644 --- a/sys/arch/bebox/stand/boot/kbd.c +++ b/sys/arch/bebox/stand/boot/kbd.c @@ -1,4 +1,4 @@ -/* $Id: kbd.c,v 1.1 1998/10/26 00:45:47 sakamoto Exp $ */ +/* $NetBSD: kbd.c,v 1.2 1999/02/15 04:38:06 sakamoto Exp $ */ /*- * Copyright (C) 1995-1997 Gary Thomas (gdt@linuxppc.org) diff --git a/sys/arch/bebox/stand/boot/ld.script b/sys/arch/bebox/stand/boot/ld.script index 1c413681cbf9..e98d47f3da5b 100644 --- a/sys/arch/bebox/stand/boot/ld.script +++ b/sys/arch/bebox/stand/boot/ld.script @@ -1,4 +1,4 @@ -/* $Id: ld.script,v 1.1 1998/01/16 04:17:54 sakamoto Exp $ */ +/* $NetBSD: ld.script,v 1.2 1999/02/15 04:38:06 sakamoto Exp $ */ OUTPUT_ARCH(powerpc) SEARCH_DIR(.); SEARCH_DIR(libc); diff --git a/sys/arch/bebox/stand/boot/magic.h b/sys/arch/bebox/stand/boot/magic.h index 62de5f81f817..d04686df742d 100644 --- a/sys/arch/bebox/stand/boot/magic.h +++ b/sys/arch/bebox/stand/boot/magic.h @@ -1,4 +1,4 @@ -/* $Id: magic.h,v 1.1 1998/01/16 04:17:55 sakamoto Exp $ */ +/* $NetBSD: magic.h,v 1.2 1999/02/15 04:38:06 sakamoto Exp $ */ char magic[] = "BSD"; int kern_len; diff --git a/sys/arch/bebox/stand/boot/monitor.c b/sys/arch/bebox/stand/boot/monitor.c index 42fabcf6ee4a..f9169d3b2910 100644 --- a/sys/arch/bebox/stand/boot/monitor.c +++ b/sys/arch/bebox/stand/boot/monitor.c @@ -1,4 +1,4 @@ -/* $Id: monitor.c,v 1.1 1998/01/16 04:17:56 sakamoto Exp $ */ +/* $NetBSD: monitor.c,v 1.2 1999/02/15 04:38:06 sakamoto Exp $ */ /*- * Copyright (c) 1996, 1997 The NetBSD Foundation, Inc. diff --git a/sys/arch/bebox/stand/boot/ns16550.c b/sys/arch/bebox/stand/boot/ns16550.c index 8306000cf7a0..f57e9f8220bd 100644 --- a/sys/arch/bebox/stand/boot/ns16550.c +++ b/sys/arch/bebox/stand/boot/ns16550.c @@ -1,4 +1,4 @@ -/* $Id: ns16550.c,v 1.2 1998/01/19 03:01:01 sakamoto Exp $ */ +/* $NetBSD: ns16550.c,v 1.3 1999/02/15 04:38:06 sakamoto Exp $ */ /*- * Copyright (C) 1995-1997 Gary Thomas (gdt@linuxppc.org) diff --git a/sys/arch/bebox/stand/boot/ns16550.h b/sys/arch/bebox/stand/boot/ns16550.h index e537be9aa599..40f5d59a44b5 100644 --- a/sys/arch/bebox/stand/boot/ns16550.h +++ b/sys/arch/bebox/stand/boot/ns16550.h @@ -1,4 +1,4 @@ -/* $Id: ns16550.h,v 1.2 1998/01/19 03:01:03 sakamoto Exp $ */ +/* $NetBSD: ns16550.h,v 1.3 1999/02/15 04:38:06 sakamoto Exp $ */ /*- * Copyright (C) 1995-1997 Gary Thomas (gdt@linuxppc.org) diff --git a/sys/arch/bebox/stand/boot/pcconstab.US b/sys/arch/bebox/stand/boot/pcconstab.US index 4bf2892ea84d..7b3e22993b5c 100644 --- a/sys/arch/bebox/stand/boot/pcconstab.US +++ b/sys/arch/bebox/stand/boot/pcconstab.US @@ -1,4 +1,4 @@ -/* $Id: pcconstab.US,v 1.1 1998/01/16 04:17:59 sakamoto Exp $ */ +/* $NetBSD: pcconstab.US,v 1.2 1999/02/15 04:38:06 sakamoto Exp $ */ /*- * Copyright (c) 1990, 1993 diff --git a/sys/arch/bebox/stand/boot/pci.c b/sys/arch/bebox/stand/boot/pci.c index 19da48eda8ce..ab6958e4ee89 100644 --- a/sys/arch/bebox/stand/boot/pci.c +++ b/sys/arch/bebox/stand/boot/pci.c @@ -1,4 +1,4 @@ -/* $Id: pci.c,v 1.2 1998/10/28 02:47:35 sakamoto Exp $ */ +/* $NetBSD: pci.c,v 1.3 1999/02/15 04:38:06 sakamoto Exp $ */ /*- * Copyright (c) 1996, 1997 The NetBSD Foundation, Inc. diff --git a/sys/arch/bebox/stand/boot/pef.h b/sys/arch/bebox/stand/boot/pef.h index 64f363d991fe..5be3b2888e74 100644 --- a/sys/arch/bebox/stand/boot/pef.h +++ b/sys/arch/bebox/stand/boot/pef.h @@ -1,4 +1,4 @@ -/* $Id: pef.h,v 1.1 1998/01/16 04:18:01 sakamoto Exp $ */ +/* $NetBSD: pef.h,v 1.2 1999/02/15 04:38:06 sakamoto Exp $ */ /*- * Copyright (C) 1995-1997 Gary Thomas (gdt@linuxppc.org) diff --git a/sys/arch/bebox/stand/boot/prf.c b/sys/arch/bebox/stand/boot/prf.c index 3d02c239216c..af9c60cff74c 100644 --- a/sys/arch/bebox/stand/boot/prf.c +++ b/sys/arch/bebox/stand/boot/prf.c @@ -1,4 +1,4 @@ -/* $Id: prf.c,v 1.1 1998/01/16 04:18:01 sakamoto Exp $ */ +/* $NetBSD: prf.c,v 1.2 1999/02/15 04:38:06 sakamoto Exp $ */ /*- * Copyright (c) 1996, 1997 The NetBSD Foundation, Inc. diff --git a/sys/arch/bebox/stand/boot/srt0.s b/sys/arch/bebox/stand/boot/srt0.s index 609fbd80ecc0..76c7eafacd9d 100644 --- a/sys/arch/bebox/stand/boot/srt0.s +++ b/sys/arch/bebox/stand/boot/srt0.s @@ -1,4 +1,4 @@ -/* $Id: srt0.s,v 1.1 1998/01/16 04:18:02 sakamoto Exp $ */ +/* $NetBSD: srt0.s,v 1.2 1999/02/15 04:38:06 sakamoto Exp $ */ /*- * Copyright (C) 1995-1997 Gary Thomas (gdt@linuxppc.org) diff --git a/sys/arch/bebox/stand/boot/version b/sys/arch/bebox/stand/boot/version index ee890603d08d..beec51dbf9d0 100644 --- a/sys/arch/bebox/stand/boot/version +++ b/sys/arch/bebox/stand/boot/version @@ -1,4 +1,4 @@ -$Id: version,v 1.2 1998/01/19 03:01:05 sakamoto Exp $ +$NetBSD: version,v 1.3 1999/02/15 04:38:06 sakamoto Exp $ 1.1: Boot program for BeBox; initial revision 1.2: check BUS FREQ, add clock information diff --git a/sys/arch/bebox/stand/boot/vga.c b/sys/arch/bebox/stand/boot/vga.c index 40244609654d..210e7c69b144 100644 --- a/sys/arch/bebox/stand/boot/vga.c +++ b/sys/arch/bebox/stand/boot/vga.c @@ -1,4 +1,4 @@ -/* $Id: vga.c,v 1.1 1998/10/26 00:45:47 sakamoto Exp $ */ +/* $NetBSD: vga.c,v 1.2 1999/02/15 04:38:06 sakamoto Exp $ */ /*- * Copyright (C) 1995-1997 Gary Thomas (gdt@linuxppc.org) diff --git a/sys/arch/bebox/stand/boot/video.c b/sys/arch/bebox/stand/boot/video.c index e01776040815..ef13da352c8c 100644 --- a/sys/arch/bebox/stand/boot/video.c +++ b/sys/arch/bebox/stand/boot/video.c @@ -1,4 +1,4 @@ -/* $Id: video.c,v 1.2 1998/10/28 02:47:35 sakamoto Exp $ */ +/* $NetBSD: video.c,v 1.3 1999/02/15 04:38:06 sakamoto Exp $ */ /*- * Copyright (C) 1995-1997 Gary Thomas (gdt@linuxppc.org) diff --git a/sys/arch/bebox/stand/boot/vreset.c b/sys/arch/bebox/stand/boot/vreset.c index 1ea65060ca5f..fe607e949960 100644 --- a/sys/arch/bebox/stand/boot/vreset.c +++ b/sys/arch/bebox/stand/boot/vreset.c @@ -1,4 +1,4 @@ -/* $Id: vreset.c,v 1.2 1998/10/26 00:45:48 sakamoto Exp $ */ +/* $NetBSD: vreset.c,v 1.3 1999/02/15 04:38:06 sakamoto Exp $ */ /* * Copyright (C) 1995-1997 Gary Thomas (gdt@linuxppc.org)