hda: lost interrupt starting with 2.6.8

2005-03-09 Thread Vince Weaver
y to track down what's causing this error? Thanks Vince -- /* Vince Weaver vince at deater.net www.deater.net/weave */ main(){char O,o[66]="|\n\\/_ ",*I=o+7,l[]="B!FhhBHCWE9C?cJFKET$+h'Iq*chT" ,i=0,_;while(_=l[i++])for(O=0;O++<_>>5;)*I=*(I++-(_&31));*I=

Re: hda: lost interrupt starting with 2.6.8

2005-03-12 Thread Vince Weaver
OK, I've spent most of the day making my poor iBook compile kernels and I've tracked down the error. I can't seem to figure out why it would happen on my machine and no one elses, at least unless it's a compiler issue (I am using gcc 3.2.2). Somewhere between 2.6.8-rc1 and 2.6.8-rc2 interrupts

Re: hda: lost interrupt starting with 2.6.8

2005-03-13 Thread Vince Weaver
Can you tell me what is the value of CONFIG_NR_CPUS in your .config, also, is this file including include/linux/threads.h before include/linux/cpumask.h, and finally, send me privately the resulting binary vmlinux. There is no CONFIG_NR_CPUS in my .config. Is that a problem? My tree is a 2.6.4

Re: hda: lost interrupt starting with 2.6.8

2005-03-13 Thread Vince Weaver
hi vince, i am a bit confuse, but i suppose this is self compiled kernels, right ? Can you test the debian kernels and confirm that they have or not this same problem ? /me building with the debian standard gcc. Sorry for the confusion, it now looks like this issue has nothing to do with debian.