summaryrefslogtreecommitdiffstats
path: root/perl-install/harddrake
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2005-03-30 10:44:11 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2005-03-30 10:44:11 +0000
commitefd8fc4a3875219c3430e7afe4e5697a68643314 (patch)
treede6abd385ef5979a86f0fbdccc684bf4bf773dc9 /perl-install/harddrake
parent560583b07d82602c4deb58d6a08ad7152fd2ed40 (diff)
downloaddrakx-backup-do-not-use-efd8fc4a3875219c3430e7afe4e5697a68643314.tar
drakx-backup-do-not-use-efd8fc4a3875219c3430e7afe4e5697a68643314.tar.gz
drakx-backup-do-not-use-efd8fc4a3875219c3430e7afe4e5697a68643314.tar.bz2
drakx-backup-do-not-use-efd8fc4a3875219c3430e7afe4e5697a68643314.tar.xz
drakx-backup-do-not-use-efd8fc4a3875219c3430e7afe4e5697a68643314.zip
3ware controllers are listed as RAID ones now
Diffstat (limited to 'perl-install/harddrake')
-rw-r--r--perl-install/harddrake/data.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/harddrake/data.pm b/perl-install/harddrake/data.pm
index d07948faf..0f3c26b97 100644
--- a/perl-install/harddrake/data.pm
+++ b/perl-install/harddrake/data.pm
@@ -290,7 +290,7 @@ our @tree =
string => N("(E)IDE/ATA controllers"),
icon => "ide_hd.png",
configurator => "",
- detector => sub { f(grep { $_->{media_type} =~ /STORAGE_(IDE|OTHER)/ || $_->{driver} eq '3w-xxxx' } @devices) },
+ detector => sub { f(grep { $_->{media_type} =~ /STORAGE_(IDE|OTHER)/ } @devices) },
checked_on_boot => 1,
},