lkml.org 
[lkml]   [2003]   [Oct]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: [PATCH][TRIVIAL] question marks again
On Mon, 13 Oct 2003, Thomas Horsten wrote:

> > + * 0x08 (?) !S_BSY
>
> At least keep it lined up..

Oops. Too many patches at once. Fixed now.


diff -urNp linux-5110/drivers/scsi/imm.c linux-10010/drivers/scsi/imm.c
--- linux-5110/drivers/scsi/imm.c
+++ linux-10010/drivers/scsi/imm.c
@@ -322,10 +322,10 @@ static unsigned char imm_wait(int host_n
* STR imm imm
* ===================================
* 0x80 S_REQ S_REQ
- * 0x40 !S_BSY (????)
+ * 0x40 !S_BSY (?)
* 0x20 !S_CD !S_CD
* 0x10 !S_IO !S_IO
- * 0x08 (????) !S_BSY
+ * 0x08 (?) !S_BSY
*
* imm imm meaning
* ==================================
@@ -927,7 +927,7 @@ static void imm_interrupt(void *data)
printk("imm: told to abort\n");
break;
case DID_PARITY:
- printk("imm: parity error (???)\n");
+ printk("imm: parity error (?)\n");
break;
case DID_ERROR:
printk("imm: internal driver error\n");
@@ -936,7 +936,7 @@ static void imm_interrupt(void *data)
printk("imm: told to reset device\n");
break;
case DID_BAD_INTR:
- printk("imm: bad interrupt (???)\n");
+ printk("imm: bad interrupt (?)\n");
break;
default:
printk("imm: bad return code (%02x)\n", (cmd->result >> 16) & 0xff);
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 13:49    [W:0.022 / U:0.576 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site