From: Tejun Heo Date: Wed, 31 May 2006 09:28:11 +0000 (+0900) Subject: [PATCH] libata-hp: implement bootplug X-Git-Tag: v2.6.18-rc1~1079^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e706399b03bd237d087d731d4b1b029e546b33d;p=pandora-kernel.git [PATCH] libata-hp: implement bootplug Implement bootplug - boot probing via hotplug path. While loading, ata_host_add() simply schedules probing and invokes EH. After EH completes, ata_host_add() scans and assicates them with SCSI devices. EH path is slightly modified to handle this (e.g. no autopsy during bootplug). The SCSI part is left in ata_host_add() because it's shared with legacy path and to keep probing order as before (ATA scan all ports in host_set then attach all). Signed-off-by: Tejun Heo --- Reading git-diff-tree failed