Michael Buesch wrote: > On Tuesday 08 April 2008 00:06:00 Larry Finger wrote: >> + intvec |= (1 << tmp); >> } >> ssb_write32(pdev, SSB_INTVEC, intvec); >> } > > Whoa, what the hell. You seem to be right. It seems this code worked only > by pure coincidence on most devices. > Clearly, this patch needs a lot of testing on lots of devices before it > can go in. But it seems to be a really good catch. ;) >
Most devices work because their PCI core has a rev >= 6. This patch should be OK as I found this problem by comparing the ssb code with the appropriate section of bcm43xx. Larry _______________________________________________ Bcm43xx-dev mailing list [email protected] https://lists.berlios.de/mailman/listinfo/bcm43xx-dev
