Age | Commit message (Collapse) | Author |
|
|
|
|
|
the sense code evaluation function return ERESTART with xs->error = XS_BUSY;
then higher up catch this case and drop into the scbusy tsleep code.
For exabyte 8500 units, this makes st opening reprobe repeatedly, rather
than fail with an EIO while the tape is being loaded.
|
|
|
|
|
|
|
|
|
|
implement an ioctl to get a spoofed label even for disks that have
a label on them.
|
|
|
|
|
|
|
|
show much more information; ross
|
|
|
|
for temporary storage of CD table of contents
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
request status; makes it work properly on NCR controllers (and probably on
some others as well).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
should also fix some cdio problems with SCSI cdroms.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Old scsi error printing code is now gone.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Use scsi_do_ioctl() in cd.c and uk.c again.
|
|
default. Use "option SCSIVERBOSE=0" to turn off (only added 8Kb to my kernel).
From the NetBSD commit message:
Add in more detailed SCSI error printing, based off of final SCSI-2 spec.
This will also print out things like progress indicator errors, and will
also dump out additional sense bytes that haven't been decoded.
|