<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.2314.1000" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hello,</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>after I've integrated the cfi-support (from 
mtd-20000704.tar.gz) I noticed a problem when I was tying to read bytes from odd 
addresses. It it seems as if I've located the problem:</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Before the flash ís read, the read-function tries 
to read the cfi-statemachine. And this operation must be an aligned 16-bit read. 
But the read-operation uses the given, odd address and gets confused. As a fast 
bugfix I wrote a wrapper which handles unaligned accesses and forwards aligned 
accesses to the given read-command.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>regards</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Markus Thiesmeyer</FONT></DIV></BODY></HTML>