![]() | |||||||||||
Messages in this thread Patch in this message |
Daniel Ritz wrote: > register is hidden at the very same place (32bit at 0x90 in function 3 of the > "south" brigde)...so the attached little patch might be enough to fix things... > > Alessio, could you try that one on top of a kernel that shows the problem? well sorry for being so late but I had some lectures to do and... by the way, everybody on this msiling list is officially invited at the Planetarium of Lecco - if you happen to pass by northern Italy just drop me an email... :) You know... this patch works :) I'm now running the latest kernel in the git repository with APM enabled and everything is working fine! I will qute the patch below. Thank you Alessio Sangalli diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c index 4364d79..1d26a64 100644 --- a/drivers/pci/quirks.c +++ b/drivers/pci/quirks.c @@ -401,6 +401,8 @@ static void __devinit quirk_piix4_acpi(s piix4_io_quirk(dev, "PIIX4 devres J", 0x7c, 1 << 20); } DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82371AB_3, quirk_piix4_acpi ); +DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82443MX_3, quirk_piix4_acpi ); + /* * ICH4, ICH4-M, ICH5, ICH5-M ACPI: Three IO regions pointed to by longwords at - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ | ||||||||||
| Last update: 2006-07-12 08:55 [from the cache] ©2003-2008 | |||||||||||