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