Re: [Bug 7026] CD/DVD burning with USB writer doesn't work

2006-12-08 Thread Joerg Schilling
Alan Stern [EMAIL PROTECTED] wrote: I will. If everything goes well then BLKSECTGET will be made to work with the SCSI-Generic interface as well as with the usual block device files, so you'll be able to use it with any file descriptor for a CD or DVD drive. Coud you please inform me if

Re: [PATCH] lpfc: add PCI error recovery support

2006-12-08 Thread James Smart
Linas, We're pulling this in for testing, but have a few questions. We'll work with you offline to resolve them. -- james s Linas Vepstas wrote: James, Please review the patch below. Presuming that you lke it, please forward upstream. --linas This patch adds PCI Error recovery support to

Re: [Bug 7026] CD/DVD burning with USB writer doesn't work

2006-12-08 Thread Alan Stern
On Fri, 8 Dec 2006, Joerg Schilling wrote: Alan Stern [EMAIL PROTECTED] wrote: I will. If everything goes well then BLKSECTGET will be made to work with the SCSI-Generic interface as well as with the usual block device files, so you'll be able to use it with any file descriptor for a

[PATCH] Add support for asynchronous scans to libata

2006-12-08 Thread Matthew Wilcox
Some of the drivers (AHCI was mentioned to me as a culprit) take a long time to discover all the devices attached to them. Even for ones which are relatively quick, if you put a lot of them in a machine, it will take a long time in aggregate. This can be fixed by adding support for asynchronous

[PATCH] imbvscsi: use 4k buffer to transfer config data

2006-12-08 Thread Linda Xie
Hi James, This patch changes the size of the buffer used for transfering config data to 4K. It was tested against 2.6.19-rc2 tree. Please consider it for inclusion in upstream. Thanks, Linda Xie IBM LTC Signed-off-by: [EMAIL PROTECTED] ---

Re: [PATCH] imbvscsi: use 4k buffer to transfer config data

2006-12-08 Thread Randy Dunlap
On Fri, 08 Dec 2006 20:51:37 -0600 Linda Xie wrote: Hi James, This patch changes the size of the buffer used for transfering config data to 4K. It was tested against 2.6.19-rc2 tree. Please consider it for inclusion in upstream. +/* host data buffer size */ +#define buff_size 4096