forked from Imagelibrary/rtems
2007-09-13 Daniel Hellstrom <daniel@gaisler.com>
* libchip/network/smc91111.c: Eliminate a stray DEBUG_puts().
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2007-09-13 Daniel Hellstrom <daniel@gaisler.com>
|
||||
|
||||
* libchip/network/smc91111.c: Eliminate a stray DEBUG_puts().
|
||||
|
||||
2007-09-12 Daniel Hellstrom <daniel@gaisler.com>
|
||||
|
||||
* libchip/network/smc91111.c, libchip/network/smc91111.h: Multiple fixes.
|
||||
|
||||
@@ -118,7 +118,6 @@ rtems_isr lan91cxx_interrupt_handler(rtems_vector_number v)
|
||||
} else {
|
||||
|
||||
if (event & LAN91CXX_INTERRUPT_TX_SET) {
|
||||
DEBUG_puts("#tx error\n");
|
||||
db_printf("#*tx irq\n");
|
||||
lan91cxx_finish_sent(cpd);
|
||||
put_reg(cpd, LAN91CXX_INTERRUPT,
|
||||
|
||||
Reference in New Issue
Block a user