From 473f0139edd2822aeacc4d707991e1cb49a35d8b Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Tue, 18 Sep 2001 16:42:04 +0000 Subject: make lspci a full pci probe instead of safe pci probe. --- perl-install/commands.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/commands.pm b/perl-install/commands.pm index e378ab824..ecbe7774b 100644 --- a/perl-install/commands.pm +++ b/perl-install/commands.pm @@ -509,7 +509,7 @@ sub kill { sub lspci { require detect_devices; - print join "\n", detect_devices::stringlist(), ''; + print join "\n", detect_devices::stringlist(1), ''; } *lssbus = *lspci; -- cgit v1.2.1