[PATCH] libata: implement ata_dev_revalidate()
authorTejun Heo <htejun@gmail.com>
Sun, 5 Mar 2006 08:55:58 +0000 (17:55 +0900)
committerJeff Garzik <jeff@garzik.org>
Sun, 5 Mar 2006 16:09:42 +0000 (11:09 -0500)
ata_dev_revalidate() re-reads IDENTIFY PAGE of the given device and
makes sure it's the same device as the configured one.  Once it's
verified that it's the same device, @dev is configured according to
newly read IDENTIFY PAGE.  Note that revalidation currently doesn't
invoke transfer mode reconfiguration.

Criteria for 'same device'

* same class (of course)
* same model string
* same serial string
* if ATA, same n_sectors (to catch geometry parameter changes)

Signed-off-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>

No differences found