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:
Joel Sherrill
2009-01-05 19:49:23 +00:00
parent cb1b406037
commit a26d51590a
2 changed files with 9 additions and 4 deletions

View File

@@ -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

View File

@@ -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
* *