History log of /haiku/src/add-ons/kernel/drivers/disk/nvme/libnvme/nvme.c
Revision Date Author Comments
# f2dd9acf 29-Nov-2022 Augustin Cavalier <waddlesplash@gmail.com>

nvme_disk: Use a recursive lock instead of a mutex.

It appears on some controllers we can wind up in cases that are
a double-lock, otherwise.

Should fix #18093.


# b0460580 22-Apr-2020 Augustin Cavalier <waddlesplash@gmail.com>

libnvme: Export controller SGL support in nvme_ctrlr_stat.

libnvme has routines to convert SGL requests into PRP ones,
but they can only go so far, so some requests are truly
SGL-only.


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

libnvme: Import.

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