K 10 svn:author V 3 jhb K 8 svn:date V 27 2007-01-04T20:28:17.000000Z K 7 svn:log V 373 - Use a regular mutex rather than a spin mutex. This driver doesn't need a spin mutex since it doesn't have an INTR_FAST interrupt handler. Beyond that the driver is still under Giant anyway. - Remove unneeded locking during attach across operations that can't be called with locks held (such as bus_dma_tag_create()). MFC after: 1 week Not objected to by: scottl END