Changeset 26498 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- Feb 14, 2010 8:18:26 AM (15 years ago)
- Location:
- trunk/src/VBox/HostDrivers
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrvIDC.h
r20374 r26498 274 274 #endif 275 275 276 -
trunk/src/VBox/HostDrivers/Support/SUPR3HardenedMain.cpp
r25558 r26498 1086 1086 } 1087 1087 1088 -
trunk/src/VBox/HostDrivers/Support/testcase/SUPLoggerCtl.cpp
r18246 r26498 190 190 } 191 191 192 -
trunk/src/VBox/HostDrivers/Support/testcase/tstSupLoadModule.cpp
r25321 r26498 56 56 } 57 57 58 /* 58 /* 59 59 * Process arguments. 60 60 */ -
trunk/src/VBox/HostDrivers/VBoxNetFlt/Makefile.kmk
r26336 r26498 445 445 include $(KBUILD_PATH)/subfooter.kmk 446 446 447 -
trunk/src/VBox/HostDrivers/VBoxNetFlt/solaris/VBoxNetFltBow-solaris.c
r25367 r26498 831 831 mac_diag_t MacDiag; 832 832 rc = mac_unicast_add(pThis->u.s.hClient, NULL /* MAC Address */, 833 MAC_UNICAST_PRIMARY | MAC_UNICAST_STRIP_DISABLE | 833 MAC_UNICAST_PRIMARY | MAC_UNICAST_STRIP_DISABLE | 834 834 MAC_UNICAST_DISABLE_TX_VID_CHECK | MAC_UNICAST_NODUPCHECK | MAC_UNICAST_HW, 835 835 &pThis->u.s.hUnicast, 0 /* VLAN id */, &MacDiag);
Note:
See TracChangeset
for help on using the changeset viewer.