do the ac97 init delay for all chips and increase it to 500ms

This commit is contained in:
Cameron Grant 2000-07-30 02:33:37 +00:00
parent cc8660c75b
commit 3c1b957d66

View File

@ -291,9 +291,10 @@ ds_initcd(void *devinfo)
* "pcm0: ac97 codec init failed"
* Maybe this is needed for all YMF740's?
* 400ms and 500ms here seem to work, 300ms does not.
*
* do it for all chips -cg
*/
if (sc->type == 8)
DELAY(400000);
DELAY(500000);
}
return ds_cdbusy(sc, 0);