summaryrefslogtreecommitdiffstats
path: root/perl-install/c
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-05-13 00:11:03 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-05-13 00:11:03 +0000
commit6e9a885b259458dfcbd86284a3292e2ba10d6098 (patch)
treed70fbef114a2c01b2614f7799041dc59d57977b3 /perl-install/c
parent1293c0e883133fba04a0745306041e5b2542575f (diff)
downloaddrakx-6e9a885b259458dfcbd86284a3292e2ba10d6098.tar
drakx-6e9a885b259458dfcbd86284a3292e2ba10d6098.tar.gz
drakx-6e9a885b259458dfcbd86284a3292e2ba10d6098.tar.bz2
drakx-6e9a885b259458dfcbd86284a3292e2ba10d6098.tar.xz
drakx-6e9a885b259458dfcbd86284a3292e2ba10d6098.zip
add commented line to help debugging pci_probe
Diffstat (limited to 'perl-install/c')
-rw-r--r--perl-install/c/stuff.xs.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/c/stuff.xs.pl b/perl-install/c/stuff.xs.pl
index ec4b72569..a162dfe6e 100644
--- a/perl-install/c/stuff.xs.pl
+++ b/perl-install/c/stuff.xs.pl
@@ -372,6 +372,7 @@ dmiDetectMemory()
void
pci_probe()
PPCODE:
+ //proc_pci_path = "/tmp/pci";
struct pciusb_entries entries = pci_probe();
char buf[2048];
int i;