Re: Linux 2.4.3ac13

2001-04-25 Thread David Woodhouse
[EMAIL PROTECTED] said: > AFAIR, this means that the driver is using an udelay() with a much > too large argument. Break it up into several shorter ones, or use > mdelay(). That isn't necessarily the case. This code can break even with _correct_ arguments to udelay(). This is because despite

Re: Linux 2.4.3ac13

2001-04-25 Thread Horst von Brand
"Sergey Kubushin" <[EMAIL PROTECTED]> said: > === Cut === > [root@nomad /root]# depmod -ae > depmod: *** Unresolved symbols in > /lib/modules/2.4.3ac13/kernel/drivers/net/aironet4500_card.o > depmod: __bad_udelay > === Cut === AFAIR, this means that the driver is using an udelay() with a

Re: Linux 2.4.3ac13

2001-04-24 Thread Andrzej Krzysztofowicz
> > Also, I initially built ac13 with: > > make mrproper > make menuconfig > > and it doesn't ask whether I want to build the normal USHI USB driver either as > a module or builtin to the kernel, only whether I want to build the alternative > USHI USB dirver (the JE driver). Make x

Re: Linux 2.4.3ac13

2001-04-24 Thread Michael Meissner
On Tue, Apr 24, 2001 at 07:36:42PM -0400, Johannes Erdfelt wrote: > On Tue, Apr 24, 2001, Michael Meissner <[EMAIL PROTECTED]> wrote: > > and it doesn't ask whether I want to build the normal USHI USB driver either as > > a module or builtin to the kernel, only whether I want to build the alternat

Re: Linux 2.4.3ac13

2001-04-24 Thread Johannes Erdfelt
On Tue, Apr 24, 2001, Michael Meissner <[EMAIL PROTECTED]> wrote: > and it doesn't ask whether I want to build the normal USHI USB driver either as > a module or builtin to the kernel, only whether I want to build the alternative > USHI USB dirver (the JE driver). Make xconfig asks whether you wa

Re: Linux 2.4.3ac13

2001-04-24 Thread Michael Meissner
On Tue, Apr 24, 2001 at 01:14:11AM +0100, Alan Cox wrote: > > ftp://ftp.kernel.org/pub/linux/kernel/people/alan/2.4/ > > Intermediate diffs are available from > > http://www.bzimage.org > > This isnt a proper release as such, it should just deal with m

Re: Linux 2.4.3ac13

2001-04-24 Thread Alan Cox
> === Cut === > [root@nomad /root]# depmod -ae > depmod: *** Unresolved symbols in > /lib/modules/2.4.3ac13/kernel/drivers/net/aironet4500_card.o > depmod: __bad_udelay > === Cut === Yeah I need to change the __bad_udelay trick. The inline in inline case that triggers a bad_udelay link wr

Re: Linux 2.4.3ac13

2001-04-24 Thread Sergey Kubushin
=== Cut === [root@nomad /root]# depmod -ae depmod: *** Unresolved symbols in /lib/modules/2.4.3ac13/kernel/drivers/net/aironet4500_card.o depmod: __bad_udelay === Cut === --- Sergey Kubushin Sr. Unix Administrator CyberBills, Inc.Phone: 70

Re: Linux 2.4.3ac13

2001-04-23 Thread David S. Miller
Alan Cox writes: > 2.4.3-ac13 > oSwitch to NOVERS symbols for rwsem (me) > | Called from asm blocks so they can't be versioned Yes they most certainly can be versioned inside of an asm. Use the "i" constraint, we've been doing this on sparc64 for ages. Later, David S.