forked from Imagelibrary/rtems
2009-05-06 Joel Sherrill <joel.sherrill@oarcorp.com>
* console/console.c, console/inch.c, ide/ide.c: Fixed warnings.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2009-05-06 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
|
* console/console.c, console/inch.c, ide/ide.c: Fixed warnings.
|
||||||
|
|
||||||
2009-04-28 Chris Johns <chrisj@rtems.org>
|
2009-04-28 Chris Johns <chrisj@rtems.org>
|
||||||
|
|
||||||
* Makefile.am: Add bspcmdline.c.
|
* Makefile.am: Add bspcmdline.c.
|
||||||
|
|||||||
@@ -39,6 +39,7 @@
|
|||||||
#include <bsp/irq.h>
|
#include <bsp/irq.h>
|
||||||
#include <rtems/libio.h>
|
#include <rtems/libio.h>
|
||||||
#include <termios.h>
|
#include <termios.h>
|
||||||
|
#include <rtems/termiostypes.h>
|
||||||
#include <uart.h>
|
#include <uart.h>
|
||||||
#include <libcpu/cpuModel.h>
|
#include <libcpu/cpuModel.h>
|
||||||
|
|
||||||
@@ -78,7 +79,7 @@ extern void kbd_init( void );
|
|||||||
+--------------------------------------------------------------------------*/
|
+--------------------------------------------------------------------------*/
|
||||||
extern void keyboard_interrupt(void );
|
extern void keyboard_interrupt(void );
|
||||||
extern void keyboard_interrupt_wrapper(void *);
|
extern void keyboard_interrupt_wrapper(void *);
|
||||||
extern char BSP_wait_polled_input(void);
|
extern int BSP_wait_polled_input(void);
|
||||||
extern void _IBMPC_initVideo(void);
|
extern void _IBMPC_initVideo(void);
|
||||||
|
|
||||||
static int conSetAttr(int minor, const struct termios *);
|
static int conSetAttr(int minor, const struct termios *);
|
||||||
|
|||||||
@@ -245,7 +245,7 @@ _IBMPC_inch(void)
|
|||||||
* Routine that can be used before interrupt management is initialized.
|
* Routine that can be used before interrupt management is initialized.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
char
|
int
|
||||||
BSP_wait_polled_input(void)
|
BSP_wait_polled_input(void)
|
||||||
{
|
{
|
||||||
char c;
|
char c;
|
||||||
|
|||||||
@@ -31,6 +31,8 @@
|
|||||||
|
|
||||||
/* #define DEBUG_OUT */
|
/* #define DEBUG_OUT */
|
||||||
|
|
||||||
|
/* Not using this currently */
|
||||||
|
#if 0
|
||||||
static bool pc386_ide_status_busy (uint32_t port,
|
static bool pc386_ide_status_busy (uint32_t port,
|
||||||
uint32_t timeout,
|
uint32_t timeout,
|
||||||
uint8_t* status_val)
|
uint8_t* status_val)
|
||||||
@@ -51,6 +53,7 @@ static bool pc386_ide_status_busy (uint32_t port,
|
|||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
static bool pc386_ide_status_data_ready (uint32_t port,
|
static bool pc386_ide_status_data_ready (uint32_t port,
|
||||||
uint32_t timeout,
|
uint32_t timeout,
|
||||||
|
|||||||
Reference in New Issue
Block a user