CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2011/04/12 14:18:13
Modified files: sys/dev : ccd.c Log message: Fix uninitialized variable access introduced in 1.58, causing read access to possibly favor the mirror instead of the main ccd by incorrectly considering the main ccd is in the failure state, for interleaved+mirrored ccds. ok deraadt@