summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2015-03-27 08:46:12 +0000
committermav <mav@FreeBSD.org>2015-03-27 08:46:12 +0000
commite0d0bd28e8a92815d24a5882ae760f11d64824f0 (patch)
tree6cca5f491ac67fcb61afe36e4910914e79462e0f /usr.sbin
parent0bcdb239fd888fc3974d7920aaa015137b280cd7 (diff)
downloadFreeBSD-src-e0d0bd28e8a92815d24a5882ae760f11d64824f0.zip
FreeBSD-src-e0d0bd28e8a92815d24a5882ae760f11d64824f0.tar.gz
MFC r279968: Remove incorrect SERR register setting.
At this point we have nothing to report through that register.
Diffstat (limited to 'usr.sbin')
-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 8b65510..e50eff7 100644
--- a/usr.sbin/bhyve/pci_ahci.c
+++ b/usr.sbin/bhyve/pci_ahci.c
@@ -1683,8 +1683,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