From 7b5711be15803450ae9b7d001421bc892d1f115c Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Mon, 16 Jul 2007 21:16:34 +0000 Subject: add ide-disk module in disk/raw --- kernel/list_modules.pm | 2 +- perl-install/install/NEWS | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1