CVSROOT: /cvs Module name: src Changes by: jmatt...@cvs.openbsd.org 2018/02/09 22:11:06
Modified files: sys/arch/amd64/amd64: hibernate_machdep.c sys/arch/i386/i386: hibernate_machdep.c Log message: Add a mapping from grandparent driver name to hibernate io function to reduce the number of ->dv_parent->dv_parent chains and make this more readable. ok deraadt@ phessler@