mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
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:
parent
dc6ebb1bca
commit
ee2b236b98
1 changed files with 2 additions and 1 deletions
|
|
@ -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:
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue