Re: Reed-Solomon optimised

2011-11-14 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 13.11.2011 23:41, Vladimir 'φ-coder/phcoder' Serbinenko wrote: > Hello, all. When I was implementing raidz, I thought of a more > convenient, compact and faster representation of GF(256). Using it I > could make raid6_recover more compact and Reed-Solomon more fast. Later > is very important sin

Re: [FEATURE REQUEST] firewire IEEE 1394 (ohci) module

2011-11-14 Thread Robert
Vladimir 'φ-coder/phcoder' Serbinenko wrote: On 14.11.2011 00:55, Robert wrote: I'd like to boot from Grub into Firewire IEEE 1394 (ohci) ;-) That's one thing we don't risk having soon. Few people even have such hardware (my laptop has no firewire connector at all). Some of my test machines

Re: [FEATURE REQUEST] firewire IEEE 1394 (ohci) module

2011-11-14 Thread Robert
Robert wrote: (as far as Linux is concerned, currently I help me using FiWi by loading the Linux kernel&initrd from another device, which needs special updates etc.) Note: I remember the first installation of Grub into the internal HD MBR while installing Debian 6 on Firewire: Where was no

Re: [FEATURE REQUEST] firewire IEEE 1394 (ohci) module

2011-11-14 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 14.11.2011 13:03, Robert wrote: > Vladimir 'φ-coder/phcoder' Serbinenko wrote: >> On 14.11.2011 00:55, Robert wrote: >>> I'd like to boot from Grub into Firewire IEEE 1394 (ohci) ;-) >>> >> That's one thing we don't risk having soon. Few people even have such >> hardware (my laptop has no fire

Re: [FEATURE REQUEST] firewire IEEE 1394 (ohci) module

2011-11-14 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 14.11.2011 13:13, Robert wrote: > Robert wrote: >> >> (as far as Linux is concerned, currently I help me using FiWi by >> loading the Linux kernel&initrd from another device, which needs >> special updates etc.) >> > > Note: I remember the first installation of Grub into the internal HD > MBR wh

boot/i386/pc/startup_raw.S:115: Error: attempt to move .org backwards

2011-11-14 Thread Jeff Chua
I'm getting this error trying to compile grub2 from bzr. The bzr pull prior to Nov 11 compiled ok. System config: 64-bit Linux 3.2.0-rc1 (with COMMAND_LINE_SIZE set to 392 for Linux) glibc 2.14.90 gcc 4.4.7 20110902 (prerelease) gcc -DHAVE_CONFIG_H -I. -I.. -Wall -W -I../include -I../include

Re: boot/i386/pc/startup_raw.S:115: Error: attempt to move .org backwards

2011-11-14 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 14.11.2011 15:46, Jeff Chua wrote: > I'm getting this error trying to compile grub2 from bzr. The bzr pull > prior to Nov 11 compiled ok. > Looks like your compiler is worse at size-optimising than mine... > System config: > > 64-bit Linux 3.2.0-rc1 (with COMMAND_LINE_SIZE set to 392 for Linux)

Re: boot/i386/pc/startup_raw.S:115: Error: attempt to move .org backwards

2011-11-14 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 14.11.2011 15:46, Jeff Chua wrote: > I'm getting this error trying to compile grub2 from bzr. The bzr pull > prior to Nov 11 compiled ok. > Try increasing #define GRUB_KERNEL_I386_PC_NO_REED_SOLOMON_PART 0x6e0 in include/grub/offsets.h, but keep it divisible by 8 and don't increase too much. > S

RE: Stall due to babble when reading card ATR from CCID device using UHCI

2011-11-14 Thread Aleš Nesrsta
Hi Johan, support of companion controllers should work, it is included in driver. But You need to load both modules - for EHCI and OHCI/UHCI. Also order of drivers loading can be critical, I suggest first to load EHCI and then OHCI/UHCI. In fact, also reverse order should work - but EHCI probably

Re: gdb script merged

2011-11-14 Thread Vladimir 'φ-coder/phcoder' Serbinenko
I've created a branch "gdb" for gdb-serial stub. It doesn't all work nice and round (especially if you connect debugger before launching stub) but is useful On 13.11.2011 23:18, Vladimir 'φ-coder/phcoder' Serbinenko wrote: > Hello, all. Looking though archives I found old script by Lubomir Rintel >