Module Name: src Committed By: mrg Date: Fri Jun 14 04:48:34 UTC 2019
Modified Files: src/sys/dev/ic: nvme.c Log Message: in nvme_attach() when creating the admin queue to probe the device info, and also in nvme_dmamem_alloc(), allow as many DMA segment as would be maximally needed for the size, rather than hard coding '2' for the form and '1' for the latter. now ld@nvme on i386 doesn't crash and i see at least 1.3GB/sec. To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/sys/dev/ic/nvme.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.