Changeset 155 for trunk/src/os2ahci/atapi.c
- Timestamp:
- Apr 15, 2013, 11:46:26 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/atapi.c
r112 r155 51 51 int atapi_get_geometry(IORBH _far *iorb, int slot) 52 52 { 53 dprintf("atapi_get_geometry called\n"); 53 54 iorb_seterr(iorb, IOERR_CMD_NOT_SUPPORTED); 54 55 return(-1); … … 60 61 int atapi_unit_ready(IORBH _far *iorb, int slot) 61 62 { 62 d dprintf("atapi_unit_ready called\n");63 dprintf("atapi_unit_ready called\n"); 63 64 iorb_seterr(iorb, IOERR_CMD_NOT_SUPPORTED); 64 65 return(-1); … … 274 275 size_t sense_buf_len = ATAPI_SENSE_LEN; 275 276 277 dprintf("atapi_req_sense\n"); 278 276 279 if ((iorb->RequestControl & IORB_REQ_STATUSBLOCK) && 277 280 iorb->StatusBlockLen >= sizeof(*ssb) && iorb->pStatusBlock != 0) {
Note:
See TracChangeset
for help on using the changeset viewer.