Age | Commit message (Collapse) | Author |
|
the device was reset rather than blindly fail it.
requested by claudio@
|
|
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@
|
|
garbage collect it.
ok dlg@, krw@, claudio@
|
|
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.
|
|
userland for handling. this is to scsi what tun(4) is for networks.
this is going into the tree so i can work on some crazy scsi stuff, but its
not being enabled since it is useless unless you're working on some crazy
scsi stuff.
|