History log of /haiku/src/add-ons/kernel/drivers/disk/nvme/libnvme/nvme_admin.c
Revision Date Author Comments
# d447d747 07-Mar-2020 Augustin Cavalier <waddlesplash@gmail.com>

nvme_disk: Use interrupts instead of polling.

Requires the preceding commit due to how it uses ConditionVariables.
Massively decreases CPU usage under heavy disk load.

Change-Id: I967e5ed000751d9f3971dd811563e23bcb13dd50
Reviewed-on: https://review.haiku-os.org/c/haiku/+/2302
Reviewed-by: waddlesplash <waddlesplash@gmail.com>


# af4a03df 14-Apr-2019 Augustin Cavalier <waddlesplash@gmail.com>

libnvme: Import.

Minor modifications for Haiku included, and for the most part marked
as such.