Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/mii Restore a comment which was removed in rev. 1.46.



details:   https://anonhg.NetBSD.org/src/rev/feaf809ff4b5
branches:  trunk
changeset: 447557:feaf809ff4b5
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Wed Jan 16 05:11:06 2019 +0000

description:
Restore a comment which was removed in rev. 1.46.

diffstat:

 sys/dev/mii/makphy.c |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 36ac29721a72 -r feaf809ff4b5 sys/dev/mii/makphy.c
--- a/sys/dev/mii/makphy.c      Wed Jan 16 01:50:25 2019 +0000
+++ b/sys/dev/mii/makphy.c      Wed Jan 16 05:11:06 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: makphy.c,v 1.49 2019/01/08 03:14:51 msaitoh Exp $      */
+/*     $NetBSD: makphy.c,v 1.50 2019/01/16 05:11:06 msaitoh Exp $      */
 
 /*-
  * Copyright (c) 1998, 1999, 2000, 2001 The NetBSD Foundation, Inc.
@@ -54,8 +54,12 @@
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
+/*
+ * Driver for the Marvell 88E1000 ``Alaska'' 10/100/1000 PHY.
+ */
+
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: makphy.c,v 1.49 2019/01/08 03:14:51 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: makphy.c,v 1.50 2019/01/16 05:11:06 msaitoh Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>



Home | Main Index | Thread Index | Old Index