Ignore:
Timestamp:
Dec 15, 2016, 12:31:51 AM (9 years ago)
Author:
David Azarewicz
Message:

Reworked makefile
Fixed context hook logic.

File:
1 edited

Legend:

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

    r183 r184  
    633633  for (i = 0; i < ad_info->hw_ports; i++)
    634634  {
    635     ad_info->ports[i].dma_buf = MemAlloc(AHCI_PORT_PRIV_DMA_SZ);
     635    ad_info->ports[i].dma_buf = MemAllocAlign(AHCI_PORT_PRIV_DMA_SZ, 1024);
    636636    ad_info->ports[i].dma_buf_phys = MemPhysAdr(ad_info->ports[i].dma_buf);
    637637  }
Note: See TracChangeset for help on using the changeset viewer.