Changeset 71 for trunk/src/os2ahci/atapi.c
- Timestamp:
- Feb 15, 2011, 1:18:21 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/atapi.c
r69 r71 53 53 int atapi_unit_ready(IORBH _far *iorb, int slot) 54 54 { 55 d printf("atapi_unit_ready called\n");55 ddprintf("atapi_unit_ready called\n"); 56 56 iorb_seterr(iorb, IOERR_CMD_NOT_SUPPORTED); 57 57 return(-1); … … 123 123 int atapi_verify(IORBH _far *iorb, int slot) 124 124 { 125 d printf("atapi_verify called\n");125 ddprintf("atapi_verify called\n"); 126 126 iorb_seterr(iorb, IOERR_CMD_NOT_SUPPORTED); 127 127 return(-1); … … 133 133 int atapi_write(IORBH _far *iorb, int slot) 134 134 { 135 d printf("atapi_write called\n");135 ddprintf("atapi_write called\n"); 136 136 iorb_seterr(iorb, IOERR_CMD_NOT_SUPPORTED); 137 137 return(-1); … … 241 241 ATAPI_SENSE_DATA *psd = (ATAPI_SENSE_DATA *) aws->buf; 242 242 243 d dphex(psd, sizeof(psd), "sense buffer:\n");243 dphex(psd, sizeof(psd), "sense buffer:\n"); 244 244 245 245 /* map sense data to some IOERR_ value */
Note:
See TracChangeset
for help on using the changeset viewer.