 |
Index for Section 9 |
|
 |
Alphabetical listing for V |
|
 |
Bottom of page |
|
vme_handler_info(9s)
NAME
vme_handler_info - VMEbus: Contains interrupt handler information for
device controllers connected to the VMEbus
SYNOPSIS
________________________________________
Member Name Data Type
________________________________________
gen_intr_info struct handler_intr_info
vec unsigned int
irq int
________________________________________
MEMBERS
gen_intr_info
Specifies a handler_intr_info data structure. The handler_intr_info
data structure contains interrupt handler information for device
controllers connected to a bus. This generic data structure makes
device drivers more portable across different buses because it contains
all of the necessary information to add an interrupt handler for any
bus.
vec Specifies a VMEbus interrupt vector.
irq Specifies a VMEbus interrupt request (IRQ) level.
DESCRIPTION
The vme_handler_info data structure contains interrupt handler information
for device controllers connected to a VMEbus. This data structure uses the
generic handler_intr_info data structure that contains all of the necessary
information to add an interrupt handler for any bus. It also contains some
VMEbus-specific members.
FILES
</usr/sys/include/io/dec/vme/vbareg.h>
SEE ALSO
Data Structures: handler_intr_info(9s)
 |
Index for Section 9 |
|
 |
Alphabetical listing for V |
|
 |
Top of page |
|