CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2012/01/22 04:13:32
Modified files: sys/dev : softraid.c softraid_concat.c softraid_crypto.c softraid_raid0.c softraid_raid1.c Log message: Convert softraid(4) to new bio(4) status interface. This allows bioctl(8) to provide useful feedback, rather than reporting an ioctl failure and leaving the user to consult dmesg. For now we continue to print most things to the console, even if the message is a result of an ioctl.