summaryrefslogtreecommitdiffstats
path: root/sys/cam/cam_xpt.c
Commit message (Expand)AuthorAgeFilesLines
* Add PIM_SEQSCAN for HBA misc flags and code that understandsmjacob2006-06-051-32/+79
* Handle some of the inquiry flags that have come intomjacob2006-05-301-5/+4
* CAM_NEW_TRAN_CODE placeholders for SAS support.mjacob2006-01-201-0/+7
* When deregistering a bus, attempt to flush out all outstandingiedowse2006-01-111-8/+111
* Make the exploring of all luns supported by an HBA more of amjacob2005-09-161-5/+38
* - Providing fine-grained malloc statistic by replacing M_DEVBUF withavatar2005-07-011-18/+30
* Fixing a memory leak in xpt_release_device(), which can be quicklyavatar2005-06-241-0/+2
* Do not initialize path variable with useless value just beforekan2005-05-111-1/+0
* avoid use after freesam2005-03-311-1/+1
* Restore queue depth settings across tag disable events. The system oftengibbs2005-03-231-2/+13
* Check the correct periph pointer after search for it.scottl2005-02-201-1/+1
* Provide locking for the ccb_bioq. This allows xpt_done() to be called withoutscottl2005-02-091-5/+22
* Add quirk for easyRAID ER5 alias areca ARC-6010.mr2005-01-251-0/+5
* This is a somewhat imperfect means to try and bring FreeBSD forward inmjacob2005-01-221-3/+13
* Start each of the license/copyright comments with /*-imp2005-01-051-1/+1
* Correct another location where inquiry length as calculated from thegibbs2004-11-181-3/+5
* Correct an off-by-one in the calculation of the inquiry buffer lengthgibbs2004-11-181-1/+11
* Remove the camnet swi and CAM_PERIPH_NET. It has never been used, and givenscottl2004-10-051-12/+3
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPphk2004-07-151-0/+2
* Revert rev 1.140, it was a bit pre-mature.ps2004-06-211-5/+0
* Add a quirk for ciss to stop trying to read the serial number offps2004-06-211-0/+5
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-3/+3
* Compare the *number* of patterns to zero, not the *pointer* to thecperciva2004-02-281-1/+1
* Device megapatch 4/6:phk2004-02-211-0/+2
* Device megapatch 1/6:phk2004-02-211-2/+0
* Sprinkle GIANT_REQUIRED asserts around the xpt layer to aid with locking thescottl2003-11-091-0/+58
* Use __FBSDID().obrien2003-06-101-2/+4
* Add /* FALLTHROUGH */phk2003-05-311-8/+5
* Centralize the devstat handling for all GEOM disk device driversphk2003-03-081-1/+0
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+5
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* Note that the large Hitachi's are also CAM_QUIRK_HILUNSmjacob2002-09-231-0/+8
* Make SCSI_DELAY setable at boot time and runtime via thebrooks2002-09-021-3/+3
* Add \n to various printfs. grep shows these should be the last ones.njl2002-08-271-3/+3
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-251-2/+2
* Make Veritas Storage Appliance a HILUNS device.mjacob2002-04-241-0/+5
* Maxtor Personal Storage 3000XT (Firewire) hangs uponsimokawa2002-03-241-0/+11
* Define the kern.cam sysctl in the cam layer, rather than multiply in severalmsmith2002-01-091-2/+2
* Change the preemption code for software interrupt thread schedules andjhb2002-01-051-2/+2
* Bring the probe inquiry code in line with the SCSI spec.ken2001-11-271-43/+35
* Disabled tagged commands for Hitachi Jura-C series with J8A8 firmware.dg2001-11-191-0/+10
* Back out revision 1.117; the correct solution is to upgrade theiedowse2001-11-191-9/+0
* Hitachi DK32 disks have problems with tagged queuing under load.iedowse2001-11-191-0/+9
* KSE Milestone 2julian2001-09-121-3/+3
* cleanup some of the XPORT_FC codemjacob2001-06-241-24/+18
* Hints overhaul:peter2001-06-121-5/+5
* first blush at some FC path inquiry settingsmjacob2001-06-041-0/+20
* Do NOLUNS dance for oddball Exabyte. We *really* need to do this as hints.mjacob2001-06-041-1/+12
* Remove unneeded includes of sys/ipl.h and machine/ipl.h.jhb2001-05-151-2/+0
OpenPOWER on IntegriCloud