Increase delay from 10mu to 1000mu when reading play control size. This

allows the YMF744 to initialize properly.
This commit is contained in:
dan 2000-06-09 16:44:30 +00:00
parent b63dd89678
commit 1226423ba7

View File

@ -798,7 +798,7 @@ ds_init(struct sc_info *sc)
pcs = ds_rd(sc, YDSXGR_PLAYCTRLSIZE, 4) << 2;
if (pcs == sizeof(struct pbank))
break;
DELAY(10);
DELAY(1000);
}
if (pcs != sizeof(struct pbank)) {
device_printf(sc->dev, "preposterous playctrlsize (%d)\n", pcs);