be conservative and always return e1000 if both e1000 and e1000e map to a NIC
authorMarc Fiuczynski <mef@cs.princeton.edu>
Tue, 7 Jul 2009 12:08:21 +0000 (12:08 +0000)
committerMarc Fiuczynski <mef@cs.princeton.edu>
Tue, 7 Jul 2009 12:08:21 +0000 (12:08 +0000)
pypcimap.py

index 50bb9b1..5f81e17 100644 (file)
@@ -37,7 +37,7 @@ import os
 import re
 
 # These are modules which are only returned if no other driver is available
 import re
 
 # These are modules which are only returned if no other driver is available
-greylist = ["ata_generic", "eepro100", "8139cp", "e1000"]
+greylist = ["ata_generic", "eepro100", "8139cp", "e1000e"]
 
 class PCIMap:
     """Encapsulates modules.pcimap"""
 
 class PCIMap:
     """Encapsulates modules.pcimap"""