>>
The problem with compelling device drivers to determine the PCI
config mechanism is that it must be forced upon arches that
have no PCI configuration quirks or don't even use the same
PCI config mechanisms as x86.
I don't think that's a good policy.
Better to confine arch-specific quirks to the arch-specific code
whenever possible.
--