summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/ndifm.h
diff options
context:
space:
mode:
authorstephh <none@none>2006-11-22 13:57:56 -0800
committerstephh <none@none>2006-11-22 13:57:56 -0800
commit8aec91825357bbeaf2ab5d30fc97fe5051a6b8dd (patch)
tree4b52cd946a21a2787fe697865f79b9d29f3ed6eb /usr/src/uts/common/sys/ndifm.h
parent49e3519a3f3d730d3bd8870c05aaed24d89cf272 (diff)
downloadillumos-joyent-8aec91825357bbeaf2ab5d30fc97fe5051a6b8dd.tar.gz
PSARC/2006/646 Extension to ddi_fm_error_t
6193493 fail all handles for a device where we know the failing device but not the individual handle 6421886 should ignore header logs for ptlp/ecrc on switches 6422933 pci_bdg_error_report() should look up handle in either dma or acc handle cache - not both 6434201 fmd_eventq does not re-queue an event with lowest hrt to head of queue 6446828 io.pci.nr ereports shouldn't be generated during cautious accesses 6457970 fma code should stop masking advisory nonfatal support 6457992 sec-ude doesn't seem to work as expected on the PLX bridge card 6491762 bdf for completions originating from behind pciex-pci bridge not as expected by eversholt rules 6491773 need to relax some pciex eversholt rules for non-posted accesses 6492223 panic during ddi_peek on x86 6494431 mask bits in pcie-pci bridge sue mask register are not being cleared 6494939 itree create time should fully evaluate "and" and "or" constraints
Diffstat (limited to 'usr/src/uts/common/sys/ndifm.h')
-rw-r--r--usr/src/uts/common/sys/ndifm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/uts/common/sys/ndifm.h b/usr/src/uts/common/sys/ndifm.h
index 2ed2e2a7cf..bc94e8f79f 100644
--- a/usr/src/uts/common/sys/ndifm.h
+++ b/usr/src/uts/common/sys/ndifm.h
@@ -68,6 +68,7 @@ extern int ndi_fmc_error(dev_info_t *, dev_info_t *, int, uint64_t,
const void *);
extern int ndi_fmc_entry_error(dev_info_t *, int, ddi_fm_error_t *,
const void *);
+extern int ndi_fmc_entry_error_all(dev_info_t *, int, ddi_fm_error_t *);
extern int ndi_fm_handler_dispatch(dev_info_t *, dev_info_t *,
const ddi_fm_error_t *);