summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp/isp_sbus.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* s=include <ofw/=include <dev/ofw/= to reflect removal of -I$S/devimp2003-08-231-1/+1
* Mega busdma API commit.scottl2003-07-011-2/+4
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* Redo dma tag creation to correctly reflect the boundary and segmentmjacob2002-09-231-8/+7
* Frequency default should be '25' for 25MHz, not 25000000.mjacob2002-07-251-7/+23
* Make sure that if are in fact using 'full SMP', make the interruptmjacob2002-07-251-6/+9
* Remove a couple of debugging lines.mjacob2002-07-111-7/+0
* 'Support' for ISP SBus cards.mjacob2002-07-111-0/+841
OpenPOWER on IntegriCloud