Date: Sun, 2 Dec 2012 11:40:18 GMT From: Garrett Cooper <yanegomi@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: kern/174048: [ixgbe] Fix inconsistent ixgbe(4) KLD name Message-ID: <201212021140.qB2BeIkC065862@red.freebsd.org> Resent-Message-ID: <201212021150.qB2Bo028050855@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212021140.qB2BeIkC065862>
