freebsd-dev/sys/dev/nvme
Jim Harris 361e1fb408 nvme: fix intx handler to not dereference ioq during initialization
This was a regression from r293328, which deferred allocation
of the controller's ioq array until after interrupts are enabled
during boot.

PR:		207432
Reported and tested by: Andy Carrel <wac@google.com>
MFC after:	3 days
Sponsored by:	Intel
2016-02-24 00:01:10 +00:00
..
nvme_ctrlr_cmd.c Use bitwise OR instead of logical OR when constructing value for 2014-06-10 21:40:43 +00:00
nvme_ctrlr.c nvme: fix intx handler to not dereference ioq during initialization 2016-02-24 00:01:10 +00:00
nvme_ns_cmd.c
nvme_ns.c Limit stripesize reported from nvd(4) to 4K 2015-12-11 02:06:03 +00:00
nvme_private.h nvme: do not revert o single I/O queue when per-CPU queues not possible 2016-01-07 16:18:32 +00:00
nvme_qpair.c nvme: do not pre-allocate MSI-X IRQ resources 2016-01-07 16:11:31 +00:00
nvme_sysctl.c nvme: add hw.nvme.min_cpus_per_ioq tunable 2016-01-07 20:32:04 +00:00
nvme_test.c Extend some 32-bit fields and variables to 64-bit to prevent overflow 2013-10-08 15:47:22 +00:00
nvme_util.c Add message when nvd disks are attached and detached. 2013-07-19 21:40:57 +00:00
nvme.c nvme: do not revert o single I/O queue when per-CPU queues not possible 2016-01-07 16:18:32 +00:00
nvme.h Implement power command to list all power modes, find out the power 2016-01-30 22:48:06 +00:00