summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2007-06-28 13:03:34 +0000
committerThierry Vignaud <tv@mandriva.org>2007-06-28 13:03:34 +0000
commit63792df7c0e87cc56a7134549a1cfd1f8471148c (patch)
tree752d96e208e91eca24f8817e8c6fa11ab3443472
parent8d837b2c937f349a30f8cb6f3c28e83334439854 (diff)
downloaddrakx-63792df7c0e87cc56a7134549a1cfd1f8471148c.tar
drakx-63792df7c0e87cc56a7134549a1cfd1f8471148c.tar.gz
drakx-63792df7c0e87cc56a7134549a1cfd1f8471148c.tar.bz2
drakx-63792df7c0e87cc56a7134549a1cfd1f8471148c.tar.xz
drakx-63792df7c0e87cc56a7134549a1cfd1f8471148c.zip
merge "ide" and "all_ide" categories since we now use fully modularezed ide drivers
-rw-r--r--kernel/list_modules.pm2
-rw-r--r--perl-install/NEWS3
-rw-r--r--perl-install/harddrake/data.pm2
3 files changed, 4 insertions, 3 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm
index 2e9a41cf0..ea7c33a0c 100644
--- a/kernel/list_modules.pm
+++ b/kernel/list_modules.pm
@@ -92,8 +92,6 @@ our %l = (
ide => [
qw(aec62xx cs5520 cs5530 cs5535 delkin_cb it8213),
qw(rz1000 sc1200 slc90e66 tc86c001 triflex trm290 ide-generic) ],
- # ide drivers compiled in core kernel:
- all_ide => [
qw(ali14xx amd74xx dtc2278 ht6560b qd65xx umc8672 alim15x3 atiixp cmd64x cy82c693),
qw(hpt34x hpt366 ns87415 opti621 pdc202xx_new pdc202xx_old piix serverworks),
qw(siimage sis5513 via82cxxx),
diff --git a/perl-install/NEWS b/perl-install/NEWS
index 2c4c6248a..60dcb4ea6 100644
--- a/perl-install/NEWS
+++ b/perl-install/NEWS
@@ -1,3 +1,6 @@
+- merge "ide" and "all_ide" categories since we now use fully
+ modularezed ide drivers
+
Version 10.4.139 - 27 June 2007, by Thierry Vignaud
- add mandrake_release_info() function
diff --git a/perl-install/harddrake/data.pm b/perl-install/harddrake/data.pm
index 76a0465fd..bd9f1f656 100644
--- a/perl-install/harddrake/data.pm
+++ b/perl-install/harddrake/data.pm
@@ -376,7 +376,7 @@ our @tree =
string => N("(E)IDE/ATA controllers"),
icon => "ide_hd.png",
configurator => "",
- detector => sub { f(detect_devices::probe_category('disk/all_ide'), detect_devices::probe_category('disk/ide')),
+ detector => sub { f(detect_devices::probe_category('disk/ide')),
f(grep { $_->{media_type} =~ /STORAGE_(IDE|OTHER)/ } @devices) },
checked_on_boot => 1,
},