From 40eeaff12bfb953b019d8fcf45afe8f9852731f5 Mon Sep 17 00:00:00 2001 From: Marc Fiuczynski Date: Mon, 2 Mar 2009 21:47:25 +0000 Subject: [PATCH] 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. --- pypcimap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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""" -- 2.43.0