Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 67 of file ioapic.c.
{ if (irq < 16) { PUCHAR port = (PUCHAR)(0x4d0 + (irq >> 3)); return (READ_PORT_UCHAR(port) >> (irq & 7)) & 1; } DPRINT("Broken MPtable reports ISA irq %d\n", irq); return 0; }