Virtual Devices (3.1) (vdag31qh.hlp) (Table of Contents; Topic list)
VPICD_Phys_EOI
                                                     Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
include vpicd.inc
 
mov     eax, IRQHand        ; IRQ handle
VxDcall VPICD_Phys_EOI
 
The VPICD_Phys_EOI service ends a physical interrupt, and allows further
hardware interrupts from the specified IRQ.
 
Parameter  Description
────────────────────────────────────────────────────────────────────────────
 
IRQHand    Specifies the handle identifying the IRQ.
 
Return Value
 
This service has no return value.
 
Comments
 
An interrupt that is physically in service will not suppress interrupts to
lower priority IRQs since VPICD does not prioritize hardware interrupts.
Therefore, it is acceptable for an interrupt to be physically in service for
any arbitrary length of time.
 
Uses
 
Flags
 
                                      ♦