[PATCH 0/4] ide: generic packet command representation

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Borislav Petkov
Date: Monday, February 11, 2008 - 1:34 am

Hi Bart,

here's the ide_atapi_pc unification series. It all went pretty smoothly along
the search & replace line. Using driver-specific members in ide_atapi_pc like
idefloppy_callback and idetape_callback is kinda dumb but this approach seemed
the fastest versus unnecessary callback function signature change that will
touch stuff all over the place. Besides, ide-tape might be gone soon so that
would alleviate the problem.

On a different note, i noticed ide-scsi might also need a cleanup similar to the
other drivers. It is next on my TODO list in case you don't have anything with a
higher prio.


 drivers/ide/ide-floppy.c |  205 +++++++++++++++++--------------------
 drivers/ide/ide-tape.c   |  251 +++++++++++++++++++++-------------------------
 drivers/scsi/ide-scsi.c  |  133 +++++++++++-------------
 include/linux/ide.h      |   47 +++++++++
 4 files changed, 316 insertions(+), 320 deletions(-)

-- 
Thanks,
Boris.
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 0/4] ide: generic packet command representation, Borislav Petkov, (Mon Feb 11, 1:34 am)
Re: [PATCH 0/4] ide: generic packet command representation, Bartlomiej Zolnierki ..., (Mon Feb 11, 5:09 pm)
Re: [PATCH 0/4] ide: generic packet command representation, Borislav Petkov, (Mon Feb 11, 10:59 pm)
Re: [PATCH 0/4] ide: generic packet command representation, Jan Engelhardt, (Fri Feb 15, 7:04 am)