remove obsolete debug message

This commit is contained in:
Stefan Lankes 2012-07-26 11:00:46 +02:00
parent 31949d82d1
commit 29ac8511c7

View file

@ -298,8 +298,6 @@ static void e1000if_handler(struct state* s)
// read the pending interrupt status
icr = e1000_read(e1000if->bar0, E1000_ICR);
kprintf("INT icr %u\n", icr);
// ignore tx success stuff
icr &= ~3;