https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207432
--- Comment #7 from [email protected] --- A commit references this bug: Author: jimharris Date: Wed Feb 24 00:01:10 UTC 2016 New revision: 295944 URL: https://svnweb.freebsd.org/changeset/base/295944 Log: 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 <[email protected]> MFC after: 3 days Sponsored by: Intel Changes: head/sys/dev/nvme/nvme_ctrlr.c -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-amd64 To unsubscribe, send any mail to "[email protected]"
