Re: [PATCH as470] Add a NOREPORTLUN blacklist flag

2005-02-20 Thread Matthew Dharm
On Sun, Feb 20, 2005 at 10:44:21PM -0500, Alan Stern wrote: > On Sun, 20 Feb 2005, Sergey Vlasov wrote: > > > On Thu, 17 Feb 2005 17:31:04 -0500 (EST) Alan Stern wrote: > > > > > James: > > > > > > This patch adds a NOREPORTLUN blacklist flag for a disk made by "WDC" > > > (Winchester?). The d

Re: [PATCH as470] Add a NOREPORTLUN blacklist flag

2005-02-20 Thread Alan Stern
On Sun, 20 Feb 2005, Sergey Vlasov wrote: > On Thu, 17 Feb 2005 17:31:04 -0500 (EST) Alan Stern wrote: > > > James: > > > > This patch adds a NOREPORTLUN blacklist flag for a disk made by "WDC" > > (Winchester?). The drive's firmware crashes when it receives > > REPORT_LUNS, even though it cl

Re: PATCH 2.6.11-rc4 rename IOMAPPED config option

2005-02-20 Thread Matthew Wilcox
On Sun, Feb 20, 2005 at 09:16:31PM -0500, Jeff Garzik wrote: > On Mon, Feb 21, 2005 at 02:14:05AM +, Matthew Wilcox wrote: > > On Sun, Feb 20, 2005 at 09:09:36PM -0500, Jeff Garzik wrote: > > > Incorrect. is not a standard include; you need to > > > include linux/config.h in each file that us

Re: PATCH 2.6.11-rc4 rename IOMAPPED config option

2005-02-20 Thread Jeff Garzik
On Mon, Feb 21, 2005 at 02:14:05AM +, Matthew Wilcox wrote: > On Sun, Feb 20, 2005 at 09:09:36PM -0500, Jeff Garzik wrote: > > Incorrect. is not a standard include; you need to > > include linux/config.h in each file that uses a CONFIG_xxx define. > > sym_hipd.c includes "sym_glue.h" > sym_g

Re: PATCH 2.6.11-rc4 rename IOMAPPED config option

2005-02-20 Thread Matthew Wilcox
On Sun, Feb 20, 2005 at 09:09:36PM -0500, Jeff Garzik wrote: > Incorrect. is not a standard include; you need to > include linux/config.h in each file that uses a CONFIG_xxx define. sym_hipd.c includes "sym_glue.h" sym_glue.h includes There is no problem. -- "Next the statesmen will invent ch

Re: PATCH 2.6.11-rc4 rename IOMAPPED config option

2005-02-20 Thread Jeff Garzik
On Mon, Feb 21, 2005 at 02:02:21AM +, Matthew Wilcox wrote: > On Sun, Feb 20, 2005 at 08:11:58PM -0500, Jeff Garzik wrote: > > Patch doesn't apply with -p1. > > Doesn't matter; I can cope with both. Irrelevant. It matters to automated patch snarfers, lkml.org users, etc. > > >--- drivers/s

Re: PATCH 2.6.11-rc4 rename IOMAPPED config option

2005-02-20 Thread Matthew Wilcox
On Sun, Feb 20, 2005 at 08:11:58PM -0500, Jeff Garzik wrote: > Patch doesn't apply with -p1. Doesn't matter; I can cope with both. > >--- drivers/scsi/sym53c8xx_2/sym_glue.c 20 Feb 2005 23:49:27 - > >1.84 > > This file does not include . Doesn't need to -- sym_glue.h does. > >--- dri

Re: PATCH 2.6.11-rc4 rename IOMAPPED config option

2005-02-20 Thread Jeff Garzik
Grant Grundler wrote: --- drivers/scsi/Kconfig3 Feb 2005 11:44:46 - 1.32 +++ drivers/scsi/Kconfig21 Feb 2005 00:46:18 - Patch doesn't apply with -p1. --- drivers/scsi/sym53c8xx_2/sym_glue.c 20 Feb 2005 23:49:27 - 1.84 +++ drivers/scsi/sym53c8xx_2/sym_glue.c 21 Feb

PATCH 2.6.11-rc4 rename IOMAPPED config option

