diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2005-03-30 10:44:11 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2005-03-30 10:44:11 +0000 |
commit | efd8fc4a3875219c3430e7afe4e5697a68643314 (patch) | |
tree | de6abd385ef5979a86f0fbdccc684bf4bf773dc9 /perl-install | |
parent | 560583b07d82602c4deb58d6a08ad7152fd2ed40 (diff) | |
download | drakx-efd8fc4a3875219c3430e7afe4e5697a68643314.tar drakx-efd8fc4a3875219c3430e7afe4e5697a68643314.tar.gz drakx-efd8fc4a3875219c3430e7afe4e5697a68643314.tar.bz2 drakx-efd8fc4a3875219c3430e7afe4e5697a68643314.tar.xz drakx-efd8fc4a3875219c3430e7afe4e5697a68643314.zip |
3ware controllers are listed as RAID ones now
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/harddrake/data.pm | 2 |
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, }, |