Re: [PATCH] sparc64: isa.c should cope with OBP nodes with no "reg" property

2006-12-28 Thread David Miller
From: [EMAIL PROTECTED] Date: Sat, 23 Dec 2006 23:07:25 + > From: Richard Mortimer <[EMAIL PROTECTED]> > > The todm5819 Openboot device node on Netra X1 does not have a "reg" > property. In this case of_get_property returns NULL resulting in an > Oops. Avoid this by returning from isa_dev_get

Re: IRQ-problem with cs4231 alsa driver on SBUS

2006-12-28 Thread Chini, Georg
Hello, Georg Chini wrote: Hello, I am using an ultra 2 with two 300 MHz CPU's, kernel 2.6.18.5. I tried to make a VOIP appliction (twinkle) work on my machine. I have to use the OSS emulation layer, if I configure ALSA in the application it will not work. With OSS it works fine for a while, bu

Re: IRQ-problem with cs4231 alsa driver on SBUS

2006-12-28 Thread Georg Chini
Hello, Georg Chini wrote: With OSS it works fine for a while, but after exactly 9 IRQ's from the cs4231 card I get the following kernel message: I was wrong, the message appears after 10 IRQ's, even if I use different applications (mplayer, xmms, twinkle) and close them in between. M

[PATCH] sparc32: add offset in pci_map_sg()

2006-12-28 Thread Jan Andersson
From: Jan Andersson [EMAIL PROTECTED] Add sg->offset to sg->dvma_address in pci_map_sg() on sparc32. Without the offset, transfers to buffers that do not begin on a page boundary will not work as expected. Signed-off-by: Jan Andersson <[EMAIL PROTECTED]> --- diff -uprN a/arch/sparc/kernel/iopo

IRQ-problem with cs4231 alsa driver on SBUS

2006-12-28 Thread Georg Chini
Hello, I am using an ultra 2 with two 300 MHz CPU's, kernel 2.6.18.5. I tried to make a VOIP appliction (twinkle) work on my machine. I have to use the OSS emulation layer, if I configure ALSA in the application it will not work. With OSS it works fine for a while, but after exactly 9 IRQ's f