Re[4]: [PATCH 02/11][v3] async_tx: add support for asynchronous GF multiplication

2009-01-17 Thread Yuri Tikhonov
Hello Dan, On Friday, January 16, 2009 you wrote: > On Fri, Jan 16, 2009 at 4:41 AM, Yuri Tikhonov wrote: >>> I don't think this will work as we will be mixing Q into the new P and >>> P into the new Q. In order to support (src_cnt > device->max_pq) we >>> need to explicitly tell the driver tha

Re[4]: [PATCH 03/11][v3] async_tx: add support for asynchronous RAID6 recovery operations

2009-01-17 Thread Yuri Tikhonov
On Friday, January 16, 2009 you wrote: > On Fri, Jan 16, 2009 at 4:51 AM, Yuri Tikhonov wrote: >> The reason why I preferred to use async_pq() instead of async_xor() >> here is to maximize the chance that the whole D+D recovery operation >> will be handled in one ADMA device, i.e. without channe

[PATCH] PS3 ps3av_set_video_mode() make id signed

2009-01-17 Thread Roel Kluin
vi drivers/video/ps3fb.c +618 static int ps3fb_set_par(struct fb_info *info) { struct ps3fb_par *par = info->par; ... [ and at line 660 ] ... if (ps3av_set_video_mode(par->new_mode_id)) now new_mode_id is an int vi drivers/video/ps3fb.c +132 struct ps3fb_par { ... int new_

[BUG] 2.6.28-git12: "powerpc/pci: Reserve legacy regions on PCI" broke my G3

2009-01-17 Thread Mikael Pettersson
The 2.6.29-rc kernels hang during boot on my PowerMac G3 (Beige). The last messages I see on the console are Kernel command line: ramdisk_size=8192 irq: Found primary Apple PIC /pci/mac-io for 64 irqs irq: System has 64 possible interrupts and then it hangs until I reboot it. Unfortunately I don'

Re: Re[2]: [PATCH][v4] powerpc 44x: support for 256KB PAGE_SIZE

2009-01-17 Thread Milton Miller
On Jan 16, 2009, at 9:18 AM, Yuri Tikhonov wrote: On Friday, January 16, 2009 you wrote: On Jan 12, 2009, at 4:49 PM, Yuri Tikhonov wrote: This patch adds support for 256KB pages on ppc44x-based boards. +config STDBINUTILS + bool "Using standard binutils settings" + depends on 44x