X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Fsrc%2Fgeekos%2Fne2k.c;h=bebca550f15b66156fcbcba343c341fff6ca0d79;hp=453781a7b895cba8c0209bfc5957b3ec96563ded;hb=eb7dda8d4a92a2e8d0c8f867c65317d756ca6c11;hpb=a1e11b02345601df1b136787ccbdb213c77bea32 diff --git a/palacios/src/geekos/ne2k.c b/palacios/src/geekos/ne2k.c index 453781a..bebca55 100644 --- a/palacios/src/geekos/ne2k.c +++ b/palacios/src/geekos/ne2k.c @@ -37,6 +37,7 @@ static void Dump_Registers() static void NE2K_Interrupt_Handler(struct Interrupt_State * state) { + Begin_IRQ(state); PrintBoth("NIC Interrupt Occured!\n"); uchar_t isr_content = In_Byte(NE2K_ISR);