From 8aec91825357bbeaf2ab5d30fc97fe5051a6b8dd Mon Sep 17 00:00:00 2001 From: stephh Date: Wed, 22 Nov 2006 13:57:56 -0800 Subject: 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 --- usr/src/uts/common/sys/ndifm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'usr/src/uts/common/sys/ndifm.h') 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 *); -- cgit v1.2.3