* [PATCH 2.6.22-rc7-git1] sis5513: adding PCI-ID
@ 2007-07-04 20:45 Uwe koziolek
2007-07-08 13:03 ` Bartlomiej Zolnierkiewicz
0 siblings, 1 reply; 2+ messages in thread
From: Uwe koziolek @ 2007-07-04 20:45 UTC (permalink / raw)
To: Bartlomiej Zolnierkiewicz; +Cc: linux-ide
The SiS966 has one additional PCI-ID 1180.
If the chipset is using this PCI-ID, the primary channel is connected to the first
PATA-port. The secondary channel is connected to SATA-ports in IDE emulation mode.
The legacy IO-ports are used.
the including of the PCI-ID into pata_sis is not sufficient, because the legacy driver
in drivers/ide is initialized before pata_sis.
Signed-off-by: Uwe Koziolek <uwe.koziolek@gmx.net>
--- a/include/linux/pci_ids.h 2007-07-03 19:17:44.000000000 +0200
+++ b/include/linux/pci_ids.h 2007-07-04 21:42:16.000000000 +0200
@@ -661,6 +661,7 @@
#define PCI_DEVICE_ID_SI_965 0x0965
#define PCI_DEVICE_ID_SI_966 0x0966
#define PCI_DEVICE_ID_SI_968 0x0968
+#define PCI_DEVICE_ID_SI_1180 0x1180
#define PCI_DEVICE_ID_SI_5511 0x5511
#define PCI_DEVICE_ID_SI_5513 0x5513
#define PCI_DEVICE_ID_SI_5517 0x5517
--- a/drivers/ide/pci/sis5513.c 2007-07-03 19:17:02.000000000 +0200
+++ b/drivers/ide/pci/sis5513.c 2007-07-04 21:34:56.000000000 +0200
@@ -872,6 +872,7 @@
static struct pci_device_id sis5513_pci_tbl[] = {
{ PCI_VENDOR_ID_SI, PCI_DEVICE_ID_SI_5513, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
{ PCI_VENDOR_ID_SI, PCI_DEVICE_ID_SI_5518, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
+ { PCI_VENDOR_ID_SI, PCI_DEVICE_ID_SI_1180, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
{ 0, },
};
MODULE_DEVICE_TABLE(pci, sis5513_pci_tbl);
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH 2.6.22-rc7-git1] sis5513: adding PCI-ID
2007-07-04 20:45 [PATCH 2.6.22-rc7-git1] sis5513: adding PCI-ID Uwe koziolek
@ 2007-07-08 13:03 ` Bartlomiej Zolnierkiewicz
0 siblings, 0 replies; 2+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2007-07-08 13:03 UTC (permalink / raw)
To: Uwe koziolek; +Cc: linux-ide
On Wednesday 04 July 2007, Uwe koziolek wrote:
> The SiS966 has one additional PCI-ID 1180.
> If the chipset is using this PCI-ID, the primary channel is connected to the first
> PATA-port. The secondary channel is connected to SATA-ports in IDE emulation mode.
> The legacy IO-ports are used.
>
> the including of the PCI-ID into pata_sis is not sufficient, because the legacy driver
> in drivers/ide is initialized before pata_sis.
>
> Signed-off-by: Uwe Koziolek <uwe.koziolek@gmx.net>
applied, thanks
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-07-08 13:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-04 20:45 [PATCH 2.6.22-rc7-git1] sis5513: adding PCI-ID Uwe koziolek
2007-07-08 13:03 ` Bartlomiej Zolnierkiewicz
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).