Ignore:
Timestamp:
Apr 15, 2013, 11:46:26 PM (12 years ago)
Author:
David Azarewicz
Message:

debugging updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/os2ahci/atapi.c

    r112 r155  
    5151int atapi_get_geometry(IORBH _far *iorb, int slot)
    5252{
     53  dprintf("atapi_get_geometry called\n");
    5354  iorb_seterr(iorb, IOERR_CMD_NOT_SUPPORTED);
    5455  return(-1);
     
    6061int atapi_unit_ready(IORBH _far *iorb, int slot)
    6162{
    62   ddprintf("atapi_unit_ready called\n");
     63  dprintf("atapi_unit_ready called\n");
    6364  iorb_seterr(iorb, IOERR_CMD_NOT_SUPPORTED);
    6465  return(-1);
     
    274275  size_t sense_buf_len = ATAPI_SENSE_LEN;
    275276
     277  dprintf("atapi_req_sense\n");
     278
    276279  if ((iorb->RequestControl & IORB_REQ_STATUSBLOCK) &&
    277280      iorb->StatusBlockLen >= sizeof(*ssb) && iorb->pStatusBlock != 0) {
Note: See TracChangeset for help on using the changeset viewer.