aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isp/isp_sbus.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvscvs2svn2008-02-241-1/+1
* MFC: 1.36Marius Strobl2008-01-271-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
* Add missing <sys/module.h> includes currently relying on nested includePoul-Henning Kamp2004-06-031-0/+1
* Correct the boundary parameter to the bus_dma_tag_create() calls (it wasThomas Moestl2004-03-231-2/+2
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-3/+3
* Move the inclusion of <machine/ofw_machdep.h> after the inclusion ofMarcel Moolenaar2003-09-021-1/+1
* Use __FBSDID().David E. O'Brien2003-08-241-2/+3
* s=include <ofw/=include <dev/ofw/= to reflect removal of -I$S/devWarner Losh2003-08-231-1/+1
* Mega busdma API commit.Scott Long2003-07-011-2/+4
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-2/+2
* Redo dma tag creation to correctly reflect the boundary and segmentMatt Jacob2002-09-231-8/+7
* Frequency default should be '25' for 25MHz, not 25000000.Matt Jacob2002-07-251-7/+23
* Make sure that if are in fact using 'full SMP', make the interruptMatt Jacob2002-07-251-6/+9
* Remove a couple of debugging lines.Matt Jacob2002-07-111-7/+0
* 'Support' for ISP SBus cards.Matt Jacob2002-07-111-0/+841