summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/os/devcfg.c
diff options
context:
space:
mode:
authorgovinda <none@none>2005-10-13 17:45:09 -0700
committergovinda <none@none>2005-10-13 17:45:09 -0700
commita195726fa33097e56cf1c25c31feddb827e140f0 (patch)
tree0d8a7063eb794f6d3697cb8cae5649c1363118a0 /usr/src/uts/common/os/devcfg.c
parent68ae3684389dbd334e0466478c9785b743f0b99b (diff)
downloadillumos-joyent-a195726fa33097e56cf1c25c31feddb827e140f0.tar.gz
PSARC/2005/561 Obsolete DDI Interrupt Interfaces
6330182 Implement PSARC/2005/561 changes 6255855 ddi_intr_get_nintrs() returns DDI_SUCCESS for type = -1 6255872 ddi_intr_get_cap() returns 0 for capability structure 6256554 process_intr_ops() should check for pdip value 6280180 memory leaks in ddi_add_intr /ddi_intr_alloc 6320326 interrupt state should not be touched during interrupt re-routing 6320368 default px driver configuration should be MSIX 6320374 px driver should call ndi_ra_alloc() with proper arguments 6323264 px_err_reg_disable() access fire regsiters with incorrect csrbase 6328321 update sparc.fdbg for new DDI interrupt data structures --HG-- rename : usr/src/uts/common/sys/nexusintr.h => deleted_files/usr/src/uts/common/sys/nexusintr.h rename : usr/src/uts/sun4/sys/nexusintr_impl.h => deleted_files/usr/src/uts/sun4/sys/nexusintr_impl.h
Diffstat (limited to 'usr/src/uts/common/os/devcfg.c')
-rw-r--r--usr/src/uts/common/os/devcfg.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/usr/src/uts/common/os/devcfg.c b/usr/src/uts/common/os/devcfg.c
index ba29a2e6d1..c11cbcdf86 100644
--- a/usr/src/uts/common/os/devcfg.c
+++ b/usr/src/uts/common/os/devcfg.c
@@ -337,9 +337,6 @@ i_ddi_free_node(dev_info_t *dip)
ASSERT(devi->devi_node_state == DS_PROTO);
ASSERT(devi->devi_child == NULL);
- if (devi->devi_intr_p)
- i_ddi_intr_devi_fini((dev_info_t *)devi);
-
/* free devi_addr_buf allocated by ddi_set_name_addr() */
if (devi->devi_addr_buf)
kmem_free(devi->devi_addr_buf, 2 * MAXNAMELEN);