summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/network/if_fxp.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-03-31 01:18:37 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-03-31 01:18:37 +0000
commitec09d84f4d464a79cb8bf651ea982459f084e14f (patch)
tree1d2d7e8357ad763d55d9fa60d1e0517a41072d13 /c/src/libchip/network/if_fxp.c
parent2007-03-31 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-ec09d84f4d464a79cb8bf651ea982459f084e14f.tar.bz2
2007-03-31 Ralf Corsépius <ralf.corsepius@rtems.org>
* libchip/network/dec21140.c, libchip/network/if_dc.c, libchip/network/if_fxp.c: Reflect changes to pci-API.
Diffstat (limited to '')
-rw-r--r--c/src/libchip/network/if_fxp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/c/src/libchip/network/if_fxp.c b/c/src/libchip/network/if_fxp.c
index 41a7426a9b..8dbc96c88e 100644
--- a/c/src/libchip/network/if_fxp.c
+++ b/c/src/libchip/network/if_fxp.c
@@ -401,9 +401,9 @@ rtems_fxp_attach(struct rtems_bsdnet_ifconfig *config, int attaching)
int error = 0;
struct fxp_softc *sc;
struct ifnet *ifp;
- u_int16_t val16;
- u_int32_t val32;
- u_int16_t data;
+ uint16_t val16;
+ uint32_t val32;
+ uint16_t data;
int i;
int s;
int unitNumber;