From: Marc Fiuczynski Date: Mon, 2 Mar 2009 21:47:25 +0000 (+0000) Subject: change greylist such that the underlying logic will choose the 8139too driver over... X-Git-Tag: pypcilib-0.2-6~2 X-Git-Url: http://git.onelab.eu/?p=pypcilib.git;a=commitdiff_plain;h=40eeaff12bfb953b019d8fcf45afe8f9852731f5 change greylist such that the underlying logic will choose the 8139too driver over 8139cp driver for realtek 8139 chipsets for which the PCIID mapping lists both drivers as applicable. --- 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"""