Tejun Heo wrote:
Printing info about IDENTIFY page used to be the responsibility of
ata_dev_read_id(). As all devices are revalidated after xfer mode
configuration, this resulted in two info messages about one device.
Also, ata_dump_id() was called from ata_dev_configure() which prints
some intersecting and some new information IDENTIFY page if ATA_DEBUG
is enabled.
This patch makes ata_dev_configure() soley responsible for printing
IDENTIFY info and kill all others.
The IDENTIFY info printing now looks like the following.
ata2: dev 1 cfg 49:2f00 53:0007 63:0007 64:0003 75:001f 80:00fe 81:0000 82:346b
83:7d01 84:4023 85:3469 86:3c01 87:4023 88:207f 93:0000
Signed-off-by: Tejun Heo <htejun@xxxxxxxxx>
---
How about this one? ata10's second line will be misaligned though. :-p
better, but
* I only want one line of dev->id printed, just like 2.6.15 etc. does
now. If you want more verbose dump of additional registers, that's a
job for ap->msg_enable.
* [you know this was coming :)] The use of new local 'id' should be
split into a separate patch.
-
: send the line "unsubscribe linux-ide" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html