diff options
author | Francois Pons <fpons@mandriva.com> | 2000-10-02 15:39:00 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-10-02 15:39:00 +0000 |
commit | 38ea2e1819f88544f0c73ad8b30c6ea0de0bd03b (patch) | |
tree | a123a897b4c19818718fa8d9f8c32eb6c168ecc9 /perl-install/detect_devices.pm | |
parent | c534ab4dac3a0fbce120b9d2dbc82e120195db4a (diff) | |
download | drakx-38ea2e1819f88544f0c73ad8b30c6ea0de0bd03b.tar drakx-38ea2e1819f88544f0c73ad8b30c6ea0de0bd03b.tar.gz drakx-38ea2e1819f88544f0c73ad8b30c6ea0de0bd03b.tar.bz2 drakx-38ea2e1819f88544f0c73ad8b30c6ea0de0bd03b.tar.xz drakx-38ea2e1819f88544f0c73ad8b30c6ea0de0bd03b.zip |
*** empty log message ***
Diffstat (limited to 'perl-install/detect_devices.pm')
-rw-r--r-- | perl-install/detect_devices.pm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/perl-install/detect_devices.pm b/perl-install/detect_devices.pm index b937eca48..6e9852b45 100644 --- a/perl-install/detect_devices.pm +++ b/perl-install/detect_devices.pm @@ -226,11 +226,9 @@ sub hasUsbZip { hasUsb(8, -1) } sub hasSMP { c::detectSMP() } sub hasUltra66 { + #- keep it BUT DO NOT USE IT as now included in kernel. cat_("/proc/cmdline") =~ /(ide2=(\S+)(\s+ide3=(\S+))?)/ and return $1; -# #- disable hasUltra66 (now included in kernel) -# return; - my @l = map { $_->{verbatim} } matching_desc('HPT|Ultra66') or return; my $ide = sprintf "ide2=0x%x,0x%x ide3=0x%x,0x%x", |