1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-22 15:47:37 +00:00
freebsd/sys/dev/nvme
Warner Losh abb61405a6 Enable bus mastering on the device before resetting the device. The
card has to do PCIe transactions to complete the reset process, but
can't do them, per the PCIe spec, unless bus mastering is enabled.

Submitted by: Kinjal Patel
PR: 22166
2017-08-25 03:15:18 +00:00
..
nvme_ctrlr_cmd.c
nvme_ctrlr.c Avoid dereferencing unintialized elements in the error path. 2017-03-07 23:06:41 +00:00
nvme_ns_cmd.c
nvme_ns.c
nvme_private.h
nvme_qpair.c Avoid dereferencing unintialized elements in the error path. 2017-03-07 23:06:41 +00:00
nvme_sim.c Use the correct queue depth for nda devices. 2017-08-08 16:06:16 +00:00
nvme_sysctl.c Make nvd vs nda choice boot-time rather than build-time 2017-08-04 03:40:01 +00:00
nvme_test.c
nvme_util.c
nvme.c Enable bus mastering on the device before resetting the device. The 2017-08-25 03:15:18 +00:00
nvme.h Make nvd vs nda choice boot-time rather than build-time 2017-08-04 03:40:01 +00:00