linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Daniel Drake <dsd@gentoo.org>
To: jgarzik@pobox.com
Cc: linux-ide@vger.kernel.org
Subject: [PATCH] sata_promise: Support FastTrak TX4310
Date: Mon, 13 Feb 2006 22:53:17 +0000	[thread overview]
Message-ID: <43F10DDD.901@gentoo.org> (raw)

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

This patch adds support for the Promise FastTrak TX4310, a 4-port PCI 
SATA controller based on the PDC40719 chip.

Signed-off-by: Daniel Drake <dsd@gentoo.org>


[-- Attachment #2: sata-promise-tx4310.patch --]
[-- Type: text/x-patch, Size: 550 bytes --]

--- linux/drivers/scsi/sata_promise.c.orig	2006-02-12 17:12:34.000000000 +0000
+++ linux/drivers/scsi/sata_promise.c	2006-02-12 17:13:46.000000000 +0000
@@ -228,6 +228,8 @@ static const struct pci_device_id pdc_at
 	  board_20319 },
 	{ PCI_VENDOR_ID_PROMISE, 0x3319, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
 	  board_20319 },
+	{ PCI_VENDOR_ID_PROMISE, 0x3515, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
+	  board_20319 },
 	{ PCI_VENDOR_ID_PROMISE, 0x3519, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
 	  board_20319 },
 	{ PCI_VENDOR_ID_PROMISE, 0x3d17, PCI_ANY_ID, PCI_ANY_ID, 0, 0,

             reply	other threads:[~2006-02-13 22:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-02-13 22:53 Daniel Drake [this message]
2006-03-04  2:25 ` [PATCH] sata_promise: Support FastTrak TX4310 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=43F10DDD.901@gentoo.org \
    --to=dsd@gentoo.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).