summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp/isp_sbus.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r315579, r315670: Add initial support for multiple MSI-X vectors.mav2017-04-021-11/+11
* MFC r315307: Refactor interrupt handling.mav2017-03-291-12/+20
* MFC r315234: Improvements around attach, reset and detach.mav2017-03-281-82/+72
* Remove NULL checks after M_WAITOK allocations from isp(4).trasz2016-05-151-11/+0
* Split DMA buffers for request, response and ATIO queues.mav2015-12-271-51/+69
* Make 16Gig chips to use new queue pointer registers.mav2015-12-041-9/+7
* Remove "disable" hint, which duplicates system-wide "disabled".mav2015-11-231-13/+0
* Rip off target mode support for parallel SCSI QLogic adapters.mav2015-11-231-1/+2
* Formalize/unify chip (re-)inits.mav2015-10-251-6/+1
* Missed addition for r289812.mav2015-10-231-1/+1
* Some polishing and unification in ISR code.mav2015-10-231-4/+3
* Reform the busdma API so that new types may be added without modifyingkib2013-02-121-39/+11
* Don't allow for more than one segment for the control space sincemjacob2012-11-021-3/+2
* Remove dependence on MAXPHYS.mjacob2012-08-211-1/+1
* Add detach logic to SBus variant.mjacob2012-08-041-33/+59
* Grr.!$()!$$ I missed checking this in even though I *did* runmjacob2012-07-291-1/+1
* Adding missing dependancies for loading hptiop(4), hptmv(4) and isp(4) as mod...eadler2012-06-011-0/+2
* - Use the correct DMA tag/map pair for synchronize the FC scratch area.marius2011-02-141-2/+2
* On sparc64 obtain the initiator ID from the Open Firmware device treemarius2010-05-031-5/+3
* Put gone device timer into a structure tag that can hold more than 32 seconds...mjacob2010-03-171-1/+1
* Redo how commands handles are created and managed and implement sequencemjacob2010-02-031-2/+6
* Unbreak SBus cards which have been broken (apparently) for a while.mjacob2009-11-021-18/+8
* Add 8Gb support (isp_2500). Fix a fair number of configuration andmjacob2009-08-011-177/+71
* Add missing locking for SBus controllers.scottl2007-11-051-0/+5
* Bad merge.mjacob2007-05-111-1/+1
* Fix pointy-hat problem with BUS_DMA_ROOTARG macro that caused problems for sp...mjacob2007-05-111-2/+2
* Make this an MP safe driver but also still be multi-release.mjacob2007-05-051-81/+46
* Temporarily desupport simultaneous target and initiator mode.mjacob2007-04-021-3/+5
* Don't derference a pointer before setting it.mjacob2007-03-281-2/+2
* Move bus_space_tag and bus_space_handle register accessmjacob2007-03-131-8/+6
* Redo previous newbus related change to be kinder tomjacob2007-02-231-1/+1
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Clean up some of the various platform and release specific dma tagmjacob2007-01-231-22/+4
* Change the remainder of the drivers for DMA'ing devices enabled in themarius2007-01-211-2/+14
* Implement ISP_RESET0 for PCI and SBUS attachments- isp_reset hasmjacob2006-12-161-1/+8
* Remove dependency on ispfw and firmware as modules.mjacob2006-12-101-3/+1
* Add 4Gb (24XX) support and lay the foundation for a lot of new stuff.mjacob2006-11-021-56/+47
* More ispfwfunc definitions funnies which break pre-7.0 builds.mjacob2006-09-011-1/+0
* Some rearrangement of headers to minimize diffs with outside ofmjacob2006-07-161-3/+4
* Convert isp(4) and ispfw(4) to use firmware(9) to manage firmwaremjacob2006-07-091-2/+22
* Some more gratuitous format and name changes.mjacob2006-04-211-23/+23
* a) clean up some declaration stuff (i.e., make more modern with respectmjacob2006-02-151-20/+20
* - Don't shift the clock frequency in MHz left by 8 before assigning itmarius2006-02-031-11/+7
* First of several commits as this driver is dusted off and maybe broughtmjacob2006-01-231-1/+2
* - Introduce an ofw_bus kobj-interface for retrieving the OFW node and amarius2004-08-121-5/+6
* Add missing <sys/module.h> includes currently relying on nested includephk2004-06-031-0/+1
* Correct the boundary parameter to the bus_dma_tag_create() calls (it wastmm2004-03-231-2/+2
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-3/+3
* Move the inclusion of <machine/ofw_machdep.h> after the inclusion ofmarcel2003-09-021-1/+1
* Use __FBSDID().obrien2003-08-241-2/+3
OpenPOWER on IntegriCloud