Deleted Added
full compact
31c31
< __FBSDID("$FreeBSD: head/sys/dev/twa/tw_osl_freebsd.c 232669 2012-03-07 18:53:56Z jhb $");
---
> __FBSDID("$FreeBSD: head/sys/dev/twa/tw_osl_freebsd.c 246713 2013-02-12 16:57:20Z kib $");
1475a1476,1479
> } else if (req->flags & TW_OSLI_REQ_FLAGS_CCB) {
> error = bus_dmamap_load_ccb(sc->dma_tag, req->dma_map,
> req->data, twa_map_load_data_callback, req,
> BUS_DMA_WAITOK);