diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-05-13 00:11:03 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-05-13 00:11:03 +0000 |
commit | 6e9a885b259458dfcbd86284a3292e2ba10d6098 (patch) | |
tree | d70fbef114a2c01b2614f7799041dc59d57977b3 /perl-install/c | |
parent | 1293c0e883133fba04a0745306041e5b2542575f (diff) | |
download | drakx-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.pl | 1 |
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; |