only use the RealTek 8139too driver when the 8139cp driver is incompatible
authorMarc Fiuczynski <mef@cs.princeton.edu>
Fri, 15 Feb 2008 18:35:05 +0000 (18:35 +0000)
committerMarc Fiuczynski <mef@cs.princeton.edu>
Fri, 15 Feb 2008 18:35:05 +0000 (18:35 +0000)
pypcimap.py

index ba7f9f6..504ac92 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"]
+greylist = ["ata_generic", "eepro100", "8139too"]
 
 class PCIMap:
     """Encapsulates modules.pcimap"""