summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2015-03-13 21:01:25 +0000
committermav <mav@FreeBSD.org>2015-03-13 21:01:25 +0000
commit48507f436f07a9515c6d7108509a50dd4fd403b2 (patch)
tree1adfee182b57bfda3e903aea3f0c8251ab201236 /usr.sbin
parent358865b66d5cc871fc7d32131b311ff0cbb66130 (diff)
downloadFreeBSD-src-48507f436f07a9515c6d7108509a50dd4fd403b2.zip
FreeBSD-src-48507f436f07a9515c6d7108509a50dd4fd403b2.tar.gz
Remove incorrect SERR register setting.
At this point we have nothing to report through that register. MFC after: 2 weeks
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 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