Changeset 75576 in vbox for trunk/src/VBox/HostDrivers/VBoxPci/linux/VBoxPci-linux.c
- Timestamp:
- Nov 19, 2018 2:42:45 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxPci/linux/VBoxPci-linux.c
r73084 r75576 558 558 int iCmdLen; 559 559 const int cMaxBuf = 128; 560 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 29) 560 561 const struct cred *pOldCreds; 561 562 struct cred *pNewCreds; 563 #endif 562 564 uint8_t uBus = (pIns->HostPciAddress) >> 8; 563 565 uint8_t uDevFn = (pIns->HostPciAddress) & 0xff;
Note:
See TracChangeset
for help on using the changeset viewer.