summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authororion <orion@FreeBSD.org>2002-05-05 15:37:09 +0000
committerorion <orion@FreeBSD.org>2002-05-05 15:37:09 +0000
commit087f3b7f313155e4d70fa73612e3e0fe7bd501b5 (patch)
tree552c89fcc58d15432334331e96741e730181a7e0 /sys
parent9d3f610b1d2709df37901e7fdd40560fee26a168 (diff)
downloadFreeBSD-src-087f3b7f313155e4d70fa73612e3e0fe7bd501b5.zip
FreeBSD-src-087f3b7f313155e4d70fa73612e3e0fe7bd501b5.tar.gz
No longer attempt to power off the ACLINK during suspend - luigi
reports this causes his ich machine to hang.
Diffstat (limited to 'sys')
-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 5a36b66..4b1cb18 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;
}
OpenPOWER on IntegriCloud