freebsd-dev/sys/dev/nvme
Jim Harris 611060cab5 Remove the NVMe-specific physio and associated routines.
These were added early on for benchmarking purposes to avoid the mapped I/O
penalties incurred in kern_physio.  Now that FreeBSD (including kern_physio)
supports unmapped I/O, the need for these NVMe-specific routines no longer exists.

Sponsored by:	Intel
2013-04-12 17:44:55 +00:00
..
nvme_ctrlr_cmd.c Add "type" to nvme_request, signifying if its payload is a VADDR, UIO, or 2013-03-29 20:34:28 +00:00
nvme_ctrlr.c Rename the controller's fail_req_lock, so that it can be used for other 2013-04-12 17:36:48 +00:00
nvme_ns_cmd.c Add unmapped bio support to nvme(4) and nvd(4). 2013-04-01 16:23:34 +00:00
nvme_ns.c Remove the NVMe-specific physio and associated routines. 2013-04-12 17:44:55 +00:00
nvme_private.h Add a mutex to each namespace, for general locking operations on the namespace. 2013-04-12 17:41:24 +00:00
nvme_qpair.c Do not panic when a busdma mapping operation fails. 2013-04-12 17:34:49 +00:00
nvme_sysctl.c Remove the is_started flag from struct nvme_controller. 2013-03-26 21:19:26 +00:00
nvme_test.c Change a number of malloc(9) calls to use M_WAITOK instead of 2013-03-26 22:11:34 +00:00
nvme_uio.c Remove the NVMe-specific physio and associated routines. 2013-04-12 17:44:55 +00:00
nvme.c Do not panic when a busdma mapping operation fails. 2013-04-12 17:34:49 +00:00
nvme.h Add unmapped bio support to nvme(4) and nvd(4). 2013-04-01 16:23:34 +00:00