CVSROOT: /cvs Module name: src Changes by: jmatt...@cvs.openbsd.org 2017/05/29 06:58:37
Modified files: sys/conf : files sys/arch/amd64/amd64: hibernate_machdep.c sys/dev/ic : nvmevar.h nvme.c Log message: Add hibernate support for nvme(4). This creates a separate IO queue that is only active during hibernation, preallocating the the submission and completion queues during attach as they need to be page-aligned. tested on an x270 that successfully hibernates now. ok dlg@