Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/powerpc/booke/dev Add missing __KERNEL_RCSID



details:   https://anonhg.NetBSD.org/src/rev/5d7efbe4ca52
branches:  trunk
changeset: 767850:5d7efbe4ca52
user:      matt <matt%NetBSD.org@localhost>
date:      Mon Aug 01 17:05:16 2011 +0000

description:
Add missing __KERNEL_RCSID

diffstat:

 sys/arch/powerpc/booke/dev/e500wdog.c |  4 +++-
 sys/arch/powerpc/booke/dev/pq3diic.c  |  4 +++-
 sys/arch/powerpc/booke/dev/pq3duart.c |  4 +++-
 sys/arch/powerpc/booke/dev/pq3etsec.c |  4 +++-
 4 files changed, 12 insertions(+), 4 deletions(-)

diffs (72 lines):

diff -r 38bb7be5a5bf -r 5d7efbe4ca52 sys/arch/powerpc/booke/dev/e500wdog.c
--- a/sys/arch/powerpc/booke/dev/e500wdog.c     Mon Aug 01 15:55:00 2011 +0000
+++ b/sys/arch/powerpc/booke/dev/e500wdog.c     Mon Aug 01 17:05:16 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: e500wdog.c,v 1.2 2011/01/18 01:02:53 matt Exp $        */
+/*     $NetBSD: e500wdog.c,v 1.3 2011/08/01 17:05:16 matt Exp $        */
 /*-
  * Copyright (c) 2010, 2011 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -36,6 +36,8 @@
 
 #include <sys/cdefs.h>
 
+__KERNEL_RCSID(0, "$NetBSD: e500wdog.c,v 1.3 2011/08/01 17:05:16 matt Exp $");
+
 #include <sys/param.h>
 #include <sys/cpu.h>
 #include <sys/device.h>
diff -r 38bb7be5a5bf -r 5d7efbe4ca52 sys/arch/powerpc/booke/dev/pq3diic.c
--- a/sys/arch/powerpc/booke/dev/pq3diic.c      Mon Aug 01 15:55:00 2011 +0000
+++ b/sys/arch/powerpc/booke/dev/pq3diic.c      Mon Aug 01 17:05:16 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pq3diic.c,v 1.2 2011/01/18 01:02:53 matt Exp $ */
+/*     $NetBSD: pq3diic.c,v 1.3 2011/08/01 17:05:17 matt Exp $ */
 /*-
  * Copyright (c) 2010, 2011 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -36,6 +36,8 @@
 
 #include <sys/cdefs.h>
 
+__KERNEL_RCSID(0, "$NetBSD: pq3diic.c,v 1.3 2011/08/01 17:05:17 matt Exp $");
+
 #include <sys/param.h>
 #include <sys/cpu.h>
 #include <sys/device.h>
diff -r 38bb7be5a5bf -r 5d7efbe4ca52 sys/arch/powerpc/booke/dev/pq3duart.c
--- a/sys/arch/powerpc/booke/dev/pq3duart.c     Mon Aug 01 15:55:00 2011 +0000
+++ b/sys/arch/powerpc/booke/dev/pq3duart.c     Mon Aug 01 17:05:16 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pq3duart.c,v 1.2 2011/01/18 01:02:53 matt Exp $        */
+/*     $NetBSD: pq3duart.c,v 1.3 2011/08/01 17:05:17 matt Exp $        */
 /*-
  * Copyright (c) 2010, 2011 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -36,6 +36,8 @@
 
 #include <sys/cdefs.h>
 
+__KERNEL_RCSID(0, "$NetBSD: pq3duart.c,v 1.3 2011/08/01 17:05:17 matt Exp $");
+
 #include <sys/param.h>
 #include <sys/cpu.h>
 #include <sys/device.h>
diff -r 38bb7be5a5bf -r 5d7efbe4ca52 sys/arch/powerpc/booke/dev/pq3etsec.c
--- a/sys/arch/powerpc/booke/dev/pq3etsec.c     Mon Aug 01 15:55:00 2011 +0000
+++ b/sys/arch/powerpc/booke/dev/pq3etsec.c     Mon Aug 01 17:05:16 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pq3etsec.c,v 1.6 2011/06/21 06:25:19 matt Exp $        */
+/*     $NetBSD: pq3etsec.c,v 1.7 2011/08/01 17:05:17 matt Exp $        */
 /*-
  * Copyright (c) 2010, 2011 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -38,6 +38,8 @@
 
 #include <sys/cdefs.h>
 
+__KERNEL_RCSID(0, "$NetBSD: pq3etsec.c,v 1.7 2011/08/01 17:05:17 matt Exp $");
+
 #include <sys/param.h>
 #include <sys/cpu.h>
 #include <sys/device.h>



Home | Main Index | Thread Index | Old Index