summaryrefslogtreecommitdiff
path: root/sys/dev/isp
Commit message (Expand)AuthorAgeFilesLines
* Merge r254306:Scott Long2013-08-151-7/+5
* MFC of 253330Matt Jacob2013-07-152-3/+14
* MFC r249468:Alexander Motin2013-07-081-1/+2
* MFC: r247264Marius Strobl2013-06-181-1/+7
* MFC: r251373Marius Strobl2013-06-181-2/+2
* Big MFC of the physbio changes necessary for unmapped I/O. These changesScott Long2013-06-182-101/+21
* MFC 242479,242480: Force segments to 1 for mappingMatt Jacob2012-11-122-6/+4
* MFC of 240219 - remove useless test.Matt Jacob2012-09-211-4/+2
* MFC of 239502: Remove dependence on MAXPHYS.Matt Jacob2012-09-203-6/+8
* MFC of 240580 and 240590- correct some comments.Matt Jacob2012-09-191-3/+3
* MFC r240518:Eitan Adler2012-09-171-1/+1
* MFC of 239023Matt Jacob2012-09-021-33/+59
* MFC of 239010Matt Jacob2012-09-021-10/+12
* MFC of 238887- fix compilation on isp_sbus.cMatt Jacob2012-09-021-1/+1
* MFC of 239330Matt Jacob2012-09-021-1/+18
* MFC of 239219Matt Jacob2012-09-021-1/+1
* MFC of 239218Matt Jacob2012-09-022-18/+33
* MFC of 239143Matt Jacob2012-09-022-581/+630
* MFC of 238859Matt Jacob2012-09-0211-1012/+1837
* MFC of 228914Matt Jacob2012-09-022-28/+35
* A belated MFC of 227126Matt Jacob2012-09-022-0/+9
* MFC of 237544Matt Jacob2012-09-021-2/+5
* MFC of 237537Matt Jacob2012-09-026-54/+100
* MFC of 237210Matt Jacob2012-09-026-357/+446
* Very belated MFC of 227548Matt Jacob2012-09-022-11/+58
* MFC: r238486Christian Brueffer2012-07-181-1/+1
* MFC of 237135Matt Jacob2012-06-171-0/+1
* MFC of r236427Matt Jacob2012-06-174-68/+159
* MFC r236379:Eitan Adler2012-06-062-0/+4
* MFC: r231985Marius Strobl2012-02-251-1/+1
* MFC r228461:Alexander Motin2012-01-121-11/+15
* MFC r227458, r226436:Eitan Adler2012-01-041-2/+2
* MFC r226118:Marius Strobl2011-10-121-0/+1
* MFC r225950:Kenneth D. Merry2011-10-061-7/+19
* Most of these changes to isp are to allow for isp.ko unloading.Matt Jacob2011-08-135-59/+186
* Fixes zombie device and loop down timers so that they work more thanMatt Jacob2011-08-122-6/+39
* Add support QLE220 card- an 2500 lookalike.Matt Jacob2011-03-101-0/+15
* Flush both reads *and* writes to registers.Matt Jacob2011-03-051-1/+1
* Sync FreeBSD ISP with mercurial tree. Minor changes having to do withMatt Jacob2011-02-284-6/+9
* - Use the correct DMA tag/map pair for synchronize the FC scratch area.Marius Strobl2011-02-147-49/+61
* Partially revert 208119. We were overwriting tunable settings.Matt Jacob2010-11-271-3/+0
* Fix typos.Rebecca Cran2010-11-091-7/+7
* Don't pass a buffer directly as a printflike format string.Matt Jacob2010-06-101-1/+1
* Fix XPT_GET_TRAN_SETTING for FC which has been broken for while so thatMatt Jacob2010-06-071-2/+4
* Be more specific about which CDB length we're going to use. Not really a likelyMatt Jacob2010-06-051-4/+14
* Make the internal target > SPC2 (so REPORT LUNS can be tested).Matt Jacob2010-06-051-2/+8
* I was getting panics in sleepq_add for the second sleep in isp_kthread.Matt Jacob2010-06-051-1/+3
* Various minor and not so minor fixes suggested by Coverity.Matt Jacob2010-06-024-44/+52
* Add a new primitive, XPT_SCAN_TGT, to cover the range between scanning aMatt Jacob2010-05-261-7/+2
* Don't leak CCBs for every ABORT.Matt Jacob2010-05-251-1/+4