- Timestamp:
- Mar 26, 2015 8:36:09 AM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 99210
- Location:
- trunk/src/VBox/Devices/Storage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevAHCI.cpp
r54088 r54960 3334 3334 3335 3335 ataH2BE_U16(pbBuf, 0x0); /* feature 0: list of profiles supported */ 3336 pbBuf[2] = (0 << 2) | (1 << 1) | (1 ||0); /* version 0, persistent, current */3336 pbBuf[2] = (0 << 2) | (1 << 1) | (1 << 0); /* version 0, persistent, current */ 3337 3337 pbBuf[3] = 8; /* additional bytes for profiles */ 3338 3338 /* The MMC-3 spec says that DVD-ROM read capability should be reported -
trunk/src/VBox/Devices/Storage/DevATA.cpp
r54817 r54960 2486 2486 2487 2487 ataH2BE_U16(pbBuf, 0x0); /* feature 0: list of profiles supported */ 2488 pbBuf[2] = (0 << 2) | (1 << 1) | (1 ||0); /* version 0, persistent, current */2488 pbBuf[2] = (0 << 2) | (1 << 1) | (1 << 0); /* version 0, persistent, current */ 2489 2489 pbBuf[3] = 8; /* additional bytes for profiles */ 2490 2490 /* The MMC-3 spec says that DVD-ROM read capability should be reported
Note:
See TracChangeset
for help on using the changeset viewer.