Re: [PATCH][v3] driver/FSL SATA:Fix wrong Device Error Register usage

2011-03-14 Thread Jeff Garzik
On 03/09/2011 02:17 AM, Prabhakar Kushwaha wrote: When a single device error is detected, the device under the error is indicated by the error bit set in the DER. There is a one to one mapping between register bit and devices on Port multiplier(PMP) i.e. bit 0 represents PMP device 0 and bit 1

RE: [PATCH][v3] driver/FSL SATA:Fix wrong Device Error Register usage

2011-03-14 Thread Kushwaha Prabhakar-B32579
@lists.ozlabs.org; jgar...@pobox.com; meet2pra...@gmail.com; Kushwaha Prabhakar-B32579; Kalra Ashish-B00888 Subject: [PATCH][v3] driver/FSL SATA:Fix wrong Device Error Register usage When a single device error is detected, the device under the error is indicated by the error bit set in the DER

[PATCH][v3] driver/FSL SATA:Fix wrong Device Error Register usage

2011-03-08 Thread Prabhakar Kushwaha
When a single device error is detected, the device under the error is indicated by the error bit set in the DER. There is a one to one mapping between register bit and devices on Port multiplier(PMP) i.e. bit 0 represents PMP device 0 and bit 1 represents PMP device 1 etc. Current implementation