From 588c35cb41e43787e774bfec9a4bd9b0e1869ec8 Mon Sep 17 00:00:00 2001 From: Marc Fiuczynski Date: Tue, 7 Jul 2009 12:08:21 +0000 Subject: [PATCH] be conservative and always return e1000 if both e1000 and e1000e map to a NIC --- pypcimap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pypcimap.py b/pypcimap.py index 50bb9b1..5f81e17 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", "8139cp", "e1000"] +greylist = ["ata_generic", "eepro100", "8139cp", "e1000e"] class PCIMap: """Encapsulates modules.pcimap""" -- 2.43.0