summaryrefslogtreecommitdiff
path: root/usr/src
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src')
-rw-r--r--usr/src/uts/sun4/io/px/px_dma.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/usr/src/uts/sun4/io/px/px_dma.c b/usr/src/uts/sun4/io/px/px_dma.c
index 4a2cdeb607..b6fefa1d62 100644
--- a/usr/src/uts/sun4/io/px/px_dma.c
+++ b/usr/src/uts/sun4/io/px/px_dma.c
@@ -105,6 +105,13 @@ px_dma_allocmp(dev_info_t *dip, dev_info_t *rdip, int (*waitfp)(caddr_t),
mp->dmai_fault = 0;
mp->dmai_fault_check = NULL;
mp->dmai_fault_notify = NULL;
+
+ mp->dmai_error.err_ena = 0;
+ mp->dmai_error.err_status = DDI_FM_OK;
+ mp->dmai_error.err_expected = DDI_FM_ERR_UNEXPECTED;
+ mp->dmai_error.err_ontrap = NULL;
+ mp->dmai_error.err_fep = NULL;
+
return (mp);
}