Re: [PATCH -mm] libata: add human-readable error value decoding v3

2007-10-02 Thread Jeff Garzik
Robert Hancock wrote: This adds human-readable decoding of the ATA status and error registers (similar to what drivers/ide does) as well as the SATA Serror register to libata error handling output. This prevents the need to pore through standards documents to figure out the meaning of the bits

Re: [PATCH -mm] libata: add human-readable error value decoding v3

2007-10-02 Thread Jeff Garzik
Robert Hancock wrote: This adds human-readable decoding of the ATA status and error registers (similar to what drivers/ide does) as well as the SATA Serror register to libata error handling output. This prevents the need to pore through standards documents to figure out the meaning of the bits

Re: [PATCH -mm] libata: add human-readable error value decoding v3

2007-08-03 Thread Chuck Ebbert
On 08/03/2007 02:00 PM, Robert Hancock wrote: > This adds human-readable decoding of the ATA status and error registers > (similar to what drivers/ide does) as well as the SATA Serror register to > libata error handling output. This prevents the need to pore through > standards documents to

Re: [PATCH -mm] libata: add human-readable error value decoding v3

2007-08-03 Thread Alan Cox
On Fri, 03 Aug 2007 12:00:57 -0600 Robert Hancock <[EMAIL PROTECTED]> wrote: > This adds human-readable decoding of the ATA status and error registers > (similar to what drivers/ide does) as well as the SATA Serror register to > libata error handling output. This prevents the need to pore

[PATCH -mm] libata: add human-readable error value decoding v3

2007-08-03 Thread Robert Hancock
This adds human-readable decoding of the ATA status and error registers (similar to what drivers/ide does) as well as the SATA Serror register to libata error handling output. This prevents the need to pore through standards documents to figure out the meaning of the bits in these registers when

[PATCH -mm] libata: add human-readable error value decoding v3

2007-08-03 Thread Robert Hancock
This adds human-readable decoding of the ATA status and error registers (similar to what drivers/ide does) as well as the SATA Serror register to libata error handling output. This prevents the need to pore through standards documents to figure out the meaning of the bits in these registers when

Re: [PATCH -mm] libata: add human-readable error value decoding v3

2007-08-03 Thread Alan Cox
On Fri, 03 Aug 2007 12:00:57 -0600 Robert Hancock [EMAIL PROTECTED] wrote: This adds human-readable decoding of the ATA status and error registers (similar to what drivers/ide does) as well as the SATA Serror register to libata error handling output. This prevents the need to pore through

Re: [PATCH -mm] libata: add human-readable error value decoding v3

2007-08-03 Thread Chuck Ebbert
On 08/03/2007 02:00 PM, Robert Hancock wrote: This adds human-readable decoding of the ATA status and error registers (similar to what drivers/ide does) as well as the SATA Serror register to libata error handling output. This prevents the need to pore through standards documents to figure