From 1bf4a9d78a45f43cc03bb8d094c70bf7630d3cf3 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 2 May 2005 07:46:09 +0000 Subject: fix SATA & hw RAID detection by detecting them pior to PATA detection --- perl-install/harddrake/data.pm | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'perl-install') diff --git a/perl-install/harddrake/data.pm b/perl-install/harddrake/data.pm index 0bbe76556..0e10a7403 100644 --- a/perl-install/harddrake/data.pm +++ b/perl-install/harddrake/data.pm @@ -285,15 +285,6 @@ our @tree = }, - { - class => "ATA_STORAGE", - string => N("(E)IDE/ATA controllers"), - icon => "ide_hd.png", - configurator => "", - detector => sub { f(grep { $_->{media_type} =~ /STORAGE_(IDE|OTHER)/ } @devices) }, - checked_on_boot => 1, - }, - { class => "SATA_STORAGE", string => N("SATA controllers"), @@ -320,6 +311,15 @@ our @tree = checked_on_boot => 1, }, + { + class => "ATA_STORAGE", + string => N("(E)IDE/ATA controllers"), + icon => "ide_hd.png", + configurator => "", + detector => sub { f(grep { $_->{media_type} =~ /STORAGE_(IDE|OTHER)/ } @devices) }, + checked_on_boot => 1, + }, + { class => "FIREWIRE_CONTROLLER", string => N("Firewire controllers"), -- cgit v1.2.1