Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/mii Add missing NetBSD RCS Id. Reported by Andrius V.
details: https://anonhg.NetBSD.org/src/rev/d75dc31b2af4
branches: trunk
changeset: 1004915:d75dc31b2af4
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Thu Nov 21 03:04:21 2019 +0000
description:
Add missing NetBSD RCS Id. Reported by Andrius V.
diffstat:
sys/dev/mii/ipgphy.c | 3 ++-
sys/dev/mii/ipgphyreg.h | 1 +
2 files changed, 3 insertions(+), 1 deletions(-)
diffs (25 lines):
diff -r b9eeb9f5e011 -r d75dc31b2af4 sys/dev/mii/ipgphy.c
--- a/sys/dev/mii/ipgphy.c Thu Nov 21 02:59:43 2019 +0000
+++ b/sys/dev/mii/ipgphy.c Thu Nov 21 03:04:21 2019 +0000
@@ -1,3 +1,4 @@
+/* $NetBSD: ipgphy.c,v 1.5 2019/11/21 03:04:21 msaitoh Exp $ */
/* $OpenBSD: ipgphy.c,v 1.19 2015/07/19 06:28:12 yuo Exp $ */
/*-
@@ -32,7 +33,7 @@
* Driver for the IC Plus IP1000A/IP1001 10/100/1000 PHY.
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ipgphy.c,v 1.4 2019/11/14 09:06:21 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ipgphy.c,v 1.5 2019/11/21 03:04:21 msaitoh Exp $");
#include <sys/param.h>
#include <sys/systm.h>
diff -r b9eeb9f5e011 -r d75dc31b2af4 sys/dev/mii/ipgphyreg.h
--- a/sys/dev/mii/ipgphyreg.h Thu Nov 21 02:59:43 2019 +0000
+++ b/sys/dev/mii/ipgphyreg.h Thu Nov 21 03:04:21 2019 +0000
@@ -1,3 +1,4 @@
+/* $NetBSD: ipgphyreg.h,v 1.3 2019/11/21 03:04:21 msaitoh Exp $ */
/* $OpenBSD: ipgphyreg.h,v 1.3 2015/07/19 06:28:12 yuo Exp $ */
/*-
Home |
Main Index |
Thread Index |
Old Index