Changeset 75 for trunk/src/os2ahci/os2ahci.h
- Timestamp:
- Feb 16, 2011, 7:10:13 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/os2ahci.h
r71 r75 201 201 (aws)->buf = NULL; \ 202 202 } 203 204 /* complete IORB */ 205 #define complete_iorb(iorb) (iorb)->Status |= IORB_DONE; \ 206 dprintf("IORB %Fp complete " \ 207 "(status = 0x%04x, error = 0x%04x)\n", \ 208 (iorb), (iorb)->Status, \ 209 (iorb)->ErrorCode); \ 210 if ((iorb)->RequestControl & IORB_ASYNC_POST) { \ 211 (iorb)->NotifyAddress(iorb); \ 212 } 213 203 214 204 215 /******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.