commit | 6b4924962c49655494d2c8e9d3faab0e349a3062 | [log] [tgz] |
---|---|---|
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | Mon Dec 29 20:27:34 2008 +0100 |
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | Mon Dec 29 20:27:34 2008 +0100 |
tree | 5236d3ef808f8c781b40b7a6328f65fe3f25891b | |
parent | 7f1ac8c4b9dadc55ec656b368f5f470f2cbe3083 [diff] |
ide: add ->max_sectors field to struct ide_port_info * Add ->max_sectors field to struct ide_port_info to allow host drivers to specify value used for hwif->rqsize (if smaller than the default). * Convert pdc202xx_old to use ->max_sectors and remove no longer needed IDE_HFLAG_RQSIZE_256 flag. There should be no functional changes caused by this patch. Acked-by: Sergei Shtyltov <sshtylyov@ru.mvista.com> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>