On Mon, Dec 22, 2008 at 12:10 PM, Peter Stuge peter@stuge.se wrote:
Thomas Prochaska wrote:
Program received signal SIGSEGV, Segmentation fault. 0x0000000000408fae in ich_spi_command (writecnt=1, readcnt=3, writearr=0x7fff772399cf "\237", readarr=0x7fff772399e0 "M") at ichspi.c:763 763 if ((curopcodes->opcode[a]).opcode == cmd) { (gdb) bt #0 0x0000000000408fae in ich_spi_command (writecnt=1, readcnt=3, writearr=0x7fff772399cf "\237", readarr=0x7fff772399e0 "M") at ichspi.c:763
Ok.
I felt nervous when I read here.
i checked with revision 3809 and 3804 and both should work.
Looks good. Ok. Please go back to trunk HEAD (svn up -r HEAD) and try applying this patch.
Having read the patch, I realized that my deletion of opcode programming affected both ICH7 and 9, but I only initialized opcodes for ICH7.
On Mon, Dec 22, 2008 at 12:43 PM, Thomas Prochaska dev@duffd.net wrote:
k, i checked, that did it. thanks.
Luckily it is a minor mistake and easy to fix.
Thanks for the patch, Peter.
yu ning