diff options
author | Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> | 2010-07-17 12:54:09 +0000 |
---|---|---|
committer | Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> | 2010-07-17 12:54:09 +0000 |
commit | cd92961dd5d86a8ee0d9133d70932234a6b8c27d (patch) | |
tree | ac83a822a78d0e27c96c9278943b8051107ec722 /hwaccess.h | |
parent | 599ffe621f55ce158398c22d8e49bb5d314abaed (diff) | |
download | flashrom-cd92961dd5d86a8ee0d9133d70932234a6b8c27d.zip flashrom-cd92961dd5d86a8ee0d9133d70932234a6b8c27d.tar.gz |
Change the SPI bitbanging core to fix a subtle bug (which had no effect so far) and to make integration of the RayeR SPIPGM and Nvidia
MCP6x/MCP7x SPI patches easier. Kill a few global variables and require
explicit initialization of bitbanging delay. Binary file (standard input)
matches
Corresponding to flashrom svn r1085.
Diffstat (limited to 'hwaccess.h')
-rw-r--r-- | hwaccess.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -176,6 +176,10 @@ cpu_to_be(64) #define __DARWIN__ #endif +/* Clarification about OUTB/OUTW/OUTL argument order: + * OUT[BWL](val, port) + */ + #if defined(__FreeBSD__) || defined(__DragonFly__) #include <machine/cpufunc.h> #define off64_t off_t |