Re: [PATCH 1/2 #upstream] libata: udpate ata_dev_try_classify() arguments

2007-08-31 Thread Jeff Garzik
Tejun Heo wrote: Make ata_dev_try_classify() take a pointer to ata_device instead of ata_port/port_number combination for consistency and add @present argument. @present indicates whether the device seems present during reset. It's the result of TF access during softreset and link onlineness

[PATCH 1/2 #upstream] libata: udpate ata_dev_try_classify() arguments

2007-08-07 Thread Tejun Heo
Make ata_dev_try_classify() take a pointer to ata_device instead of ata_port/port_number combination for consistency and add @present argument. @present indicates whether the device seems present during reset. It's the result of TF access during softreset and link onlineness during hardreset.