CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/12/27 19:40:41
Modified files:
sys/arch/amd64/stand/libsa: biosdev.c softraid.c
sys/arch/i386/stand/libsa: biosdev.c softraid.c
Log message:
If we fail to decrypt the softraid keys, return EPERM rather than falling
through and failing when we attempt to read and validate the disklabel.
Also return ENOTSUP rather than EPERM if an attempt is made to write to a
softraid volume.
