Intel Ethernet i217: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content deleted Content added
m →‎Manuals: "Fix" broken link
Line 638: Line 638:
if ( p_interruptContext->getInteruptNumber() == pciConfigHeader->getIntLine()+IRQ0)
if ( p_interruptContext->getInteruptNumber() == pciConfigHeader->getIntLine()+IRQ0)
{
{
//This might be needed here if your handler doesn't clear interrupts from each device
writeCommand(REG_IMASK, 0x1);
uint32_t status = readCommand(0xc0);
uint32_t status = readCommand(0xc0);
if(status & 0x04)
if(status & 0x04)
Line 718: Line 721:


</source>
</source>



== Summary and Wrap Up ==
== Summary and Wrap Up ==