Re: [PATCH] libata: Correct IORDY handling
From: Alan Cox <hidden>
Date: 2007-07-31 15:38:23
Also in:
lkml
From: Alan Cox <hidden>
Date: 2007-07-31 15:38:23
Also in:
lkml
quoted
+ dev->pio_mode <= XFER_PIO_2)Overindented line (to my taste :-). And do we really need to check this?
Yes - if it refuses SET_XFER_MODE we really don't want to run any mode above PIO2. No hardware *should* do this but then this is IDE...