summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorGeorge C A Reid <greid@FreeBSD.org>2001-04-08 00:07:53 +0000
committerGeorge C A Reid <greid@FreeBSD.org>2001-04-08 00:07:53 +0000
commit46ae634c56565091c44b27ce4a15be80b9c39f1f (patch)
treeb8ff3dcf2f5eb02528aa80f4b355eea32b792f04 /sys/dev
parentf814df3b04fea863eb239de7f8689585c2997cd0 (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/sound/pci/es137x.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/sound/pci/es137x.c b/sys/dev/sound/pci/es137x.c
index 116a0fff45c0..fef48fcb2995 100644
--- a/sys/dev/sound/pci/es137x.c
+++ b/sys/dev/sound/pci/es137x.c
@@ -486,7 +486,8 @@ es1371_init(struct es_info *es, device_t dev)
es->ctrl = 0;
es->sctrl = 0;
/* initialize the chips */
- if (revid == 7 || revid >= 9 || (devid == ES1371_PCI_ID3 && revid == 2)) {
+ if (revid == 7 || revid >= 9 ||
+ (devid == ES1371_PCI_ID3 && (revid == 2 || revid == 3))) {
#define ES1371_BINTSUMM_OFF 0x04
bus_space_write_4(es->st, es->sh, ES1371_BINTSUMM_OFF, 0x20000000);
DELAY(20000);