From nobody@FreeBSD.org  Sun Dec  2 11:40:18 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 52EE9E78
	for <freebsd-gnats-submit@FreeBSD.org>; Sun,  2 Dec 2012 11:40:18 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 372928FC13
	for <freebsd-gnats-submit@FreeBSD.org>; Sun,  2 Dec 2012 11:40:18 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.5/8.14.5) with ESMTP id qB2BeILM065863
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 2 Dec 2012 11:40:18 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.5/8.14.5/Submit) id qB2BeIkC065862;
	Sun, 2 Dec 2012 11:40:18 GMT
	(envelope-from nobody)
Message-Id: <201212021140.qB2BeIkC065862@red.freebsd.org>
Date: Sun, 2 Dec 2012 11:40:18 GMT
From: Garrett Cooper <yaneurabeya@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [ixgbe] Fix inconsistent ixgbe(4) KLD name
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         174048
>Category:       kern
>Synopsis:       [modules] [patch] Fix inconsistent ixgbe(4) KLD name
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 02 11:50:00 UTC 2012
>Closed-Date:    Thu Feb 06 21:45:03 CET 2014
>Last-Modified:  Thu Feb 06 21:45:03 CET 2014
>Originator:     Garrett Cooper
>Release:        n/a
>Organization:
EMC Isilon
>Environment:
n/a
>Description:
The attached patch makes ixgbe(4)'s installed KLD name consistent with other network drivers by prefixing the kld properly with `if_`.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: sys/modules/ixgbe/Makefile
===================================================================
--- sys/modules/ixgbe/Makefile	(revision 243747)
+++ sys/modules/ixgbe/Makefile	(working copy)
@@ -4,7 +4,7 @@
 
 .PATH:  ${.CURDIR}/../../dev/ixgbe
 
-KMOD    = ixgbe
+KMOD    = if_ixgbe
 SRCS    = device_if.h bus_if.h pci_if.h
 SRCS	+= opt_inet.h opt_inet6.h
 SRCS    += ixgbe.c ixv.c


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: brueffer 
State-Changed-When: Thu Feb 6 21:43:57 CET 2014 
State-Changed-Why:  
This was committed in r247505 and merged back to 9-STABLE. 
Thanks for the patch! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=174048 
>Unformatted:
