* PCI probe order changes after 2.6.22
@ 2008-04-11 18:55 Phil Oester
0 siblings, 0 replies; only message in thread
From: Phil Oester @ 2008-04-11 18:55 UTC (permalink / raw)
To: linux-kernel
In commit 08f1c192c3c32797068bfe97738babb3295bbf42 (x86-64: introduce
struct pci_sysdata to facilitate sharing of ->sysdata), a change was
made from using pcibios_scan_root to pci_scan_bus_parented. pcibios_scan_root
applies some quirks to various systems via pciprobe_dmi_table, including a
number of Dell PowerEdge servers. The similarly named acpi_pciprobe_dmi_table,
however, does not apply the same set_bf_sort quirk, so between .22 and .23, the
onboard Broadcom nics reversed their probe order.
Any chance this can get fixed? The brainless fix would be to duplicate all
the pciprobe_dmi_table fixups in acpi_pciprobe_dmi_table, but perhaps there
is a better approach which could reuse the code?
Thanks,
Phil
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-04-11 18:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-11 18:55 PCI probe order changes after 2.6.22 Phil Oester
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox