X-Git-Url: http://git.onelab.eu/?p=pypcilib.git;a=blobdiff_plain;f=pypcimap.py;h=50bb9b1d54abf197e99a80a6c2f6b26a160e786d;hp=81720b28e0ce05b606ebf9aef78293c157d3c784;hb=bd7cbfc3f9233750f92cef2ebd9ba65bd0d788d0;hpb=2e7627a37a5b6a7a82d48a1d5ee9c9ccd3e9964d diff --git a/pypcimap.py b/pypcimap.py index 81720b2..50bb9b1 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", "e1000"] class PCIMap: """Encapsulates modules.pcimap"""