Here's the diff of winflashrom versus what seems to be the closest revision, namely r126.
diffstat: 82802ab.h | 2 Makefile | 59 +-- README | 64 +++ am29f040b.c | 4 board_enable.c | 4 chipset_enable.c | 7 direct_io.c | 654 +++++++++++++++++++++++++++++++++++++ direct_io.h | 28 + driver/sources | 17 driver/winflashrom.c | 899 +++++++++++++++++++++++++++++++++++++++++++++++++++ driver/winflashrom.h | 83 ++++ error_msg.c | 30 + error_msg.h | 11 flashchips.c | 3 flashrom.c | 77 +++- interfaces.h | 81 ++++ jedec.h | 7 layout.c | 7 lbtable.c | 13 libpci/Makefile | 27 + libpci/access.c | 282 +++++++++++++++ libpci/filter.c | 39 ++ libpci/generic.c | 214 ++++++++++++ libpci/header.h | 421 +++++++++++++++++++++++ libpci/i386-ports.c | 222 ++++++++++++ libpci/internal.h | 39 ++ libpci/pci.h | 135 +++++++ m29f400bt.h | 2 msys_doc.c | 2 sharplhf00l04.h | 3 sst49lfxxxc.c | 2 todo.txt | 11 udelay.h | 6 w39v040fa.c | 112 ++++++ w39v040fa.h | 6 winflashrom.rc | 6 36 files changed, 3528 insertions(+), 51 deletions(-)
He pulled in a copy of libpci, not sure why.
Diff created from two cleaned up copies (.svn and created files removed) with -urN.
Have fun with it :)
Luc Verhaegen.