netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* bcm43xx scan oops!!!
@ 2006-10-10  3:14 Jory A. Pratt
  2006-10-10 10:17 ` Michael Buesch
  0 siblings, 1 reply; 5+ messages in thread
From: Jory A. Pratt @ 2006-10-10  3:14 UTC (permalink / raw)
  To: netdev

(gdb) list *bcm43xx_dma_handle_xmitstatus+0xbd
0x3ad is in bcm43xx_dma_handle_xmitstatus (include/asm/dma-mapping.h:91).
86    static inline void
87    dma_unmap_single(struct device *dev, dma_addr_t addr,size_t size,
88             int direction)
89    {
90        BUG_ON(!valid_dma_direction(direction));
91        dma_ops->unmap_single(dev, addr, size, direction);
92    }
93    
94    #define dma_map_page(dev,page,offset,size,dir) \
95        dma_map_single((dev), page_address(page)+(offset), (size), (dir))


http://home.nctv.com/anarchy/dscape-clean.jpg

bcm43xx causes kernel oops on 4318 with latest wireless-dev git.

Jory



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-10-10 21:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-10  3:14 bcm43xx scan oops!!! Jory A. Pratt
2006-10-10 10:17 ` Michael Buesch
2006-10-10 13:38   ` Jory A. Pratt
     [not found]   ` <452BACF2.60900@nctv.com>
2006-10-10 21:06     ` Michael Buesch
2006-10-10 21:44       ` Jory A. Pratt

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).