VirtualBox

Changeset 30805 in vbox


Ignore:
Timestamp:
Jul 13, 2010 2:01:14 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
63614
Message:

BusLogic: Added comment re firmware special option byte.

File:
1 edited

Legend:

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

    r30729 r30805  
    12961296        case BUSLOGICCOMMAND_INQUIRE_BOARD_ID:
    12971297        {
     1298            /* The special option byte is important: If it is '0' or 'B', Windows NT drivers
     1299             * for Adaptec AHA-154x may claim the adapter. The BusLogic drivers will claim
     1300             * the adapter only when the byte is *not* '0' or 'B'.
     1301             */
    12981302            pBusLogic->aReplyBuffer[0] = 'A'; /* Firmware option bytes */
    1299             pBusLogic->aReplyBuffer[1] = 'A';
     1303            pBusLogic->aReplyBuffer[1] = 'A'; /* Special option byte */
    13001304
    13011305            /* We report version 5.07B. This reply will provide the first two digits. */
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