diff options
| author | Orion Hodson <orion@FreeBSD.org> | 2001-12-19 18:26:53 +0000 |
|---|---|---|
| committer | Orion Hodson <orion@FreeBSD.org> | 2001-12-19 18:26:53 +0000 |
| commit | df6ee7b7a124b60db6c4efaf2c2ee1bc4ebb5357 (patch) | |
| tree | e242978bca4b3f5ffd03f68af95baf6ebb7667b5 /sys/dev | |
| parent | 29a2220a5cab7372a924cc025bb63343032936c6 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/sound/pci/ich.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/pci/ich.c b/sys/dev/sound/pci/ich.c index 39ba19e5a8ef..fd391e577150 100644 --- a/sys/dev/sound/pci/ich.c +++ b/sys/dev/sound/pci/ich.c @@ -380,7 +380,7 @@ ich_intr(void *p) u_int32_t cbi, lbi, lvi, st, gs; int i; - gs = ich_rd(sc, ICH_REG_GLOB_STA, 4) | ICH_GLOB_STA_IMASK; + gs = ich_rd(sc, ICH_REG_GLOB_STA, 4) & ICH_GLOB_STA_IMASK; if (gs & (ICH_GLOB_STA_PRES | ICH_GLOB_STA_SRES)) { /* Clear resume interrupt(s) - nothing doing with them */ ich_wr(sc, ICH_REG_GLOB_STA, gs, 4); |
