* [PATCH 2.6.16-g6ac37e95-dirty] ide: ATI SB600 IDE support
@ 2006-03-30 21:49 Anatoli Antonovitch
2006-03-30 22:09 ` Andrew Morton
0 siblings, 1 reply; 3+ messages in thread
From: Anatoli Antonovitch @ 2006-03-30 21:49 UTC (permalink / raw)
To: B.Zolnierkiewicz, jgarzik; +Cc: linux-ide, akpm
Description
This patch adds support for the IDE device on ATI SB600
Patch
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index
02f6cf2..4402e60 100644
--- a/include/linux/pci_ids.h
+++ b/include/linux/pci_ids.h
@@ -356,6 +356,10 @@
#define PCI_DEVICE_ID_ATI_IXP300_SATA 0x436e
#define PCI_DEVICE_ID_ATI_IXP400_IDE 0x4376
#define PCI_DEVICE_ID_ATI_IXP400_SATA 0x4379
+#define PCI_DEVICE_ID_ATI_IXP400_SATA2 0x437a
+#define PCI_DEVICE_ID_ATI_IXP600_SATA 0x4380
+#define PCI_DEVICE_ID_ATI_IXP600_SRAID 0x4381
+#define PCI_DEVICE_ID_ATI_IXP600_IDE 0x438c
#define PCI_VENDOR_ID_VLSI 0x1004
#define PCI_DEVICE_ID_VLSI_82C592 0x0005
diff --git a/drivers/ide/pci/atiixp.c b/drivers/ide/pci/atiixp.c index
df9ee9a..900efd1 100644
--- a/drivers/ide/pci/atiixp.c
+++ b/drivers/ide/pci/atiixp.c
@@ -348,6 +348,7 @@ static struct pci_device_id atiixp_pci_t
{ PCI_VENDOR_ID_ATI, PCI_DEVICE_ID_ATI_IXP200_IDE, PCI_ANY_ID,
PCI_ANY_ID, 0, 0, 0},
{ PCI_VENDOR_ID_ATI, PCI_DEVICE_ID_ATI_IXP300_IDE, PCI_ANY_ID,
PCI_ANY_ID, 0, 0, 0},
{ PCI_VENDOR_ID_ATI, PCI_DEVICE_ID_ATI_IXP400_IDE, PCI_ANY_ID,
PCI_ANY_ID, 0, 0, 0},
+ { PCI_VENDOR_ID_ATI, PCI_DEVICE_ID_ATI_IXP600_IDE, PCI_ANY_ID,
+PCI_ANY_ID, 0, 0, 0},
{ 0, },
};
MODULE_DEVICE_TABLE(pci, atiixp_pci_tbl);
Signed-off-by: Felix Kuehling <fkuehlin@ati.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 2.6.16-g6ac37e95-dirty] ide: ATI SB600 IDE support
2006-03-30 21:49 [PATCH 2.6.16-g6ac37e95-dirty] ide: ATI SB600 IDE support Anatoli Antonovitch
@ 2006-03-30 22:09 ` Andrew Morton
0 siblings, 0 replies; 3+ messages in thread
From: Andrew Morton @ 2006-03-30 22:09 UTC (permalink / raw)
To: Anatoli Antonovitch; +Cc: B.Zolnierkiewicz, jgarzik, linux-ide
"Anatoli Antonovitch" <antonovi@ati.com> wrote:
>
> Description
> This patch adds support for the IDE device on ATI SB600
Thanks.
> Patch
> diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index
> 02f6cf2..4402e60 100644
> --- a/include/linux/pci_ids.h
> +++ b/include/linux/pci_ids.h
Your email client is wordwrapping the patches and is replacing tabs with
spaces.
>
> Signed-off-by: Felix Kuehling <fkuehlin@ati.com>
>
Please put this at the end of the changelog, not at the end of the patch.
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 2.6.16-g6ac37e95-dirty] ide: ATI SB600 IDE support
@ 2006-03-30 22:24 Anatoli Antonovitch
0 siblings, 0 replies; 3+ messages in thread
From: Anatoli Antonovitch @ 2006-03-30 22:24 UTC (permalink / raw)
To: akpm; +Cc: B.Zolnierkiewicz, jgarzik, linux-ide
Description
This patch adds support for the IDE device on ATI SB600
Signed-off-by: Felix Kuehling <fkuehlin@ati.com>
Patch
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index
02f6cf2..4402e60 100644
--- a/include/linux/pci_ids.h
+++ b/include/linux/pci_ids.h
@@ -356,6 +356,10 @@
#define PCI_DEVICE_ID_ATI_IXP300_SATA 0x436e
#define PCI_DEVICE_ID_ATI_IXP400_IDE 0x4376
#define PCI_DEVICE_ID_ATI_IXP400_SATA 0x4379
+#define PCI_DEVICE_ID_ATI_IXP400_SATA2 0x437a
+#define PCI_DEVICE_ID_ATI_IXP600_SATA 0x4380
+#define PCI_DEVICE_ID_ATI_IXP600_SRAID 0x4381
+#define PCI_DEVICE_ID_ATI_IXP600_IDE 0x438c
#define PCI_VENDOR_ID_VLSI 0x1004
#define PCI_DEVICE_ID_VLSI_82C592 0x0005
diff --git a/drivers/ide/pci/atiixp.c b/drivers/ide/pci/atiixp.c index
df9ee9a..900efd1 100644
--- a/drivers/ide/pci/atiixp.c
+++ b/drivers/ide/pci/atiixp.c
@@ -348,6 +348,7 @@ static struct pci_device_id atiixp_pci_t
{ PCI_VENDOR_ID_ATI, PCI_DEVICE_ID_ATI_IXP200_IDE, PCI_ANY_ID,
PCI_ANY_ID, 0, 0, 0},
{ PCI_VENDOR_ID_ATI, PCI_DEVICE_ID_ATI_IXP300_IDE, PCI_ANY_ID,
PCI_ANY_ID, 0, 0, 0},
{ PCI_VENDOR_ID_ATI, PCI_DEVICE_ID_ATI_IXP400_IDE, PCI_ANY_ID,
PCI_ANY_ID, 0, 0, 0},
+ { PCI_VENDOR_ID_ATI, PCI_DEVICE_ID_ATI_IXP600_IDE, PCI_ANY_ID,
+PCI_ANY_ID, 0, 0, 0},
{ 0, },
};
MODULE_DEVICE_TABLE(pci, atiixp_pci_tbl);
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-03-30 22:24 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-30 21:49 [PATCH 2.6.16-g6ac37e95-dirty] ide: ATI SB600 IDE support Anatoli Antonovitch
2006-03-30 22:09 ` Andrew Morton
-- strict thread matches above, loose matches on Subject: below --
2006-03-30 22:24 Anatoli Antonovitch
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).