Home
last modified time | relevance | path

Searched hist:"1 b3ccbc50b6d00ea8c3d779cb1fd33522ccb95b6" (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/drivers/disk/nvme/compat/
H A Dlibnvme_haiku.cpp1b3ccbc50b6d00ea8c3d779cb1fd33522ccb95b6 Tue Apr 28 02:49:51 UTC 2020 Augustin Cavalier <waddlesplash@gmail.com> nvme_disk: Overhaul to use physical-buffer-based I/O.

This fixes the virtual/physical mixup problems that plagued
the driver until now.

This is rather inefficent, though, as it does its own page-based
bouncing instead of using DMAResource. That will come in the
next commit.
/haiku/src/add-ons/kernel/drivers/disk/nvme/
H A Dnvme_disk.cpp1b3ccbc50b6d00ea8c3d779cb1fd33522ccb95b6 Tue Apr 28 02:49:51 UTC 2020 Augustin Cavalier <waddlesplash@gmail.com> nvme_disk: Overhaul to use physical-buffer-based I/O.

This fixes the virtual/physical mixup problems that plagued
the driver until now.

This is rather inefficent, though, as it does its own page-based
bouncing instead of using DMAResource. That will come in the
next commit.