aboutsummaryrefslogtreecommitdiff
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded #include <sys/kernel.h>Poul-Henning Kamp2000-04-291-1/+0
* Remove unneeded <sys/buf.h> includes.Poul-Henning Kamp2000-04-182-2/+0
* Don't include <sys/buf.h> twice.Poul-Henning Kamp2000-04-182-2/+0
* Overlooked a s/b_act/bio_queue/ substitution due to targ not being in LINT.Poul-Henning Kamp2000-04-161-2/+2
* Complete the bio/buf divorce for all code below devfs::strategyPoul-Henning Kamp2000-04-156-281/+281
* Add a hack to cam that makes the cam_xpt available to the rest of theNick Hibma2000-04-032-2/+2
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.Poul-Henning Kamp2000-04-026-35/+35
* Fix two problems in the ch(4) driver.Kenneth D. Merry2000-04-021-2/+13
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newPoul-Henning Kamp2000-03-206-16/+15
* o clear the ccb_flags field before sending an accept target I/O ccb toJustin T. Gibbs2000-03-181-6/+9
* Per Justin's request- remove his name from Copyright.Matt Jacob2000-03-181-6/+1
* Add a quirk entry for Y-E Data USB floppy drive.Nick Hibma2000-03-151-0/+10
* Various typo's.Nick Hibma2000-03-155-6/+7
* 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