From 2a757a899852febe55b53686edb4698d2c1e2505 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sun, 25 Jul 2004 14:31:24 +0000 Subject: 2004-07-25 Joel Sherrill * libchip/network/if_fxp.c: Add include of . --- c/src/ChangeLog | 4 ++++ c/src/libchip/network/if_fxp.c | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/c/src/ChangeLog b/c/src/ChangeLog index 121b28f00c..aa534a755a 100644 --- a/c/src/ChangeLog +++ b/c/src/ChangeLog @@ -1,3 +1,7 @@ +2004-07-25 Joel Sherrill + + * libchip/network/if_fxp.c: Add include of . + 2004-05-21 Till Strauman PR 625/networking diff --git a/c/src/libchip/network/if_fxp.c b/c/src/libchip/network/if_fxp.c index 45e7cd0f98..8f5bfb45db 100644 --- a/c/src/libchip/network/if_fxp.c +++ b/c/src/libchip/network/if_fxp.c @@ -64,6 +64,7 @@ #include #include +#include #include #include #include @@ -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"); -- cgit v1.2.3