forked from Imagelibrary/rtems
2005-05-06 Jennifer Averett <jennifer.averett@oarcorp.com>
* libchip/network/open_eth.c, libchip/serial/mc68681.c, libchip/serial/ns16550.c, libchip/serial/z85c30.c: Removed warning
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2005-05-06 Jennifer Averett <jennifer.averett@oarcorp.com>
|
||||
|
||||
* libchip/network/open_eth.c, libchip/serial/mc68681.c,
|
||||
libchip/serial/ns16550.c, libchip/serial/z85c30.c: Removed warning
|
||||
|
||||
2005-05-06 Jennifer Averett <jennifer.averett@oarcorp.com>
|
||||
|
||||
* libchip/network/dec21140.c, libchip/network/elnk.c,
|
||||
|
||||
@@ -14,13 +14,12 @@
|
||||
* This driver current only supports architectures with the old style
|
||||
* exception processing. The following checks try to keep this
|
||||
* from being compiled on systems which can't support this driver.
|
||||
*
|
||||
* NOTE: The i386, ARM, and PowerPC use a different interrupt API than
|
||||
* that used by this driver.
|
||||
*/
|
||||
|
||||
#if defined(__i386__)
|
||||
#define OPENETH_NOT_SUPPORTED
|
||||
#endif
|
||||
|
||||
#if defined(__PPC__) && (defined(mpc604) || defined(mpc750) || defined(mpc603e))
|
||||
#if defined(__i386__) || defined(__arm__) || defined(__PPC__)
|
||||
#define OPENETH_NOT_SUPPORTED
|
||||
#endif
|
||||
|
||||
|
||||
@@ -627,7 +627,7 @@ MC68681_STATIC void mc68681_process(
|
||||
uint32_t pMC68681_port;
|
||||
volatile uint8_t ucLineStatus;
|
||||
volatile uint8_t ucISRStatus;
|
||||
unsigned char cChar;
|
||||
char cChar;
|
||||
getRegister_f getReg;
|
||||
setRegister_f setReg;
|
||||
|
||||
|
||||
@@ -453,7 +453,7 @@ NS16550_STATIC void ns16550_process(
|
||||
uint32_t pNS16550;
|
||||
volatile uint8_t ucLineStatus;
|
||||
volatile uint8_t ucInterruptId;
|
||||
unsigned char cChar;
|
||||
char cChar;
|
||||
getRegister_f getReg;
|
||||
setRegister_f setReg;
|
||||
|
||||
|
||||
@@ -537,7 +537,7 @@ Z85C30_STATIC void z85c30_process(
|
||||
{
|
||||
uint32_t ulCtrlPort;
|
||||
volatile uint8_t z85c30_status;
|
||||
unsigned char cChar;
|
||||
char cChar;
|
||||
setRegister_f setReg;
|
||||
getRegister_f getReg;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user