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 2002-05-05 15:37:09 +00:00
parent 9d3f610b1d
commit 087f3b7f31

View File

@ -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;
}