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 ukphy_subr flag to ipgphy to make kernel com...
details: https://anonhg.NetBSD.org/src/rev/ed23664fbf89
branches: trunk
changeset: 847115:ed23664fbf89
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Wed Dec 11 02:22:38 2019 +0000
description:
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 4049b681a287 -r ed23664fbf89 sys/dev/mii/files.mii
--- a/sys/dev/mii/files.mii Wed Dec 11 01:51:22 2019 +0000
+++ b/sys/dev/mii/files.mii Wed Dec 11 02:22:38 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.mii,v 1.53 2019/11/01 02:53:22 msaitoh Exp $
+# $NetBSD: files.mii,v 1.54 2019/12/11 02:22:38 msaitoh 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