diff options
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/sound/pci/ds1.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/sound/pci/ds1.c b/sys/dev/sound/pci/ds1.c index 61559c80e028..07b091860b37 100644 --- a/sys/dev/sound/pci/ds1.c +++ b/sys/dev/sound/pci/ds1.c @@ -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); |
