]> git.baikalelectronics.ru Git - kernel.git/commit
pata_artop: fix UDMA5 for AEC6280[R] and UDMA6 for AEC6880[R]
authorBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Thu, 9 Aug 2007 21:19:34 +0000 (23:19 +0200)
committerJeff Garzik <jeff@garzik.org>
Wed, 15 Aug 2007 08:17:14 +0000 (04:17 -0400)
commitc2f61c69872400a38e7c6c3316a0237bbf686d83
tree519f8acc8d443de150972b7563443bfada168d97
parent16634c5b81c9e06a28bfb48137173f282bf4640b
pata_artop: fix UDMA5 for AEC6280[R] and UDMA6 for AEC6880[R]

Maximum supported UDMA mode for AEC6280[R] is UDMA5 (not UDMA4)
and for AEC6880[R] it is UDMA6 (not UDMA5):

* Fix the problem by adding missing struct ata_port_info to artop_init_one().

* Use the right naming (s/626/628/).

* Bump driver version.

Fixes IDE->libata regression, problem was never present in IDE aec62xx driver.

Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/ata/pata_artop.c