summaryrefslogtreecommitdiffstats
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded #include <sys/kernel.h>phk2000-04-291-1/+0
* 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
* Add a hack to cam that makes the cam_xpt available to the rest of then_hibma2000-04-032-2/+2
* 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-206-16/+15
* 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-155-6/+7
* 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
* Because we added 4 bytes to the inquiry data size, we need tomjacob2000-01-251-1/+1
* Redo the SHORT INQUIRY length stuff to be a bit cleaner.mjacob2000-01-251-32/+27
* When autosense fails, make sure we retry the command.ken2000-01-251-1/+1
* 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
* A minimal update to the device wiring code so that it looks at thepeter2000-01-233-160/+83
* 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
* Remove garbage collected tags from their usage in the ccb_getdevmjacob2000-01-171-12/+39
* Shift bits for CAM flags so that the top bit isn't set in an enummjacob2000-01-171-28/+13
* Add a CAM_SENT_STATUS for use in target mode. JHK approved.mjacob2000-01-171-1/+4
* 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
* Clean up the xpt_sim creation to mirror how HBA drivers perform this task.gibbs2000-01-142-74/+127
* Widen width of tag && initiator ids to u_intmjacob2000-01-031-2/+2
* 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-2911-26/+26
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-294-20/+20
* Make sure we don't look at an edt entry that could go away when we trymjacob1999-12-201-7/+15
* Add FAST-80 timing to the scsi syncrates table.obrien1999-12-161-0/+1
* minor comment updatemjacob1999-12-131-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
OpenPOWER on IntegriCloud