Rewrote merge_files function to handle case when multiple modules claim
authorMarc Fiuczynski <mef@cs.princeton.edu>
Fri, 10 Mar 2006 06:31:07 +0000 (06:31 +0000)
committerMarc Fiuczynski <mef@cs.princeton.edu>
Fri, 10 Mar 2006 06:31:07 +0000 (06:31 +0000)
commit0773644c609430f3f5c23deeac56d121123ec8ed
treeab633db90a2875a579271d075e9f6ed335323a5e
parentec23de65fcf0bab1f8c3c5ef79182731417ad5b1
Rewrote merge_files function to handle case when multiple modules claim
they support a partical PCI device.  For example, the 8139cp and 8139too
modules both claim they can handle the generic RTL 8139 eth chipset.

Also incorporate support to distinguish when a driver can only handle
specific subvendor/subdevice IDs.  E.g., the bcm5700 driver currently
does not handle all broadcom devices---some must still be handled by
tg3 (e.g., on the Dell PowerEdge 850).
source/merge_hw_tables.py