summaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2005-12-19 13:24:26 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2005-12-19 13:24:26 +0000
commitdecc60266ff4376fd7fce79c5e1052ddcb933907 (patch)
tree35eff9b27740d7ddfa4e5a100111bcdc1cc7dbf0 /kernel
parentf5ae79d660f0fbba0a542eab584added25f92eee (diff)
downloaddrakx-backup-do-not-use-decc60266ff4376fd7fce79c5e1052ddcb933907.tar
drakx-backup-do-not-use-decc60266ff4376fd7fce79c5e1052ddcb933907.tar.gz
drakx-backup-do-not-use-decc60266ff4376fd7fce79c5e1052ddcb933907.tar.bz2
drakx-backup-do-not-use-decc60266ff4376fd7fce79c5e1052ddcb933907.tar.xz
drakx-backup-do-not-use-decc60266ff4376fd7fce79c5e1052ddcb933907.zip
handle more PATA drivers
Diffstat (limited to 'kernel')
-rw-r--r--kernel/list_modules.pm5
1 files changed, 3 insertions, 2 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm
index 53a3f7851..2b0335d2b 100644
--- a/kernel/list_modules.pm
+++ b/kernel/list_modules.pm
@@ -82,8 +82,9 @@ our %l = (
{
# ide drivers compiled as modules:
ide => [
- qw(aec62xx cs5520 cs5530 cs5535 delkin_cb ide-generic pata_amd),
- qw(pata_opti pata_sil680 pata_triflex pata_via rz1000 sc1200 slc90e66 triflex trm290) ],
+ qw(aec62xx cs5520 cs5530 cs5535 delkin_cb ide-generic),
+ qw(pata_amd pata_mpiix pata_oldpiix pata_opti pata_pdc2027x pata_sil680 pata_triflex pata_via)
+ qw(rz1000 sc1200 slc90e66 triflex trm290) ],
# ide drivers compiled in core kernel:
all_ide => [
qw(ali14xx amd74xx dtc2278 ht6560b qd65xx umc8672 alim15x3 atiixp cmd64x cy82c693),