login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
February
»
27
Re: bcm43xx regression in 2.6.24 (with patch)
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Alexey Zaytsev
Subject:
Re: bcm43xx regression in 2.6.24 (with patch)
Date: Tuesday, February 26, 2008 - 5:32 pm
On Wed, Feb 27, 2008 at 3:27 AM, Michael Buesch <mb@bu3sch.de> wrote:
quoted text
> > On Wednesday 27 February 2008 01:23:17 Alexey Zaytsev wrote: > > On Wed, Feb 27, 2008 at 1:47 AM, John W. Linville > > <linville@tuxdriver.com> wrote: > > > On Wed, Feb 27, 2008 at 01:12:32AM +0300, Alexey Zaytsev wrote: > > > > On Wed, Feb 27, 2008 at 1:04 AM, Michael Buesch <mb@bu3sch.de> wrote: > > > > > > > > > > > Besides that the bcm43xx driver is not broken. That's the whole reason > > > > > this damn thread started at all. So it can't be broken. > > > > > > > > > Can't agree here. The bcm43xx driver used to work with 2.6.23 without requiring > > > > any module magic. > > > > > > At the risk of prolonging things... :-( > > > > > > Isn't the fundamental problem here that the ssb driver claims the same > > > PCI IDs as the bcm43xx driver? He have hit this same issue a number > > > of times: 8139too vs. 8139cp, eepro vs. e100, sk98lin vs. skge, > > > and I'm sure there are more. I admit that this situation is a bit > > > more confusing, since the user is less likely to predict a conflict > > > between bcm43xx and the ssb driver. This is especially true since > > > the user isn't even selecting ssb directly, but is instead selecting > > > the apparently unrelated b44. > > > > > > Still, the bcm43xx driver is not fundamentally damaged. This is > > > fundamentally a "two drivers claiming the same PCI ID" issue, not a > > > "you broke my driver" one. > > > > Is there any reason the ssb driver should claim the bcm43xx pci ids in > > the first place? I have very little understanding what the Sonic Silicon > > Backplane really is, but I see that the b44 driver claims its PCI ids > > directly. I also think I understand why the b43/b43legacy drivers can't > > claim the ids directly: because the driver-device matching is done not > > with the pci bus methods, but with the ssb bus methods, and it would > > be impossible to automatically choose the right driver for the right > > device (with same ssb ids), as the first of the two drivers loaded would > > succeed in probe()'ing the pci "ssb bridge" device, and not letting the > > other to take control, even after moments later the ssb probe for the > > non-supported ssb device would fail. (Or am I completely wrong?) > > > > That said, I still think that the ssb driver claims the wrong pci ids, > > which is especially wrong if the the b43/b43legacy drivers are not > > even built. And my patch fixes exactly this problem - the ssb driver > > no more claims the broadcom pci ids, when the b43/b43legacy drivers > > are not built. > > > > One better solution I think might be to move the b43_pci_bridge.c > > code to a separate module, and let the b43/b43legacy drivers > > depend on it, but as I said, I have little knowledge in the > > ssb stuff, so I did it the easy way. > > See the comment in b43_pci_bridge.c >
Yes, I've seen it. And this design, kind of, causes me some trouble. ^
quoted text
> -- > Greetings Michael. >
--
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
bcm43xx regression in 2.6.24 (with patch)
, Alexey Zaytsev
, (Fri Feb 22, 4:17 am)
Re: bcm43xx regression in 2.6.24 (with patch)
, Michael Buesch
, (Fri Feb 22, 7:13 am)
Re: bcm43xx regression in 2.6.24 (with patch)
, Michael Buesch
, (Fri Feb 22, 10:48 am)
Re: bcm43xx regression in 2.6.24 (with patch)
, Gabriel C
, (Fri Feb 22, 10:51 am)
Re: bcm43xx regression in 2.6.24 (with patch)
, Michael Buesch
, (Fri Feb 22, 10:56 am)
Re: bcm43xx regression in 2.6.24 (with patch)
, Alexey Zaytsev
, (Fri Feb 22, 11:10 am)
Re: bcm43xx regression in 2.6.24 (with patch)
, Alexey Zaytsev
, (Fri Feb 22, 1:06 pm)
Re: bcm43xx regression in 2.6.24 (with patch)
, Michael Buesch
, (Fri Feb 22, 1:12 pm)
Re: bcm43xx regression in 2.6.24 (with patch)
, Alexey Zaytsev
, (Fri Feb 22, 1:38 pm)
Re: bcm43xx regression in 2.6.24 (with patch)
, Greg KH
, (Fri Feb 22, 3:10 pm)
Re: bcm43xx regression in 2.6.24 (with patch)
, Greg KH
, (Fri Feb 22, 3:12 pm)
Re: bcm43xx regression in 2.6.24 (with patch)
, Alexey Zaytsev
, (Fri Feb 22, 3:45 pm)
Re: bcm43xx regression in 2.6.24 (with patch)
, Michael Buesch
, (Fri Feb 22, 10:48 pm)
Re: bcm43xx regression in 2.6.24 (with patch)
, Ingo Molnar
, (Sat Feb 23, 4:07 am)
Re: bcm43xx regression in 2.6.24 (with patch)
, Pekka Enberg
, (Sat Feb 23, 4:18 am)
Re: bcm43xx regression in 2.6.24 (with patch)
, Ingo Molnar
, (Sat Feb 23, 4:24 am)
Re: bcm43xx regression in 2.6.24 (with patch)
, Alexey Zaytsev
, (Sat Feb 23, 4:32 am)
Re: bcm43xx regression in 2.6.24 (with patch)
, Pekka Enberg
, (Sat Feb 23, 4:37 am)
Re: bcm43xx regression in 2.6.24 (with patch)
, Alexey Zaytsev
, (Sat Feb 23, 4:51 am)
Re: bcm43xx regression in 2.6.24 (with patch)
, Pekka J Enberg
, (Sat Feb 23, 4:57 am)
Re: bcm43xx regression in 2.6.24 (with patch)
, Alexey Zaytsev
, (Sat Feb 23, 5:17 am)
Re: bcm43xx regression in 2.6.24 (with patch)
, Pekka Enberg
, (Sat Feb 23, 5:23 am)
Re: bcm43xx regression in 2.6.24 (with patch)
, Michael Buesch
, (Sat Feb 23, 9:05 am)
Re: bcm43xx regression in 2.6.24 (with patch)
, Michael Buesch
, (Sat Feb 23, 9:27 am)
Re: bcm43xx regression in 2.6.24 (with patch)
, Ingo Molnar
, (Sat Feb 23, 9:44 am)
Re: bcm43xx regression in 2.6.24 (with patch)
, Michael Buesch
, (Sat Feb 23, 9:50 am)
Re: bcm43xx regression in 2.6.24 (with patch)
, Alexey Zaytsev
, (Sat Feb 23, 2:32 pm)
Re: bcm43xx regression in 2.6.24 (with patch)
, Michael Buesch
, (Sat Feb 23, 3:20 pm)
Re: bcm43xx regression in 2.6.24 (with patch)
, Michael Buesch
, (Sun Feb 24, 7:29 am)
Re: bcm43xx regression in 2.6.24 (with patch)
, Alexey Zaytsev
, (Sun Feb 24, 9:39 am)
Re: bcm43xx regression in 2.6.24 (with patch)
, Michael Buesch
, (Sun Feb 24, 10:16 am)
Re: bcm43xx regression in 2.6.24 (with patch)
, Pekka J Enberg
, (Sun Feb 24, 11:16 pm)
Re: bcm43xx regression in 2.6.24 (with patch)
, Greg KH
, (Sun Feb 24, 11:49 pm)
Re: bcm43xx regression in 2.6.24 (with patch)
, Pekka J Enberg
, (Sun Feb 24, 11:54 pm)
Re: bcm43xx regression in 2.6.24 (with patch)
, Michael Buesch
, (Mon Feb 25, 2:54 am)
Re: bcm43xx regression in 2.6.24 (with patch)
, Alexey Zaytsev
, (Mon Feb 25, 3:23 am)
Re: bcm43xx regression in 2.6.24 (with patch)
, Michael Buesch
, (Mon Feb 25, 3:38 am)
Re: bcm43xx regression in 2.6.24 (with patch)
, Xavier Bestel
, (Mon Feb 25, 3:49 am)
Re: bcm43xx regression in 2.6.24 (with patch)
, Michael Buesch
, (Mon Feb 25, 3:54 am)
Re: bcm43xx regression in 2.6.24 (with patch)
, Pekka Enberg
, (Mon Feb 25, 5:11 am)
Re: bcm43xx regression in 2.6.24 (with patch)
, Michael Buesch
, (Mon Feb 25, 5:19 am)
Re: bcm43xx regression in 2.6.24 (with patch)
, Pekka J Enberg
, (Mon Feb 25, 5:25 am)
Re: bcm43xx regression in 2.6.24 (with patch)
, Alexey Zaytsev
, (Mon Feb 25, 6:00 am)
Re: bcm43xx regression in 2.6.24 (with patch)
, John W. Linville
, (Tue Feb 26, 1:20 pm)
Re: bcm43xx regression in 2.6.24 (with patch)
, Alexey Zaytsev
, (Tue Feb 26, 2:38 pm)
Re: bcm43xx regression in 2.6.24 (with patch)
, Michael Buesch
, (Tue Feb 26, 3:04 pm)
Re: bcm43xx regression in 2.6.24 (with patch)
, Alexey Zaytsev
, (Tue Feb 26, 3:12 pm)
Re: bcm43xx regression in 2.6.24 (with patch)
, Michael Buesch
, (Tue Feb 26, 3:41 pm)
Re: bcm43xx regression in 2.6.24 (with patch)
, John W. Linville
, (Tue Feb 26, 3:47 pm)
Re: bcm43xx regression in 2.6.24 (with patch)
, Michael Buesch
, (Tue Feb 26, 4:12 pm)
Re: bcm43xx regression in 2.6.24 (with patch)
, Alexey Zaytsev
, (Tue Feb 26, 5:23 pm)
Re: bcm43xx regression in 2.6.24 (with patch)
, Michael Buesch
, (Tue Feb 26, 5:27 pm)
Re: bcm43xx regression in 2.6.24 (with patch)
, Alexey Zaytsev
, (Tue Feb 26, 5:32 pm)
Re: bcm43xx regression in 2.6.24 (with patch)
, Michael Buesch
, (Tue Feb 26, 5:43 pm)
Re: bcm43xx regression in 2.6.24 (with patch)
, Alexey Zaytsev
, (Tue Feb 26, 5:53 pm)
Re: bcm43xx regression in 2.6.24 (with patch)
, Michael Buesch
, (Thu Feb 28, 3:03 pm)
Re: bcm43xx regression in 2.6.24 (with patch)
, Alexey Zaytsev
, (Thu Feb 28, 3:48 pm)
Re: bcm43xx regression in 2.6.24 (with patch)
, Stefan Lippers-Hollmann
, (Thu Feb 28, 4:12 pm)
Re: bcm43xx regression in 2.6.24 (with patch)
, Michael Buesch
, (Thu Feb 28, 4:14 pm)
Re: bcm43xx regression in 2.6.24 (with patch)
, Alexey Zaytsev
, (Fri Feb 29, 4:22 pm)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Paul Turner
[tg_shares_up rewrite v4 11/11] sched: update tg->shares after cpu.shares write
Mr. James W. Laferriere
Re: Linux 2.6.25-rc1 , syntax error near unexpected token `;'
Mingming Cao
Re: [RFC 1/4] Large Blocksize support for Ext2/3/4
Chuck Ebbert
Re: PCI: Unable to reserve mem region problem
Linus Torvalds
Linux 2.6.34-rc4
git
:
Ralf Wildenhues
[PATCH] Fix typos in the documentation
Adeodato
Bazaar's patience diff as GIT_EXTERNAL_DIFF
Johannes Schindelin
Re: [PATCH 2/4] Add functions get_relative_cwd() and is_inside_dir()
Oliver Hoffmann
git init --bare versus git --bare init
Len Brown
Re: fatal: unable to create '.git/index': File exists
git-commits-head
:
Linux Kernel Mailing List
ASoC: fix registration of the SoC card in the Freescale MPC8610 drivers
Linux Kernel Mailing List
drivers/acpi: use kasprintf
Linux Kernel Mailing List
nfsd41: sanity check client drc maxreqs
Linux Kernel Mailing List
bnx2x: Moving includes
Linux Kernel Mailing List
V4L/DVB: gspca - sonixj: Adjust minor values of sensor ov7630. - set the color ga...
openbsd-misc
:
Sevan / Venture37
Re: This is what Linus Torvalds calls openBSD crowd
Netmaffia.hu
Tini Lányok AKCIÓBAN OTTHON
Sam Fourman Jr.
Re: Help with Altell PC6700
Siju George
This is what Linus Torvalds calls openBSD crowd
Darrin Chandler
Re: OT: Python (was Re: vi in /bin)
linux-netdev
:
Kurt Van Dijck
Re: [PATCH net-next-2.6 1/2] can: add driver for Softing card
Eric Dumazet
Re: [PATCH net-next-2.6] net: Introduce skb_orphan_try()
Jamie Lokier
Re: POHMELFS high performance network filesystem. Transactions, failover, performa...
Pavel Emelyanov
Re: [RFC][PATCH] ns: Syscalls for better namespace sharing control.
David Miller
Re: [PATCH v2] net: typos in comments in include/linux/igmp.h
Colocation donated by:
Syndicate