diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-09-17 11:49:12 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-09-17 11:49:12 +0000 |
commit | acc1b4ea98bb3e169b0ee9948a2c75d647966a3c (patch) | |
tree | 2c16b01c9467c44e92c6a106de5c7d8947de7301 /perl-install | |
parent | 077e33b9b3c945ec202740663d6462d50eff354e (diff) | |
download | drakx-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')
-rw-r--r-- | perl-install/detect_devices.pm | 1 |
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"; |