Ignore:
Timestamp:
Jul 17, 2017, 4:31:51 AM (8 years ago)
Author:
David Azarewicz
Message:

Added MSI support.

File:
1 edited

Legend:

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

    r188 r190  
    885885
    886886  io->BlocksXferred += add_workspace(pIorb)->blocks;
    887   DPRINTF(7,"ata_read_pp(): blocks transferred = %d\n", io->BlocksXferred);
     887  DPRINTF(7,__func__": blocks transferred = %d\n", io->BlocksXferred);
    888888
    889889  if (io->BlocksXferred >= io->BlockCount)
     
    13921392      if (Dev32Help_PhysToLin(phys_addr, l, (PVOID) &p))
    13931393      {
    1394         panic("sg_memcpy(): DevHelp_PhysToLin() failed");
     1394        panic(__func__": DevHelp_PhysToLin() failed");
    13951395      }
    13961396      if (dir == SG_TO_BUF)
Note: See TracChangeset for help on using the changeset viewer.