No longer attempt to power off the ACLINK during suspend - luigi

reports this causes his ich machine to hang.
This commit is contained in:
Orion Hodson 2002-05-05 15:37:09 +00:00
parent 4e039937d9
commit 7dace039d8

View File

@ -762,9 +762,6 @@ ich_pci_suspend(device_t dev)
ichchan_trigger(0, &sc->ch[i], PCMTRIG_ABORT); 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; return 0;
} }