forked from Imagelibrary/rtems
2009-09-28 Joel Sherrill <joel.sherrill@OARcorp.com>
* network/if_100MHz/GT64260eth.c, network/if_1GHz/if_wm.c: Do not include <sys/queue.h>. It conflicts with one from network stack.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2009-09-28 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* network/if_100MHz/GT64260eth.c, network/if_1GHz/if_wm.c: Do not
|
||||
include <sys/queue.h>. It conflicts with one from network stack.
|
||||
|
||||
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
|
||||
#include <rtems/rtems/types.h>
|
||||
|
||||
#include <sys/queue.h>
|
||||
/* #include <sys/queue.h> */
|
||||
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/socket.h>
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
#include <rtems/rtems/types.h>
|
||||
#include <rtems/score/cpu.h>
|
||||
|
||||
#include <sys/queue.h>
|
||||
/* #include <sys/queue.h> */
|
||||
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/socket.h>
|
||||
@@ -1019,7 +1019,7 @@ static int i82544EI_init_hw(struct wm_softc *sc)
|
||||
|
||||
#if 0
|
||||
/* Use MOTLoad default
|
||||
/*
|
||||
*
|
||||
* Set up flow-control parameters.
|
||||
*/
|
||||
CSR_WRITE(sc,WMREG_FCAL, FCAL_CONST);/* same as MOTLOAD 0x00c28001 */
|
||||
|
||||
Reference in New Issue
Block a user