linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Serial ATA SIS 964
@ 2004-02-23 10:20 Uwe Koziolek
  2004-02-24  1:21 ` Jeff Garzik
  0 siblings, 1 reply; 5+ messages in thread
From: Uwe Koziolek @ 2004-02-23 10:20 UTC (permalink / raw)
  To: linux-ide

Hello,

i have written a driver for the SIS 180 Controller (included into SIS964
Southbridge), Motherboard is K7S8XE+.
The Driver is libata-based, running under Kernel 2.6.3

The driver works with programmed IO without problems.
My Problem:
The busmuster dma does not works. I think i must do some special
initialization like the SIS 5513 driver, but i dont have any information
about this chip.

any idea?

with best regards

Uwe Koziolek






^ permalink raw reply	[flat|nested] 5+ messages in thread
* Serial ATA SIS 964
@ 2004-04-04 12:24 Uwe Koziolek
  0 siblings, 0 replies; 5+ messages in thread
From: Uwe Koziolek @ 2004-04-04 12:24 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: Daniela Engert, linux-ide

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

Hello Jeff,

it exists a variant of the serial ATA SIS 180. This variant has the same
functionality like the SIS 180 but a different PCI ID 0x0181.
I have no motherboard with that behavior. But I think it is good idea to
include this PCI ID too into the driver.
Thanks to Daniela Engert for this information.

regards

Uwe



[-- Attachment #2: sata_sis.c.diff --]
[-- Type: text/x-patch, Size: 376 bytes --]

--- sata_sis.c.old	2004-03-21 20:35:03.000000000 +0100
+++ sata_sis.c	2004-04-04 12:20:51.000000000 +0200
@@ -46,6 +46,7 @@
 
 static struct pci_device_id sis_pci_tbl[] = {
 	{ PCI_VENDOR_ID_SI, PCI_DEVICE_ID_SI_180, PCI_ANY_ID, PCI_ANY_ID, 0, 0, sis_180 },
+	{ PCI_VENDOR_ID_SI, PCI_DEVICE_ID_SI_181, PCI_ANA_ID, PCI_ANI_ID, 0, 0, sis_180 },
 	{ }	/* terminate list */
 };
 

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

end of thread, other threads:[~2004-04-04 12:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-23 10:20 Serial ATA SIS 964 Uwe Koziolek
2004-02-24  1:21 ` Jeff Garzik
2004-02-24  9:44   ` Uwe Koziolek
2004-02-28  4:55     ` Jeff Garzik
  -- strict thread matches above, loose matches on Subject: below --
2004-04-04 12:24 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).