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/baf6754c64a1
branches: netbsd-9
changeset: 1001281:baf6754c64a1
user: martin <martin%NetBSD.org@localhost>
date: Wed Dec 11 14:54:47 2019 +0000
description:
Pull up following revision(s) (requested by msaitoh in ticket #543):
sys/dev/mii/files.mii: revision 1.54
Add ukphy_subr flag to ipgphy to make kernel compilable with ipgphy and
without ukphy. Pointed out by Hauke.
diffstat:
sys/dev/mii/files.mii | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r e3c0181d20d9 -r baf6754c64a1 sys/dev/mii/files.mii
--- a/sys/dev/mii/files.mii Wed Dec 11 14:52:50 2019 +0000
+++ b/sys/dev/mii/files.mii Wed Dec 11 14:54:47 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.mii,v 1.50.26.2 2019/11/25 16:53:55 martin Exp $
+# $NetBSD: files.mii,v 1.50.26.3 2019/12/11 14:54:47 martin Exp $
defflag opt_mii.h MIIVERBOSE
@@ -99,7 +99,7 @@
attach ikphy at mii
file dev/mii/ikphy.c ikphy
-device ipgphy: mii_phy
+device ipgphy: mii_phy, ukphy_subr
attach ipgphy at mii
file dev/mii/ipgphy.c ipgphy
Home |
Main Index |
Thread Index |
Old Index