summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_bus_dma.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug introduced in r291716:cperciva2016-01-111-24/+2
* Add asynchronous command support to the pass(4) driver, and the newken2015-12-031-15/+54
* Add bus_dmamap_load_ma() function to load map with the array ofkib2013-10-271-8/+17
* Move an assertion to the right spot; only bus_dmamap_load_mbuf(9)marius2013-06-011-2/+2
* Some compilers issue a warning when wider integer is casted to narrowkib2013-04-161-2/+2
* Add support for XPT_CONT_TARGET_IO CCBs in _bus_dmamap_load_ccb().ken2013-04-021-4/+17
* Add bus_dmamap_load_bio for non-CAM disk drivers that wish to enablejimharris2013-03-291-0/+39
* Add CTR5() to bus_dmamap_load_ccb, similar to other bus_dmamap_load_*jimharris2013-03-291-0/+4
* Do not add 1 to nsegs before passing to CTR5(), since nsegsjimharris2013-03-291-3/+3
* Pass correct parameter to CTR5() in bus_dmamap_load_uio.jimharris2013-03-291-1/+1
* deferal -> deferraljimharris2013-03-271-3/+3
* Implement the concept of the unmapped VMIO buffers, i.e. buffers whichkib2013-03-191-3/+20
* Reform the busdma API so that new types may be added without modifyingkib2013-02-121-0/+460
OpenPOWER on IntegriCloud