K 10 svn:author V 3 imp K 8 svn:date V 27 2014-08-22T13:15:59.860357Z K 7 svn:log V 317 We should never enter the PROBE_SETAN phase if we're not ATAPI, since that's ATAPI specific. Instead, skip to PROBE_SET_MULTI instead for non ATAPI protocols. The prior code incorrectly terminated the probe with a break, rather than arranging for probedone to get called. This caused panics or worse on some systems. END