All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch] Add more device IDs for supporting ATI SB800 SATA controller
@ 2007-10-01  4:18 su henry
  2007-10-02 14:44 ` Jeff Garzik
  0 siblings, 1 reply; 2+ messages in thread
From: su henry @ 2007-10-01  4:18 UTC (permalink / raw)
  To: jeff; +Cc: gregkh, linux-ide, htejun

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

From: henry su<henry.su.ati@gmail.com>

ATI/AMD SB800 shares some device IDs with SB700,
and SB800 adds two more device IDs:0x4394,0x4395.

Signed-off-by:  henry su<henry.su.ati@gmail.com>
---------------------------
diff -Nur a/drivers/ata/ahci.c b/drivers/ata/ahci.c
--- a/drivers/ata/ahci.c        2007-09-17 22:07:04.000000000 +0800
+++ b/drivers/ata/ahci.c        2007-09-17 22:10:46.000000000 +0800
@@ -399,10 +399,12 @@

        /* ATI */
        { PCI_VDEVICE(ATI, 0x4380), board_ahci_sb600 }, /* ATI SB600 */
-       { PCI_VDEVICE(ATI, 0x4390), board_ahci_sb600 }, /* ATI SB700 IDE */
-       { PCI_VDEVICE(ATI, 0x4391), board_ahci_sb600 }, /* ATI SB700 AHCI */
-       { PCI_VDEVICE(ATI, 0x4392), board_ahci_sb600 }, /* ATI SB700 nraid5 */
-       { PCI_VDEVICE(ATI, 0x4393), board_ahci_sb600 }, /* ATI SB700 raid5 */
+       { PCI_VDEVICE(ATI, 0x4390), board_ahci_sb600 }, /* ATI SB700/800 */
+       { PCI_VDEVICE(ATI, 0x4391), board_ahci_sb600 }, /* ATI SB700/800 */
+       { PCI_VDEVICE(ATI, 0x4392), board_ahci_sb600 }, /* ATI SB700/800 */
+       { PCI_VDEVICE(ATI, 0x4393), board_ahci_sb600 }, /* ATI SB700/800 */
+       { PCI_VDEVICE(ATI, 0x4394), board_ahci_sb600 }, /* ATI SB700/800 */
+       { PCI_VDEVICE(ATI, 0x4395), board_ahci_sb600 }, /* ATI SB800 */

        /* VIA */
        { PCI_VDEVICE(VIA, 0x3349), board_ahci_vt8251 }, /* VIA VT8251 */

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: sb800sata.patch --]
[-- Type: text/x-patch; name="sb800sata.patch", Size: 1060 bytes --]

diff -Nur a/drivers/ata/ahci.c b/drivers/ata/ahci.c
--- a/drivers/ata/ahci.c	2007-09-17 22:07:04.000000000 +0800
+++ b/drivers/ata/ahci.c	2007-09-17 22:10:46.000000000 +0800
@@ -399,10 +399,12 @@
 
 	/* ATI */
 	{ PCI_VDEVICE(ATI, 0x4380), board_ahci_sb600 }, /* ATI SB600 */
-	{ PCI_VDEVICE(ATI, 0x4390), board_ahci_sb600 }, /* ATI SB700 IDE */
-	{ PCI_VDEVICE(ATI, 0x4391), board_ahci_sb600 }, /* ATI SB700 AHCI */
-	{ PCI_VDEVICE(ATI, 0x4392), board_ahci_sb600 }, /* ATI SB700 nraid5 */
-	{ PCI_VDEVICE(ATI, 0x4393), board_ahci_sb600 }, /* ATI SB700 raid5 */
+	{ PCI_VDEVICE(ATI, 0x4390), board_ahci_sb600 }, /* ATI SB700/800 */
+	{ PCI_VDEVICE(ATI, 0x4391), board_ahci_sb600 }, /* ATI SB700/800 */
+	{ PCI_VDEVICE(ATI, 0x4392), board_ahci_sb600 }, /* ATI SB700/800 */
+	{ PCI_VDEVICE(ATI, 0x4393), board_ahci_sb600 }, /* ATI SB700/800 */
+	{ PCI_VDEVICE(ATI, 0x4394), board_ahci_sb600 }, /* ATI SB700/800 */
+	{ PCI_VDEVICE(ATI, 0x4395), board_ahci_sb600 }, /* ATI SB800 */
 
 	/* VIA */
 	{ PCI_VDEVICE(VIA, 0x3349), board_ahci_vt8251 }, /* VIA VT8251 */

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [patch] Add more device IDs for supporting ATI SB800 SATA controller
  2007-10-01  4:18 [patch] Add more device IDs for supporting ATI SB800 SATA controller su henry
@ 2007-10-02 14:44 ` Jeff Garzik
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2007-10-02 14:44 UTC (permalink / raw)
  To: su henry; +Cc: gregkh, linux-ide, htejun

su henry wrote:
> From: henry su<henry.su.ati@gmail.com>
> 
> ATI/AMD SB800 shares some device IDs with SB700,
> and SB800 adds two more device IDs:0x4394,0x4395.
> 
> Signed-off-by:  henry su<henry.su.ati@gmail.com>

This patch was already applied, on September 20th.

It's already "upstream" in the official Linux kernel, too:
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git

Regards,

	Jeff




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-10-02 14:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-01  4:18 [patch] Add more device IDs for supporting ATI SB800 SATA controller su henry
2007-10-02 14:44 ` Jeff Garzik

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.