summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2007-07-16 21:16:34 +0000
committerOlivier Blin <oblin@mandriva.com>2007-07-16 21:16:34 +0000
commit7b5711be15803450ae9b7d001421bc892d1f115c (patch)
tree318ba41eab062f5557d45667bfaf1eefb3715c90
parent19fe8c2272bb479991e6239d2ba0fffa30f7863e (diff)
downloaddrakx-backup-do-not-use-7b5711be15803450ae9b7d001421bc892d1f115c.tar
drakx-backup-do-not-use-7b5711be15803450ae9b7d001421bc892d1f115c.tar.gz
drakx-backup-do-not-use-7b5711be15803450ae9b7d001421bc892d1f115c.tar.bz2
drakx-backup-do-not-use-7b5711be15803450ae9b7d001421bc892d1f115c.tar.xz
drakx-backup-do-not-use-7b5711be15803450ae9b7d001421bc892d1f115c.zip
add ide-disk module in disk/raw
-rw-r--r--kernel/list_modules.pm2
-rw-r--r--perl-install/install/NEWS2
2 files changed, 3 insertions, 1 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm
index 036c1a3bc..bbe5d6f7e 100644
--- a/kernel/list_modules.pm
+++ b/kernel/list_modules.pm
@@ -129,7 +129,7 @@ our %l = (
),
],
pcmcia => [ qw(aha152x_cs fdomain_cs nsp_cs qlogic_cs ide-cs pata_pcmcia sym53c500_cs) ],
- raw => [ qw(sd_mod) ],
+ raw => [ qw(ide-disk sd_mod) ],
usb => [ qw(usb-storage) ],
firewire => [ qw(sbp2) ],
cdrom => [ qw(ide-cd sr_mod) ],
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index ab8c2e2de..295babc84 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -1,3 +1,5 @@
+- add ide-disk module in disk/raw
+
Version 10.4.147 - 12 July 2007, by Pascal "Pixel" Rigaux
- allow using sqlite for rpmdb when using option rpm_dbapi=4