X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=pypcimap.py;h=5f81e17c5df0949e820b6c822f75bc0e2f69896a;hb=19d7ac7cec7f26aa8461d1bfdd05715af344969c;hp=0c83fa8967a9ff939f0597dd97abd528792f1dd1;hpb=792becee54e665bc1095988db6c27cf5de1199df;p=pypcilib.git diff --git a/pypcimap.py b/pypcimap.py index 0c83fa8..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", "8139too"] +greylist = ["ata_generic", "eepro100", "8139cp", "e1000e"] class PCIMap: """Encapsulates modules.pcimap"""