diff options
Diffstat (limited to 'perl-install/detect_devices.pm')
-rw-r--r-- | perl-install/detect_devices.pm | 4 |
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; |