cm_intr_detach(D3) cm_intr_detach(D3)
NAME
cm_intr_detach - detach device interrupts
SYNOPSIS
#include <sys/confmgr.h>
#include <sys/ddi.h>
void cm_intr_detach(void *intr_cookie);
Arguments
intr_cookie a "magic cookie" used to refer to the interrupts
to be detached. This must be a value returned
from a previous call to cm_intr_attach(D3).
DESCRIPTION
cm_intr_detach is used to detach an interrupt handler referred
to by intr_cookie. The interrupt will be detached and any
system resources consumed by it will be freed.
Return Values
None
USAGE
Level
Initialization or Base.
Synchronization Constraints
Does not sleep.
Driver-defined basic locks, read/write locks, and sleep locks
may be held across calls to this function.
REFERENCES
cm_intr_attach(D3)
NOTICES
Portability
All processors
Applicability
ddi: 6, 6mp, 7, 7mp
Copyright 1994 Novell, Inc. Page 1