commit | 97100fc816badbbc162644cfde7ad39ae9211fb4 | [log] [tgz] |
---|---|---|
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | Mon Oct 13 21:39:36 2008 +0200 |
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | Mon Oct 13 21:39:36 2008 +0200 |
tree | 904faf5453c2dea32fa3fde5fda230118f3effda | |
parent | be3c096ebdbe3c828aacb5473751a22840753eff [diff] |
ide: add device flags Add 'unsigned long dev_flags' to ide_drive_t and convert bitfields to IDE_DFLAG_* flags. While at it: - IDE_DFLAG_ADDRESSING -> IDE_DFLAG_LBA48 - fixup some comments - remove needless g->flags zeroing from ide*_probe() There should be no functional changes caused by this patch. Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>