[PATCH] siimage: enable interrupts on Adaptec SA-1210 card
authorJohn W. Linville <linville@tuxdriver.com>
Wed, 9 Nov 2005 23:19:14 +0000 (00:19 +0100)
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Wed, 9 Nov 2005 23:19:14 +0000 (00:19 +0100)
commitd868dd19ad0828b1b3b56f3b06bd4a39971847be
treee037cbe83e3a5ebe4e77de5fff01538794d57339
parent25000c2c8a6cbf9bba2de6560370ee222b4c613d
[PATCH] siimage: enable interrupts on Adaptec SA-1210 card

The siimage driver proports to support the Adaptec SA-1210 SATA
controller.  However, at least some of those cards boot-up with their
interrupts disabled internally.  The siimage driver currently ignores
that fact, so that driver does not actually work with those cards.
This patch enables those interrupts on cards that need it.

[ This is implemented based on similar code in the libata-based
  sata_sil driver. ]

Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
drivers/ide/pci/siimage.c