VirtualBox

Changeset 8891

Show
Ignore:
Timestamp:
05/16/08 14:43:44 (4 months ago)
Author:
vboxsync
Message:

require SUPDRVIOC_VERSION >= 0x00070002 because of new vboxdrv export (RTMpCpuId()).

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/VBox/HostDrivers/Support/SUPLib.cpp

    r8155 r8891  
    214214        CookieReq.u.In.u32ReqVersion = SUPDRVIOC_VERSION; 
    215215        const uint32_t MinVersion = (SUPDRVIOC_VERSION & 0xffff0000) == 0x00070000 
    216                                   ? 0x00070001 /* need new exports */ 
     216                                  ? 0x00070002 /* need new exports */ 
    217217                                  : SUPDRVIOC_VERSION & 0xffff0000; 
    218218        CookieReq.u.In.u32MinVersion = MinVersion; 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy