From 1339499185ee4ff0523111ba59743f64eac9d697 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 12 May 2005 07:37:49 +0000 Subject: forward fix SATA & hw RAID detection by detecting them pior to PATA detection --- perl-install/harddrake/data.pm | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'perl-install/harddrake') diff --git a/perl-install/harddrake/data.pm b/perl-install/harddrake/data.pm index 0bbe76556..758f53d1d 100644 --- a/perl-install/harddrake/data.pm +++ b/perl-install/harddrake/data.pm @@ -284,16 +284,6 @@ our @tree = checked_on_boot => 0, }, - - { - 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 +310,16 @@ 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