K 10 svn:author V 8 keramida K 8 svn:date V 27 2005-09-22T12:46:01.000000Z K 7 svn:log V 427 MFC 1.167: panic on attach failure... % 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 Approved by: re (kensmith) END