CVSROOT: /cvs Module name: src Changes by: lu...@cvs.openbsd.org 2025/01/06 10:49:23
Modified files: sys/kern : subr_hibernate.c Log message: Partially revert kern/subr_hibernate.c r1.147 Don't check the return value for HIB_DONE. At least sr_hibernate_io returns ENOTSUP for it, breaking hibernation in softraid devices. Revert until the drivers can be reevaluated. suggested by krw