diff options
author | Olivier Blin <oblin@mandriva.com> | 2007-09-06 19:55:00 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2007-09-06 19:55:00 +0000 |
commit | 51ddca21af8e10a0fc6aee48f78a8ce4f371d4d5 (patch) | |
tree | 068843f7d490c1c557593f9359cd4f0b6a2c8f9d /kernel | |
parent | 7531b5163e8c4236f22b849950f20f6e42d8a395 (diff) | |
download | drakx-51ddca21af8e10a0fc6aee48f78a8ce4f371d4d5.tar drakx-51ddca21af8e10a0fc6aee48f78a8ce4f371d4d5.tar.gz drakx-51ddca21af8e10a0fc6aee48f78a8ce4f371d4d5.tar.bz2 drakx-51ddca21af8e10a0fc6aee48f78a8ce4f371d4d5.tar.xz drakx-51ddca21af8e10a0fc6aee48f78a8ce4f371d4d5.zip |
list jmicron driver in disk/ide
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/list_modules.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index 86e126bd9..732622ccc 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -91,7 +91,7 @@ our %l = ( # ide drivers compiled as modules: ide => [ qw(aec62xx ali14xx alim15x3 amd74xx atiixp cmd64x cy82c693 cs5520 cs5530 cs5535), - qw(delkin_cb dtc2278 hpt34x hpt366 ns87415 ht6560b it8213), + qw(delkin_cb dtc2278 hpt34x hpt366 ns87415 ht6560b it8213 jmicron), qw(opti621 pdc202xx_new pdc202xx_old piix qd65xx rz1000 sc1200 serverworks siimage sis5513 slc90e66), qw(tc86c001 triflex trm290 umc8672 via82cxxx ide-generic), ], |