summaryrefslogtreecommitdiffstats
path: root/perl-install/detect_devices.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-05-03 19:48:56 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-05-03 19:48:56 +0000
commit958e1780193e5864418b4e60e3a5fb9693393d38 (patch)
tree79110b5529f09d681790926079c848bdfbb56a47 /perl-install/detect_devices.pm
parentb72aed14c63402b16f692a327d68d8112d88cc99 (diff)
downloaddrakx-backup-do-not-use-958e1780193e5864418b4e60e3a5fb9693393d38.tar
drakx-backup-do-not-use-958e1780193e5864418b4e60e3a5fb9693393d38.tar.gz
drakx-backup-do-not-use-958e1780193e5864418b4e60e3a5fb9693393d38.tar.bz2
drakx-backup-do-not-use-958e1780193e5864418b4e60e3a5fb9693393d38.tar.xz
drakx-backup-do-not-use-958e1780193e5864418b4e60e3a5fb9693393d38.zip
no_comment
Diffstat (limited to 'perl-install/detect_devices.pm')
-rw-r--r--perl-install/detect_devices.pm3
1 files changed, 3 insertions, 0 deletions
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;