VirtualBox

Ignore:
Timestamp:
Nov 11, 2007 8:59:58 AM (17 years ago)
Author:
vboxsync
Message:

Solaris: Added Suspend/Resume for vboxdrv (Untested, needs build snv_77)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/solaris/SUPDrv-solaris.c

    r5584 r5678  
    294294        }
    295295
     296        case DDI_RESUME:
     297        {
     298            int rc = RTTimerStart(g_DevExt.pGipTimer, 0);
     299            AssertRC(rc);
     300            return DDI_SUCCESS;
     301        }
     302
    296303        default:
    297304            return DDI_FAILURE;
     
    342349        }
    343350
     351        case DDI_SUSPEND:
     352        {
     353            int rc = RTTimerStop(g_DevExt.pGipTimer);
     354            AssertRC(rc);
     355            return DDI_SUCCESS;
     356        }
     357       
    344358        default:
    345359            return DDI_FAILURE;
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