add condition for CentOS to include pypciscan*.egg-info in %files section of spec
[pypcilib.git] / pypcimap.py
index 0c83fa8..5f81e17 100644 (file)
@@ -37,7 +37,7 @@ import os
 import re
 
 # These are modules which are only returned if no other driver is available
-greylist = ["ata_generic", "eepro100", "8139too"]
+greylist = ["ata_generic", "eepro100", "8139cp", "e1000e"]
 
 class PCIMap:
     """Encapsulates modules.pcimap"""