summaryrefslogtreecommitdiffstats
path: root/perl-install/detect_devices.pm
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2001-09-18 16:41:39 +0000
committerFrancois Pons <fpons@mandriva.com>2001-09-18 16:41:39 +0000
commit25446f030adcc835bc53de8e1f79995a4224955c (patch)
tree48331bea3d49566a2fa60fadabe857798f1c9735 /perl-install/detect_devices.pm
parenta3265d47b92aac1d5c7af7ecd23f2cfc889f29a8 (diff)
downloaddrakx-backup-do-not-use-25446f030adcc835bc53de8e1f79995a4224955c.tar
drakx-backup-do-not-use-25446f030adcc835bc53de8e1f79995a4224955c.tar.gz
drakx-backup-do-not-use-25446f030adcc835bc53de8e1f79995a4224955c.tar.bz2
drakx-backup-do-not-use-25446f030adcc835bc53de8e1f79995a4224955c.tar.xz
drakx-backup-do-not-use-25446f030adcc835bc53de8e1f79995a4224955c.zip
added back full pci probe for stage2 command lspci.
Diffstat (limited to 'perl-install/detect_devices.pm')
-rw-r--r--perl-install/detect_devices.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/detect_devices.pm b/perl-install/detect_devices.pm
index 0b59b9eac..8438897b8 100644
--- a/perl-install/detect_devices.pm
+++ b/perl-install/detect_devices.pm
@@ -272,7 +272,7 @@ sub stringlist {
$_->{media_type} ? sprintf(" [%s]", $_->{media_type}) : '',
$_->{subid} && $_->{subid} != 0xffff ? sprintf(" SubVendor=0x%04x SubDevice=0x%04x", $_->{subvendor}, $_->{subid}) : '',
);
- } probeall();
+ } probeall(@_);
}
sub check {
my ($l) = @_;