K 10 svn:author V 3 jhb K 8 svn:date V 27 2014-06-09T18:15:05.548931Z K 7 svn:log V 327 Make the hpt27xx(4) driver MPSAFE. - Use the existing vbus locks instead of Giant for the CAM sim lock. - Use callout(9) instead of timeout(9). - Mark the interrupt handler as MPSAFE. - Don't attempt to pass data in the softc from probe() to attach(). Reviewed by: Steve Chang Assisted by: delphij END