Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F147949118
D37814.id116145.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
648 B
Referenced Files
None
Subscribers
None
D37814.id116145.diff
View Options
diff --git a/sys/dev/dwc/if_dwc.c b/sys/dev/dwc/if_dwc.c
--- a/sys/dev/dwc/if_dwc.c
+++ b/sys/dev/dwc/if_dwc.c
@@ -475,7 +475,7 @@
/*
* Set the primary address.
*/
- eaddr = IF_LLADDR(ifp);
+ eaddr = if_getlladdr(ifp);
lo = eaddr[0] | (eaddr[1] << 8) | (eaddr[2] << 16) |
(eaddr[3] << 24);
hi = eaddr[4] | (eaddr[5] << 8);
diff --git a/sys/dev/dwc/if_dwcvar.h b/sys/dev/dwc/if_dwcvar.h
--- a/sys/dev/dwc/if_dwcvar.h
+++ b/sys/dev/dwc/if_dwcvar.h
@@ -65,7 +65,7 @@
int mii_clk;
device_t miibus;
struct mii_data * mii_softc;
- struct ifnet *ifp;
+ if_t ifp;
int if_flags;
struct mtx mtx;
void * intr_cookie;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Mar 15, 8:47 PM (10 h, 34 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29733508
Default Alt Text
D37814.id116145.diff (648 B)
Attached To
Mode
D37814: Mechanically convert netmap(4) to DrvAPI
Attached
Detach File
Event Timeline
Log In to Comment