Correct e1000 interrupt routine to enable on 1 disable on 0. duh.
commitbd2607305ca381abbe92431ff7410cbb040714be
authorMarty Connor <mdc@etherboot.org>
Thu, 13 Dec 2007 16:20:45 +0000 (13 11:20 -0500)
committerMarty Connor <mdc@etherboot.org>
Thu, 13 Dec 2007 16:20:45 +0000 (13 11:20 -0500)
treedd8cd077613f7eddaec6864431853bef9ed12c91
parent1a867bfb3949ff4131834cddd491428a056b63ce
Correct e1000 interrupt routine to enable on 1 disable on 0. duh.

The e1000_irq() routine should (per mcb30) do enable on non-zero,
disable on zero.  This is not consistent in all drivers, so I'll
wait to update it when doing a global sweep.
src/drivers/net/e1000/e1000.c