Re: Linux 2.6.8-rc3

From: Geert Uytterhoeven
Date: Wed Aug 04 2004 - 08:38:21 EST


On Wed, 4 Aug 2004, Juergen Stuber wrote:
> Linus Torvalds <torvalds@xxxxxxxx> writes:
> >[...]
> > o depends on PCI DMA API: Cisco/Aironet 34X/35X/4500/4800
>
> I guess it is this change that made the Airo driver disappear for me,
> because I didn't have ISA configured:
>
> --- linux-2.6.8-rc2/drivers/net/wireless/Kconfig 2004-07-18 06:57:48.000000000 +0200
> +++ linux-2.6.8-rc3/drivers/net/wireless/Kconfig 2004-08-03 23:27:14.000000000 +0200
> @@ -139,7 +139,7 @@
>
> config AIRO
> tristate "Cisco/Aironet 34X/35X/4500/4800 ISA and PCI cards"
> - depends on NET_RADIO && (ISA || PCI)
> + depends on NET_RADIO && ISA && (PCI || BROKEN)
> ---help---
> This is the standard Linux driver to support Cisco/Aironet ISA and
> PCI 802.11 wireless cards.
>
>
> If I understand it correctly the logic is faulty and should better be
>
> depends on NET_RADIO && ((ISA && BROKEN) || PCI)

Sorry, my fault. Yep, that sounds better.

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/