Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-9]: src/sys/dev/mii Pull up following revision(s) (requested by m...
details: https://anonhg.NetBSD.org/src/rev/d0fe917bf164
branches: netbsd-9
changeset: 462881:d0fe917bf164
user: martin <martin%NetBSD.org@localhost>
date: Wed Nov 27 11:19:46 2019 +0000
description:
Pull up following revision(s) (requested by msaitoh in ticket #490):
sys/dev/mii/ipgphy.c: revision 1.7
Print dmesg correctly.
diffstat:
sys/dev/mii/ipgphy.c | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (28 lines):
diff -r a191890d9630 -r d0fe917bf164 sys/dev/mii/ipgphy.c
--- a/sys/dev/mii/ipgphy.c Wed Nov 27 11:11:17 2019 +0000
+++ b/sys/dev/mii/ipgphy.c Wed Nov 27 11:19:46 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ipgphy.c,v 1.6.2.2 2019/11/25 16:44:31 martin Exp $ */
+/* $NetBSD: ipgphy.c,v 1.6.2.3 2019/11/27 11:19:46 martin Exp $ */
/* $OpenBSD: ipgphy.c,v 1.19 2015/07/19 06:28:12 yuo Exp $ */
/*-
@@ -33,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.6.2.2 2019/11/25 16:44:31 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ipgphy.c,v 1.6.2.3 2019/11/27 11:19:46 martin Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -118,7 +118,8 @@
//sc->mii_capabilities &= ~BMSR_ANEG;
if (sc->mii_capabilities & BMSR_EXTSTAT)
PHY_READ(sc, MII_EXTSR, &sc->mii_extcapabilities);
-
+
+ aprint_normal_dev(self, "");
mii_phy_add_media(sc);
aprint_normal("\n");
}
Home |
Main Index |
Thread Index |
Old Index