From: Borislav Petkov Date: Thu, 17 Apr 2008 22:46:26 +0000 (+0200) Subject: ide: add generic packet command representation ide_atapi_pc X-Git-Tag: v2.6.26-rc1~1148^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8303b46e18b58b2d0257e6842e60b50ac880a6d1;p=pandora-kernel.git ide: add generic packet command representation ide_atapi_pc This new struct unifies ide{-floppy,-tape,-scsi}'s view of a packet command. For now, it represents the common denominator between the three drivers while adding driver- specific members at the end of the struct which will be merged/simplified into the generic ATAPI handling code in later steps, or removed completely. Bart: - move struct ide_atapi_pc outside of #ifdef/#endif CONFIG_IDE_PROC_FS Signed-off-by: Borislav Petkov Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed