summaryrefslogtreecommitdiffstats
path: root/perl-install/harddrake
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2009-04-14 13:25:53 +0000
committerThierry Vignaud <tv@mandriva.org>2009-04-14 13:25:53 +0000
commit2abdb0ae32886cf1e07bfad005c374df031eb57d (patch)
tree7365c2de8c6f55cbbc815272a2d2d87d3d7ab6dc /perl-install/harddrake
parentd0932b0ddcaead4fb53277901a42057c8c38b8a4 (diff)
downloaddrakx-backup-do-not-use-2abdb0ae32886cf1e07bfad005c374df031eb57d.tar
drakx-backup-do-not-use-2abdb0ae32886cf1e07bfad005c374df031eb57d.tar.gz
drakx-backup-do-not-use-2abdb0ae32886cf1e07bfad005c374df031eb57d.tar.bz2
drakx-backup-do-not-use-2abdb0ae32886cf1e07bfad005c374df031eb57d.tar.xz
drakx-backup-do-not-use-2abdb0ae32886cf1e07bfad005c374df031eb57d.zip
fix listing some ATA (eg: pata_marvell) devices as unknown
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 663dbbdd0..9ae7ea958 100644
--- a/perl-install/harddrake/data.pm
+++ b/perl-install/harddrake/data.pm
@@ -82,7 +82,7 @@ our @tree =
icon => "ide_hd.png",
configurator => "",
detector => sub { f(detect_devices::probe_category('disk/ide')),
- f(grep { $_->{driver} =~ /^pata/ && $_->{media_type} =~ /IDE/ } @devices),
+ f(grep { $_->{driver} =~ /^pata/ && $_->{media_type} =~ /IDE|STORAGE_SATA/ } @devices),
f(grep { $_->{media_type} =~ /STORAGE_(IDE|OTHER)/ } @devices) },
checked_on_boot => 1,
},