Changeset 30805 in vbox
- Timestamp:
- Jul 13, 2010 2:01:14 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 63614
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevBusLogic.cpp
r30729 r30805 1296 1296 case BUSLOGICCOMMAND_INQUIRE_BOARD_ID: 1297 1297 { 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 */ 1298 1302 pBusLogic->aReplyBuffer[0] = 'A'; /* Firmware option bytes */ 1299 pBusLogic->aReplyBuffer[1] = 'A'; 1303 pBusLogic->aReplyBuffer[1] = 'A'; /* Special option byte */ 1300 1304 1301 1305 /* We report version 5.07B. This reply will provide the first two digits. */
Note:
See TracChangeset
for help on using the changeset viewer.