From 6e9a885b259458dfcbd86284a3292e2ba10d6098 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 13 May 2005 00:11:03 +0000 Subject: add commented line to help debugging pci_probe --- perl-install/c/stuff.xs.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/c') 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; -- cgit v1.2.1