Prev: [PATCH (for some future time)] drivers/net: Convert unbounded kzalloc calls to kcalloc
Next: Low-level initialization for hsmmc controller on LogicPD's OMAP3 SOM and TORPEDO dev kits
From: James on 11 Aug 2010 13:30 CONFIG_SATA_AHCI │ This option enables support for AHCI Serial ATA. │ │ │ │ If unsure, say N. CONFIG_ATA_SFF: │ │ │ │ This option adds support for ATA controllers with SFF │ │ compliant or similar programming interface. │ │ │ │ SFF is the legacy IDE interface that has been around since │ │ the dawn of time. Almost all PATA controllers have an │ │ SFF interface. Many SATA controllers have an SFF interface │ │ when configured into a legacy compatibility mode. │ │ │ │ For users with exclusively modern controllers like AHCI, │ │ Silicon Image 3124, or Marvell 6440, you may choose to │ │ disable this unneeded SFF support. I recently configured and compiled the 2.6.35.1 kernel. I suggest moving │ │ For users with exclusively modern controllers like AHCI, │ │ Silicon Image 3124, or Marvell 6440, you may choose to │ │ disable this unneeded SFF support. to the CONFIG_SATA_AHCI option. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Brian Waters on 11 Aug 2010 15:20
If you think this is a good idea, then you should try submitting a patch for it. The file you want to modify is drivers/ata/Kconfig. It should be pretty obvious what to change. There is lots of info online about creating patches. - Brian Waters On Wed, Aug 11, 2010 at 1:18 PM, James <bjlockie(a)lockie.ca> wrote: > CONFIG_SATA_AHCI > │ This option enables support for AHCI Serial ATA. │ > │ │ > │ If unsure, say N. > > CONFIG_ATA_SFF: │ > │ │ > │ This option adds support for ATA controllers with SFF │ > │ compliant or similar programming interface. │ > │ │ > │ SFF is the legacy IDE interface that has been around since │ > │ the dawn of time. Almost all PATA controllers have an │ > │ SFF interface. Many SATA controllers have an SFF interface │ > │ when configured into a legacy compatibility mode. │ > │ │ > │ For users with exclusively modern controllers like AHCI, │ > │ Silicon Image 3124, or Marvell 6440, you may choose to │ > │ disable this unneeded SFF support. > > > I recently configured and compiled the 2.6.35.1 kernel. > I suggest moving > │ > │ For users with exclusively modern controllers like AHCI, │ > │ Silicon Image 3124, or Marvell 6440, you may choose to │ > │ disable this unneeded SFF support. > to the CONFIG_SATA_AHCI option. > -- > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to majordomo(a)vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |