Changeset 81410 in vbox for trunk/src/VBox/Devices/Network/testcase
- Timestamp:
- Oct 21, 2019 1:12:17 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 134124
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/testcase/tstDevPhy.cpp
r76553 r81410 107 107 108 108 do { 109 Phy::writeMDIO(phy, data & mask );109 Phy::writeMDIO(phy, data & mask, NULL /*pDevIns*/); 110 110 mask >>= 1; 111 111 } while (mask);
Note:
See TracChangeset
for help on using the changeset viewer.