From 958e1780193e5864418b4e60e3a5fb9693393d38 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 3 May 2000 19:48:56 +0000 Subject: no_comment --- perl-install/detect_devices.pm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'perl-install/detect_devices.pm') diff --git a/perl-install/detect_devices.pm b/perl-install/detect_devices.pm index 9a6061484..ebb40a7e9 100644 --- a/perl-install/detect_devices.pm +++ b/perl-install/detect_devices.pm @@ -202,6 +202,9 @@ sub hasSMP { c::detectSMP() } sub hasUltra66 { cat_("/proc/cmdline") =~ /(ide2=(\S+)(\s+ide3=(\S+))?)/ and return $1; + #- 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