Log an error message when bus_dmamap_load() fails to load the
buffer to DMA area and invokes the callback function with an
error.
This makes it much easier to figure out what is going wrong and why a read/write command failed.
It is hard to abort the I/O operation at aacraid DMA callback and propagate the error to upper layers, but at least we can log the error and help whoever is trying to debug an issue.