CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2013/11/06 05:06:58
Modified files: sys/sys : hibernate.h sys/kern : subr_hibernate.c sys/dev/ic : ahci.c sys/dev/ata : ata_wdc.c Log message: teach the side-effect free drivers about the partition they are dealing by passing a start/length in the HIB_INIT op. Then rebase all hibernate-time block offsets to be relative to the start of that partition. This simplifies things a lot. ok mlarkin