diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-10-09 12:31:45 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-10-09 12:31:45 +0000 |
commit | 64cb19f38747950a8e739b671ea5dbf763992047 (patch) | |
tree | 16ff6cf6de2f12bcc75f0cece8f10239dde3cdac /kernel/list_modules.pm | |
parent | a13594ac286abf52d075e85f197ae31e206bdc04 (diff) | |
download | drakx-64cb19f38747950a8e739b671ea5dbf763992047.tar drakx-64cb19f38747950a8e739b671ea5dbf763992047.tar.gz drakx-64cb19f38747950a8e739b671ea5dbf763992047.tar.bz2 drakx-64cb19f38747950a8e739b671ea5dbf763992047.tar.xz drakx-64cb19f38747950a8e739b671ea5dbf763992047.zip |
add support for upcoming tx4939ide IDE driver
Diffstat (limited to 'kernel/list_modules.pm')
-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 3b3d32dda..3577eb3af 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 ide-pci-generic ide-generic), + qw(tc86c001 triflex trm290 tx4939ide umc8672 via82cxxx ide-pci-generic ide-generic), ], scsi => [ if_(arch() =~ /ppc/, qw(mesh mac53c94)), |