diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2006-02-15 16:46:06 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2006-02-15 16:46:06 +0000 |
commit | 7d905ec04044728f556efcadc8c1a3323c5f11e8 (patch) | |
tree | 088cca1aa579bee4eaeb5a79254ea961402f4952 | |
parent | 3bb79083350decb7e255049c0a4b90761e650816 (diff) | |
download | drakx-7d905ec04044728f556efcadc8c1a3323c5f11e8.tar drakx-7d905ec04044728f556efcadc8c1a3323c5f11e8.tar.gz drakx-7d905ec04044728f556efcadc8c1a3323c5f11e8.tar.bz2 drakx-7d905ec04044728f556efcadc8c1a3323c5f11e8.tar.xz drakx-7d905ec04044728f556efcadc8c1a3323c5f11e8.zip |
move new PATA drivers into the disk/sata category since they behave
like scsi as they are using libata and add a comment (explaining these
are the old ide drivers ported over the new libata layer)
-rw-r--r-- | kernel/list_modules.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index 992a90689..cf688c2a5 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -83,7 +83,6 @@ our %l = ( # ide drivers compiled as modules: ide => [ 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 => [ @@ -107,6 +106,8 @@ our %l = ( sata => [ # note that ata_piix manage RAID devices on ICH6R qw(ahci aic94xx ata_adma ata_piix pata_pdc2027x pdc_adma sata_mv sata_nv sata_promise sata_qstor sata_sil sata_sil24 sata_sis sata_svw sata_sx4 sata_uli sata_via sata_vsc sx8), + # new drivers :old ide drivers ported over libata: + qw(pata_amd pata_mpiix pata_oldpiix pata_opti pata_pdc2027x pata_sil680 pata_triflex pata_via), ], hardware_raid => [ if_(arch() =~ /^sparc/, qw(pluto)), |