Module Name: src Committed By: jdolecek Date: Fri Sep 16 12:57:26 UTC 2016
Modified Files: src/sys/dev/ic: nvme.c Log Message: introduce optional timeout for the polled commands; currently 5 seconds for queue creation/deletion, 10 seconds for controller/namespace identify, and unlimited for cache sync and passthrough commands this makes device attach error out instead of hanging the kernel when the device fails to respond properly, such as under QEMU currently To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 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.