From: Bartlomiej Zolnierkiewicz Date: Mon, 13 Oct 2008 19:39:36 +0000 (+0200) Subject: ide: add device flags X-Git-Tag: v2.6.28-rc1~599^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97100fc816badbbc162644cfde7ad39ae9211fb4;p=pandora-kernel.git 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 --- Reading git-diff-tree failed