diff options
| author | Cameron Grant <cg@FreeBSD.org> | 2000-07-30 02:33:37 +0000 |
|---|---|---|
| committer | Cameron Grant <cg@FreeBSD.org> | 2000-07-30 02:33:37 +0000 |
| commit | 3c1b957d6679403872e92e1ce7dd7b5e4ed082d8 (patch) | |
| tree | 868c737062d594130148729277ec2de9ef671c9b /sys/dev | |
| parent | cc8660c75be5648df971cb25a3728c40f1ca819a (diff) | |
Notes
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); |
