From aa0098445eb6746111bf12b7e6dd4ce6dfee1c10 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 5 May 2000 19:53:19 +0000 Subject: no_comment --- perl-install/detect_devices.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/detect_devices.pm') diff --git a/perl-install/detect_devices.pm b/perl-install/detect_devices.pm index 8e8415b35..8367c0bdd 100644 --- a/perl-install/detect_devices.pm +++ b/perl-install/detect_devices.pm @@ -206,8 +206,8 @@ sub hasSMP { c::detectSMP() } sub hasUltra66 { cat_("/proc/cmdline") =~ /(ide2=(\S+)(\s+ide3=(\S+))?)/ and return $1; - #- disable hasUltra66 (now included in kernel) - return; +# #- disable hasUltra66 (now included in kernel) +# return; require pci_probing::main; my @l = map { $_->[0] } pci_probing::main::matching_desc('(HPT|Ultra66)') or return; -- cgit v1.2.1