linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Auke Kok <sofar@foo-projects.org>
To: jgarzik@pobox.com
Cc: linux-ide@vger.kernel.org
Subject: [PATCH] ata_piix: add ICH6/7/8 to Kconfig
Date: Mon, 26 Jun 2006 07:51:28 -0700	[thread overview]
Message-ID: <449FF470.8080605@foo-projects.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 469 bytes --]



Ata_piix's Kconfig entry still refers only to ICH5, while it supports ICH6
through 8. This creates confusion with people who are looking to see
if their newer SATA enabled motherboards are supported. The
following patch makes this clear.

Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com>


---
This patch is against:
      linus-2.6.git/d384ea691fe4ea8c2dd5b9b8d9042eb181776f18

---
  drivers/scsi/Kconfig |    2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)


[-- Attachment #2: ata_piix_kconfig_help.patch --]
[-- Type: text/x-patch, Size: 492 bytes --]

diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig
index a480a37..98b1da8 100644
--- a/drivers/scsi/Kconfig
+++ b/drivers/scsi/Kconfig
@@ -501,7 +501,7 @@ config SCSI_ATA_PIIX
 	tristate "Intel PIIX/ICH SATA support"
 	depends on SCSI_SATA && PCI
 	help
-	  This option enables support for ICH5 Serial ATA.
+	  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.
 

             reply	other threads:[~2006-06-26 14:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-26 14:51 Auke Kok [this message]
2006-06-27  1:02 ` [PATCH] ata_piix: add ICH6/7/8 to Kconfig Jeff Garzik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=449FF470.8080605@foo-projects.org \
    --to=sofar@foo-projects.org \
    --cc=jgarzik@pobox.com \
    --cc=linux-ide@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).