Re: [PATCH] VGA arbitration: draft of kernel side

2005-03-09 Thread Kronos
Il Wed, Mar 09, 2005 at 09:46:20AM +1100, Benjamin Herrenschmidt ha scritto: > One thing is: I > don't have x86 hardware, or at least, nothing where I can have 2 VGA > cards in (I may have access to an old laptop). So I'll need help & > testers at one point. It's your lucky day ;) I've just assem

Re: [PATCH] VGA arbitration: draft of kernel side

2005-03-08 Thread Kronos
Benjamin Herrenschmidt <[EMAIL PROTECTED]> ha scritto: > Ok, so here is a first, totally untested draft for the kernel side > of the VGA arbiter. Hi Ben, I've a few comments: > Index: linux-work/drivers/pci/vga.c > === > --- /dev/nul

Re: How to add source files in kernel

2005-02-04 Thread Kronos
Rahul Jain <[EMAIL PROTECTED]> ha scritto: > The kernel recompilation went without any problems. I wrote loadable > module programs that can access the functions defined in .c. When I try to > install these modules, they came back with the following error > > /sbin/insmod x.o > x.o: unresolved sy

[PATCH 2.4][RESEND] Fix MSF overflow in ide-cd with multisession DVDs

2005-01-28 Thread Kronos
Hi Marcelo, this a backport of my patch that went into 2.6.10. --- cdrom_read_toc (ide-cd.c) always reads the TOC using MSF format. If the last session of the disk starts beyond block 1152000 (LBA) there's an overflow in the MSF format and kernel complains: Unable to identify CD-ROM format. So r