From: "jameshsu" <jameshsu@acard.com>
To: Jeff Garzik <jeff@garzik.org>
Cc: Andrew Morton <akpm@linux-foundation.org>,
IDE/ATA development list <linux-ide@vger.kernel.org>,
tytso@us.ibm.com, Matti Aarnio <postmaster@vger.kernel.org>,
James Bottomley <James.Bottomley@HansenPartnership.com>,
Jason Wu <jason_wu@acard.com>,
laurence@mail.acard.com, Daniel Weng <dweng@acard.com>
Subject: Re: [PATCH] Re: Should be Acard ATP8620 2SATA / 1 IDE driver
Date: Thu, 8 Nov 2007 19:34:36 +0800 [thread overview]
Message-ID: <005f01c821fb$649fa0b0$6200a8c0@jameshsu> (raw)
RESEND as TEXT FORMAT
----- Original Message -----
From: jameshsu
To: Jeff Garzik
Cc: Andrew Morton ; IDE/ATA development list ; tytso@us.ibm.com ; Matti
Aarnio ; James Bottomley ; Jason Wu ; laurence@mail.acard.com ; Daniel Weng
Sent: Thursday, November 08, 2007 7:28 PM
Subject: Re: [PATCH] Re: Should be Acard ATP8620 2SATA / 1 IDE driver
Hi Jeff,
Not really understand your patch listed below.
We do not provide ahci.c file to you, so we don't know where the patch came
from(diff from where)??
Who create this and how can we get ahci.c file?? Can you tell us??
BTW, please ONLY use PCI device ID "D" for this hardware.
ACARD needs to reserve the rest device IDs for other purpose.(DO NOT USE "E"
& "F")
{ PCI_VDEVICE(ARTOP, 0x000D), board_ahci }
Thanks! From Acard---James Hsu
----- Original Message -----
From: Jeff Garzik
To: jameshsu
Cc: Andrew Morton ; IDE/ATA development list ; tytso@us.ibm.com ; Matti
Aarnio ; James Bottomley ; 'David Miller' ; Daniel Weng ; Jason Wu ;
laurence@mail.acard.com
Sent: Thursday, November 08, 2007 6:30 AM
Subject: [PATCH] Re: Should be Acard ATP8620 2SATA / 1 IDE driver
On Tue, Nov 06, 2007 at 07:25:46PM +0800, jameshsu wrote:
> By the way, once you complete the SATA sample driver , please inform us ,
so
> we could modify, test and submit in the near future.
> If any chip info still missing or need us to involve, please let me know.
Any chance the patch below works?
Jeff
drivers/ata/ahci.c | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c
index ed9b407..7a42b4e 100644
--- a/drivers/ata/ahci.c
+++ b/drivers/ata/ahci.c
@@ -553,6 +553,11 @@ static const struct pci_device_id ahci_pci_tbl[] = {
/* Marvell */
{ PCI_VDEVICE(MARVELL, 0x6145), board_ahci_mv }, /* 6145 */
+ /* Acard */
+ { PCI_VDEVICE(ARTOP, 0x000D), board_ahci },
+ { PCI_VDEVICE(ARTOP, 0x000E), board_ahci },
+ { PCI_VDEVICE(ARTOP, 0x000F), board_ahci },
+
/* Generic, PCI class code for AHCI */
{ PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID,
PCI_CLASS_STORAGE_SATA_AHCI, 0xffffff, board_ahci },
next reply other threads:[~2007-11-08 11:42 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-08 11:34 jameshsu [this message]
[not found] <00b501c81ace$ece895f0$6200a8c0@jameshsu>
2007-10-30 10:24 ` Should be Acard ATP8620 2SATA / 1 IDE driver Jeff Garzik
2007-11-01 8:47 ` jameshsu
[not found] ` <025c01c82016$fbcf3810$d400a8c0@laurence>
[not found] ` <025001c82067$d76c04c0$6200a8c0@jameshsu>
2007-11-07 22:30 ` [PATCH] " Jeff Garzik
[not found] ` <005801c821fa$892827f0$6200a8c0@jameshsu>
2007-11-08 16:18 ` 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='005f01c821fb$649fa0b0$6200a8c0@jameshsu' \
--to=jameshsu@acard.com \
--cc=James.Bottomley@HansenPartnership.com \
--cc=akpm@linux-foundation.org \
--cc=dweng@acard.com \
--cc=jason_wu@acard.com \
--cc=jeff@garzik.org \
--cc=laurence@mail.acard.com \
--cc=linux-ide@vger.kernel.org \
--cc=postmaster@vger.kernel.org \
--cc=tytso@us.ibm.com \
/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