commit | d00e42dd26bbda6a39aead6a47c59221e03a08f8 | [log] [tgz] |
---|---|---|
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | Fri Jan 25 22:17:06 2008 +0100 |
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | Fri Jan 25 22:17:06 2008 +0100 |
tree | 5aac741e8318f52f6fde8a3b180a774bf355719c | |
parent | 7a3b7512d0d7e78353e99f4538eb6d3354019d92 [diff] |
ide-disk: fix taskfile registers loading order in __ide_do_rw_disk() Load IDE_SECTOR_REG after IDE_FEATURE_REG and IDE_NSECTOR_REG when using CHS. This patch is basically a preparation for the next one which converts __ide_do_rw_disk() to use struct ide_taskfile. It shouldn't affect anything (just a usual paranoia to separate changes which change the way in which hardware is accessed from code cleanups). Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>