commit | 7610c4f5efc495d8e15ef608c4a66932f895379a | [log] [tgz] |
---|---|---|
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | Tue Mar 24 23:22:38 2009 +0100 |
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | Tue Mar 24 23:22:38 2009 +0100 |
tree | 250afc54387a883c728ecffe735e9c03a6e6145b | |
parent | 8e0ee43bc2c3e19db56a4adaa9a9b04ce885cd84 [diff] |
ide: fix IDE_DFLAG_NO_IO_32BIT handling * IDE_DFLAG_NO_IO_32BIT may be set by cmd640's ->init_dev method so don't clear it in ide_port_tune_devices() (+ no need to do it). * Move IDE_DFLAG_NO_IO_32BIT handling to ide_port_init_devices(). Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>