svn commit: r284045 - in stable: 10/sys/modules/oce 9/sys/modules/oce

John Baldwin jhb at FreeBSD.org
Fri Jun 5 20:38:23 UTC 2015


Author: jhb
Date: Fri Jun  5 20:38:22 2015
New Revision: 284045
URL: https://svnweb.freebsd.org/changeset/base/284045

Log:
  MFC 281932:
  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

Modified:
  stable/10/sys/modules/oce/Makefile
Directory Properties:
  stable/10/   (props changed)

Changes in other areas also in this revision:
Modified:
  stable/9/sys/modules/oce/Makefile
Directory Properties:
  stable/9/sys/   (props changed)
  stable/9/sys/modules/   (props changed)

Modified: stable/10/sys/modules/oce/Makefile
==============================================================================
--- stable/10/sys/modules/oce/Makefile	Fri Jun  5 20:30:36 2015	(r284044)
+++ stable/10/sys/modules/oce/Makefile	Fri Jun  5 20:38:22 2015	(r284045)
@@ -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
 


More information about the svn-src-all mailing list