change greylist such that the underlying logic will choose the 8139too driver over...
authorMarc Fiuczynski <mef@cs.princeton.edu>
Mon, 2 Mar 2009 21:47:25 +0000 (21:47 +0000)
committerMarc Fiuczynski <mef@cs.princeton.edu>
Mon, 2 Mar 2009 21:47:25 +0000 (21:47 +0000)
pypcimap.py

index 0c83fa8..81720b2 100644 (file)
@@ -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"""