summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi
Commit message (Expand)AuthorAgeFilesLines
* Add support for the DVD ioctl interface.ken2000-05-122-1/+1083
* Some prettifying for the quirk comments.mjacob2000-05-091-5/+16
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-057-7/+7
* Add in include of <machine/clock.h> which defines DELAY.mjacob2000-05-021-0/+1
* Add $FreeBSD$peter2000-05-013-0/+4
* Remove unneeded <sys/buf.h> includes.phk2000-04-182-2/+0
* Don't include <sys/buf.h> twice.phk2000-04-182-2/+0
* Overlooked a s/b_act/bio_queue/ substitution due to targ not being in LINT.phk2000-04-161-2/+2
* Complete the bio/buf divorce for all code below devfs::strategyphk2000-04-156-281/+281
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.phk2000-04-026-35/+35
* Fix two problems in the ch(4) driver.ken2000-04-021-2/+13
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-205-9/+9
* o clear the ccb_flags field before sending an accept target I/O ccb togibbs2000-03-181-6/+9
* Per Justin's request- remove his name from Copyright.mjacob2000-03-181-6/+1
* Add a quirk entry for Y-E Data USB floppy drive.n_hibma2000-03-151-0/+10
* Various typo's.n_hibma2000-03-151-1/+1
* Some minor fixing - final for 4.0. Debugging messages toned down a bit.mjacob2000-02-291-21/+15
* Fix 'camcontrol inquiry'. The inquiry data structure changes (increased token2000-02-202-1/+13
* Add a quirk type (and one for ARCHIVE Python's) that disables themjacob2000-02-031-24/+33
* Propagate sense data through from SIM (if there) and mark the CTIOmjacob2000-01-251-51/+88
* Propagate sense data through from SIM (if there) and mark the CTIOmjacob2000-01-251-2/+28
* Go for the gusto and do the full 256 bytes for inquiry data.mjacob2000-01-252-6/+8
* Clean up some of the SAF-TE matching code. Addmjacob2000-01-211-10/+16
* Do the minor changes needed because of change to ccb_getdev structure.mjacob2000-01-176-14/+16
* Increase size of the scsi_inquiry_data structure to it's nearlymjacob2000-01-171-1/+44
* Do not propagate the ENCI_SVALID bit for overall enclosure statusmjacob2000-01-171-5/+4
* Add in SAF-TE handling code and do some minor consistency cleanups.mjacob2000-01-171-10/+1017
* buglet fixmjacob2000-01-151-1/+1
* Do a wad of cleanup and put into place at least *one* functionalmjacob2000-01-151-85/+1077
* Move the kernel specific stuff into scsi_ses.c. Redo the ioctlsmjacob2000-01-151-46/+19
* add SEND/RECEIVE diagnostic opcodes, SEND is a Mandatory commandmjacob2000-01-151-0/+2
* Remove inclusion of dkbad.h- seems like a bug, but I had a stalemjacob2000-01-151-1/+0
* add functional but stub SES/SAF-TE drivermjacob2000-01-152-0/+763
* Change error message make sense and add a missingmjacob1999-12-301-1/+4
* Restore this driver to a working state. The control device hasmjacob1999-12-291-7/+6
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-294-20/+20
* Add FAST-80 timing to the scsi syncrates table.obrien1999-12-161-0/+1
* Quirk all Pioneer changers as changers up front, instead of waiting for theken1999-12-111-7/+1
* Revamp the devstat priority system. All disks now have the same priority.ken1999-12-082-2/+2
* Recognize the Pioneer CD-ROM DRM-6324X as a changer.ken1999-12-071-1/+7
* Add back in a prefatory TUR when the tape is *not* mounted. This seemsmjacob1999-12-041-0/+5
* Correct some botched timeout defines. Allocate only 8KB for the test readmjacob1999-12-031-97/+74
* Don't clear the SA_FLAG_TAPE_LOCKED prior to callingmjacob1999-11-211-13/+16
* Add make_dev functions. Tested with only one changer (sigh- all my othersmjacob1999-11-211-3/+7
* Fix a couple of boo-boos in the last delta.mjacob1999-11-171-13/+15
* Fix for 11815 (at mount time do a throwaway read of the front of themjacob1999-11-171-131/+321
* Convert the xpt, pass, pt and target drivers to use the newken1999-11-173-17/+26
* useracc() the prequel:phk1999-10-291-1/+0
* Mark path for deallocation only *after* you've successfully allocated it.mjacob1999-10-271-2/+3
* Another 1FM@EOD quirk (from mike@sentex.net for a Seagate STT20000),mjacob1999-10-021-11/+9
OpenPOWER on IntegriCloud