Re: Compile error: DRM without AGP in 2.4.0

2001-01-11 Thread Robert M. Love
On Thu, 11 Jan 2001, Giacomo Catenazzi spoke: > Here a valid configuration (no AGP, but all DRM set) > compiling [2.4.0]: > [...] DRM requires AGPGART. -- Robert M. Love [EMAIL PROTECTED] [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe linux-kerne

[PATCH] 2.2.18 i815 AGPGART Support

2000-12-10 Thread Robert M. Love
s using its built in video, not its AGP slot. the configure help is updated to reflect this and show that the above driver now supports i815. -- Robert M. Love [EMAIL PROTECTED] [EMAIL PROTECTED] diff --new-file -u --recursive linux~/CREDITS linux/CREDITS --- linux~/CREDITS Sun Dec 10 19:4

Re: kapm-idled : is this a bug?

2000-12-10 Thread Robert M. Love
an 85% > of CPU cycles. [...] its supposed to do this - its taking up the idle thread. its not actually using those cpu cycles, dont worry. yes, i agree -- its cpu usage shouldnt be shown as normal but integrated under the idle thread. -- Robert M. Love [EMAIL PROTECTED] [EMAIL PROTECTED] - To

Re: test12-pre8 ohci1394.c compile error

2000-12-10 Thread Robert M. Love
n, and drivers have not been redone for the new implementation. so, there is no simple patch, and we need to fix all these. patches like you did for i2o are what we need. basically its just changing to the new macros/member names. -- Robert M. Love [EMAIL PROTECTED] [EMAIL PROTECTED] - To unsub

[HOWTO] Quick howto fix on the new task queue

2000-12-10 Thread Robert M. Love
(where i got the above, hopefully i am right) is readable. -- Robert M. Love [EMAIL PROTECTED] [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

[PATCH] 2.4.0 task queue updates for smbfs's sock.c

2000-12-10 Thread Robert M. Love
fs/smbfs/sock.c needs updating for the new task queue as well. find the patch below. if i find any more of these ill put together a mass patch instead of these individual emails. -- Robert M. Love [EMAIL PROTECTED] [EMAIL PROTECTED] --- linux/fs/smbfs/sock.c~ Sun Dec 10 17:40:56 2000

[PATCH] Matrox DRM (mga_dma.c) tq fix Was: Re: Compile Failure:mga_dma.o on 2.4.0-test12-pre8

2000-12-10 Thread Robert M. Love
i previously reported a problem with mga_dma.c not compiling due to the new schedule task queue updates. below is a patch to use the new task queue system. -- Robert M. Love [EMAIL PROTECTED] [EMAIL PROTECTED] --- linux/drivers/char/drm/mga_dma.c~ Sun Dec 10 17:35:17 2000 +++ linux/drivers

Re: Compile Failure: mga_dma.o on 2.4.0-test12-pre8

2000-12-10 Thread Robert M. Love
the new queue (is there something in /Documentation?) and get a patch out ... i wonder how many other drivers need to be patched to handle the new task queue? -- Robert M. Love [EMAIL PROTECTED] [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe linux-kernel"

Compile Failure: mga_dma.o on 2.4.0-test12-pre8

2000-12-10 Thread Robert M. Love
=i686-c -o mga_dma.o mga_dma.c mga_dma.c: In function `mga_irq_install': mga_dma.c:821: structure has no member named `next' make[4]: *** [mga_dma.o] Error 1 make[4]: Leaving directory `/home/rml/src/linux/linux/drivers/char/drm' make[3]: *** [first_rule] Error 2 -- Robert

[PATCH 2.4.0] agpgart support for i815 not using on-board video

2000-11-14 Thread Robert M. Love
. DRI works great with it. my system is an ASUS CUSL2 with a Matrox G400. -- Robert M. Love [EMAIL PROTECTED] [EMAIL PROTECTED] diff --recursive -u linux~/CREDITS linux/CREDITS --- linux~/CREDITS Tue Nov 14 20:39:13 2000 +++ linux/CREDITS Tue Nov 14 19:54:51 2000 @@ -1600,7 +1600,8 @

Re: Pentium 4 and 2.4/2.5

2000-11-06 Thread Robert M. Love
e- -- Robert M. Love [EMAIL PROTECTED] [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

RE: i82808 hardware hub RNG

2000-11-05 Thread Robert M. Love
e for it is http://gtf.org/garzik/drivers/i810_rng/ but probably not as up to date as the C source. it works great for me. i have it feeding the standard entropy pool, so my /dev/random is fat with entropy. -- Robert M. Love [EMAIL PROTECTED] [EMAIL PROTECTED] - To unsubscribe from this list: se

Re: i82808 hardware hub RNG

2000-11-05 Thread Robert M. Love
features a char device for grabbing entropy and a timer device to inject the entropy directly into /dev/random. Jeff Garzik wrote it. i am using it in 2.4 on my i815. -- Robert M. Love [EMAIL PROTECTED] [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe linux-kern

Re: test10-pre4 fails compile on x25.h

2000-10-18 Thread Robert M. Love
On Wed, 18 Oct 2000, Robert M. Love wrote: > for file include/net/x25.h, test10-pre4 contains this patch: > with this, the file failed to compile -- the kernel compiles fine with it > added back. i wrote too fast -- while there is a problem with x25 in the current kernel, it may n

test10-pre4 fails compile on x25.h

2000-10-18 Thread Robert M. Love
for file include/net/x25.h, test10-pre4 contains this patch: ... extern void x25_kill_by_neigh(struct x25_neigh *); -#include - /* x25_dev.c */ ... with this, the file failed to compile -- the kernel compiles fine with it added back. -- Robert M. Love [EMAIL PROTECTED] [EMAIL PROTECTED

[BUG] 2.4.0-test9-pre9: i810_rng only compiles as module, also ..

2000-10-02 Thread Robert M. Love
dereferencing `void *' pointer i810_rng.c:386: request for member `uc' in something not a structure or union make[3]: *** [i810_rng.o] Error 1 -- Robert M. Love [EMAIL PROTECTED] [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body