Fix ATAPI breakage introduced by r223443. It made SCSI commands to ATAPI

device to never complete, that caused probe process (system boot) stuck.
This commit is contained in:
Alexander Motin 2011-06-23 15:10:44 +00:00
parent dc6ebb1bca
commit ee2b236b98

View File

@ -1678,7 +1678,8 @@ ata_action(union ccb *start_ccb)
xpt_done(start_ccb);
break;
}
/* FALLTHROUGH */
xpt_action_default(start_ccb);
break;
}
case XPT_DEV_ADVINFO:
{