Changeset 184 for trunk/src/os2ahci/pci.c
- Timestamp:
- Dec 15, 2016, 12:31:51 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/pci.c
r183 r184 633 633 for (i = 0; i < ad_info->hw_ports; i++) 634 634 { 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); 636 636 ad_info->ports[i].dma_buf_phys = MemPhysAdr(ad_info->ports[i].dma_buf); 637 637 }
Note:
See TracChangeset
for help on using the changeset viewer.