summaryrefslogtreecommitdiffstats
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Get rid of some trailing commas in enumerated types that cause gcc token1999-11-172-6/+6
* Convert the xpt, pass, pt and target drivers to use the newken1999-11-174-18/+27
* Fix Bus Device Resets from userland, and specifically from camcontrol.ken1999-10-311-1/+1
* Change useracc() and kernacc() to use VM_PROT_{READ|WRITE|EXECUTE} for thephk1999-10-301-4/+6
* useracc() the prequel:phk1999-10-291-1/+0
* Mark path for deallocation only *after* you've successfully allocated it.mjacob1999-10-271-2/+3
* Put an upper bound on the number of BUSY status retries we'll do (use themjacob1999-10-161-8/+11
* Protect xpt_run_dev_sendq in xpt_release_devq_device with splsoftcam. Thismjacob1999-10-161-3/+5
* Removal of sys/device.hn_hibma1999-10-051-1/+0
* Another 1FM@EOD quirk (from mike@sentex.net for a Seagate STT20000),mjacob1999-10-021-11/+9
* Introduce the disk mini-layer and devstat_end_transaction_buf() in cam/scsi.phk1999-10-015-220/+85
* Ooops- forgot to commit this.mjacob1999-09-281-1/+5
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-258-40/+0
* Remove unneeded disk-related includes.phk1999-09-122-5/+0
* Don't register a block major for tapes.phk1999-09-081-2/+1
* We don't need to pass the diskname argument all over the diskslice/labelphk1999-08-282-4/+4
* $Id$ -> $FreeBSD$peter1999-08-2832-32/+32
* Cast pointers to uintptr_t instead of casting them to u_long. Don'tbde1999-08-241-4/+5
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-233-11/+4
OpenPOWER on IntegriCloud