Enabled the loop that waits for hardware reset to finish.

This commit is contained in:
likewise 2003-08-15 08:14:56 +00:00
parent 917ba3f006
commit b126da7b93

View File

@ -230,7 +230,7 @@ static err_t cs8900_init(struct netif *netif)
// { the RESET bit will be cleared by the cs8900a
// as a result of the reset }
// RESET bit cleared?
//while ((PPDATA & 0x0040U) != 0); // TODO: add timeout
while ((PPDATA & 0x0040U) != 0); // TODO: add timeout
// { after full initialization of the cs8900a
// the INITD bit will be set }