* [patch 09/20] Add the combined mode for ATI SB700
@ 2007-05-11 5:48 akpm
2007-05-11 11:51 ` Tejun Heo
2007-05-11 22:16 ` Jeff Garzik
0 siblings, 2 replies; 3+ messages in thread
From: akpm @ 2007-05-11 5:48 UTC (permalink / raw)
To: jeff; +Cc: linux-ide, akpm, henry.su, htejun, luugi.marsan
From: "Henry Su" <henry.su@amd.com>
Besides those modes in ATI SB600 SATA controller, ATI SB700 supports one
more mode:the combined mode.
The combined mode is a Legacy IDE mode used for compatibility with some old
OS without AHCI driver, but now it is not necessary for Linux since the
kernel has supported AHCI.
Signed-off-by: Luugi Marsan <luugi.marsan@amd.com>
Cc: Jeff Garzik <jeff@garzik.org>
Cc: Tejun Heo <htejun@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
drivers/pci/quirks.c | 1 +
include/linux/pci_ids.h | 1 +
2 files changed, 2 insertions(+)
diff -puN drivers/pci/quirks.c~add-the-combined-mode-for-ati-sb700 drivers/pci/quirks.c
--- a/drivers/pci/quirks.c~add-the-combined-mode-for-ati-sb700
+++ a/drivers/pci/quirks.c
@@ -875,6 +875,7 @@ static void __devinit quirk_sb600_sata(s
}
}
DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_ATI, PCI_DEVICE_ID_ATI_IXP600_SATA, quirk_sb600_sata);
+DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_ATI, PCI_DEVICE_ID_ATI_IXP700_SATA, quirk_sb600_sata);
/*
* Serverworks CSB5 IDE does not fully support native mode
diff -puN include/linux/pci_ids.h~add-the-combined-mode-for-ati-sb700 include/linux/pci_ids.h
--- a/include/linux/pci_ids.h~add-the-combined-mode-for-ati-sb700
+++ a/include/linux/pci_ids.h
@@ -370,6 +370,7 @@
#define PCI_DEVICE_ID_ATI_IXP600_SATA 0x4380
#define PCI_DEVICE_ID_ATI_IXP600_SMBUS 0x4385
#define PCI_DEVICE_ID_ATI_IXP600_IDE 0x438c
+#define PCI_DEVICE_ID_ATI_IXP700_SATA 0x4390
#define PCI_VENDOR_ID_VLSI 0x1004
#define PCI_DEVICE_ID_VLSI_82C592 0x0005
_
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [patch 09/20] Add the combined mode for ATI SB700
2007-05-11 5:48 [patch 09/20] Add the combined mode for ATI SB700 akpm
@ 2007-05-11 11:51 ` Tejun Heo
2007-05-11 22:16 ` Jeff Garzik
1 sibling, 0 replies; 3+ messages in thread
From: Tejun Heo @ 2007-05-11 11:51 UTC (permalink / raw)
To: akpm; +Cc: jeff, linux-ide, henry.su, luugi.marsan
akpm@linux-foundation.org wrote:
> From: "Henry Su" <henry.su@amd.com>
>
> Besides those modes in ATI SB600 SATA controller, ATI SB700 supports one
> more mode:the combined mode.
>
> The combined mode is a Legacy IDE mode used for compatibility with some old
> OS without AHCI driver, but now it is not necessary for Linux since the
> kernel has supported AHCI.
>
> Signed-off-by: Luugi Marsan <luugi.marsan@amd.com>
> Cc: Jeff Garzik <jeff@garzik.org>
> Cc: Tejun Heo <htejun@gmail.com>
> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Acked-by: Tejun Heo <htejun@gmail.com>
--
tejun
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [patch 09/20] Add the combined mode for ATI SB700
2007-05-11 5:48 [patch 09/20] Add the combined mode for ATI SB700 akpm
2007-05-11 11:51 ` Tejun Heo
@ 2007-05-11 22:16 ` Jeff Garzik
1 sibling, 0 replies; 3+ messages in thread
From: Jeff Garzik @ 2007-05-11 22:16 UTC (permalink / raw)
To: akpm; +Cc: linux-ide, henry.su, htejun, luugi.marsan
akpm@linux-foundation.org wrote:
> From: "Henry Su" <henry.su@amd.com>
>
> Besides those modes in ATI SB600 SATA controller, ATI SB700 supports one
> more mode:the combined mode.
>
> The combined mode is a Legacy IDE mode used for compatibility with some old
> OS without AHCI driver, but now it is not necessary for Linux since the
> kernel has supported AHCI.
>
> Signed-off-by: Luugi Marsan <luugi.marsan@amd.com>
> Cc: Jeff Garzik <jeff@garzik.org>
> Cc: Tejun Heo <htejun@gmail.com>
> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
> ---
>
> drivers/pci/quirks.c | 1 +
> include/linux/pci_ids.h | 1 +
> 2 files changed, 2 insertions(+)
applied
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-05-11 22:16 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-11 5:48 [patch 09/20] Add the combined mode for ATI SB700 akpm
2007-05-11 11:51 ` Tejun Heo
2007-05-11 22:16 ` Jeff Garzik
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).