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