mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2010-05-14 Joel Sherrill <joel.sherrilL@OARcorp.com>
* rtl8019/rtl8019.c: Fix typo.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2010-05-14 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* rtl8019/rtl8019.c: Fix typo.
|
||||
|
||||
2010-05-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* rtl8019/rtl8019.c: Fixed interrupt handler.
|
||||
|
||||
@@ -494,7 +494,7 @@ ne_init_irq_handler(struct ne_softc *sc)
|
||||
irq.isOn = ne_interrupt_is_on;
|
||||
|
||||
if (!BSP_install_rtems_irq_handler (&irq))
|
||||
rtems_panic ("Can't attach NE interrupt handler for irq %d\n", irno);
|
||||
rtems_panic ("Can't attach NE interrupt handler for irq %d\n", sc->irno);
|
||||
}
|
||||
|
||||
/* The NE2000 packet receive daemon. This task is started when the
|
||||
|
||||
Reference in New Issue
Block a user