aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isp/isp_inline.h
Commit message (Collapse)AuthorAgeFilesLines
* Add a isp_getrqentry inline function (that is, find the next availableMatt Jacob1999-11-211-0/+24
| | | | | | | request queue entry if any are left). Notes: svn path=/head/; revision=53488
* Add a file where inline functions for the Qlogic isp cards can go. This reducesMatt Jacob1999-10-171-0/+220
duplication in all the platform specific header files. Notes: svn path=/head/; revision=52342