From 454822a9c2d377a5b8001926d3f817bbbf866016 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 19 Aug 2003 21:31:24 +0000 Subject: pci hardware discovery: do full-probe by default --- perl-install/c/stuff.xs.pl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'perl-install/c') diff --git a/perl-install/c/stuff.xs.pl b/perl-install/c/stuff.xs.pl index 497d60c19..d65afeeb2 100644 --- a/perl-install/c/stuff.xs.pl +++ b/perl-install/c/stuff.xs.pl @@ -356,10 +356,9 @@ int detectSMP() void -pci_probe(probe_type) - int probe_type +pci_probe() PPCODE: - struct pciusb_entries entries = pci_probe(probe_type); + struct pciusb_entries entries = pci_probe(); char buf[2048]; int i; -- cgit v1.2.1