X-Git-Url: http://git.onelab.eu/?p=pypcilib.git;a=blobdiff_plain;f=pypcimap.py;fp=pypcimap.py;h=81720b28e0ce05b606ebf9aef78293c157d3c784;hp=0c83fa8967a9ff939f0597dd97abd528792f1dd1;hb=40eeaff12bfb953b019d8fcf45afe8f9852731f5;hpb=6153c6fbcfcb4db3d2b70a6c763611f182732028 diff --git a/pypcimap.py b/pypcimap.py index 0c83fa8..81720b2 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"] class PCIMap: """Encapsulates modules.pcimap"""