2012-02-08 16:39:18 +00:00
|
|
|
--- a/drv_T6963.c
|
|
|
|
+++ b/drv_T6963.c
|
|
|
|
@@ -114,7 +114,9 @@ static void drv_T6_status1(void)
|
2007-07-07 12:58:47 +00:00
|
|
|
/* wait for STA0=1 and STA1=1 */
|
|
|
|
n = 0;
|
|
|
|
do {
|
2012-05-08 02:03:14 +00:00
|
|
|
+#if 0
|
2007-07-07 12:58:47 +00:00
|
|
|
rep_nop();
|
2012-05-08 02:03:14 +00:00
|
|
|
+#endif
|
2007-07-07 12:58:47 +00:00
|
|
|
if (++n > 1000) {
|
|
|
|
debug("hang in status1");
|
|
|
|
bug = 1;
|
2012-02-08 16:39:18 +00:00
|
|
|
@@ -150,7 +152,9 @@ static void drv_T6_status2(void)
|
2007-07-07 12:58:47 +00:00
|
|
|
/* wait for STA3=1 */
|
|
|
|
n = 0;
|
|
|
|
do {
|
2012-05-08 02:03:14 +00:00
|
|
|
+#if 0
|
2007-07-07 12:58:47 +00:00
|
|
|
rep_nop();
|
2012-05-08 02:03:14 +00:00
|
|
|
+#endif
|
2007-07-07 12:58:47 +00:00
|
|
|
if (++n > 1000) {
|
|
|
|
debug("hang in status2");
|
|
|
|
bug = 1;
|