aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isp/isp_sbus.c
Commit message (Expand)AuthorAgeFilesLines
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Unify initiator and target DMA setup and command sending.Alexander Motin2017-03-241-18/+17
* Remove another remnants left after r246713.Alexander Motin2017-03-211-2/+0
* Remove some dead code left after r246713.Alexander Motin2017-03-211-6/+1
* Clean/unify some macro usage.Alexander Motin2017-03-211-10/+13
* Add initial support for multiple MSI-X vectors.Alexander Motin2017-03-191-11/+11
* Refactor interrupt handling.Alexander Motin2017-03-151-12/+20
* Improvements around attach, reset and detach.Alexander Motin2017-03-141-82/+72
* Remove NULL checks after M_WAITOK allocations from isp(4).Edward Tomasz Napierala2016-05-151-11/+0
* Split DMA buffers for request, response and ATIO queues.Alexander Motin2015-12-271-51/+69
* Make 16Gig chips to use new queue pointer registers.Alexander Motin2015-12-041-9/+7
* Remove "disable" hint, which duplicates system-wide "disabled".Alexander Motin2015-11-231-13/+0
* Rip off target mode support for parallel SCSI QLogic adapters.Alexander Motin2015-11-231-1/+2
* Formalize/unify chip (re-)inits.Alexander Motin2015-10-251-6/+1
* Missed addition for r289812.Alexander Motin2015-10-231-1/+1
* Some polishing and unification in ISR code.Alexander Motin2015-10-231-4/+3
* Reform the busdma API so that new types may be added without modifyingKonstantin Belousov2013-02-121-39/+11
* Don't allow for more than one segment for the control space sinceMatt Jacob2012-11-021-3/+2
* Remove dependence on MAXPHYS.Matt Jacob2012-08-211-1/+1
* Add detach logic to SBus variant.Matt Jacob2012-08-041-33/+59
* Grr.!$()!$$ I missed checking this in even though I *did* runMatt Jacob2012-07-291-1/+1
* Adding missing dependancies for loading hptiop(4), hptmv(4) and isp(4) as mod...Eitan Adler2012-06-011-0/+2
* - Use the correct DMA tag/map pair for synchronize the FC scratch area.Marius Strobl2011-02-141-2/+2
* On sparc64 obtain the initiator ID from the Open Firmware device treeMarius Strobl2010-05-031-5/+3
* Put gone device timer into a structure tag that can hold more than 32 seconds...Matt Jacob2010-03-171-1/+1
* Redo how commands handles are created and managed and implement sequenceMatt Jacob2010-02-031-2/+6
* Unbreak SBus cards which have been broken (apparently) for a while.Matt Jacob2009-11-021-18/+8
* Add 8Gb support (isp_2500). Fix a fair number of configuration andMatt Jacob2009-08-011-177/+71
* Add missing locking for SBus controllers.Scott Long2007-11-051-0/+5
* Bad merge.Matt Jacob2007-05-111-1/+1
* Fix pointy-hat problem with BUS_DMA_ROOTARG macro that caused problems for sp...Matt Jacob2007-05-111-2/+2
* Make this an MP safe driver but also still be multi-release.Matt Jacob2007-05-051-81/+46
* Temporarily desupport simultaneous target and initiator mode.Matt Jacob2007-04-021-3/+5
* Don't derference a pointer before setting it.Matt Jacob2007-03-281-2/+2
* Move bus_space_tag and bus_space_handle register accessMatt Jacob2007-03-131-8/+6
* Redo previous newbus related change to be kinder toMatt Jacob2007-02-231-1/+1
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Clean up some of the various platform and release specific dma tagMatt Jacob2007-01-231-22/+4
* Change the remainder of the drivers for DMA'ing devices enabled in theMarius Strobl2007-01-211-2/+14
* Implement ISP_RESET0 for PCI and SBUS attachments- isp_reset hasMatt Jacob2006-12-161-1/+8
* Remove dependency on ispfw and firmware as modules.Matt Jacob2006-12-101-3/+1
* Add 4Gb (24XX) support and lay the foundation for a lot of new stuff.Matt Jacob2006-11-021-56/+47
* More ispfwfunc definitions funnies which break pre-7.0 builds.Matt Jacob2006-09-011-1/+0
* Some rearrangement of headers to minimize diffs with outside ofMatt Jacob2006-07-161-3/+4
* Convert isp(4) and ispfw(4) to use firmware(9) to manage firmwareMatt Jacob2006-07-091-2/+22
* Some more gratuitous format and name changes.Matt Jacob2006-04-211-23/+23
* a) clean up some declaration stuff (i.e., make more modern with respectMatt Jacob2006-02-151-20/+20
* - Don't shift the clock frequency in MHz left by 8 before assigning itMarius Strobl2006-02-031-11/+7
* First of several commits as this driver is dusted off and maybe broughtMatt Jacob2006-01-231-1/+2
* - Introduce an ofw_bus kobj-interface for retrieving the OFW node and aMarius Strobl2004-08-121-5/+6