Kallol Biswas wrote:
Hello Jeff,
          We have been using the sx8 driver on a MIPS based custom
platform.
It seems the line based interrupt mechanism is broken on the system.

SATA1150 controller supports MSI interrupt like other PCI-X devices.

Unfortunately we do not have access to the controller's technical
specification yet.

Would it be possible to send us a reply detailing how to enable
MSI interrupt on the adapter?

Should be just pci_enable_msi() in the appropriate place. Look at recent drivers/scsi/ahci.c for an example.


BTW, with CARM_MAX_Q == 30 and a workaround to fix lost interrupt we
have got good performance with the driver. Thanks for good work. MSI
will help improve performance more, as there won't be any delay
associated with handling lost interrupt.

Cool.

        Jeff


-
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to