From owner-freebsd-bugs@FreeBSD.ORG Sun Dec 2 11:50:00 2012 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D842FEF8 for ; Sun, 2 Dec 2012 11:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 91C068FC12 for ; Sun, 2 Dec 2012 11:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qB2Bo0RT050856 for ; Sun, 2 Dec 2012 11:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qB2Bo028050855; Sun, 2 Dec 2012 11:50:00 GMT (envelope-from gnats) Resent-Date: Sun, 2 Dec 2012 11:50:00 GMT Resent-Message-Id: <201212021150.qB2Bo028050855@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Garrett Cooper Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 52EE9E78 for ; 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 ; 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 ; 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 To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: kern/174048: [ixgbe] Fix inconsistent ixgbe(4) KLD name X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2012 11:50:00 -0000 >Number: 174048 >Category: kern >Synopsis: [ixgbe] Fix inconsistent ixgbe(4) KLD name >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Dec 02 11:50:00 UTC 2012 >Closed-Date: >Last-Modified: >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: >Unformatted: