> Currently we list PCI devices in every PCI capable architecture > individually. This is cumbersome when adding new devices and prone to > failure because one might miss out on one. > > So let's instead have a generic PCI configuration file where people can > throw in their cross-platform compatible PCI devices and thus make it > available to ever architecture that supports PCI too.
I'm pretty sure this will overwrite user-edited $target/pci-devices.mak every time default-configs/pci-devices.mak is modified. It also requires that the makefile be modified every time a new include file is added. I've comitted a solution that fixes these issues. Paul