K 10 svn:author V 3 jhb K 8 svn:date V 27 2012-10-15T16:09:59.128652Z K 7 svn:log V 528 Add locking to the aic(4) driver and mark it MPSAFE. - Move 'free_scbs' into the softc rather than having it be a global list and convert it to an SLIST instead of a hand-rolled linked-list. - Use device_printf() and device_get_unit() instead of storing the unit number in the softc. - Remove use of explicit bus space handles and tags. - Don't call device_set_desc() in the pccard attach routine, instead set a default description during the pccard probe if the matching product doesn't have a name. Tested by: no one END