forked from Imagelibrary/rtems
2004-07-25 Joel Sherrill <joel@OARcorp.com>
* libchip/network/if_fxp.c: Add include of <sys/errno.h>.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2004-07-25 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* libchip/network/if_fxp.c: Add include of <sys/errno.h>.
|
||||
|
||||
2004-05-21 Till Strauman <strauman@slac.stanford.edu>
|
||||
|
||||
PR 625/networking
|
||||
|
||||
@@ -64,6 +64,7 @@
|
||||
#include <rtems/rtems_bsdnet.h>
|
||||
#include <bsp.h>
|
||||
|
||||
#include <sys/errno.h>
|
||||
#include <sys/param.h>
|
||||
#include <sys/mbuf.h>
|
||||
#include <sys/socket.h>
|
||||
@@ -469,7 +470,7 @@ rtems_fxp_attach(struct rtems_bsdnet_ifconfig *config, int attaching)
|
||||
i,sc->pci_signature);
|
||||
if (PCIB_ERR_SUCCESS == i) {
|
||||
if ( UNTESTED == fxp_ident_table[j].warn ) {
|
||||
device_printf(dev
|
||||
device_printf(dev,
|
||||
"WARNING: this chip version has NOT been reported to work under RTEMS yet.\n");
|
||||
device_printf(dev,
|
||||
" If it works OK, report it as tested in 'c/src/libchip/network/if_fxp.c'\n");
|
||||
|
||||
Reference in New Issue
Block a user