Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/i2c add RCSID's



details:   https://anonhg.NetBSD.org/src/rev/9164b143184d
branches:  trunk
changeset: 358434:9164b143184d
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Dec 29 02:20:47 2017 +0000

description:
add RCSID's

diffstat:

 sys/dev/i2c/am2315reg.h |  2 ++
 sys/dev/i2c/am2315var.h |  2 ++
 sys/dev/i2c/si70xxreg.h |  2 ++
 sys/dev/i2c/si70xxvar.h |  2 ++
 4 files changed, 8 insertions(+), 0 deletions(-)

diffs (36 lines):

diff -r e2f63eec52b2 -r 9164b143184d sys/dev/i2c/am2315reg.h
--- a/sys/dev/i2c/am2315reg.h   Fri Dec 29 02:19:45 2017 +0000
+++ b/sys/dev/i2c/am2315reg.h   Fri Dec 29 02:20:47 2017 +0000
@@ -1,3 +1,5 @@
+/*     $NetBSD: am2315reg.h,v 1.2 2017/12/29 02:20:47 christos Exp $   */
+
 /*
  * Copyright (c) 2017 Brad Spencer <brad%anduin.eldar.org@localhost>
  *
diff -r e2f63eec52b2 -r 9164b143184d sys/dev/i2c/am2315var.h
--- a/sys/dev/i2c/am2315var.h   Fri Dec 29 02:19:45 2017 +0000
+++ b/sys/dev/i2c/am2315var.h   Fri Dec 29 02:20:47 2017 +0000
@@ -1,3 +1,5 @@
+/*     $NetBSD: am2315var.h,v 1.2 2017/12/29 02:20:47 christos Exp $   */
+
 /*
  * Copyright (c) 2017 Brad Spencer <brad%anduin.eldar.org@localhost>
  *
diff -r e2f63eec52b2 -r 9164b143184d sys/dev/i2c/si70xxreg.h
--- a/sys/dev/i2c/si70xxreg.h   Fri Dec 29 02:19:45 2017 +0000
+++ b/sys/dev/i2c/si70xxreg.h   Fri Dec 29 02:20:47 2017 +0000
@@ -1,3 +1,5 @@
+/*     $NetBSD: si70xxreg.h,v 1.2 2017/12/29 02:20:47 christos Exp $   */
+
 /*
  * Copyright (c) 2017 Brad Spencer <brad%anduin.eldar.org@localhost>
  *
diff -r e2f63eec52b2 -r 9164b143184d sys/dev/i2c/si70xxvar.h
--- a/sys/dev/i2c/si70xxvar.h   Fri Dec 29 02:19:45 2017 +0000
+++ b/sys/dev/i2c/si70xxvar.h   Fri Dec 29 02:20:47 2017 +0000
@@ -1,3 +1,5 @@
+/*     $NetBSD: si70xxvar.h,v 1.2 2017/12/29 02:20:47 christos Exp $   */
+
 /*
  * Copyright (c) 2017 Brad Spencer <brad%anduin.eldar.org@localhost>
  *



Home | Main Index | Thread Index | Old Index