From 7d905ec04044728f556efcadc8c1a3323c5f11e8 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 15 Feb 2006 16:46:06 +0000 Subject: 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) --- kernel/list_modules.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'kernel') 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)), -- cgit v1.2.1