Port to a common pci bridge

2007-08-12 Thread Michael Buesch
Here are some patches that port the pci bridge code of b43 to ssb. So with these patches it is possible to run b43 and your yet-to-be-ported b43legacy in parallel. The bridge code in ssb would always probe the correct driver. http://bu3sch.de/patches/wireless-dev/20070812-1186943700/ You have

Re: Port to a common pci bridge

2007-08-12 Thread Larry Finger
Michael Buesch wrote: Here are some patches that port the pci bridge code of b43 to ssb. So with these patches it is possible to run b43 and your yet-to-be-ported b43legacy in parallel. The bridge code in ssb would always probe the correct driver. Thanks for this code and the fixes for main.

Re: Port to a common pci bridge

2007-08-12 Thread Michael Buesch
://bu3sch.de/patches/wireless-dev/20070812-1186950057/patches/ssb-uevent.patch http://bu3sch.de/patches/wireless-dev/20070812-1186950057/patches/ssb-modalias.patch And do you have a MODULE_DEVICE_TABLE(ssb, footable) in the b43legacy module? I suggest you first apply the whole patch series from here

An idea about Kconfig issue

2007-08-12 Thread Pavel Roskin
Hello! [I'm sorry I'm on vacation on a very slow connection, so I may not be able to reply soon, but I'll post anyway] I think we could rename CONFIG_SSB to CONFIG_BROADCOM_SSB. This way, everybody running make oldconfig will be asked whether to enable this option. The help text could

Re: Port to a common pci bridge

2007-08-12 Thread Otto Solares
On Sun, Aug 12, 2007 at 08:47:51PM +0200, Michael Buesch wrote: Here are some patches that port the pci bridge code of b43 to ssb. So with these patches it is possible to run b43 and your yet-to-be-ported b43legacy in parallel. The bridge code in ssb would always probe the correct driver.

Re: Port to a common pci bridge

2007-08-12 Thread Larry Finger
Otto Solares wrote: On Sun, Aug 12, 2007 at 08:47:51PM +0200, Michael Buesch wrote: Here are some patches that port the pci bridge code of b43 to ssb. So with these patches it is possible to run b43 and your yet-to-be-ported b43legacy in parallel. The bridge code in ssb would always probe

Curious output from sprom contents

2007-08-12 Thread Larry Finger
Michael, I have been messing a little with ssb-sprom since your quick tutorial, and I've found something interesting. When I do a -P dump, the following results: SPROM(0x04, Subsytem product ID) = 0x1363 SPROM(0x06, Subsystem vendor ID) = 0x103C SPROM(0x08, PCI Product ID) = 0x0008 SPROM(0x38,

Re: Port to a common pci bridge

2007-08-12 Thread Otto Solares
On Sun, Aug 12, 2007 at 09:29:33PM -0500, Larry Finger wrote: Otto Solares wrote: On Sun, Aug 12, 2007 at 08:47:51PM +0200, Michael Buesch wrote: Here are some patches that port the pci bridge code of b43 to ssb. So with these patches it is possible to run b43 and your yet-to-be-ported

Re: Port to a common pci bridge

2007-08-12 Thread Larry Finger
Otto Solares wrote: On Sun, Aug 12, 2007 at 09:29:33PM -0500, Larry Finger wrote: Otto Solares wrote: On Sun, Aug 12, 2007 at 08:47:51PM +0200, Michael Buesch wrote: Here are some patches that port the pci bridge code of b43 to ssb. So with these patches it is possible to run b43 and your

Re: Port to a common pci bridge

2007-08-12 Thread Otto Solares
On Mon, Aug 13, 2007 at 12:11:07AM -0500, Larry Finger wrote: Otto Solares wrote: On Sun, Aug 12, 2007 at 09:29:33PM -0500, Larry Finger wrote: Otto Solares wrote: On Sun, Aug 12, 2007 at 08:47:51PM +0200, Michael Buesch wrote: Here are some patches that port the pci bridge code of b43 to