* request for SiS SATA hard disk controller 966 rev. 1183 windows driver
@ 2008-05-05 19:54 Guglielmo Fanini
2008-05-06 15:32 ` Uwe Koziolek
0 siblings, 1 reply; 2+ messages in thread
From: Guglielmo Fanini @ 2008-05-05 19:54 UTC (permalink / raw)
To: linux-ide
I found on http://www.sis.com/aboutsis/aboutsis_index05_01.htm a SATA driver
411a.zip but it is for chipset 966 revisions 1182, 1184, I have chip
revision 1183, can you ask SiS where to find the driver ?
I found on http://driver.sis.com/linux/raid/sis18x_20060508.zip
static struct pci_device_id sis_pci_tbl[] = {
{ PCI_VENDOR_ID_SI, 0x0180, PCI_ANY_ID, PCI_ANY_ID, 0, 0, sis_180 },
{ PCI_VENDOR_ID_SI, 0x0181, PCI_ANY_ID, PCI_ANY_ID, 0, 0, sis_180 },
{ PCI_VENDOR_ID_SI, 0x0182, PCI_ANY_ID, PCI_ANY_ID, 0, 0, sis_180 },
{ PCI_VENDOR_ID_SI, 0x1180, PCI_ANY_ID, PCI_ANY_ID, 0, 0, sis_180 },
{ PCI_VENDOR_ID_SI, 0x1182, PCI_ANY_ID, PCI_ANY_ID, 0, 0, sis_180 },
{ PCI_VENDOR_ID_SI, 0x1183, PCI_ANY_ID, PCI_ANY_ID, 0, 0, sis_180 },
{ PCI_VENDOR_ID_SI, 0x1184, PCI_ANY_ID, PCI_ANY_ID, 0, 0, sis_180 },
{ } /* terminate list */
};
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: request for SiS SATA hard disk controller 966 rev. 1183 windows driver
2008-05-05 19:54 request for SiS SATA hard disk controller 966 rev. 1183 windows driver Guglielmo Fanini
@ 2008-05-06 15:32 ` Uwe Koziolek
0 siblings, 0 replies; 2+ messages in thread
From: Uwe Koziolek @ 2008-05-06 15:32 UTC (permalink / raw)
To: Guglielmo Fanini; +Cc: linux-ide
Hello,
the SiS 966 SATA-controller in PATA emulation mode (0x1183) is supported
in Linux Kernel.
Please have a look into drivers/ata/sata_sis.c. There you can find the
necessary ID.
I have checked 2.6.22 and 2.6.25. Which kernel do you want to try?
I am reading something about windows in the subject. What are you really
searching for?
Uwe
> I found on http://www.sis.com/aboutsis/aboutsis_index05_01.htm a SATA
> driver 411a.zip but it is for chipset 966 revisions 1182, 1184, I have
> chip revision 1183, can you ask SiS where to find the driver ?
>
> I found on http://driver.sis.com/linux/raid/sis18x_20060508.zip
>
> static struct pci_device_id sis_pci_tbl[] = {
> { PCI_VENDOR_ID_SI, 0x0180, PCI_ANY_ID, PCI_ANY_ID, 0, 0, sis_180 },
> { PCI_VENDOR_ID_SI, 0x0181, PCI_ANY_ID, PCI_ANY_ID, 0, 0, sis_180 },
> { PCI_VENDOR_ID_SI, 0x0182, PCI_ANY_ID, PCI_ANY_ID, 0, 0, sis_180 },
> { PCI_VENDOR_ID_SI, 0x1180, PCI_ANY_ID, PCI_ANY_ID, 0, 0, sis_180 },
> { PCI_VENDOR_ID_SI, 0x1182, PCI_ANY_ID, PCI_ANY_ID, 0, 0, sis_180 },
>
> { PCI_VENDOR_ID_SI, 0x1183, PCI_ANY_ID, PCI_ANY_ID, 0, 0, sis_180 },
>
> { PCI_VENDOR_ID_SI, 0x1184, PCI_ANY_ID, PCI_ANY_ID, 0, 0, sis_180 },
> { } /* terminate list */
> };
> --
> To unsubscribe from this list: send the line "unsubscribe linux-ide" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-05-06 15:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-05 19:54 request for SiS SATA hard disk controller 966 rev. 1183 windows driver Guglielmo Fanini
2008-05-06 15:32 ` Uwe Koziolek
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).