summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp/isp_sbus.c
Commit message (Expand)AuthorAgeFilesLines
* - 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