summaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2011-04-02 18:35:31 +0000
committerThomas Backlund <tmb@mageia.org>2011-04-02 18:35:31 +0000
commit191245f37ad4f6a84565d9740bbb371f8a2e3789 (patch)
treebc520672cb697815d583eb7dcf09f7006b149081 /kernel
parentf995ba5e47fbd63a084d9f5ed5125615c96e05b1 (diff)
downloaddrakx-backup-do-not-use-191245f37ad4f6a84565d9740bbb371f8a2e3789.tar
drakx-backup-do-not-use-191245f37ad4f6a84565d9740bbb371f8a2e3789.tar.gz
drakx-backup-do-not-use-191245f37ad4f6a84565d9740bbb371f8a2e3789.tar.bz2
drakx-backup-do-not-use-191245f37ad4f6a84565d9740bbb371f8a2e3789.tar.xz
drakx-backup-do-not-use-191245f37ad4f6a84565d9740bbb371f8a2e3789.zip
update modules list needed for md raid456 and dm-raid 4/5/6 target
Diffstat (limited to 'kernel')
-rw-r--r--kernel/list_modules.pm6
1 files changed, 4 insertions, 2 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm
index 597020bcf..a4a26d739 100644
--- a/kernel/list_modules.pm
+++ b/kernel/list_modules.pm
@@ -275,8 +275,10 @@ our %l = (
# just here for classification, unused categories (nor auto-detect, nor load_thiskind)
{
raid => [
- qw(dm-crypt dm-mirror dm-mod dm-zero linear lvm-mod multipath raid0 raid1 raid10 raid456 raid5 raid6),
- qw(dm-delay dm-log dm-mem-cache dm-message dm-raid4-5 dm-region_hash faulty md-mod),
+ qw(dm-crypt dm-log dm-log-userspace dm-mirror dm-mod dm-multipath dm-queue-length dm-raid dm-region-hash dm-round-robin),
+ qw(dm-service-time dm-snapshot dm-zero faulty linear lvm-mod md-mod multipath md-mod raid0 raid10 raid1 raid456),
+ # needed by raid456 and dm-raid 456 target
+ qw(async_memcpy async_pq async_raid6_recov async_tx async_xor raid6_pq xor),
],
mouse => [
qw(atixlmouse busmouse generic_serial inport ioc3_serial logibm logibusmouse msbusmouse pcips2 qpmouse synclinkmp),