forked from Imagelibrary/rtems
2009-01-05 Joel Sherrill <joel.sherrill@oarcorp.com>
* libchip/serial/ns16550.c: Turn on ns16550_process() for BSP_FEATURE_IRQ_LEGACY case also.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2009-01-05 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
|
* libchip/serial/ns16550.c: Turn on ns16550_process() for
|
||||||
|
BSP_FEATURE_IRQ_LEGACY case also.
|
||||||
|
|
||||||
2008-11-23 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
2008-11-23 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||||
|
|
||||||
* libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: Removed high
|
* libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: Removed high
|
||||||
|
|||||||
@@ -447,7 +447,7 @@ NS16550_STATIC int ns16550_set_attributes(
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined(BSP_FEATURE_IRQ_EXTENSION)
|
#if defined(BSP_FEATURE_IRQ_EXTENSION) || defined(BSP_FEATURE_IRQ_LEGACY)
|
||||||
/*
|
/*
|
||||||
* ns16550_process
|
* ns16550_process
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user