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


  

Interrupt Acknowledge Cycles

Mac OS does not use interrupt acknowledge cycles, but the Macintosh software supports their generation in case some PCI bus chips require them. If a driver needs interrupt acknowledge transactions to control its PCI device, it can use a programming interface that invokes an interrupt acknowledge (read) cycle on the PCI bus. The data returned will be the device's response, traditionally an Intel-style interrupt vector number. The programming interface for interrupt acknowledge cycles is described in Interrupt Acknowledge Cycle Generation.


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