aboutsummaryrefslogtreecommitdiff
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* Some minor fixing - final for 4.0. Debugging messages toned down a bit.Matt Jacob2000-02-291-21/+15
* Fix 'camcontrol inquiry'. The inquiry data structure changes (increased toKenneth D. Merry2000-02-202-1/+13
* Add a quirk type (and one for ARCHIVE Python's) that disables theMatt Jacob2000-02-031-24/+33
* Because we added 4 bytes to the inquiry data size, we need toMatt Jacob2000-01-251-1/+1
* Redo the SHORT INQUIRY length stuff to be a bit cleaner.Matt Jacob2000-01-251-32/+27
* When autosense fails, make sure we retry the command.Kenneth D. Merry2000-01-251-1/+1
* Propagate sense data through from SIM (if there) and mark the CTIOMatt Jacob2000-01-251-51/+88
* Propagate sense data through from SIM (if there) and mark the CTIOMatt Jacob2000-01-251-2/+28
* Go for the gusto and do the full 256 bytes for inquiry data.Matt Jacob2000-01-252-6/+8
* A minimal update to the device wiring code so that it looks at thePeter Wemm2000-01-233-160/+83
* Clean up some of the SAF-TE matching code. AddMatt Jacob2000-01-211-10/+16
* Do the minor changes needed because of change to ccb_getdev structure.Matt Jacob2000-01-176-14/+16
* Increase size of the scsi_inquiry_data structure to it's nearlyMatt Jacob2000-01-171-1/+44
* Remove garbage collected tags from their usage in the ccb_getdevMatt Jacob2000-01-171-12/+39
* Shift bits for CAM flags so that the top bit isn't set in an enumMatt Jacob2000-01-171-28/+13
* Add a CAM_SENT_STATUS for use in target mode. JHK approved.Matt Jacob2000-01-171-1/+4
* Do not propagate the ENCI_SVALID bit for overall enclosure statusMatt Jacob2000-01-171-5/+4
* Add in SAF-TE handling code and do some minor consistency cleanups.Matt Jacob2000-01-171-10/+1017
* buglet fixMatt Jacob2000-01-151-1/+1
* Do a wad of cleanup and put into place at least *one* functionalMatt Jacob2000-01-151-85/+1077
* Move the kernel specific stuff into scsi_ses.c. Redo the ioctlsMatt Jacob2000-01-151-46/+19
* add SEND/RECEIVE diagnostic opcodes, SEND is a Mandatory commandMatt Jacob2000-01-151-0/+2
* Remove inclusion of dkbad.h- seems like a bug, but I had a staleMatt Jacob2000-01-151-1/+0
* add functional but stub SES/SAF-TE driverMatt Jacob2000-01-152-0/+763
* Clean up the xpt_sim creation to mirror how HBA drivers perform this task.Justin T. Gibbs2000-01-142-74/+127
* Widen width of tag && initiator ids to u_intMatt Jacob2000-01-031-2/+2
* Change error message make sense and add a missingMatt Jacob1999-12-301-1/+4
* Restore this driver to a working state. The control device hasMatt Jacob1999-12-291-7/+6
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-2911-26/+26
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-294-20/+20
* Make sure we don't look at an edt entry that could go away when we tryMatt Jacob1999-12-201-7/+15
* Add FAST-80 timing to the scsi syncrates table.David E. O'Brien1999-12-161-0/+1
* minor comment updateMatt Jacob1999-12-131-0/+1
* Quirk all Pioneer changers as changers up front, instead of waiting for theKenneth D. Merry1999-12-111-7/+1
* Revamp the devstat priority system. All disks now have the same priority.Kenneth D. Merry1999-12-082-2/+2
* Recognize the Pioneer CD-ROM DRM-6324X as a changer.Kenneth D. Merry1999-12-071-1/+7
* Add back in a prefatory TUR when the tape is *not* mounted. This seemsMatt Jacob1999-12-041-0/+5
* Correct some botched timeout defines. Allocate only 8KB for the test readMatt Jacob1999-12-031-97/+74
* Don't clear the SA_FLAG_TAPE_LOCKED prior to callingMatt Jacob1999-11-211-13/+16
* Add make_dev functions. Tested with only one changer (sigh- all my othersMatt Jacob1999-11-211-3/+7
* Fix a couple of boo-boos in the last delta.Matt Jacob1999-11-171-13/+15
* Fix for 11815 (at mount time do a throwaway read of the front of theMatt Jacob1999-11-171-131/+321
* Get rid of some trailing commas in enumerated types that cause gcc toKenneth D. Merry1999-11-172-6/+6
* Convert the xpt, pass, pt and target drivers to use the newKenneth D. Merry1999-11-174-18/+27
* Fix Bus Device Resets from userland, and specifically from camcontrol.Kenneth D. Merry1999-10-311-1/+1
* Change useracc() and kernacc() to use VM_PROT_{READ|WRITE|EXECUTE} for thePoul-Henning Kamp1999-10-301-4/+6
* useracc() the prequel:Poul-Henning Kamp1999-10-291-1/+0
* Mark path for deallocation only *after* you've successfully allocated it.Matt Jacob1999-10-271-2/+3
* Put an upper bound on the number of BUSY status retries we'll do (use theMatt Jacob1999-10-161-8/+11
* Protect xpt_run_dev_sendq in xpt_release_devq_device with splsoftcam. ThisMatt Jacob1999-10-161-3/+5