| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r315908: Unify initiator and target DMA setup and command sending. | Alexander Motin | 2017-04-24 | 1 | -18/+17 |
| * | MFC r315682, r315683: Remove some dead code left after r246713. | Alexander Motin | 2017-04-02 | 1 | -8/+1 |
| * | MFC r315677: Clean/unify some macro usage. | Alexander Motin | 2017-04-02 | 1 | -10/+13 |
| * | MFC r315579, r315670: Add initial support for multiple MSI-X vectors. | Alexander Motin | 2017-04-02 | 1 | -11/+11 |
| * | MFC r315307: Refactor interrupt handling. | Alexander Motin | 2017-03-29 | 1 | -12/+20 |
| * | MFC r315234: Improvements around attach, reset and detach. | Alexander Motin | 2017-03-28 | 1 | -82/+72 |
| * | MFC r299849 (by trasz): | Alexander Motin | 2017-03-28 | 1 | -11/+0 |
| * | MFC r292764: Split DMA buffers for request, response and ATIO queues. | Alexander Motin | 2015-12-30 | 1 | -51/+69 |
| * | MFC r291654, r291727, r291821, r291872, r292034, r292041, r292249, r292042: | Alexander Motin | 2015-12-22 | 1 | -9/+7 |
| * | MFC r291221: Remove "disable" hint, which duplicates system-wide "disabled". | Alexander Motin | 2015-11-30 | 1 | -13/+0 |
| * | MFC r291188: Rip off target mode support for parallel SCSI QLogic adapters. | Alexander Motin | 2015-11-30 | 1 | -1/+2 |
| * | MFC r289930: Formalize/unify chip (re-)inits. | Alexander Motin | 2015-11-13 | 1 | -6/+1 |
| * | MFC r289812, r289852: Some polishing and unification in ISR code. | Alexander Motin | 2015-11-13 | 1 | -5/+4 |
| * | Reform the busdma API so that new types may be added without modifying | Konstantin Belousov | 2013-02-12 | 1 | -39/+11 |
| * | Don't allow for more than one segment for the control space since | Matt Jacob | 2012-11-02 | 1 | -3/+2 |
| * | Remove dependence on MAXPHYS. | Matt Jacob | 2012-08-21 | 1 | -1/+1 |
| * | Add detach logic to SBus variant. | Matt Jacob | 2012-08-04 | 1 | -33/+59 |
| * | Grr.!$()!$$ I missed checking this in even though I *did* run | Matt Jacob | 2012-07-29 | 1 | -1/+1 |
| * | Adding missing dependancies for loading hptiop(4), hptmv(4) and isp(4) as mod... | Eitan Adler | 2012-06-01 | 1 | -0/+2 |
| * | - Use the correct DMA tag/map pair for synchronize the FC scratch area. | Marius Strobl | 2011-02-14 | 1 | -2/+2 |
| * | On sparc64 obtain the initiator ID from the Open Firmware device tree | Marius Strobl | 2010-05-03 | 1 | -5/+3 |
| * | Put gone device timer into a structure tag that can hold more than 32 seconds... | Matt Jacob | 2010-03-17 | 1 | -1/+1 |
| * | Redo how commands handles are created and managed and implement sequence | Matt Jacob | 2010-02-03 | 1 | -2/+6 |
| * | Unbreak SBus cards which have been broken (apparently) for a while. | Matt Jacob | 2009-11-02 | 1 | -18/+8 |
| * | Add 8Gb support (isp_2500). Fix a fair number of configuration and | Matt Jacob | 2009-08-01 | 1 | -177/+71 |
| * | Add missing locking for SBus controllers. | Scott Long | 2007-11-05 | 1 | -0/+5 |
| * | Bad merge. | Matt Jacob | 2007-05-11 | 1 | -1/+1 |
| * | Fix pointy-hat problem with BUS_DMA_ROOTARG macro that caused problems for sp... | Matt Jacob | 2007-05-11 | 1 | -2/+2 |
| * | Make this an MP safe driver but also still be multi-release. | Matt Jacob | 2007-05-05 | 1 | -81/+46 |
| * | Temporarily desupport simultaneous target and initiator mode. | Matt Jacob | 2007-04-02 | 1 | -3/+5 |
| * | Don't derference a pointer before setting it. | Matt Jacob | 2007-03-28 | 1 | -2/+2 |
| * | Move bus_space_tag and bus_space_handle register access | Matt Jacob | 2007-03-13 | 1 | -8/+6 |
| * | Redo previous newbus related change to be kinder to | Matt Jacob | 2007-02-23 | 1 | -1/+1 |
| * | o break newbus api: add a new argument of type driver_filter_t to | Paolo Pisati | 2007-02-23 | 1 | -1/+1 |
| * | Clean up some of the various platform and release specific dma tag | Matt Jacob | 2007-01-23 | 1 | -22/+4 |
| * | Change the remainder of the drivers for DMA'ing devices enabled in the | Marius Strobl | 2007-01-21 | 1 | -2/+14 |
| * | Implement ISP_RESET0 for PCI and SBUS attachments- isp_reset has | Matt Jacob | 2006-12-16 | 1 | -1/+8 |
| * | Remove dependency on ispfw and firmware as modules. | Matt Jacob | 2006-12-10 | 1 | -3/+1 |
| * | Add 4Gb (24XX) support and lay the foundation for a lot of new stuff. | Matt Jacob | 2006-11-02 | 1 | -56/+47 |
| * | More ispfwfunc definitions funnies which break pre-7.0 builds. | Matt Jacob | 2006-09-01 | 1 | -1/+0 |
| * | Some rearrangement of headers to minimize diffs with outside of | Matt Jacob | 2006-07-16 | 1 | -3/+4 |
| * | Convert isp(4) and ispfw(4) to use firmware(9) to manage firmware | Matt Jacob | 2006-07-09 | 1 | -2/+22 |
| * | Some more gratuitous format and name changes. | Matt Jacob | 2006-04-21 | 1 | -23/+23 |
| * | a) clean up some declaration stuff (i.e., make more modern with respect | Matt Jacob | 2006-02-15 | 1 | -20/+20 |
| * | - Don't shift the clock frequency in MHz left by 8 before assigning it | Marius Strobl | 2006-02-03 | 1 | -11/+7 |
| * | First of several commits as this driver is dusted off and maybe brought | Matt Jacob | 2006-01-23 | 1 | -1/+2 |
| * | - Introduce an ofw_bus kobj-interface for retrieving the OFW node and a | Marius Strobl | 2004-08-12 | 1 | -5/+6 |
| * | Add missing <sys/module.h> includes currently relying on nested include | Poul-Henning Kamp | 2004-06-03 | 1 | -0/+1 |
| * | Correct the boundary parameter to the bus_dma_tag_create() calls (it was | Thomas Moestl | 2004-03-23 | 1 | -2/+2 |
| * | Convert callers to the new bus_alloc_resource_any(9) API. | Nate Lawson | 2004-03-17 | 1 | -3/+3 |