RE: [PATCH 4/4] [SCSI]stex: minor cleanup and version update

2007-04-02 Thread Ed Lin
> -Original Message- > From: Brian King [mailto:[EMAIL PROTECTED] > Sent: Monday, April 02, 2007 9:05 AM > To: Ed Lin > Cc: linux-scsi; linux-kernel; james.Bottomley; jeff; Promise_Linux > Subject: Re: [PATCH 4/4] [SCSI]stex: minor cleanup and version update &g

Re: [PATCH 4/4] [SCSI]stex: minor cleanup and version update

2007-04-02 Thread Brian King
Ed Lin wrote: > @@ -1007,6 +1008,11 @@ static int stex_abort(struct scsi_cmnd * > u32 data; > int result = SUCCESS; > unsigned long flags; > + > + printk(KERN_INFO DRV_NAME > + "(%s): aborting command\n", pci_name(hba->pdev)); > + scsi_print_command(cmd); > +

[PATCH 4/4] [SCSI]stex: minor cleanup and version update

2007-03-30 Thread Ed Lin
Add debug information into abort and host_reset routine. Change ioremap to ioremap_nocache. Version updated to 3.6..1. Signed-off-by: Ed Lin <[EMAIL PROTECTED]> --- diff --git a/drivers/scsi/stex.c b/drivers/scsi/stex.c index 9465f35..5a10cfa 100644 --- a/drivers/scsi/stex.c +++ b/drivers/scsi