remove obsolete debug message
This commit is contained in:
parent
31949d82d1
commit
29ac8511c7
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue