* [PATCH 1/5] ipw2100: Make ipw2100 depends on known working platforms
@ 2006-12-05 6:40 Zhu Yi
2006-12-05 10:36 ` Christoph Hellwig
0 siblings, 1 reply; 2+ messages in thread
From: Zhu Yi @ 2006-12-05 6:40 UTC (permalink / raw)
To: netdev, John W. Linville
[ Resubmit, if you still don't like it, I'll drop. ]
ipw2100 driver doesn't support big endian by now.
Signed-off-by: Karol Lewandowski <kl@jasmine.eu.org>
Signed-off-by: Zhu Yi <yi.zhu@intel.com>
---
drivers/net/wireless/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
d664c6332284edba4278a1f3b18b453ef4d39faf
diff --git a/drivers/net/wireless/Kconfig b/drivers/net/wireless/Kconfig
index aefa4cb..c2495c5 100644
--- a/drivers/net/wireless/Kconfig
+++ b/drivers/net/wireless/Kconfig
@@ -146,7 +146,7 @@ comment "Wireless 802.11b ISA/PCI cards
config IPW2100
tristate "Intel PRO/Wireless 2100 Network Connection"
- depends on NET_RADIO && PCI
+ depends on NET_RADIO && PCI && (X86 || X86_64 || IA64 || BROKEN)
select FW_LOADER
select IEEE80211
---help---
--
1.2.6
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 1/5] ipw2100: Make ipw2100 depends on known working platforms
2006-12-05 6:40 [PATCH 1/5] ipw2100: Make ipw2100 depends on known working platforms Zhu Yi
@ 2006-12-05 10:36 ` Christoph Hellwig
0 siblings, 0 replies; 2+ messages in thread
From: Christoph Hellwig @ 2006-12-05 10:36 UTC (permalink / raw)
To: Zhu Yi; +Cc: netdev, John W. Linville
On Tue, Dec 05, 2006 at 02:40:52PM +0800, Zhu Yi wrote:
>
> [ Resubmit, if you still don't like it, I'll drop. ]
>
> ipw2100 driver doesn't support big endian by now.
>
> Signed-off-by: Karol Lewandowski <kl@jasmine.eu.org>
> Signed-off-by: Zhu Yi <yi.zhu@intel.com>
>
> ---
>
> drivers/net/wireless/Kconfig | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> d664c6332284edba4278a1f3b18b453ef4d39faf
> diff --git a/drivers/net/wireless/Kconfig b/drivers/net/wireless/Kconfig
> index aefa4cb..c2495c5 100644
> --- a/drivers/net/wireless/Kconfig
> +++ b/drivers/net/wireless/Kconfig
> @@ -146,7 +146,7 @@ comment "Wireless 802.11b ISA/PCI cards
>
> config IPW2100
> tristate "Intel PRO/Wireless 2100 Network Connection"
> - depends on NET_RADIO && PCI
> + depends on NET_RADIO && PCI && (X86 || X86_64 || IA64 || BROKEN)
Once again, there's a lot more little endian than just you employers
hardware. And once again the right thing for a maintained driver is
to fix the endianess bugs. We should probably just mark it broken for
every platform given that intel doesn't care (And neither cares about
offers to fix endianess bugs if they send hardware..)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-12-05 10:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-05 6:40 [PATCH 1/5] ipw2100: Make ipw2100 depends on known working platforms Zhu Yi
2006-12-05 10:36 ` Christoph Hellwig
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).