only use the RealTek 8139too driver when the 8139cp driver is incompatible
[pypcilib.git] / pypcimap.py
index ba7f9f6..504ac92 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"]
+greylist = ["ata_generic", "eepro100", "8139too"]
 
 class PCIMap:
     """Encapsulates modules.pcimap"""