diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-05-08 08:32:24 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-05-08 08:32:24 +0000 |
commit | 535b09da3474c5b0adb70b4833c0b6b420efa2be (patch) | |
tree | 5f204aea4c0691512f0dec716c2ac9139b553be7 /kernel | |
parent | 101de454858268090976f0b7444f77a2ea4e4c0e (diff) | |
download | drakx-535b09da3474c5b0adb70b4833c0b6b420efa2be.tar drakx-535b09da3474c5b0adb70b4833c0b6b420efa2be.tar.gz drakx-535b09da3474c5b0adb70b4833c0b6b420efa2be.tar.bz2 drakx-535b09da3474c5b0adb70b4833c0b6b420efa2be.tar.xz drakx-535b09da3474c5b0adb70b4833c0b6b420efa2be.zip |
handle new pata_sch driver
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 6556e1498..8b87d4021 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -119,7 +119,7 @@ our %l = ( qw(pata_efar pata_hpt366 pata_hpt37x pata_hpt3x2n pata_hpt3x3 pata_isapnp pata_it821x pata_it8172 pata_it8213 pata_jmicron), qw(pata_legacy pata_marvell pata_mpiix pata_netcell pata_ns87410 pata_oldpiix pata_opti pata_optidma), qw(pata_pdc2027x pata_pdc202xx_old pata_platform pata_qdi pata_radisys pata_rz1000), - qw(pata_sc1200 pata_serverworks pata_sil680 pata_sis pata_sl82c105 pata_triflex pata_via pata_winbond ata_generic), + qw(pata_sc1200 pata_sch pata_serverworks pata_sil680 pata_sis pata_sl82c105 pata_triflex pata_via pata_winbond ata_generic), if_(arch() =~ /ppc/, 'sata_fsl'), ], hardware_raid => [ |