summaryrefslogtreecommitdiffstats
path: root/perl-install/c
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-08-19 21:31:24 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-08-19 21:31:24 +0000
commit454822a9c2d377a5b8001926d3f817bbbf866016 (patch)
tree972357ece089b766b7585afd228c7b536581d01d /perl-install/c
parenta0f9c37e204280957edc334713683ef52e6bdf5d (diff)
downloaddrakx-backup-do-not-use-454822a9c2d377a5b8001926d3f817bbbf866016.tar
drakx-backup-do-not-use-454822a9c2d377a5b8001926d3f817bbbf866016.tar.gz
drakx-backup-do-not-use-454822a9c2d377a5b8001926d3f817bbbf866016.tar.bz2
drakx-backup-do-not-use-454822a9c2d377a5b8001926d3f817bbbf866016.tar.xz
drakx-backup-do-not-use-454822a9c2d377a5b8001926d3f817bbbf866016.zip
pci hardware discovery: do full-probe by default
Diffstat (limited to 'perl-install/c')
-rw-r--r--perl-install/c/stuff.xs.pl5
1 files changed, 2 insertions, 3 deletions
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;