diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-06-12 14:37:13 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-06-12 14:37:13 +0000 |
commit | 07aadaf963953698ff7ab22c1b7d96d3b1a5d613 (patch) | |
tree | 0c7ef02a7790e96a76a2fe0f23cdad7a2d11c216 /kernel | |
parent | f6df534562236c0ec936dc5e192cdee06f0460a2 (diff) | |
download | drakx-07aadaf963953698ff7ab22c1b7d96d3b1a5d613.tar drakx-07aadaf963953698ff7ab22c1b7d96d3b1a5d613.tar.gz drakx-07aadaf963953698ff7ab22c1b7d96d3b1a5d613.tar.bz2 drakx-07aadaf963953698ff7ab22c1b7d96d3b1a5d613.tar.xz drakx-07aadaf963953698ff7ab22c1b7d96d3b1a5d613.zip |
handle generic being renamed as ide-pci-generic
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 48ff44efb..c246cb206 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -96,7 +96,7 @@ our %l = ( qw(aec62xx ali14xx alim15x3 amd74xx atiixp cmd64x cy82c693 cs5520 cs5530 cs5535), 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 generic ide-generic), + qw(tc86c001 triflex trm290 umc8672 via82cxxx ide-pci-generic ide-generic), ], scsi => [ if_(arch() =~ /ppc/, qw(mesh mac53c94)), |