[PATCH] sata_sil24: convert to new probing mechanism and add hotplug support
authorTejun Heo <htejun@gmail.com>
Wed, 31 May 2006 09:28:20 +0000 (18:28 +0900)
committerTejun Heo <htejun@gmail.com>
Wed, 31 May 2006 09:28:20 +0000 (18:28 +0900)
commit0542925b25676543e8384edf454668f89227e905
treeba9add993cf4c5e0499260126f23782a75a8219d
parent4296971dd36e2c2deae0826305f591480223af88
[PATCH] sata_sil24: convert to new probing mechanism and add hotplug support

Convert to new probing mechanism and add hotplug support by enabling
PORT_IRQ_PHYRDY_CHG, marking ehi for hotplug and scheduling EH on
PORT_IRQ_PHYRDY_CHG or PORT_IRQ_DEV_XCHG.

Sil3124/32 family of controllers don't have any mechanism to wait for
the first D2H FIS after hotplug, so ATA_FLAG_SKIP_D2H_BSY is used.

Signed-off-by: Tejun Heo <htejun@gmail.com>
drivers/scsi/sata_sil24.c