Module Name: src Committed By: jdolecek Date: Tue Nov 1 14:39:38 UTC 2016
Modified Files: src/sys/dev/ic: ld_nvme.c nvme.c nvmevar.h Log Message: pass maxphys from device rather then assuming MAXPHYS; it's clipped in ld(4) if bigger then MAXPHYS multiply the queue size by number of queues for ld(4) sc_maxqueuecnt, so that ld_diskstart() would try to use full capacity, instead of throttling to one queue worth of commands To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/dev/ic/ld_nvme.c cvs rdiff -u -r1.20 -r1.21 src/sys/dev/ic/nvme.c cvs rdiff -u -r1.10 -r1.11 src/sys/dev/ic/nvmevar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.