]> git.baikalelectronics.ru Git - kernel.git/commit
ide: add ->max_sectors field to struct ide_port_info
authorBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Mon, 29 Dec 2008 19:27:34 +0000 (20:27 +0100)
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Mon, 29 Dec 2008 19:27:34 +0000 (20:27 +0100)
commitfcfcdf94a5c43fb18a98b5ef199da0670c24b341
tree5236d3ef808f8c781b40b7a6328f65fe3f25891b
parent08522018827b79b54b39812a030f56a1b02b5d6e
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>
drivers/ide/ide-probe.c
drivers/ide/pdc202xx_old.c
include/linux/ide.h