forked from Imagelibrary/rtems
2009-01-06 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1350/bsps * network/lan91c11x.c: Do not write 65th element into 64 element array.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2009-01-06 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
PR 1350/bsps
|
||||||
|
* network/lan91c11x.c: Do not write 65th element into 64 element array.
|
||||||
|
|
||||||
2008-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2008-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* bsp_specs: Remove -Qy from *link.
|
* bsp_specs: Remove -Qy from *link.
|
||||||
|
|||||||
@@ -224,9 +224,6 @@ void lan91c11x_write_phy_reg(int reg, uint16_t phydata)
|
|||||||
mask >>= 1;
|
mask >>= 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Final clock bit */
|
|
||||||
bits[clk_idx++] = 0;
|
|
||||||
|
|
||||||
/* Turn off all MII Interface bits */
|
/* Turn off all MII Interface bits */
|
||||||
lan91c11x_write_reg(LAN91C11X_MGMT,
|
lan91c11x_write_reg(LAN91C11X_MGMT,
|
||||||
lan91c11x_read_reg(LAN91C11X_MGMT) & 0xfff0);
|
lan91c11x_read_reg(LAN91C11X_MGMT) & 0xfff0);
|
||||||
|
|||||||
Reference in New Issue
Block a user