Re: [patch] add scsi changer driver

2005-03-07 Thread Gerd Knorr
On Sun, Mar 06, 2005 at 07:55:25PM +0200, James Bottomley wrote: Looking through this, the only things I really noticed that need work are: ch_do_scsi(): It looks like this has an effective reimplementation of scsi_wait_req. We're trying to deprecate the usage of scsi_do_req so we can

Re: [ANNOUNCE 3/6] Open-iSCSI High-Performance Initiator for Linux

2005-03-07 Thread Alexey Dobriyan
On Monday 07 March 2005 09:15, Alex Aizman wrote: drivers/scsi/Kconfig changes. --- linux-2.6.11.orig/drivers/scsi/Kconfig +++ linux-2.6.11.dima/drivers/scsi/Kconfig +config ISCSI_IF + tristate iSCSI Open Transport Interface + depends on SCSI INET + ---help--- +

Re: [ANNOUNCE 2/6] Open-iSCSI High-Performance Initiator for Linux

2005-03-07 Thread Alexey Dobriyan
On Monday 07 March 2005 09:12, Alex Aizman wrote: Common header files: - iscsi_ifev.h (user/kernel events). - iscsi_if.h (iSCSI open interface over netlink); - iscsi_proto.h (RFC3720 #defines and types); --- linux-2.6.11.orig/include/scsi/iscsi_if.h

Re: [patch 10/11] drivers/scsi/: Use the DMA_{64,32}BIT_MASK constants

2005-03-07 Thread Matthew Wilcox
On Mon, Mar 07, 2005 at 05:14:16AM -0500, Jes Sorensen wrote: domen == domen [EMAIL PROTECTED] writes: domen Use the DMA_{64,32}BIT_MASK constants from dma-mapping.h when domen calling pci_set_dma_mask() or pci_set_consistent_dma_mask() See domen

Re: [patch 10/11] drivers/scsi/: Use the DMA_{64,32}BIT_MASK constants

2005-03-07 Thread Jes Sorensen
Matthew == Matthew Wilcox [EMAIL PROTECTED] writes: Matthew On Mon, Mar 07, 2005 at 05:14:16AM -0500, Jes Sorensen wrote: domen == domen [EMAIL PROTECTED] writes: domen Use the DMA_{64,32}BIT_MASK constants from dma-mapping.h when domen calling pci_set_dma_mask() or

FW: [patch 1/1] block/cciss: replace schedule_timeout() with msleep()

2005-03-07 Thread Miller, Mike (OS Dev)
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Saturday, March 05, 2005 4:45 PM To: Miller, Mike (OS Dev) Cc: ISS StorageDev; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: [patch 1/1] block/cciss: replace schedule_timeout() with msleep() I used

Re: [patch 02/11] scsi/st: replace schedule_timeout() with msleep_interruptible()

2005-03-07 Thread Kai Makisara
On Sun, 6 Mar 2005 [EMAIL PROTECTED] wrote: Use msleep_interruptible() instead of schedule_timeout() to guarantee the task delays as expected. This patch is already in the scsi-misc-2.6 tree merged into one of the st patches. Thanks for the reminder and the patch. -- Kai - To

Re: [PATCH] m68k link error and NCR5380_exit()

2005-03-07 Thread Brad Boyer
On Tue, Mar 08, 2005 at 12:45:28AM +1100, Finn Thain wrote: Having qla1280.c as a guide will help, thanks. My next question is, what does a NuBus architecture do in place of pci_(un)register_driver? Eventually, you should use macio_(un)register_driver. However, I don't have the support quite

RE: [patch 10/11] drivers/scsi/: Use the DMA_{64,32}BIT_MASK cons tants

2005-03-07 Thread Ju, Seokmann
On Sunday, March 06, 2005 5:27 PM, Domen wrote Use the DMA_{64,32}BIT_MASK constants from dma-mapping.h when calling pci_set_dma_mask() or pci_set_consistent_dma_mask() Megaraid driver has this change and patch for this will be submitted as committed. Thanks, Seokmann LSI Logic Corporation -

RE: [patch 05/11] drivers/scsi/*: convert to pci_register_driver

2005-03-07 Thread Ju, Seokmann
On Sunday, March 06, 2005 5:27 PM, Domen wrote: diff -puN drivers/scsi/megaraid.c~pci_register_driver-drivers_scsi drivers/scsi/megaraid.c --- kj/drivers/scsi/megaraid.c~pci_register_driver-drivers_scsi 2005-03- 05 16:12:48.0 +0100 +++ kj-domen/drivers/scsi/megaraid.c 2005-03-05

[PATCH] SCSI tape fixes: sense descriptor init, bsf-weof, blkno, debugging

2005-03-07 Thread Kai Makisara
= 20050307; #include linux/module.h @@ -268,6 +268,7 @@ static void st_analyze_sense(struct scsi const u8 *ucp; const u8 *sense = SRpnt-sr_sense_buffer; + memset(s, 0, sizeof(struct st_cmdstatus)); s-have_sense = scsi_request_normalize_sense(SRpnt, s-sense_hdr

Re: [PATCH] m68k link error and NCR5380_exit()

2005-03-07 Thread Kenn Humborg
On Mon, Mar 07, 2005 at 09:53:22AM -0800, Brad Boyer wrote: On Tue, Mar 08, 2005 at 12:45:28AM +1100, Finn Thain wrote: My main reservation about embarking on this is that I don't think mac_scsi ever actually worked under 2.6 (or 2.5?) kernels. I'm not competent enough to submit a good,

[ANNOUNCE][PATCH 2.6.11 1/3] megaraid_sas: Announcing new module for LSI Logic's SAS based MegaRAID controllers

2005-03-07 Thread Bagalkote, Sreenivas
Hello All, We are announcing a driver for LSI Logic's new SAS based MegaRAID controllers. I am submitting the inlined patch in three parts. Please review the patches. Thank you, Sreenivas Bagalkote LSI Logic Corporation Patch 1 of 3: Signed-off-by: Sreenivas Bagalkote [EMAIL PROTECTED] diff

Re: [RFC] adding per scsi-host workqueues for defered processing

2005-03-07 Thread Andrew Vasquez
On Sat, 05 Mar 2005, [EMAIL PROTECTED] wrote: In thinking this through a little further - if the workq is just for the transport, the transport ought to simply create and use the workq. There would be no need to modify the host structure. If we're trying to avoid the potential for several