Changeset 56408 in vbox
- Timestamp:
- Jun 13, 2015 7:56:55 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevATA.cpp
r56407 r56408 5897 5897 else 5898 5898 { 5899 #if def IN_RING35899 #ifndef IN_RC 5900 5900 /* Check whether the guest OS wants to change DMA direction in 5901 5901 * mid-flight. Not allowed, according to the PIIX3 specs. */ … … 5924 5924 } 5925 5925 #else /* !IN_RING3 */ 5926 AssertMsgFailed(("DMA START handling is too complicated for GC\n"));5926 AssertMsgFailed(("DMA START handling is too complicated for RC\n")); 5927 5927 #endif /* IN_RING3 */ 5928 5928 } … … 6021 6021 { 6022 6022 case VAL(0, 1): 6023 #if ndef IN_RING36023 #ifdef IN_RC 6024 6024 if (u32 & BM_CMD_START) 6025 6025 { … … 6027 6027 break; 6028 6028 } 6029 #endif /* !IN_RING3 */6029 #endif 6030 6030 ataBMDMACmdWriteB(pCtl, Port, u32); 6031 6031 break;
Note:
See TracChangeset
for help on using the changeset viewer.