From: Marc Fiuczynski Date: Fri, 15 Feb 2008 18:35:05 +0000 (+0000) Subject: only use the RealTek 8139too driver when the 8139cp driver is incompatible X-Git-Tag: pypcilib-0.2-1~8 X-Git-Url: http://git.onelab.eu/?p=pypcilib.git;a=commitdiff_plain;h=b53782de0a0631593e70244bd6e663306f4b3ed6 only use the RealTek 8139too driver when the 8139cp driver is incompatible --- diff --git a/pypcimap.py b/pypcimap.py index ba7f9f6..504ac92 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"] +greylist = ["ata_generic", "eepro100", "8139too"] class PCIMap: """Encapsulates modules.pcimap"""