Module Name: src Committed By: pgoyette Date: Fri Jul 8 16:10:34 UTC 2022
Modified Files: src/sys/dev/pci: nvme_pci.c Log Message: Initialize cmajor & bmajor so the devsw_attach() has a chance of succeeding. Record the success of devsw_attach(), and do not try later to devsw_detach() unless the attach succeeded. Partial fix for kern/56914 To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/sys/dev/pci/nvme_pci.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.