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:
Joel Sherrill
2009-01-06 16:26:55 +00:00
parent eafefdf19f
commit e02d489afc
2 changed files with 5 additions and 3 deletions

View File

@@ -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-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
* startup/linkcmds: Add wildcard to gcc_except_table section so

View File

@@ -224,9 +224,6 @@ void lan91c11x_write_phy_reg(int reg, uint16_t phydata)
mask >>= 1;
}
/* Final clock bit */
bits[clk_idx++] = 0;
/* Turn off all MII Interface bits */
lan91c11x_write_reg(LAN91C11X_MGMT,
lan91c11x_read_reg(LAN91C11X_MGMT) & 0xfff0);