2.4.6pre2: Unresolved symbols in 3c59x

2001-06-11 Thread Naren Devaiah
Hi, Building 2.4.6pre2 with 3c59x.c as a module causes do_softirq to be reported as an unresolved symbol during module load. 2.4.6pre1 has a similar problem 2.4.5 works without a fuss. Versions: modutils 2.4.6 egcs 1.1.2 -Naren - To unsubscribe from this list: send the line "unsubscribe

2.4.6pre2: Unresolved symbols in 3c59x

2001-06-11 Thread Naren Devaiah
Hi, Building 2.4.6pre2 with 3c59x.c as a module causes do_softirq to be reported as an unresolved symbol during module load. 2.4.6pre1 has a similar problem 2.4.5 works without a fuss. Versions: modutils 2.4.6 egcs 1.1.2 -Naren - To unsubscribe from this list: send the line unsubscribe

i810_audio.c: Clicks while playing audio

2001-04-07 Thread Naren Devaiah
Hi, On a HP Vectra VL 400 with a i815 motherboard playing a .wav file (haven't tried anything else) causes the sound to be played with a lot of periodic clicks. The kernel is 2.4.3 dmesg shows: Intel 810 + AC97 Audio, version 0.01, 17:25:00 Apr 6 2001 PCI: Enabling device 00:1f.5 ( ->

i810_audio.c: Clicks while playing audio

2001-04-07 Thread Naren Devaiah
Hi, On a HP Vectra VL 400 with a i815 motherboard playing a .wav file (haven't tried anything else) causes the sound to be played with a lot of periodic clicks. The kernel is 2.4.3 dmesg shows: Intel 810 + AC97 Audio, version 0.01, 17:25:00 Apr 6 2001 PCI: Enabling device 00:1f.5 ( - 0001)

Purpose of inode->i_atomic_write in 2.2.x

2000-11-07 Thread Naren Devaiah
Hi, Could somebody tell me why inode->i_atomic_write is used in 2.2.x? And also why this is absent in 2.4.x (actually replaced by ->i_zombie)? Thanks, Naren - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the

Purpose of inode-i_atomic_write in 2.2.x

2000-11-07 Thread Naren Devaiah
Hi, Could somebody tell me why inode-i_atomic_write is used in 2.2.x? And also why this is absent in 2.4.x (actually replaced by -i_zombie)? Thanks, Naren - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the

Re: Where is __this_module actually defined?

2000-11-05 Thread Naren Devaiah
Does this mean that the module structure (struct module) and it's various substructures are filled in by insmod? Regards, Naren On Sun, 5 Nov 2000, Tigran Aivazian wrote: > On Sun, 5 Nov 2000, Naren Devaiah wrote: > > > > > I've looked in the 2.4.0-pre10 source tree an

Where is __this_module actually defined?

2000-11-05 Thread Naren Devaiah
I've looked in the 2.4.0-pre10 source tree and found it defined as extern struct module __this_module; in module.h (among other files), but where is it actually defined? TIA, Naren - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

Where is __this_module actually defined?

2000-11-05 Thread Naren Devaiah
I've looked in the 2.4.0-pre10 source tree and found it defined as extern struct module __this_module; in module.h (among other files), but where is it actually defined? TIA, Naren - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

Re: Where is __this_module actually defined?

2000-11-05 Thread Naren Devaiah
Does this mean that the module structure (struct module) and it's various substructures are filled in by insmod? Regards, Naren On Sun, 5 Nov 2000, Tigran Aivazian wrote: On Sun, 5 Nov 2000, Naren Devaiah wrote: I've looked in the 2.4.0-pre10 source tree and found it defined