|
|
@ -165,7 +165,7 @@ class PCIBus(object):
|
|
|
|
def _resolveDevicesWithLdetect(self):
|
|
|
|
def _resolveDevicesWithLdetect(self):
|
|
|
|
# Scan the PCI database.
|
|
|
|
# Scan the PCI database.
|
|
|
|
#fhandle = open(os.path.join(self.data_file_dir,"pcitable"),"r")
|
|
|
|
#fhandle = open(os.path.join(self.data_file_dir,"pcitable"),"r")
|
|
|
|
fhandle = open(os.path.join("/opt/kde3/share/apps/guidance/","pcitable"),"r")
|
|
|
|
fhandle = open(os.path.join("/opt/trinity/share/apps/guidance/","pcitable"),"r")
|
|
|
|
|
|
|
|
|
|
|
|
# This class is just for skipping comment lines in the database file.
|
|
|
|
# This class is just for skipping comment lines in the database file.
|
|
|
|
# This whole class is just an iterator wrapper that we put around our file iterator.
|
|
|
|
# This whole class is just an iterator wrapper that we put around our file iterator.
|
|
|
|