Both e1000 and e1000e drivers recognize certain devices. Greylisting
[pypcilib.git] / pypcimap.py
index 81720b2..50bb9b1 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", "8139cp"]
+greylist = ["ata_generic", "eepro100", "8139cp", "e1000"]
 
 class PCIMap:
     """Encapsulates modules.pcimap"""