Removed an #if 0'd block from scsi_x54x.c.
This commit is contained in:
@@ -1148,14 +1148,7 @@ x54x_mbo_process(x54x_t *dev)
|
|||||||
} */
|
} */
|
||||||
|
|
||||||
if ((mb32.u.out.ActionCode == MBO_START) || (!dev->MailboxIsBIOS && (mb32.u.out.ActionCode == MBO_ABORT))) {
|
if ((mb32.u.out.ActionCode == MBO_START) || (!dev->MailboxIsBIOS && (mb32.u.out.ActionCode == MBO_ABORT))) {
|
||||||
/* We got the mailbox, mark it as free in the guest. */
|
/* We got the mailbox, decrease the number of pending requests. */
|
||||||
#if 0
|
|
||||||
x54x_add_to_period(dev, 1);
|
|
||||||
|
|
||||||
if (dev->ToRaise)
|
|
||||||
raise_irq(dev, 0, dev->ToRaise);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
if (dev->MailboxIsBIOS)
|
if (dev->MailboxIsBIOS)
|
||||||
dev->BIOSMailboxReq--;
|
dev->BIOSMailboxReq--;
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user