summaryrefslogtreecommitdiffstats
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* Back out the previous change to the queue(3) interface.jake2000-05-2610-41/+40
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-2310-40/+41
* Apply a `fixup' to the blocksize gathered from the device after a READjoerg2000-05-221-0/+10
* Implement a new camcontrol function, 'camcontrol format'.ken2000-05-212-0/+114
* Implement an optimization of the VM<->pmap API. Pass vm_page_t's directlypeter2000-05-211-4/+2
* Add support for the DVD ioctl interface.ken2000-05-122-1/+1083
* Some prettifying for the quirk comments.mjacob2000-05-091-5/+16
* *sigh* I must have been on something that night. Make xpt_periph ann_hibma2000-05-072-1/+3
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-058-7/+8
* Add in include of <machine/clock.h> which defines DELAY.mjacob2000-05-021-0/+1
* Add $FreeBSD$peter2000-05-013-0/+4
* 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
OpenPOWER on IntegriCloud