Am Samstag, den 09.01.2010, 19:00 +0100 schrieb Luc Verhaegen:
Log: Enable flashing on MSI 651M-L.
Signed-off-by: Michael Karcher flashrom@mkarcher.dialup.fu-berlin.de Acked-by: Sergey Lichack shadowpilot34@gmail.com
I seem unable to find the prerequisites for supporting this board on the ml, lspci and superio.
Sorry. Sergey seems to have had problems posting that to the mailing list. Attached.
- /* Registers 68 and 64 seem like bitmaps */
- base = pci_read_word(dev, 0x74);
- temp = INW(base + 0x68);
- temp &= ~(1 << 0); /* Make pin output? */
- printf_debug("changed to %04x\n",temp);
Where do you end up writing this bit?
Ouch! Thank you very much for catching this. I accidently removed the wrong line. I wanted to delete the debugging line, but deleted the write line. Will fix that immediately.
One or two more of these routines, and we might make a first stab at a general sis gpio routine.
Yes. If we find more of them it definitely is a good idea.
Regards, Michael Karcher.