From acc1b4ea98bb3e169b0ee9948a2c75d647966a3c Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 17 Sep 2001 11:49:12 +0000 Subject: (pci_probe): log full pci probes --- perl-install/detect_devices.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/detect_devices.pm') 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"; -- cgit v1.2.1