From b53782de0a0631593e70244bd6e663306f4b3ed6 Mon Sep 17 00:00:00 2001 From: Marc Fiuczynski Date: Fri, 15 Feb 2008 18:35:05 +0000 Subject: [PATCH] only use the RealTek 8139too driver when the 8139cp driver is incompatible --- pypcimap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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""" -- 2.43.0