Intel em receive hang and possible pr #72970

Brooks Davis brooks at one-eyed-alien.net
Thu Aug 31 21:58:53 UTC 2006


On Thu, Aug 31, 2006 at 01:38:40PM -0700, Jack Vogel wrote:
> On 8/31/06, Rob Watt <rob at hudson-trading.com> wrote:
> 
> >After poking around in various group/pr postings the most similar problem
> >that we found was PR #72970.
> >  http://www.freebsd.org/cgi/query-pr.cgi?pr=72970
> >
> >Does it seem that we are encountering that bug? Is that bug fixed in
> >6.1-RELEASE, or is there an easy patch to 6.0-RELEASE (i.e. can we only
> >patch the em driver).
> 
> That fix is only just into the STABLE code, so no, not in 6.1-RELEASE.
> You could take the tip of STABLE, but if you have only a 6.0 based
> system I know you are going to run into some backward incompatabililties.
> As a matter of fact I dont believe the STABLE tip will even build on
> RELEASE (something that I take issue with).
> 
> Sounds like its at least possible this is your problem, worth setting up a
> system to test with I would say.

A driver built against 6.0-RELEASE should work with any 6.x kernel
unless someone screwed up unacceptably.  We to allow the addition of
new, optional features to the STABLE branch so we don't guarantee that
drivers will work with kernels older than they are.  The only reason the
em code at the tip of 6-STABLE might not build with 6.0 sources is that
it uses some enhancements.  If an individual maintainer wants to make
sure their driver will build with any sources they either need to not
use new features or use them inside appropriate ifdef __FreeBSD_version
sections.

-- Brooks
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-net/attachments/20060831/04d54110/attachment.pgp


More information about the freebsd-net mailing list