summaryrefslogtreecommitdiffstats
path: root/perl-install/detect_devices.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-09-17 11:49:12 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-09-17 11:49:12 +0000
commitacc1b4ea98bb3e169b0ee9948a2c75d647966a3c (patch)
tree2c16b01c9467c44e92c6a106de5c7d8947de7301 /perl-install/detect_devices.pm
parent077e33b9b3c945ec202740663d6462d50eff354e (diff)
downloaddrakx-acc1b4ea98bb3e169b0ee9948a2c75d647966a3c.tar
drakx-acc1b4ea98bb3e169b0ee9948a2c75d647966a3c.tar.gz
drakx-acc1b4ea98bb3e169b0ee9948a2c75d647966a3c.tar.bz2
drakx-acc1b4ea98bb3e169b0ee9948a2c75d647966a3c.tar.xz
drakx-acc1b4ea98bb3e169b0ee9948a2c75d647966a3c.zip
(pci_probe): log full pci probes
Diffstat (limited to 'perl-install/detect_devices.pm')
-rw-r--r--perl-install/detect_devices.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/detect_devices.pm b/perl-install/detect_devices.pm
index 2052d5e0d..c448d5615 100644
--- a/perl-install/detect_devices.pm
+++ b/perl-install/detect_devices.pm
@@ -215,6 +215,7 @@ sub getNet() {
sub pci_probe {
my ($probe_type) = @_;
+ log::l("full pci_probe") if $probe_type;
map {
my %l;
@l{qw(vendor id subvendor subid pci_bus pci_device pci_function media_type driver description)} = split "\t";