Re: IPW2100 Kconfig

2005-09-08 Thread Bharath Ramesh
AFAIK hotplug looks for firmware in /lib/firmware and not /etc/firmware. On 9/8/05, Pavel Machek <[EMAIL PROTECTED]> wrote: > Hi! > > > I checked the IPW2100 in the current git from linux-2.6 and the > > menuconfig > > help (Kconfig) says you need to put the firmware in /etc/firmware, it s

ASYNC IO using RT Signals

2005-03-22 Thread Bharath Ramesh
ted to the main thread and not the worker threads where I actually want them to be propogated too. On further inspection I found that the following patch which I have attached solves the problem. I am not sure if this is a bug or feature in the kernel. Thanks, Bharath --- Bharath Ramesh

Possible bug: ASYNC IO with RT Signals in threaded application doesnt work

2005-03-23 Thread Bharath Ramesh
. Is this a bug in the kernel or is it a feature. I am also attaching a patch along with this email which solves the ASYNC IO problem with RT signals. Thanks, Bharath --- Bharath Ramesh <[EMAIL PROTECTED]> http://csgrad.cs.vt.edu/~bramesh --- linux-2.6.10/fs/fcntl.c.orig