Re: Linux 2.6.8-rc3

From: Juergen Stuber
Date: Wed Aug 04 2004 - 07:53:31 EST


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)


Jürgen

--
Jürgen Stuber <juergen@xxxxxxxxxxx>
http://www.jstuber.net/
gnupg key fingerprint = 2767 CA3C 5680 58BA 9A91 23D9 BED6 9A7A AF9E 68B4

-
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/