CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2011/01/06 19:21:51
Modified files: sys/dev : vscsivar.h Log message: the midlayer uses -1 as a wildcard when processing requests for probes or detaches. switch the types from u_int to int in the vscsi ioctl that asks for probes or requests. this is so claudio@ can get all luns on a target probed in iscsid with a single ioctl call. ok deraadt@