summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/bhyve/pci_ahci.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/bhyve/pci_ahci.c b/usr.sbin/bhyve/pci_ahci.c
index 8d9786f..3687ad9 100644
--- a/usr.sbin/bhyve/pci_ahci.c
+++ b/usr.sbin/bhyve/pci_ahci.c
@@ -1682,8 +1682,6 @@ ata_ioreq_cb(struct blockif_req *br, int err)
tfd = ATA_S_READY | ATA_S_DSC;
} else {
tfd = (ATA_E_ABORT << 8) | ATA_S_READY | ATA_S_ERROR;
- if (ncq)
- p->serr |= (1 << slot);
}
if (ncq) {
OpenPOWER on IntegriCloud