Re: [PATCH 4/6] bsg: add sg_io_v4 structure

2006-12-22 Thread Jens Axboe
On Fri, Dec 22 2006, FUJITA Tomonori wrote: > From: Jens Axboe <[EMAIL PROTECTED]> > Subject: Re: [PATCH 4/6] bsg: add sg_io_v4 structure > Date: Thu, 21 Dec 2006 08:28:23 +0100 > > > On Thu, Dec 21 2006, FUJITA Tomonori wrote: > > > From: Jens Axboe <[EMAIL PROTECTED]> > > > Subject: Re: [PATCH 4

Re: [PATCH 1/5] Update Documentation/pci.txt

2006-12-22 Thread Randy Dunlap
On Mon, 18 Dec 2006 00:11:33 -0700 Grant Grundler wrote: > Full version of pci.txt (v6 is 677 lines): > http://www.parisc-linux.org/~grundler/Documentation/pci.txt-06 > > I've appended patch v6 (823 lines!) and commit log entry is below. > > > > diff --git a/Documentation/pci.txt b/Docum

Re: [RFC PATCH] m68k: switch to 53c700 driver

2006-12-22 Thread Kars de Jong
On di, 2006-12-19 at 03:09 +, Al Viro wrote: > > m68k-generic-io.diff > > Hmm... That breaks when you have ISA && !PCI (e.g. amiga or q40 defconfig): > > lib/built-in.o: In function `ioread32_rep': > (.text+0xc31a): undefined reference to `insl' > lib/built-in.o: In function `iowrite32_rep':

Re: [PATCH 1/5] Update Documentation/pci.txt

2006-12-22 Thread Stefan Richter
> On Mon, 18 Dec 2006 00:11:33 -0700 Grant Grundler wrote: ... >> +4.1 Stop IRQs on the device >> +~~~ >> +How to do this is chip/device specific. If it's not done, it opens >> +the possibility of a "screaming interrupt" if (and only if) >> +the IRQ is shared with another de

[PATCH] MAINTAINERS - email addr change for Eric Moore

2006-12-22 Thread Eric Moore
Update to maintainers list. My employer has changed the domain from lsil to lsi. Eric diff -uarpN b/MAINTAINERS a/MAINTAINERS --- b/MAINTAINERS 2006-12-13 18:14:23.0 -0700 +++ a/MAINTAINERS 2006-12-22 23:00:21.0 -0700 @@ -1919,9 +1919,9 @@ S:Maintained LSILO

RE: SG_IO ioctl

2006-12-22 Thread Ken Hwang
Hi Albert, I found my problem with Kernel 2.6.15.4. Somehow this version mask off the msb 3 bits of the SCSI command byte [1] (the 2nd byte) but Kernel 2.6.12.2 let all the bytes untouched through the SCSI pass through (SG_IO IOCTL) command. And my USB dongle firmware reject the masked version.