CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2009/08/13 13:51:49
Modified files: sys/dev : vscsi.c vscsivar.h Log message: add ioctls to allow userland to initiator a probe or detach of devices it is providing to the kernel. this uses the req api i just added, otherwise attaches and detaches would be run from the context of the process issuing the ioctls, which then will not be able to answer them since theyre busy running the attach/detach in the kernel.