2005-02-20 Thread Grant Grundler
Willy, I'm always confused by what CONFIG_SCSI_SYM53C8XX_IOMAPPED is supposed to mean. When enabled, the driver uses IO Port space. But "IOMAPPED" is just too close to "Memory Mapped IO" (MMIO). Following patch renames this to SCSI_SYM53C8XX_USE_MMIO. I don't need to read the config help to unders

Re: sym53c8xx_2 hangs on 53c810 rev 02

2005-02-20 Thread Ingo Korb
Matthew Wilcox <[EMAIL PROTECTED]> writes: > To be honest, this looks like the sym2 driver never received any interrupts. I guess so - I'm not sure why I reported problems with the 2.4 version of the driver, when I just retested it with 2.4.29 everything was working fine. > Could you boot with s

Re: [PATCH 04/19] drivers/scsi/ahci: Use the DMA_{64,32}BIT_MASK constants

2005-02-20 Thread Jeff Garzik
On Sun, Feb 20, 2005 at 05:55:30PM +0100, Tobias Klauser wrote: > Hello, > > Description: Use the DMA_{64,32}BIT_MASK constants from dma-mapping.h > when calling pci_set_dma_mask() or pci_set_consistent_dma_mask() > See http://marc.theaimsgroup.com/?t=10800199301&r=1&w=2 for details Please CC

[PATCH 19/19] drivers/scsi/sata_vsc: Use the DMA_{64,32}BIT_MASK constants

2005-02-20 Thread Tobias Klauser
Hello, Description: Use the DMA_{64,32}BIT_MASK constants from dma-mapping.h when calling pci_set_dma_mask() or pci_set_consistent_dma_mask() See http://marc.theaimsgroup.com/?t=10800199301&r=1&w=2 for details Signed-off-by: Tobias Klauser <[EMAIL PROTECTED]> --- linux-2.6.11-rc4.orig/driver

[PATCH 18/19] drivers/scsi/qlogicfc: Use the DMA_{64,32}BIT_MASK constants

2005-02-20 Thread Tobias Klauser
Hello, Description: Use the DMA_{64,32}BIT_MASK constants from dma-mapping.h when calling pci_set_dma_mask() or pci_set_consistent_dma_mask() See http://marc.theaimsgroup.com/?t=10800199301&r=1&w=2 for details Signed-off-by: Tobias Klauser <[EMAIL PROTECTED]> --- linux-2.6.11-rc4.orig/driver

[PATCH 17/19] drivers/scsi/qla1280: Use the DMA_{64,32}BIT_MASK constants

2005-02-20 Thread Tobias Klauser
Hello, Description: Use the DMA_{64,32}BIT_MASK constants from dma-mapping.h when calling pci_set_dma_mask() or pci_set_consistent_dma_mask() See http://marc.theaimsgroup.com/?t=10800199301&r=1&w=2 for details Signed-off-by: Tobias Klauser <[EMAIL PROTECTED]> --- linux-2.6.11-rc4.orig/driver

[PATCH 16/19] drivers/scsi/nsp32: Use the DMA_{64,32}BIT_MASK constants

2005-02-20 Thread Tobias Klauser
Hello, Description: Use the DMA_{64,32}BIT_MASK constants from dma-mapping.h when calling pci_set_dma_mask() or pci_set_consistent_dma_mask() See http://marc.theaimsgroup.com/?t=10800199301&r=1&w=2 for details Signed-off-by: Tobias Klauser <[EMAIL PROTECTED]> --- linux-2.6.11-rc4.orig/driver

[PATCH 15/19] drivers/scsi/megaraid: Use the DMA_{64,32}BIT_MASK constants

2005-02-20 Thread Tobias Klauser
Hello, Description: Use the DMA_{64,32}BIT_MASK constants from dma-mapping.h when calling pci_set_dma_mask() or pci_set_consistent_dma_mask() See http://marc.theaimsgroup.com/?t=10800199301&r=1&w=2 for details Signed-off-by: Tobias Klauser <[EMAIL PROTECTED]> --- linux-2.6.11-rc4.orig/driver

[PATCH 14/19] drivers/scsi/megaraid/megaraid_mbox: Use the DMA_{64,32}BIT_MASK constants

