Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2bfc3611bd91986ed2b979a7f536c52751c8ac8f
Commit:     2bfc3611bd91986ed2b979a7f536c52751c8ac8f
Parent:     0457882fed8af8580fb2f08183ea2dfbbc3ccac6
Author:     Alan <[EMAIL PROTECTED]>
AuthorDate: Sat Dec 16 12:54:29 2006 +0000
Committer:  Jeff Garzik <[EMAIL PROTECTED]>
CommitDate: Sat Dec 16 10:46:21 2006 -0500

    [PATCH] Fix help text for CONFIG_ATA_PIIX
    
    > Thanks for clarifying Bill, and sorry Alan. ata_piix does indeed work
    > correctly. The help text is a bit confusing:
    >
    > config ATA_PIIX
    >         tristate "Intel PIIX/ICH SATA support"
    >         depends on PCI
    >         help
    >           This option enables support for ICH5/6/7/8 Serial ATA.
    >           If PATA support was enabled previously, this enables
    >           support for select Intel PIIX/ICH PATA host controllers.
    
    New help text
    
    Signed-off-by: Alan Cox <[EMAIL PROTECTED]>
    Signed-off-by: Jeff Garzik <[EMAIL PROTECTED]>
---
 drivers/ata/Kconfig |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig
index 984ab28..b34e0a9 100644
--- a/drivers/ata/Kconfig
+++ b/drivers/ata/Kconfig
@@ -40,9 +40,9 @@ config ATA_PIIX
        tristate "Intel PIIX/ICH SATA support"
        depends on PCI
        help
-         This option enables support for ICH5/6/7/8 Serial ATA.
-         If PATA support was enabled previously, this enables
-         support for select Intel PIIX/ICH PATA host controllers.
+         This option enables support for ICH5/6/7/8 Serial ATA
+         and support for PATA on the Intel PIIX3/PIIX4/ICH series
+         PATA host controllers.
 
          If unsure, say N.
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to