Hello there. My motherboard is a Gigabyte GA-M51GM-S2G no version number apparent. The requested diagnostics are attached. BIOS downloads are available from http://www.giga-byte.com/Support/Motherboard/BIOS_Model.aspx?ProductID=2281 Please let me know when the board enable patch is available. Many thanks for the excellent service. Regards Bill
-- Bill Maidment Maidment Enterprises Pty Ltd www.maidment.vu Consultant to Elgas Ltd Phone: 02 9904 3364
On Thu, Nov 26, 2009 at 10:47:06PM +1100, Bill Maidment wrote:
Hello there. My motherboard is a Gigabyte GA-M51GM-S2G no version number apparent. The requested diagnostics are attached. BIOS downloads are available from http://www.giga-byte.com/Support/Motherboard/BIOS_Model.aspx?ProductID=2281 Please let me know when the board enable patch is available. Many thanks for the excellent service. Regards Bill
Attached.
If this works, please provide an
Acked-by: Bill Maidment bill@maidment.vu
Luc Verhaegen.
Am Montag, den 21.12.2009, 16:09 +0100 schrieb Luc Verhaegen:
dev = pci_dev_find_vendorclass(0x10DE, 0x0C05);
dev = pci_dev_find_vendorclass(0x10DE, 0x0601); switch (dev->device_id) {
case 0x0030: /* CK804 */
case 0x0050: /* MCP04 */
case 0x0030: /* MCP04 */
case 0x0050: /* CK804 */ case 0x0060: /* MCP2 */
case 0x0260: /* MCP51 */ break;
Nacked-By: Michael Karcher flashrom@mkarcher.dialup.fu-berlin.de
On MCP51, the GPIO base address is *really* in the SMBus bridge config space. See for example http://www.treiber-forum.de/forum/showthread.php?t=12967 for an pci config space dump on a board having 10de:0260 and 10de:0264.
Regards, Michael Karcher