On Sun, 2007-01-14 at 19:24 +0200, Ahmed S. Darwish wrote: > Substitue intel_rng magic PCI IDs values used in the IDs table > with the macros defined in pci_ids.h > Hi,
hmm this is actually the opposite direction than most of the kernel is heading in, mostly because the pci_ids.h file is a major maintenance pain. Afaik the current "rule" is: if a PCI ID is only used in one driver, use the numeric value and not (add) a symbolic constant. Greetings, Arjan van de Ven - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

