aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorOrion Hodson <orion@FreeBSD.org>2002-05-05 15:37:09 +0000
committerOrion Hodson <orion@FreeBSD.org>2002-05-05 15:37:09 +0000
commit7dace039d8097c44bd3c0d64f11d46875c8e8e89 (patch)
tree552c89fcc58d15432334331e96741e730181a7e0 /sys/dev
parent4e039937d9d118705a275685417221a041b71f4f (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/sound/pci/ich.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/dev/sound/pci/ich.c b/sys/dev/sound/pci/ich.c
index 5a36b66cd5bc..4b1cb18b1c7a 100644
--- a/sys/dev/sound/pci/ich.c
+++ b/sys/dev/sound/pci/ich.c
@@ -762,9 +762,6 @@ ich_pci_suspend(device_t dev)
ichchan_trigger(0, &sc->ch[i], PCMTRIG_ABORT);
}
}
-
- /* ACLINK shut off */
- ich_wr(sc,ICH_REG_GLOB_CNT, ICH_GLOB_CTL_SHUT, 4);
return 0;
}