Changeset 12766 in vbox
- Timestamp:
- Sep 26, 2008 12:15:55 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 37099
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevATA.cpp
r12740 r12766 2424 2424 uTxDir = PDMBLOCKTXDIR_FROM_DEVICE; 2425 2425 goto sendcmd; 2426 #if 0 2427 /* Disable this passthrough command. The guest should fallback to other means to 2428 * detect the disk status. We cannot emulate this command properly when in non- 2429 * passthrough mode. */ 2426 2430 case SCSI_GET_EVENT_STATUS_NOTIFICATION: 2427 2431 cbTransfer = ataBE2H_U16(pbPacket + 7); 2428 2432 uTxDir = PDMBLOCKTXDIR_FROM_DEVICE; 2429 2433 goto sendcmd; 2434 #endif 2430 2435 case SCSI_GET_PERFORMANCE: 2431 2436 cbTransfer = s->uATARegLCyl | (s->uATARegHCyl << 8); /* use ATAPI transfer length */
Note:
See TracChangeset
for help on using the changeset viewer.