From 454822a9c2d377a5b8001926d3f817bbbf866016 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 19 Aug 2003 21:31:24 +0000 Subject: pci hardware discovery: do full-probe by default --- perl-install/commands.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/commands.pm') diff --git a/perl-install/commands.pm b/perl-install/commands.pm index 77991a0e0..bf61ac05d 100644 --- a/perl-install/commands.pm +++ b/perl-install/commands.pm @@ -443,7 +443,7 @@ sub kill { sub lspci() { require detect_devices; - print join "\n", detect_devices::stringlist(1), ''; + print join "\n", detect_devices::stringlist(), ''; } *lssbus = \&lspci; -- cgit v1.2.1