VirtualBox

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


Ignore:
Timestamp:
May 13, 2009 6:30:50 PM (16 years ago)
Author:
vboxsync
Message:

Support: Change SUP_IOCTL_QUERY_FUNCS to an unbuffered request because it exceeds the 4KB limit on FreeBSD amd64 preventing VMs from being started. Bump the major interface version

File:
1 edited

Legend:

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

    r19394 r19672  
    188188 *            and renaming the related IOCtls too.
    189189 */
    190 #define SUPDRV_IOC_VERSION                              0x000b0001
     190#define SUPDRV_IOC_VERSION                              0x000c0001
    191191
    192192/** SUP_IOCTL_COOKIE. */
     
    232232 * @{
    233233 */
    234 #define SUP_IOCTL_QUERY_FUNCS(cFuncs)                   SUP_CTL_CODE_SIZE(2, SUP_IOCTL_QUERY_FUNCS_SIZE(cFuncs))
     234#define SUP_IOCTL_QUERY_FUNCS(cFuncs)                   SUP_CTL_CODE_BIG(2)
    235235#define SUP_IOCTL_QUERY_FUNCS_SIZE(cFuncs)              RT_UOFFSETOF(SUPQUERYFUNCS, u.Out.aFunctions[(cFuncs)])
    236236#define SUP_IOCTL_QUERY_FUNCS_SIZE_IN                   sizeof(SUPREQHDR)
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