ti-ocf-crypto-module: add crypto module for hw accel
[openembedded.git] / recipes / linux / linux-mtx-1-2.4.27 / 29-au1000-pci-config-clear-errors.diff
blob5da1cd61f8cb1303491be100507e7d28f3b72e51
1 --- linux/arch/mips/au1000/common/pci_ops.c.orig 2005-08-24 17:36:25.000000000 +0200
2 +++ linux/arch/mips/au1000/common/pci_ops.c 2005-08-24 17:37:38.000000000 +0200
3 @@ -259,7 +259,11 @@
4 *data = 0xffffffff;
5 error = -1;
6 } else if ((status >> 28) & 0xf) {
7 - DBG("PCI ERR detected: status %x\n", status);
8 + DBG("PCI ERR detected: device %d, status %x\n", device, ((status >> 28) & 0xf));
10 + /* clear errors */
11 + au_writel(status & 0xf000ffff, Au1500_PCI_STATCMD);
13 *data = 0xffffffff;
14 error = -1;