K 10 svn:author V 6 scottl K 8 svn:date V 27 2006-05-03T04:14:17.000000Z K 7 svn:log V 337 Allow bus_dmamap_load() to pass ENOMEM back to the caller. This puts it into conformance with the mbuf and uio load routines. ENOMEM can only happen with BUS_DMA_NOWAIT is passed in, thus the deferals are disabled. I don't like doing this, but fixing this fixes assumptions in other important drivers, which is a net benefit for now. END