K 10 svn:author V 6 marcel K 8 svn:date V 27 2005-05-25T07:25:12.000000Z K 7 svn:log V 385 For ISA DMA maps, the chipsets scatter/gather feature is used. As such, the segments pointer in the DMA tag will always be NULL. In bus_dmamap_load(), temporarily point the segments pointer in the DMA tag to a local variable so that we don't dereference a NULL pointer. Reset the segments pointer to NULL after calling the callback function with it. PR: alpha/30486 MFC after: 1 week END