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