X-Git-Url: http://git.onelab.eu/?p=pypcilib.git;a=blobdiff_plain;f=pypcimap.py;h=5f81e17c5df0949e820b6c822f75bc0e2f69896a;hp=50bb9b1d54abf197e99a80a6c2f6b26a160e786d;hb=588c35cb41e43787e774bfec9a4bd9b0e1869ec8;hpb=bd7cbfc3f9233750f92cef2ebd9ba65bd0d788d0 diff --git a/pypcimap.py b/pypcimap.py index 50bb9b1..5f81e17 100644 --- a/pypcimap.py +++ b/pypcimap.py @@ -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", "e1000"] +greylist = ["ata_generic", "eepro100", "8139cp", "e1000e"] class PCIMap: """Encapsulates modules.pcimap"""