kern/94307: [bge] kernel panics when passing trafffic through
bge1
Peter Grehan
grehan at freebsd.org
Wed Apr 12 19:00:37 UTC 2006
The following reply was made to PR kern/94307; it has been noted by GNATS.
From: Peter Grehan <grehan at freebsd.org>
To: bug-followup at FreeBSD.org, bhicks at 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.
More information about the freebsd-bugs
mailing list