2005-02-20 Thread Tobias Klauser
Hello, Description: Use the DMA_{64,32}BIT_MASK constants from dma-mapping.h when calling pci_set_dma_mask() or pci_set_consistent_dma_mask() See http://marc.theaimsgroup.com/?t=10800199301&r=1&w=2 for details Signed-off-by: Tobias Klauser <[EMAIL PROTECTED]> --- linux-2.6.11-rc4.orig/driver

[PATCH 13/19] drivers/scsi/ips: Use the DMA_{64,32}BIT_MASK constants

2005-02-20 Thread Tobias Klauser
Hello, Description: Use the DMA_{64,32}BIT_MASK constants from dma-mapping.h when calling pci_set_dma_mask() or pci_set_consistent_dma_mask() See http://marc.theaimsgroup.com/?t=10800199301&r=1&w=2 for details Signed-off-by: Tobias Klauser <[EMAIL PROTECTED]> --- linux-2.6.11-rc4.orig/driver

[PATCH 12/19] drivers/scsi/initio: Use the DMA_{64,32}BIT_MASK constants

2005-02-20 Thread Tobias Klauser
Hello, Description: Use the DMA_{64,32}BIT_MASK constants from dma-mapping.h when calling pci_set_dma_mask() or pci_set_consistent_dma_mask() See http://marc.theaimsgroup.com/?t=10800199301&r=1&w=2 for details Signed-off-by: Tobias Klauser <[EMAIL PROTECTED]> --- linux-2.6.11-rc4.orig/driver

[PATCH 11/19] drivers/scsi/gdth: Use the DMA_{64,32}BIT_MASK constants

2005-02-20 Thread Tobias Klauser
Hello, Description: Use the DMA_{64,32}BIT_MASK constants from dma-mapping.h when calling pci_set_dma_mask() or pci_set_consistent_dma_mask() See http://marc.theaimsgroup.com/?t=10800199301&r=1&w=2 for details Signed-off-by: Tobias Klauser <[EMAIL PROTECTED]> --- linux-2.6.11-rc4.orig/driver

[PATCH 10/19] drivers/scsi/eata: Use the DMA_{64,32}BIT_MASK constants

2005-02-20 Thread Tobias Klauser
Hello, Description: Use the DMA_{64,32}BIT_MASK constants from dma-mapping.h when calling pci_set_dma_mask() or pci_set_consistent_dma_mask() See http://marc.theaimsgroup.com/?t=10800199301&r=1&w=2 for details Signed-off-by: Tobias Klauser <[EMAIL PROTECTED]> --- linux-2.6.11-rc4.orig/driver

[PATCH 09/19] drivers/scsi/dpt_i2o: Use the DMA_{64,32}BIT_MASK constants

2005-02-20 Thread Tobias Klauser
Hello, Description: Use the DMA_{64,32}BIT_MASK constants from dma-mapping.h when calling pci_set_dma_mask() or pci_set_consistent_dma_mask() See http://marc.theaimsgroup.com/?t=10800199301&r=1&w=2 for details Signed-off-by: Tobias Klauser <[EMAIL PROTECTED]> --- linux-2.6.11-rc4.orig/driver

[PATCH 08/19] drivers/scsi/BusLogic: Use the DMA_{64,32}BIT_MASK constants

2005-02-20 Thread Tobias Klauser
Hello, Description: Use the DMA_{64,32}BIT_MASK constants from dma-mapping.h when calling pci_set_dma_mask() or pci_set_consistent_dma_mask() See http://marc.theaimsgroup.com/?t=10800199301&r=1&w=2 for details Signed-off-by: Tobias Klauser <[EMAIL PROTECTED]> --- linux-2.6.11-rc4.orig/driver

[PATCH 07/19] drivers/scsi/atp870u: Use the DMA_{64,32}BIT_MASK constants

2005-02-20 Thread Tobias Klauser
Hello, Description: Use the DMA_{64,32}BIT_MASK constants from dma-mapping.h when calling pci_set_dma_mask() or pci_set_consistent_dma_mask() See http://marc.theaimsgroup.com/?t=10800199301&r=1&w=2 for details Signed-off-by: Tobias Klauser <[EMAIL PROTECTED]> --- linux-2.6.11-rc4.orig/driver

[PATCH 06/19] drivers/scsi/aic7xxx/aic7xxx_osm: Use the DMA_{64,32}BIT_MASK constants

