On Fri, Aug 04, 2006 at 03:52:40PM +0200, Scott Wilson wrote:
 > On 7/13/06, Doug Ambrisko <[EMAIL PROTECTED]> wrote:
 > >David (Controller AE) Christensen writes:
 > >| Sorry, I've been out on vacation and just got back into town.  I'll MFC
 > >| the patch within the next day or two.
 > >
 > >I'll let you merge in the down/up fix that I put into -current.
 > >
 > >Doug A.
 > 
 > Hi, I just had a bce interface lock up with the same problem:
 > 
 > Aug  4 07:00:16 pe3 kernel: bce0: /usr/src/sys/dev/bce/if_bce.c(4644):
 > Error mapping mbuf into TX chain!
 > Aug  4 07:00:47 pe3 last message repeated 368 times
 > ....
 > 
 > running v 1.2.2.5 of if_bce.c from RELENG_6 which has the
 > defragmentation patch mentioned in this thread.  Any suggestions on
 > how I can help find a fix?
 > 
 > scott

Hmm... I can see several bus_dma(9) related bugs in bce(4).
For architectures that have IOMMU hardware it may have corrupted DMA
mapping and I'm pretty sure it wouldn't work on sparc64.
When it has to handle many fragmented frame or has insufficient
number of free Tx descriptors it would show unexpected results.
Unfortunately I don't have hardwares supported by bce(4) and
fixing requiries a working hardware. :-(

-- 
Regards,
Pyun YongHyeon
_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to