Module Name: src Committed By: jdolecek Date: Mon Sep 19 22:11:41 UTC 2016
Modified Files: src/sys/dev/ic: nvme.c nvmevar.h Log Message: slightly optimize memory access - change struct nvme_queue so that the struct dmamem members are allocated as part of it, instead of separate kmem_alloc()s To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/dev/ic/nvme.c cvs rdiff -u -r1.4 -r1.5 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.