yet another attempt
[pypcilib.git] / pypcimap.py
index 81720b2..fd3dd2d 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/python -tt
+#!/usr/bin/python2 -tt
 # Copyright 2007 The Trustees of Princeton University
 # Author: Daniel Hokka Zakrisson
 # $Id$
@@ -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"]
+greylist = ["ata_generic", "eepro100", "8139cp", "e1000e"]
 
 class PCIMap:
     """Encapsulates modules.pcimap"""