Re: reason for VIA performance drop since 2.4.2-ac21

2001-05-02 Thread Alan Cox
> It has nothing to do with mtrr or K6. In file arch/i386/kernel/pci-pc.c there > is a pci_fixup_via691_2 function. It appeared in 2.4.2-ac21. And it works for > my chipset - VIA_82C598. When I put "return" in body of this function, > recompile and start kernel 2.4.4 -

reason for VIA performance drop since 2.4.2-ac21

2001-05-01 Thread Jacek Popławski
I have motherboard with VIA MVP3 chipset. I noticed big video slowdown since 2.4.2-ac21. Watching "divx" by avifile with new kernels is impossible, becouse very bad performance. Now, after few hours - I found the reason, and I don't understand it. It has nothing to do with mtrr

slow video since 2.4.2-ac21

2001-03-28 Thread Jacek Popławski
After compiling 2.4.2-ac21 I noticed, that aviplay works much slower than before. "benchmark" from avifile shows that video output is about 3 times slower. I tested -ac22, -ac23, ..., -ac27, then 2.4.1, 2.4.2 and few other versions earlier than -ac21. 2.4.2-ac20 x11perf -putimage100

Re: 2.4.2-ac21

2001-03-23 Thread Arjan van de Ven
On Fri, Mar 23, 2001 at 01:12:06AM +, Andrew Morton wrote: > Lawrence Walton wrote: > > > > Hello all > > 2.4.2-ac21 seems to have a couple problems. > > ... > > > > Mar 22 15:15:55 the-penguin kernel: NETDEV WATCHDOG: eth0: transmit timed

Re: Linux 2.4.2-ac21

2001-03-23 Thread Adrian Bunk
On Fri, 23 Mar 2001, Admin Mailing Lists wrote: > > >It was causing SMP boxes to crash mysteriously after > > >several hours or days. Quite a lot of them. Nobody > > >was able to explain why, so it was turned off. > > > > I know why it was turned off by default. The annoying this is that now >

Re: Linux 2.4.2-ac21

2001-03-23 Thread Admin Mailing Lists
> > > >It was causing SMP boxes to crash mysteriously after > >several hours or days. Quite a lot of them. Nobody > >was able to explain why, so it was turned off. > > I know why it was turned off by default. The annoying this is that now > the *only* way to activate the watchdog is via a boot

Re: Linux 2.4.2-ac21

2001-03-22 Thread Geert Uytterhoeven
On Thu, 22 Mar 2001, Alan Cox wrote: > 2.4.2-ac21 > o atyfb mode updates for powermac (Olaf Hering) 60 Hz modes should be marked 60 Hz. Add separator comment. --- linux-2.4.2-ac21/drivers/video/macmodes.c.orig Fri Mar 23 08:17:54 2001 +++ linux-2.4.2-ac21/drivers

Re: 2.4.2-ac21

2001-03-22 Thread Tony Hoffmann
I also had my 3c905 behave this way with ac21. ac20 is ok. System uses an ABit kt7a board. Andrew Morton wrote: > Lawrence Walton wrote: > > > > Hello all > > 2.4.2-ac21 seems to have a couple problems. > > ... > > > > Mar 22 15:15:55 the-penguin kernel

Re: Linux 2.4.2-ac21

2001-03-22 Thread Keith Owens
On Fri, 23 Mar 2001 01:50:49 +, "Andrew Morton" <[EMAIL PROTECTED]> wrote: >Keith Owens wrote: >> >> Am I the only person who is annoyed that nmi watchdog is now off by >> default and the only way to activate it is by a boot parameter? You >> cannot even patch the kernel to build a version

Re: Linux 2.4.2-ac21

2001-03-22 Thread Andrew Morton
Keith Owens wrote: > > Am I the only person who is annoyed that nmi watchdog is now off by > default and the only way to activate it is by a boot parameter? You > cannot even patch the kernel to build a version that has nmi watchdog > on because the startup code runs out of the __setup routine,

Re: Linux 2.4.2-ac21

2001-03-22 Thread Keith Owens
On Fri, 23 Mar 2001 00:02:54 +0100, Frank de Lange <[EMAIL PROTECTED]> wrote: >Linux 2.4.2-ac21 does not like my box, or the other way around: > >loading the agpgart module (MGA G400 AGP) -> system hangs >loading the SCSI module (53c875) -> system hangs > >In both c

Re: 2.4.2-ac21

