UBUNTU: kernel: fix x86 DMI checks for PCI quirks OriginalAuthor: Yinghai Lu , Matt Domsch Matt_Domsch@Dell.com OriginalLocation: http://launchpadlibrarian.net/14261845/dmi-2.6.25-1.patch Bug: #225811
UBUNTU: kernel: fix x86 DMI checks for PCI quirks OriginalAuthor: Yinghai Lu , Matt Domsch Matt_Domsch@Dell.com OriginalLocation: http://launchpadlibrarian.net/14261845/dmi-2.6.25-1.patch Bug: #225811
Since git commit 08f1c192c3c32797068bfe97738babb3295bbf42 (between
kernels 2.6.22 and 2.6.23), arch/x86/pci/acpi.c has not called
pcibios_scan_root(), which would have called
arch/x86/pci/common.c:dmi_check_system(). This has prevented the
quirks listed in pciprobe_dmi_table[] from being checked and
appropriate action taken.