From: Christian Engelmayer <[EMAIL PROTECTED]>

Correct the offsets of the SI_CTRL, PRI_CTRL registers according to
the Reference Manual errata sheet in order to prevent unwanted
settings regarding burst transactions and priority states.

Signed-off-by: Christian Engelmayer <[EMAIL PROTECTED]>

---
refer to MPC8349ERMAD Rev. 1.2, 08/2006
[Errata to MPC8349E PowerQUICC(tm) II Pro Integrated Host Processor Family
Reference Manual, Rev. 1]

--- linux-2.6.20.2/drivers/usb/host/ehci-fsl.h.orig     Mon Mar 12 08:32:22
2007
+++ linux-2.6.20.2/drivers/usb/host/ehci-fsl.h  Mon Mar 12 08:39:01 2007
@@ -31,7 +31,7 @@
 #define FSL_SOC_USB_SNOOP1     0x400   /* NOTE: big-endian */
 #define FSL_SOC_USB_SNOOP2     0x404   /* NOTE: big-endian */
 #define FSL_SOC_USB_AGECNTTHRSH        0x408   /* NOTE: big-endian */
-#define FSL_SOC_USB_SICTRL     0x40c   /* NOTE: big-endian */
-#define FSL_SOC_USB_PRICTRL    0x410   /* NOTE: big-endian */
+#define FSL_SOC_USB_PRICTRL    0x40c   /* NOTE: big-endian */
+#define FSL_SOC_USB_SICTRL     0x410   /* NOTE: big-endian */
 #define FSL_SOC_USB_CTRL       0x500   /* NOTE: big-endian */
 #endif                         /* _EHCI_FSL_H */

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to