[patch] qla1280 set residual correctly

2007-01-05 Thread Jes Sorensen
Hi, Jeremy caught a bug in the qla1280 driver where it didn't set the residual value correctly. Please apply, Jes Set residual correctly in qla1280 driver. Signed-off-by: Jeremy Higdon <[EMAIL PROTECTED]> Signed-off-by: Jes Sorensen <[EMAIL PROTECTED]> --- drivers/scsi

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

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

2005-03-07 Thread Jes Sorensen
> "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> http://marc.theaimsgroup.com/?t=10800199301&r=1&w=2 for domen> details Why? It's ugly and rea

Re: [PATCH 2/3] qla1280: user pci_map_single

2005-02-25 Thread Jes Sorensen
>>>>> "Christoph" == Christoph Hellwig <[EMAIL PROTECTED]> writes: Christoph> On Fri, Feb 18, 2005 at 04:48:00AM -0500, Jes Sorensen Christoph> wrote: >> Christoph, >> >> When pci_map_page was originally introduced it was meant to >>

Re: [PATCH 2/3] qla1280: user pci_map_single

2005-02-18 Thread Jes Sorensen
Christoph, When pci_map_page was originally introduced it was meant to deprecate pci_map_single, at least thats what my memory tells me. If pci_map_single is suddenly recommended again we can change it back to that, but I don't really see the gain. Cheers, Jes - To unsubscribe from this list: se

Re: [PATCH 1/3] qla1280: remove qla1280_proc_info

2005-02-18 Thread Jes Sorensen
> "Christoph" == Christoph Hellwig <[EMAIL PROTECTED]> writes: Christoph> reading the /proc/scsi/qla1280/* files can easily corrupt Christoph> kernel memory. As the feature is deprecated, and the Christoph> qla1280 implementation doesn't return very usefull Christoph> implementation but is so