summaryrefslogtreecommitdiffstats
path: root/tools/simplify-drakx-modules
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2015-05-18 04:43:12 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2015-05-18 04:45:07 +0200
commit7e16a699f26a79e467630a1960fdf0da92968d78 (patch)
treef4e97f6e493183a2f92ce3fc849d5578ad9714c0 /tools/simplify-drakx-modules
parent275d064ad3b432c61bd16f92d8df69b8c4e71c71 (diff)
downloaddrakx-16.97.tar
drakx-16.97.tar.gz
drakx-16.97.tar.bz2
drakx-16.97.tar.xz
drakx-16.97.zip
16.9716.97
Diffstat (limited to 'tools/simplify-drakx-modules')
0 files changed, 0 insertions, 0 deletions
v>
-rw-r--r--perl-install/detect_devices.pm4
1 files changed, 2 insertions, 2 deletions
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;