From: "Jory A. Pratt" <anarchy@nctv.com>
To: netdev@vger.kernel.org
Subject: bcm43xx scan oops!!!
Date: Mon, 09 Oct 2006 22:14:29 -0500 [thread overview]
Message-ID: <452B1015.6040104@nctv.com> (raw)
(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
next reply other threads:[~2006-10-10 3:18 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-10-10 3:14 Jory A. Pratt [this message]
2006-10-10 10:17 ` bcm43xx scan oops!!! 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=452B1015.6040104@nctv.com \
--to=anarchy@nctv.com \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).