2001-03-22 Thread Andrew Morton
Lawrence Walton wrote: > > Hello all > 2.4.2-ac21 seems to have a couple problems. > ... > > Mar 22 15:15:55 the-penguin kernel: NETDEV WATCHDOG: eth0: transmit timed out > ... > 00:01.0 PCI bridge: VIA Technologies, Inc. VT8363/8365 [KT133/KM133 AGP] (prog-if 00 >[N

Re: 2.4.2-ac21

2001-03-22 Thread Alan Cox
> Hello all > 2.4.2-ac21 seems to have a couple problems. First the fs was acting very > strangely, while compiling; the compiler complained about being unable > to find files and directory's that existed. I was able to cd to those > directory's and see the files with ls

Re: Linux 2.4.2-ac21

2001-03-22 Thread Sergey Kubushin
On Thu, 22 Mar 2001, Alan Cox wrote: OK. > > On Thu, 22 Mar 2001, Alan Cox wrote: > > > > Does not build for PPro/P-II. i586 is OK. > > You need to avoid enabling 64G support. The PAE stuff (as Linus said > with > 2.4.3pre6) is currently broken. Once Linus and co fix it I'll merge the > fixed >

2.4.2-ac21

2001-03-22 Thread Lawrence Walton
Hello all 2.4.2-ac21 seems to have a couple problems. First the fs was acting very strangely, while compiling; the compiler complained about being unable to find files and directory's that existed. I was able to cd to those directory's and see the files with ls, (I was recompiling a

Re: Linux 2.4.2-ac21

2001-03-22 Thread Sergey Kubushin
On Thu, 22 Mar 2001, Alan Cox wrote: Does not build for PPro/P-II. i586 is OK. === Cut === ld -m elf_i386 -T /tmp/build-kernel/usr/src/linux-2.4.2ac21/arch/i386/vmlinux.lds -e stext arch/i386/kernel/head.o arch/i386/kernel/init_task.o init/main.o init/version.o \ --start-group \

Re: Linux 2.4.2-ac21

2001-03-22 Thread Alan Cox
> On Thu, 22 Mar 2001, Alan Cox wrote: > > Does not build for PPro/P-II. i586 is OK. You need to avoid enabling 64G support. The PAE stuff (as Linus said with 2.4.3pre6) is currently broken. Once Linus and co fix it I'll merge the fixed one Alan - To unsubscribe from this list: send the line "

Re: Linux 2.4.2-ac21

2001-03-22 Thread Frank de Lange
Oops... Linux 2.4.2-ac21 does not like my box, or the other way around: loading the agpgart module (MGA G400 AGP) -> system hangs loading the SCSI module (53c875) -> system hangs In both cases, the magic SysRq sequence does not work, but it is still possible to ping the box from the o

Re: 2.4.2-ac21: aviplay slowdown

2001-03-22 Thread Alan Cox
> I compiled 2.4.3-pre6 and 2.4.2-ac21 and noticed, that aviplay works > much worse than before. Avifile benchmark told me: > > Average video output speed: 20.566223 Mb/s > > On 2.2.18 and earlier 2.4.2-ac* it gives 50-55Mb/s. > > mtrr is enabled: > > [jp@darkwo

2.4.2-ac21: aviplay slowdown

2001-03-22 Thread Jacek Popławski
I compiled 2.4.3-pre6 and 2.4.2-ac21 and noticed, that aviplay works much worse than before. Avifile benchmark told me: Average video output speed: 20.566223 Mb/s On 2.2.18 and earlier 2.4.2-ac* it gives 50-55Mb/s. mtrr is enabled: [jp@darkwood jp]$ cat /proc/mtrr reg00: base=0xe800

Re: Weird bttv errors and video hangs with 2.4.2-ac21

2001-03-22 Thread Udo A. Steinberg
Alan Cox wrote: > > > With -ac21 I'm getting occasional long delays in video output with xawtv > > or the picture totally freezes until I click with the mouse in the xawtv > > window. dmesg shows: > > You have a VIA chipset ? Yes. Via KT133. lspci output under -ac20: 00:00.0 Host bridge: VIA

Re: Weird bttv errors and video hangs with 2.4.2-ac21

2001-03-22 Thread Alan Cox
> With -ac21 I'm getting occasional long delays in video output with xawtv > or the picture totally freezes until I click with the mouse in the xawtv > window. dmesg shows: You have a VIA chipset ? > bttv0: resetting chip > bttv0: PLL: 28636363 => 35468950 ... ok > bttv0: irq: OCERR risc_count=0

Re: Linux 2.4.2-ac21

2001-03-22 Thread Geert Uytterhoeven
Credit where credit's due... On Thu, 22 Mar 2001, Alan Cox wrote: > 2.4.2-ac21 > o Update NEC DDB5476 eval board support (Geert Uytterhoeven) Actually this port was done by Jun Sun (based on the DDB5074 port). > o Update NEC DDB5074 eval board support

Weird bttv errors and video hangs with 2.4.2-ac21

2001-03-22 Thread Udo A. Steinberg
Hi, With -ac21 I'm getting occasional long delays in video output with xawtv or the picture totally freezes until I click with the mouse in the xawtv window. dmesg shows: bttv0: PLL: 28636363 => 35468950 ... ok bttv0: irq: OCERR risc_count=0fb54810 bttv0: irq: OCERR risc_count=0fb54810 bttv0: i

Linux 2.4.2-ac21

2001-03-22 Thread Alan Cox
ftp://ftp.kernel.org/pub/linux/kernel/people/alan/2.4/ Intermediate diffs are available from http://www.bzimage.org (Note that the cmsfs port to 2.4 is a work in progress) 2.4.2-ac21 o Merge with Linus 2.4.3pre6 o Close last known