Show
Ignore:
Timestamp:
06/27/08 18:28:34 (5 months ago)
Author:
stepan
Message:

* ICH7 SPI support
* fix some variable names in ichspi.c (Offset -> offset)
* Dump ICH7 SPI bar with -V
* Improve error message in case IOPL goes wrong. (It might not even be an IOPL)

Signed-off-by: Stefan Reinauer <stepan@…>
Acked-by: Peter Stuge <peter@…>

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/util/flashrom/flashrom.c

    r3372 r3393  
    379379        if (iopl(3) != 0) { 
    380380#endif 
    381                 fprintf(stderr, "ERROR: iopl failed: \"%s\"\n", 
     381               fprintf(stderr, "ERROR: Could not get IO privileges (%s).\nYou need to be root.\n", 
    382382                        strerror(errno)); 
    383383                exit(1);