2005-02-20 Thread Tobias Klauser
Hello, Description: Use the DMA_{64,32}BIT_MASK constants from dma-mapping.h when calling pci_set_dma_mask() or pci_set_consistent_dma_mask() See http://marc.theaimsgroup.com/?t=10800199301&r=1&w=2 for details Signed-off-by: Tobias Klauser <[EMAIL PROTECTED]> --- linux-2.6.11-rc4.orig/driver

Re: [PATCH as470] Add a NOREPORTLUN blacklist flag

2005-02-20 Thread Sergey Vlasov
On Thu, 17 Feb 2005 17:31:04 -0500 (EST) Alan Stern wrote: > James: > > This patch adds a NOREPORTLUN blacklist flag for a disk made by "WDC" > (Winchester?). The drive's firmware crashes when it receives > REPORT_LUNS, even though it claims to be SCSI rev 04. > > Alan Stern > > > > Signed

[PATCH 06/19] drivers/scsi/aic7xxx/aic7xxx_osm: Use the DMA_{64,32}BIT_MASK constants

2005-02-20 Thread Tobias Klauser
Hello, Description: Use the DMA_{64,32}BIT_MASK constants from dma-mapping.h when calling pci_set_dma_mask() or pci_set_consistent_dma_mask() See http://marc.theaimsgroup.com/?t=10800199301&r=1&w=2 for details Signed-off-by: Tobias Klauser <[EMAIL PROTECTED]> --- linux-2.6.11-rc4.orig/driver

[PATCH 05/19] drivers/scsi/aic7xxx/aic79xx_osm: Use the DMA_{64,32}BIT_MASK constants

2005-02-20 Thread Tobias Klauser
Hello, Description: Use the DMA_{64,32}BIT_MASK constants from dma-mapping.h when calling pci_set_dma_mask() or pci_set_consistent_dma_mask() See http://marc.theaimsgroup.com/?t=10800199301&r=1&w=2 for details Signed-off-by: Tobias Klauser <[EMAIL PROTECTED]> --- linux-2.6.11-rc4.orig/driver

[PATCH 04/19] drivers/scsi/ahci: Use the DMA_{64,32}BIT_MASK constants

2005-02-20 Thread Tobias Klauser
Hello, Description: Use the DMA_{64,32}BIT_MASK constants from dma-mapping.h when calling pci_set_dma_mask() or pci_set_consistent_dma_mask() See http://marc.theaimsgroup.com/?t=10800199301&r=1&w=2 for details Signed-off-by: Tobias Klauser <[EMAIL PROTECTED]> --- linux-2.6.11-rc4.orig/driver

[PATCH 03/19] drivers/scsi/aacraid/linit: Use the DMA_{64,32}BIT_MASK constants

2005-02-20 Thread Tobias Klauser
Hello, Description: Use the DMA_{64,32}BIT_MASK constants from dma-mapping.h when calling pci_set_dma_mask() or pci_set_consistent_dma_mask() See http://marc.theaimsgroup.com/?t=10800199301&r=1&w=2 for details Signed-off-by: Tobias Klauser <[EMAIL PROTECTED]> --- linux-2.6.11-rc4.orig/driver

[PATCH 02/19] drivers/scsi/acraid/aachba: Use the DMA_{64,32}BIT_MASK constants

2005-02-20 Thread Tobias Klauser
Hello, Description: Use the DMA_{64,32}BIT_MASK constants from dma-mapping.h when calling pci_set_dma_mask() or pci_set_consistent_dma_mask() See http://marc.theaimsgroup.com/?t=10800199301&r=1&w=2 for details Signed-off-by: Tobias Klauser <[EMAIL PROTECTED]> --- linux-2.6.11-rc4.orig/driver

[PATCH 01/19] drivers/scsi/a100u2w: Use the DMA_{64,32}BIT_MASK constants

2005-02-20 Thread Tobias Klauser
Hello, Description: Use the DMA_{64,32}BIT_MASK constants from dma-mapping.h when calling pci_set_dma_mask() or pci_set_consistent_dma_mask() See http://marc.theaimsgroup.com/?t=10800199301&r=1&w=2 for details Signed-off-by: Tobias Klauser <[EMAIL PROTECTED]> --- linux-2.6.11-rc4.orig/driver