Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch normalise RCSID handling some.
details: https://anonhg.NetBSD.org/src/rev/2a16b3292e8a
branches: trunk
changeset: 777954:2a16b3292e8a
user: mrg <mrg%NetBSD.org@localhost>
date: Sun Mar 11 00:02:04 2012 +0000
description:
normalise RCSID handling some.
diffstat:
sys/arch/evbmips/loongson/dev/glx.c | 4 ++--
sys/arch/evbmips/rasoc/machdep.c | 5 +++--
sys/arch/mips/include/intr.h | 3 ++-
sys/arch/mips/mips/mips_machdep.c | 5 ++---
4 files changed, 9 insertions(+), 8 deletions(-)
diffs (66 lines):
diff -r 331c87b12e90 -r 2a16b3292e8a sys/arch/evbmips/loongson/dev/glx.c
--- a/sys/arch/evbmips/loongson/dev/glx.c Sat Mar 10 23:59:36 2012 +0000
+++ b/sys/arch/evbmips/loongson/dev/glx.c Sun Mar 11 00:02:04 2012 +0000
@@ -1,3 +1,4 @@
+/* $NetBSD: glx.c,v 1.4 2012/03/11 00:02:04 mrg Exp $ */
/* $OpenBSD: glx.c,v 1.6 2010/10/14 21:23:04 pirofti Exp $ */
/*
@@ -21,8 +22,7 @@
* XXX too many hardcoded numbers... need to expand glxreg.h
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: glx.c,v 1.3 2012/03/02 13:20:57 nonaka Exp $");
-
+__KERNEL_RCSID(0, "$NetBSD: glx.c,v 1.4 2012/03/11 00:02:04 mrg Exp $");
#include <sys/param.h>
#include <sys/systm.h>
diff -r 331c87b12e90 -r 2a16b3292e8a sys/arch/evbmips/rasoc/machdep.c
--- a/sys/arch/evbmips/rasoc/machdep.c Sat Mar 10 23:59:36 2012 +0000
+++ b/sys/arch/evbmips/rasoc/machdep.c Sun Mar 11 00:02:04 2012 +0000
@@ -1,4 +1,5 @@
-/* $NetBSD: machdep.c,v 1.7 2012/03/02 16:20:55 matt Exp $ */
+/* $NetBSD: machdep.c,v 1.8 2012/03/11 00:02:04 mrg Exp $ */
+
/*-
* Copyright (c) 2011 CradlePoint Technology, Inc.
* All rights reserved.
@@ -27,7 +28,7 @@
*/
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.7 2012/03/02 16:20:55 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.8 2012/03/11 00:02:04 mrg Exp $");
#include <sys/param.h>
#include <sys/boot_flag.h>
diff -r 331c87b12e90 -r 2a16b3292e8a sys/arch/mips/include/intr.h
--- a/sys/arch/mips/include/intr.h Sat Mar 10 23:59:36 2012 +0000
+++ b/sys/arch/mips/include/intr.h Sun Mar 11 00:02:04 2012 +0000
@@ -1,4 +1,5 @@
-/* $NetBSD: intr.h,v 1.6 2012/03/03 00:21:50 matt Exp $ */
+/* $NetBSD: intr.h,v 1.7 2012/03/11 00:02:05 mrg Exp $ */
+
/*-
* Copyright (c) 2009, 2010 The NetBSD Foundation, Inc.
* All rights reserved.
diff -r 331c87b12e90 -r 2a16b3292e8a sys/arch/mips/mips/mips_machdep.c
--- a/sys/arch/mips/mips/mips_machdep.c Sat Mar 10 23:59:36 2012 +0000
+++ b/sys/arch/mips/mips/mips_machdep.c Sun Mar 11 00:02:04 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mips_machdep.c,v 1.254 2012/03/03 00:23:19 matt Exp $ */
+/* $NetBSD: mips_machdep.c,v 1.255 2012/03/11 00:02:05 mrg Exp $ */
/*
* Copyright 2002 Wasabi Systems, Inc.
@@ -111,8 +111,7 @@
*/
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-
-__KERNEL_RCSID(0, "$NetBSD: mips_machdep.c,v 1.254 2012/03/03 00:23:19 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mips_machdep.c,v 1.255 2012/03/11 00:02:05 mrg Exp $");
#define __INTR_PRIVATE
#include "opt_cputype.h"
Home |
Main Index |
Thread Index |
Old Index