K 10 svn:author V 8 keramida K 8 svn:date V 27 2005-09-15T17:51:39.000000Z K 7 svn:log V 338 When bus_alloc_resource_any() fails, dc_detach() is called and it attempts to deallocate busdma tags and resources that haven't been allocated yet, causing a panic every time a dc interface fails to attach. Fix by checking that we really have something to dealloc before calling bus_dma*() functions. Approved by: jhb MFC after: 1 week END