Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add bus_dmamap_load_ma() function to load map with the array of | kib | 2013-10-27 | 1 | -8/+17 |
* | Move an assertion to the right spot; only bus_dmamap_load_mbuf(9) | marius | 2013-06-01 | 1 | -2/+2 |
* | Some compilers issue a warning when wider integer is casted to narrow | kib | 2013-04-16 | 1 | -2/+2 |
* | Add support for XPT_CONT_TARGET_IO CCBs in _bus_dmamap_load_ccb(). | ken | 2013-04-02 | 1 | -4/+17 |
* | Add bus_dmamap_load_bio for non-CAM disk drivers that wish to enable | jimharris | 2013-03-29 | 1 | -0/+39 |
* | Add CTR5() to bus_dmamap_load_ccb, similar to other bus_dmamap_load_* | jimharris | 2013-03-29 | 1 | -0/+4 |
* | Do not add 1 to nsegs before passing to CTR5(), since nsegs | jimharris | 2013-03-29 | 1 | -3/+3 |
* | Pass correct parameter to CTR5() in bus_dmamap_load_uio. | jimharris | 2013-03-29 | 1 | -1/+1 |
* | deferal -> deferral | jimharris | 2013-03-27 | 1 | -3/+3 |
* | Implement the concept of the unmapped VMIO buffers, i.e. buffers which | kib | 2013-03-19 | 1 | -3/+20 |
* | Reform the busdma API so that new types may be added without modifying | kib | 2013-02-12 | 1 | -0/+460 |