Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/tisdp24xx Add missing NetBSD RCSID.



details:   https://anonhg.NetBSD.org/src/rev/646eaeb2e0a5
branches:  trunk
changeset: 945716:646eaeb2e0a5
user:      rin <rin%NetBSD.org@localhost>
date:      Thu Nov 05 13:04:27 2020 +0000

description:
Add missing NetBSD RCSID.

diffstat:

 sys/arch/evbarm/tisdp24xx/if_sm_gpmc.c    |  4 +++-
 sys/arch/evbarm/tisdp24xx/sdp24xx_start.S |  4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (36 lines):

diff -r 6cbe4a152aa5 -r 646eaeb2e0a5 sys/arch/evbarm/tisdp24xx/if_sm_gpmc.c
--- a/sys/arch/evbarm/tisdp24xx/if_sm_gpmc.c    Thu Nov 05 13:04:05 2020 +0000
+++ b/sys/arch/evbarm/tisdp24xx/if_sm_gpmc.c    Thu Nov 05 13:04:27 2020 +0000
@@ -1,3 +1,5 @@
+/*     $NetBSD: if_sm_gpmc.c,v 1.6 2020/11/05 13:04:27 rin Exp $       */
+
 /* adapted from: */
 /*     NetBSD: if_sm_emifs.c,v 1.1.6.1 2007/02/24 19:03:14 snj Exp     */
 
@@ -36,7 +38,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_sm_gpmc.c,v 1.5 2012/10/27 17:17:49 chs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_sm_gpmc.c,v 1.6 2020/11/05 13:04:27 rin Exp $");
 
 #include "locators.h"
 
diff -r 6cbe4a152aa5 -r 646eaeb2e0a5 sys/arch/evbarm/tisdp24xx/sdp24xx_start.S
--- a/sys/arch/evbarm/tisdp24xx/sdp24xx_start.S Thu Nov 05 13:04:05 2020 +0000
+++ b/sys/arch/evbarm/tisdp24xx/sdp24xx_start.S Thu Nov 05 13:04:27 2020 +0000
@@ -1,3 +1,5 @@
+/*     $NetBSD: sdp24xx_start.S,v 1.7 2020/11/05 13:04:27 rin Exp $    */
+
 /*
  * Machine dependent startup code for SDP2430 boards.
  * Based on omap_start.S
@@ -92,7 +94,7 @@
 #include <arm/omap/omap2_obioreg.h>
 #include <evbarm/tisdp24xx/sdp24xx.h>  
 
-RCSID("$NetBSD: sdp24xx_start.S,v 1.6 2011/06/30 20:09:28 wiz Exp $")
+RCSID("$NetBSD: sdp24xx_start.S,v 1.7 2020/11/05 13:04:27 rin Exp $")
 
 #if 0
 #define Invalidate_I_cache(reg) \



Home | Main Index | Thread Index | Old Index