VirtualBox

Changeset 60555 in vbox


Ignore:
Timestamp:
Apr 18, 2016 7:13:51 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
106684
Message:

BusLogic: Adjusted model number to match a real 958D.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/DevBusLogic.cpp

    r60553 r60555  
    18231823            pBusLogic->cbReplyParametersLeft = pBusLogic->aCommandBuffer[0];
    18241824            memset(pBusLogic->aReplyBuffer, 0, pBusLogic->cbReplyParametersLeft);
    1825             const char aModelName[] = "958";    /* Trailing \0 is fine, that's the filler anyway. */
     1825            const char aModelName[] = "958D ";  /* Trailing \0 is fine, that's the filler anyway. */
    18261826            int cCharsToTransfer =   pBusLogic->cbReplyParametersLeft <= sizeof(aModelName)
    18271827                                   ? pBusLogic->cbReplyParametersLeft
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