Hi Bart, here's another series of generic ide tweaks. The biggest change in here is the introduction of ide_drive_t->dev_flags member which replaces all flags members in the drivers structs. As a result, some PC_FLAGs become useless and got removed, details in the respective patch descriptions below. The changes have been tested with the hardware i have (i.e., ide-cd and ide-floppy). drivers/ide/ide-atapi.c | 26 ++++++--- drivers/ide/ide-cd.c | 108 ++++++++++++++++++++--------------------- drivers/ide/ide-cd.h | 38 -------------- drivers/ide/ide-cd_ioctl.c | 27 +++++------ drivers/ide/ide-floppy.c | 81 ++++++++++++------------------ drivers/ide/ide-tape.c | 116 ++++++++++++++++++------------------------- drivers/scsi/ide-scsi.c | 24 ++------- include/linux/ide.h | 64 +++++++++++++++++++++++-- 8 files changed, 229 insertions(+), 255 deletions(-) -- Regards/GruÃ?, Boris. -- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html