VirtualBox

Changeset 10732 in vbox for trunk/src/VBox/HostDrivers


Ignore:
Timestamp:
Jul 17, 2008 3:52:48 PM (17 years ago)
Author:
vboxsync
Message:

The branch was bumped up to 8.0, so we have to be 8.1 and make the client require this.

Location:
trunk/src/VBox/HostDrivers/Support
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPDrvIOC.h

    r10724 r10732  
    182182 * The upper 16-bit is the major version, the the lower the minor version.
    183183 * When incompatible changes are made, the upper major number has to be changed. */
    184 #define SUPDRV_IOC_VERSION                              0x00080000
     184#define SUPDRV_IOC_VERSION                              0x00080001
    185185
    186186/** SUP_IOCTL_COOKIE. */
  • trunk/src/VBox/HostDrivers/Support/SUPLib.cpp

    r10724 r10732  
    212212        strcpy(CookieReq.u.In.szMagic, SUPCOOKIE_MAGIC);
    213213        CookieReq.u.In.u32ReqVersion = SUPDRV_IOC_VERSION;
    214         const uint32_t MinVersion = /*(SUPDRV_IOC_VERSION & 0xffff0000) == 0x000y0000
    215                                   ? 0x000y000x
    216                                   : */SUPDRV_IOC_VERSION & 0xffff0000;
     214        const uint32_t MinVersion = (SUPDRV_IOC_VERSION & 0xffff0000) == 0x00080000
     215                                  ? 0x00080001
     216                                  : SUPDRV_IOC_VERSION & 0xffff0000;
    217217        CookieReq.u.In.u32MinVersion = MinVersion;
    218218        rc = suplibOsIOCtl(SUP_IOCTL_COOKIE, &CookieReq, SUP_IOCTL_COOKIE_SIZE);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette