~ubuntu-branches/ubuntu/vivid/virtualbox/vivid

« back to all changes in this revision

Viewing changes to src/VBox/Devices/Storage/DevLsiLogicSCSI.cpp

  • Committer: Package Import Robot
  • Author(s): Felix Geyer
  • Date: 2013-03-31 23:25:01 UTC
  • mfrom: (1.1.14)
  • Revision ID: package-import@ubuntu.com-20130331232501-l72jhvixkeyyz6xc
Tags: 4.2.10-dfsg-0ubuntu1
* Start the virtualbox-guest-x11 init script earlier.
  The vboxvideo module needs to be loaded before X starts.
* Change runlevels of virtualbox-guest-x11 init script on upgrade.
* Fix build failure with the Debian wheezy kernel which backports the drm
  subsystem from Linux 3.4. (Closes: #703358)
* Drop build-dependency on bcc as it's not needed anymore.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2989
2989
    LogFlowFunc(("pLsiLogic=%#p\n", pLsiLogic));
2990
2990
 
2991
2991
    /* Clear everything first. */
2992
 
    memset(pPages, 0, sizeof(PMptConfigurationPagesSpi));
 
2992
    memset(pPages, 0, sizeof(MptConfigurationPagesSpi));
2993
2993
 
2994
2994
    for (unsigned i = 0; i < RT_ELEMENTS(pPages->aPortPages); i++)
2995
2995
    {