summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/pci/schizo.c
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2010-09-09 20:26:30 +0000
committerjhb <jhb@FreeBSD.org>2010-09-09 20:26:30 +0000
commitab70899cdee4b0ebe4144f0eb52718553e199387 (patch)
tree964254b1bbd39d28d7a5c1b640444d2a4ad3583f /sys/sparc64/pci/schizo.c
parentd7dd2333f7ef722e5043b7f2237605b261cf0f31 (diff)
downloadFreeBSD-src-ab70899cdee4b0ebe4144f0eb52718553e199387.zip
FreeBSD-src-ab70899cdee4b0ebe4144f0eb52718553e199387.tar.gz
Catch up to rename of the constant for the Master Data Parity Error bit in
the PCI status register. Pointed out by: mdf Pointy hat to: jhb
Diffstat (limited to 'sys/sparc64/pci/schizo.c')
-rw-r--r--sys/sparc64/pci/schizo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sparc64/pci/schizo.c b/sys/sparc64/pci/schizo.c
index ae0d9a0..f346667 100644
--- a/sys/sparc64/pci/schizo.c
+++ b/sys/sparc64/pci/schizo.c
@@ -849,7 +849,7 @@ schizo_pci_bus(void *arg)
fatal = 1;
if ((status & (PCIM_STATUS_PERR | PCIM_STATUS_SERR |
PCIM_STATUS_RMABORT | PCIM_STATUS_RTABORT |
- PCIM_STATUS_PERRREPORT)) != 0 ||
+ PCIM_STATUS_MDPERR)) != 0 ||
(csr & (SCZ_PCI_CTRL_BUS_UNUS | TOM_PCI_CTRL_DTO_ERR |
STX_PCI_CTRL_TTO_ERR | STX_PCI_CTRL_RTRY_ERR |
SCZ_PCI_CTRL_SBH_ERR | STX_PCI_CTRL_SERR)) != 0 ||
OpenPOWER on IntegriCloud