Giorgos Keramidas 4f867c2d17 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
2005-09-15 17:51:39 +00:00
..
2005-09-11 18:39:03 +00:00
2005-09-13 19:28:03 +00:00
2005-09-11 18:39:03 +00:00
2005-09-08 14:13:36 +00:00
2005-07-29 00:20:50 +00:00
2005-08-21 09:52:18 +00:00
2005-08-29 20:06:02 +00:00
2005-08-10 03:56:31 +00:00
2005-09-13 19:54:14 +00:00