forked from Imagelibrary/rtems
2006-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>
* network/network.c, startup/imbx8xx.c: Minor warning fixes.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2006-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* network/network.c, startup/imbx8xx.c: Minor warning fixes.
|
||||||
|
|
||||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* configure.ac: New BUG-REPORT address.
|
* configure.ac: New BUG-REPORT address.
|
||||||
|
|||||||
@@ -1427,7 +1427,7 @@ enet_stats (struct m8xx_enet_struct *sc)
|
|||||||
* Driver ioctl handler
|
* Driver ioctl handler
|
||||||
*/
|
*/
|
||||||
static int
|
static int
|
||||||
scc_ioctl (struct ifnet *ifp, u_long command, caddr_t data)
|
scc_ioctl (struct ifnet *ifp, ioctl_command_t command, caddr_t data)
|
||||||
{
|
{
|
||||||
struct m8xx_enet_struct *sc = ifp->if_softc;
|
struct m8xx_enet_struct *sc = ifp->if_softc;
|
||||||
int error = 0;
|
int error = 0;
|
||||||
|
|||||||
@@ -154,7 +154,10 @@ static uint32_t upmaTable[64] = {
|
|||||||
*/
|
*/
|
||||||
void _InitMBX8xx (void)
|
void _InitMBX8xx (void)
|
||||||
{
|
{
|
||||||
register uint32_t r1, i;
|
#if ( !defined(EPPCBUG_VECTORS) )
|
||||||
|
uint32_t i;
|
||||||
|
#endif
|
||||||
|
register uint32_t r1;
|
||||||
extern uint32_t simask_copy;
|
extern uint32_t simask_copy;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user