Re: ohci-ssb driver on a Broadcom BCM5354
From: Steve Brown <hidden>
Date: 2007-11-26 11:06:19
From: Steve Brown <hidden>
Date: 2007-11-26 11:06:19
Michael Buesch wrote:
On Sunday 18 November 2007 23:47:52 John W. Linville wrote:quoted
You probably want to make Michael Buesch aware of this issue.I'm not sure anyone really tested this beyond some insmod tests. I did not test this, as I don't have such a device. So if you have any patches to fix this, please send them. I'm certainly the wrong person who can fix this. ;)
Adding the following at the end of ssb_ohci_attach seems to fix the problem. if (ssb_dma_set_mask(dev, DMA_32BIT_MASK)) return -EOPNOTSUPP; I guessed at the dma mask. Would the code in the b43 driver that selects a dma mask be appropriate here? Steve