CVSROOT: /cvs Module name: src Changes by: mlar...@cvs.openbsd.org 2012/03/29 00:57:02
Modified files: sys/dev/acpi : acpi.c Log message: Prevent hibernation attempts on machines with unsupported disk controllers. The same check is also performed later in the hibernate sequence, but by then it's too late to cleanly unwind (presently). ok deraadt