proposal

2005-03-19 Thread julliets fish
Dear friend, I am lady of the Anglican communion Knight Hood.Am lady julliet fish.I am the PRO and in charge of a trust fund put together by a group of very wealthy christian business men who over the years have donnated bountifully to orphanages, less privilledged and victims of war.This group

[PATCH] Reformat comments in scsi_cmnd.h

2005-03-19 Thread Matthew Wilcox
Reformat the comments to make them easy to read in 80 columns. Signed-off-by: Matthew Wilcox <[EMAIL PROTECTED]> Index: ./include/scsi/scsi_cmnd.h === RCS file: /var/lib/cvs/linux-2.6/include/scsi/scsi_cmnd.h,v retrieving revision 1

Re: [PATCH] [4/5] ncr53c8xx update

2005-03-19 Thread Matthew Wilcox
On Sat, Mar 19, 2005 at 06:32:07PM -0600, James Bottomley wrote: > On Fri, 2005-03-18 at 20:56 -0700, Matthew Wilcox wrote: > > ncr53c8xx update > > There's actually a slight problem with this one: on my Q720 it produces > messages like this: > > ncr53c720-1: ID 7, Fast-10, Parity Checking > scsi

Re: [PATCH] [4/5] ncr53c8xx update

2005-03-19 Thread James Bottomley
On Fri, 2005-03-18 at 20:56 -0700, Matthew Wilcox wrote: > ncr53c8xx update There's actually a slight problem with this one: on my Q720 it produces messages like this: ncr53c720-1: ID 7, Fast-10, Parity Checking scsi1 : ncr53c8xx-3.4.3g target1:0:1: target did not report SYNC. Vendor: TOSHIBA

Re: [PATCH 2.4.30-pre3] x86_64: pci_alloc_consistent() match 2.6 implementation

2005-03-19 Thread Matt Domsch
On Sat, Mar 19, 2005 at 08:26:45PM +0100, Andi Kleen wrote: > On Fri, Mar 18, 2005 at 03:23:44PM -0600, Matt Domsch wrote: > > For review and comment. > > > > On x86_64 systems with no IOMMU and with >4GB RAM (in fact, whenever > > there are any pages mapped above 4GB), pci_alloc_consistent() fall

Re: [patch 1/1] drivers/scsi/lasi700.c: Use the DMA_32BIT_MASK constant

2005-03-19 Thread Matthew Wilcox
On Sat, Mar 19, 2005 at 02:19:32PM +0100, [EMAIL PROTECTED] wrote: > Use the DMA_32BIT_MASK constants from dma-mapping.h > when calling dma_set_mask(). Already submitted. I told you I'd take it through the parisc tree. -- "Next the statesmen will invent cheap lies, putting the blame upon the n

Re: [PATCH 2.4.30-pre3] x86_64: pci_alloc_consistent() match 2.6 implementation

2005-03-19 Thread Andi Kleen
On Fri, Mar 18, 2005 at 03:23:44PM -0600, Matt Domsch wrote: > For review and comment. > > On x86_64 systems with no IOMMU and with >4GB RAM (in fact, whenever > there are any pages mapped above 4GB), pci_alloc_consistent() falls > back to using ZONE_DMA for all allocations, even if the device's >

[PATCH] fix breakage in the SCSI generic tag code

2005-03-19 Thread James Bottomley
When I redid the target allocation routines, I inadvertently broke the generic tag code. The problem is that the device is added to the host list after slave_configure in the new code. This is too late since if any command disconnects during the initial inquiry phase, we now cannot find the devic

Re: [PATCH 2.4.30-pre3] x86_64: pci_alloc_consistent() match 2.6 implementation

2005-03-19 Thread Arjan van de Ven
On Sat, 2005-03-19 at 08:16 -0600, Matt Domsch wrote: > On Sat, Mar 19, 2005 at 07:09:45AM +0100, Arjan van de Ven wrote: > > On Fri, 2005-03-18 at 15:23 -0600, Matt Domsch wrote: > > > For review and comment. > > > > > > On x86_64 systems with no IOMMU and with >4GB RAM (in fact, whenever > > > t

Re: [PATCH] [2/5] Improve 53c700 /proc/interrupt output

2005-03-19 Thread Matthew Wilcox
On Sat, Mar 19, 2005 at 09:53:07AM -0600, James Bottomley wrote: > On Fri, 2005-03-18 at 20:56 -0700, Matthew Wilcox wrote: > > Request the IRQ in the name of the chip rather than the bus address. > > This I don't really like for two reasons: > > 1) I don't know of any other driver that uses the

Re: [PATCH] [2/5] Improve 53c700 /proc/interrupt output

2005-03-19 Thread James Bottomley
On Fri, 2005-03-18 at 20:56 -0700, Matthew Wilcox wrote: > Improve 53c700 /proc/interrupt output > > Request the IRQ in the name of the chip rather than the bus address. This I don't really like for two reasons: 1) I don't know of any other driver that uses the actual chip name in the interrupt

[ANNOUNCE] multipath-tools-0.4.3

2005-03-19 Thread christophe varoqui
Hello, here goes multipath-tools-0.4.3 This is a bugfix and features release. Things noticable from users' perspective : * dropped klibc from the package : now an external dependency. Those interested in building the tools with klcc will want to download klibc from http://

Re: [PATCH 2.4.30-pre3] x86_64: pci_alloc_consistent() match 2.6 implementation

2005-03-19 Thread Matt Domsch
On Sat, Mar 19, 2005 at 07:09:45AM +0100, Arjan van de Ven wrote: > On Fri, 2005-03-18 at 15:23 -0600, Matt Domsch wrote: > > For review and comment. > > > > On x86_64 systems with no IOMMU and with >4GB RAM (in fact, whenever > > there are any pages mapped above 4GB), pci_alloc_consistent() falls

2.6.11-mm4: drivers/scsi/arcmsr/arcmsr.c: enormous stack usage

2005-03-19 Thread Adrian Bunk
On Wed, Mar 16, 2005 at 04:06:54AM -0800, Andrew Morton wrote: >... > Changes since 2.6.11-mm3: >... > +areca-raid-linux-scsi-driver.patch > > Updated version of this driver. >... <-- snip --> ... static int arcmsr_iop_ioctlcmd(PACB pACB, int ioctl_cmd, void *arg) { ... uint8_t tmpQbuffer[103

[patch 1/1] drivers/scsi/lasi700.c: Use the DMA_32BIT_MASK constant

2005-03-19 Thread domen
Use the DMA_32BIT_MASK constants from dma-mapping.h when calling dma_set_mask(). Signed-off-by: Tobias Klauser <[EMAIL PROTECTED]> Signed-off-by: Domen Puncer <[EMAIL PROTECTED]> --- kj-domen/drivers/scsi/lasi700.c |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/s