X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=pypcimap.py;h=fd3dd2d8e7d29a178239e04bfd5f53b77fda7381;hb=HEAD;hp=0c83fa8967a9ff939f0597dd97abd528792f1dd1;hpb=792becee54e665bc1095988db6c27cf5de1199df;p=pypcilib.git diff --git a/pypcimap.py b/pypcimap.py index 0c83fa8..fd3dd2d 100644 --- a/pypcimap.py +++ b/pypcimap.py @@ -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", "8139too"] +greylist = ["ata_generic", "eepro100", "8139cp", "e1000e"] class PCIMap: """Encapsulates modules.pcimap"""