kern/174048: [ixgbe] Fix inconsistent ixgbe(4) KLD name

Garrett Cooper yanegomi at gmail.com
Sun Dec 2 11:50:00 UTC 2012


>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:


More information about the freebsd-bugs mailing list