[PATCH] libata: add probeinit component operation to ata_drive_probe_reset()
authorTejun Heo <htejun@gmail.com>
Thu, 2 Feb 2006 09:20:00 +0000 (18:20 +0900)
committerJeff Garzik <jgarzik@pobox.com>
Thu, 9 Feb 2006 06:59:52 +0000 (01:59 -0500)
commit7944ea9522ce0ea32d57894b3dc2540b0bdca66e
treead45c0cccefa40c2b91fbeee6bfa156fa04aeeb4
parent5140788f77d71b4f05fde217adbfb0c92f28f20c
[PATCH] libata: add probeinit component operation to ata_drive_probe_reset()

This patch adds probeinit component operation to
ata_drive_probe_reset().  If present, this new operation is called
before performing any reset.  The operations's roll is to prepare @ap
for following probe-reset operations.

Signed-off-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
drivers/scsi/libata-core.c
include/linux/libata.h
This page took 0.038531 seconds and 5 git commands to generate.