PATH 
ADC Home > Documentation > Hardware > Device Managers and Drivers > PCI Card Services > Designing PCI Cards and Drivers for Power Macintosh Computers


  

Interrupt Acknowledge Cycle Generation

The routines described in this section generate interrupt acknowledge cycles on the PCI bus. All interrupt acknowledge routines use the type RegEntryIDPtr to identify device nodes in the device tree, as described in Name Registry Using RegEntryIDPtr lets the system software and the PCI bridge generate the correct PCI interrupt acknowledge cycle for the target device.

Note

Mac OS does not use PCI interrupt acknowledge cycles. The functionality is provided so that if a PCI device needs an interrupt acknowledge cycle the driver has a way to create the required cycle on the PCI bus.

Interrupt acknowledge cycles for PCI are always read actions. The target node chosen for the functions described in this section should be the single node in the system capable of responding to interrupt acknowledge cycles.

ExpMgrInterruptAcknowledgeReadByte

ExpMgrInterruptAcknowledgeReadWord

ExpMgrInterruptAcknowledgeReadLong


© 1999 Apple Computer, Inc. – (Last Updated 26 March 99)