Bug 119767

Summary: [em] [patch] if_em fix for systems without msix support
Product: Base System Reporter: David Yeske <dyeske>
Component: kernAssignee: jfv
Status: Closed FIXED    
Severity: Affects Only Me CC: sbruno
Priority: Normal Keywords: IntelNetworking
Version: 6.2-RELEASE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description David Yeske 2008-01-18 06:20:01 UTC
The if_em driver has conditional statements so that it can support
versions of FreeBSD before 602111.  There is a missing conditional
statement in if_em.c that prevents a compiler warning which becomes an
error while compiling the kernel.

Fix: Apply the attached fix to RELENG_6

Patch attached with submission follows:
How-To-Repeat: Try and compile the if_em driver in RELENG_6 on a system that is older
than 602111.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2008-01-18 06:32:24 UTC
Responsible Changed
From-To: freebsd-bugs->jfv

Over to maintainer.
Comment 2 Sean Bruno freebsd_committer freebsd_triage 2015-06-29 18:05:08 UTC
FreeBSD 6 is EOL and there are no longer any version checks for FreeBSD versions less than 8 in if_em.c