VirtualBox

Changeset 1862 in vbox


Ignore:
Timestamp:
Apr 2, 2007 2:36:55 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
20081
Message:

Forgot to commit sup.h with the correctly aligned GIP.

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/sup.h

    r1840 r1862  
    143143    /** The GIP update mode, see SUPGIPMODE. */
    144144    uint32_t            u32Mode;
     145    /** Reserved / padding. */
     146    uint32_t            u32Padding0;
    145147    /** The update frequency of the of the NanoTS. */
    146148    volatile uint32_t   u32UpdateHz;
     
    151153
    152154    /** Padding / reserved space for future data. */
    153     uint32_t            au32Padding0[10];
     155    uint32_t            au32Padding1[56];
    154156
    155157    /** Array of per-cpu data.
  • trunk/src/VBox/HostDrivers/Support/SUPDRVIOC.h

    r1850 r1862  
    174174 * The upper 16-bit is the major version, the the lower the minor version.
    175175 * When incompatible changes are made, the upper major number has to be changed. */
    176 #define SUPDRVIOC_VERSION           0x00040003
     176#define SUPDRVIOC_VERSION           0x00040004
    177177
    178178/** SUP_IOCTL_COOKIE Input. */
  • trunk/src/VBox/HostDrivers/Support/SUPLib.cpp

    r1850 r1862  
    198198        In.u32ReqVersion = SUPDRVIOC_VERSION;
    199199        if (SUPDRVIOC_VERSION < 0x00050000)
    200             In.u32MinVersion = 0x00040003;
     200            In.u32MinVersion = 0x00040004;
    201201        else
    202202            In.u32MinVersion = SUPDRVIOC_VERSION & 0xffff0000;
     
    205205        {
    206206            if (    (Out.u32SessionVersion & 0xffff0000) == (SUPDRVIOC_VERSION & 0xffff0000)
    207                 &&  Out.u32SessionVersion >= 0x00040003)
     207                &&  Out.u32SessionVersion >= 0x00040004)
    208208            {
    209209                /*
Note: See TracChangeset for help on using the changeset viewer.

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