FreeBSD Bugzilla – Attachment #234879: Patch to resolve this issue for
bug #264253
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 264253
Collapse All
|
Expand All
(-)
b/sys/dev/hyperv/netvsc/if_hn.c (+1 lines)
Lines 3997-4002 hn_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data)
Link Here
3997
break;
3997
break;
3998
3998
3999
case SIOCSIFMEDIA:
3999
case SIOCSIFMEDIA:
4000
break;
4000
case SIOCGIFMEDIA:
4001
case SIOCGIFMEDIA:
4001
HN_LOCK(sc);
4002
HN_LOCK(sc);
4002
if (hn_xpnt_vf_isready(sc)) {
4003
if (hn_xpnt_vf_isready(sc)) {
Return to
bug 264253