Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Apr 2015 14:47:54 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r281932 - head/sys/modules/oce
Message-ID:  <201504241447.t3OElsmu026704@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhb
Date: Fri Apr 24 14:47:53 2015
New Revision: 281932
URL: https://svnweb.freebsd.org/changeset/base/281932

Log:
  Rename the kld for oce(4) to if_oce.ko.  ifconfig(8) has special knowledge
  about kld filenames for network drivers that requires them to follow the
  pattern of if_<foo>.  This also fixes the existing documentation in the
  manpage which says to use if_oce_load=YES in loader.conf.
  
  PR:		199095
  MFC after:	1 week

Modified:
  head/sys/modules/oce/Makefile

Modified: head/sys/modules/oce/Makefile
==============================================================================
--- head/sys/modules/oce/Makefile	Fri Apr 24 14:36:06 2015	(r281931)
+++ head/sys/modules/oce/Makefile	Fri Apr 24 14:47:53 2015	(r281932)
@@ -3,7 +3,7 @@
 #
 
 .PATH:	${.CURDIR}/../../dev/oce
-KMOD	= oce
+KMOD	= if_oce
 SRCS    = oce_if.c oce_hw.c oce_mbox.c oce_util.c oce_queue.c oce_sysctl.c
 SRCS    += bus_if.h device_if.h pci_if.h opt_inet.h opt_inet6.h
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504241447.t3OElsmu026704>