commit | 720ba12620ee09dce269adf4ad50958adac7bb54 | [log] [tgz] |
---|---|---|
author | Tejun Heo <htejun@gmail.com> | Wed May 31 18:28:13 2006 +0900 |
committer | Tejun Heo <htejun@gmail.com> | Wed May 31 18:28:13 2006 +0900 |
tree | f31a8b3da52195610bd244baf42a5fe2e26b0a36 | |
parent | 3e706399b03bd237d087d731d4b1b029e546b33d [diff] |
[PATCH] libata-hp: update unload-unplug Update unload unplug - driver unloading / PCI removal. This is done by ata_port_detach() which short-circuits EH, disables all devices and freezes the port. With this patch, EH and unloading/unplugging are properly synchronized. Signed-off-by: Tejun Heo <htejun@gmail.com>