Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
More SCSI logic from NetBSD-current
Some tape fixes. ATAPI tapes do not work yet for most operations.
|
|
|
|
|
|
|
|
|
|
Fix cd.c so it compiles on big-endian platforms
|
|
|
|
|
|
Mostly based on NetBSD-current
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
drives don't support READ_CD_CAPACITY on blank media ; downsj with modifications by me
|
|
|
|
|
|
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).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|