Re: [PATCH 15/15] ide: remove stale comments from ide-taskfile.c

2007-10-02 Thread Sergei Shtylyov

Bartlomiej Zolnierkiewicz wrote:


Signed-off-by: Bartlomiej Zolnierkiewicz [EMAIL PROTECTED]


Acked-by: Sergei Shtylyov [EMAIL PROTECTED]

MBR, Sergei

-
To unsubscribe from this list: send the line unsubscribe linux-ide in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 15/15] ide: remove stale comments from ide-taskfile.c

2007-10-01 Thread Bartlomiej Zolnierkiewicz

Signed-off-by: Bartlomiej Zolnierkiewicz [EMAIL PROTECTED]
---
 drivers/ide/ide-taskfile.c |   23 ---
 1 file changed, 23 deletions(-)

Index: b/drivers/ide/ide-taskfile.c
===
--- a/drivers/ide/ide-taskfile.c
+++ b/drivers/ide/ide-taskfile.c
@@ -8,23 +8,6 @@
  *  Copyright (C) 2003-2004Bartlomiej Zolnierkiewicz
  *
  *  The big the bad and the ugly.
- *
- *  Problems to be fixed because of BH interface or the lack therefore.
- *
- *  Fill me in stupid !!!
- *
- *  HOST:
- * General refers to the Controller and Driver pair.
- *  DATA HANDLER:
- * Under the context of Linux it generally refers to an interrupt handler.
- * However, it correctly describes the 'HOST'
- *  DATA BLOCK:
- * The amount of data needed to be transfered as predefined in the
- * setup of the device.
- *  STORAGE ATOMIC:
- * The 'DATA BLOCK' associated to the 'DATA HANDLER', and can be as
- * small as a single sector or as large as the entire command block
- * request.
  */
 
 #include linux/module.h
@@ -685,9 +668,6 @@ int ide_wait_cmd (ide_drive_t *drive, u8
return ide_do_drive_cmd(drive, rq, ide_wait);
 }
 
-/*
- * FIXME : this needs to map into at taskfile. [EMAIL PROTECTED]
- */
 int ide_cmd_ioctl (ide_drive_t *drive, unsigned int cmd, unsigned long arg)
 {
int err = 0;
@@ -751,9 +731,6 @@ static int ide_wait_cmd_task(ide_drive_t
return ide_do_drive_cmd(drive, rq, ide_wait);
 }
 
-/*
- * FIXME : this needs to map into at taskfile. [EMAIL PROTECTED]
- */
 int ide_task_ioctl (ide_drive_t *drive, unsigned int cmd, unsigned long arg)
 {
void __user *p = (void __user *)arg;
-
To unsubscribe from this list: send the line unsubscribe linux-ide in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html