From d470edea91dc6caea9f7711f267f7f897b8f6c66 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 7 Feb 2006 13:47:25 +0000 Subject: fix detecting some ATA devices (#21034) --- perl-install/harddrake/data.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'perl-install/harddrake/data.pm') diff --git a/perl-install/harddrake/data.pm b/perl-install/harddrake/data.pm index 8057c0a5b..68fc2b738 100644 --- a/perl-install/harddrake/data.pm +++ b/perl-install/harddrake/data.pm @@ -375,7 +375,8 @@ our @tree = string => N("(E)IDE/ATA controllers"), icon => "ide_hd.png", configurator => "", - detector => sub { f(grep { $_->{media_type} =~ /STORAGE_(IDE|OTHER)/ } @devices) }, + detector => sub { f(modules::probe_category('disk/all_ide'), modules::probe_category('disk/ide')), + f(grep { $_->{media_type} =~ /STORAGE_(IDE|OTHER)/ } @devices) }, checked_on_boot => 1, }, -- cgit v1.2.1