Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Apr 2006 19:00:35 GMT
From:      Peter Grehan <grehan@freebsd.org>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/94307: [bge] kernel panics when passing trafffic through bge1
Message-ID:  <200604121900.k3CJ0ZxF083878@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/94307; it has been noted by GNATS.

From: Peter Grehan <grehan@freebsd.org>
To: bug-followup@FreeBSD.org, bhicks@nmsu.edu
Cc:  
Subject: Re: kern/94307: [bge] kernel panics when passing trafffic through
 bge1
Date: Wed, 12 Apr 2006 11:52:51 -0700

 This bug is caused by the ASIC rev not being correctly recognised by 
 FreeBSD:
 
 bge1: <Broadcom BCM5714C Gigabit Ethernet, ASIC rev. 0x9001>
 
 This needs to be added to if_bgereg.h and treated the same as ASIC rev 
 5, BGE_ASICREV_BCM5714.
 
 Otherwise, the ring sizes don't match up resulting in the panic you are 
 seeing (bge maintainers, disable the ASICREV_BCM5714 test to see what 
 happens with a working 5714 :)
 
 later,
 
 Peter.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604121900.k3CJ0ZxF083878>