Changeset 985 for trunk/serprog.c
- Timestamp:
- 03/26/10 00:18:41 (2 years ago)
- File:
-
- 1 edited
-
trunk/serprog.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/serprog.c
r853 r985 67 67 static uint8_t sp_cmdmap[32]; 68 68 69 /* sp_prev_was_write used to detect writes with conti nouous addresses69 /* sp_prev_was_write used to detect writes with contiguous addresses 70 70 and combine them to write-n's */ 71 71 static int sp_prev_was_write = 0; … … 139 139 } 140 140 141 /* Synchronize: a bit tricky algor hytm that tries to (and in my tests has *141 /* Synchronize: a bit tricky algorithm that tries to (and in my tests has * 142 142 * always succeeded in) bring the serial protocol to known waiting-for- * 143 143 * command state - uses nonblocking read - rest of the driver uses * … … 535 535 sp_execute_opbuf(); 536 536 /* If this happens in the mid of an page load the page load * 537 * will pro pably fail. */537 * will probably fail. */ 538 538 msg_pdbg(MSGHEADER "Warning: executed operation buffer due to size reasons\n"); 539 539 } … … 590 590 } 591 591 592 /* Local version that really does the job, doesn t care of max_read_n. */592 /* Local version that really does the job, doesn't care of max_read_n. */ 593 593 static void sp_do_read_n(uint8_t * buf, const chipaddr addr, size_t len) 594 594 {
Note: See TracChangeset
for help on using the changeset viewer.
