Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/lubbock RCSID()



details:   https://anonhg.NetBSD.org/src/rev/e4c449cab91d
branches:  trunk
changeset: 558672:e4c449cab91d
user:      bjh21 <bjh21%NetBSD.org@localhost>
date:      Sat Feb 21 23:22:34 2004 +0000

description:
RCSID()

diffstat:

 sys/arch/evbarm/lubbock/sm_obio_space_asm.S |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 6b507d2653c4 -r e4c449cab91d sys/arch/evbarm/lubbock/sm_obio_space_asm.S
--- a/sys/arch/evbarm/lubbock/sm_obio_space_asm.S       Sat Feb 21 23:20:53 2004 +0000
+++ b/sys/arch/evbarm/lubbock/sm_obio_space_asm.S       Sat Feb 21 23:22:34 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sm_obio_space_asm.S,v 1.2 2004/02/21 23:20:53 bjh21 Exp $ */
+/*     $NetBSD: sm_obio_space_asm.S,v 1.3 2004/02/21 23:22:34 bjh21 Exp $ */
 
 /*
  * Copyright (c) 2002, 2003  Genetec Corporation.  All rights reserved.
@@ -36,6 +36,8 @@
 
 #include <machine/asm.h>
 
+RCSID("$NetBSD: sm_obio_space_asm.S,v 1.3 2004/02/21 23:22:34 bjh21 Exp $")
+
 /*
  * bus_space I/O functions with offset*4, 8-bit access.
  */



Home | Main Index | Thread Index | Old Index