From 00a2d1b314ea048640c08f24f58fad1271080cb5 Mon Sep 17 00:00:00 2001 From: jhb Date: Fri, 24 Apr 2015 14:47:53 +0000 Subject: [PATCH] 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_. 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 --- sys/modules/oce/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/modules/oce/Makefile b/sys/modules/oce/Makefile index 4821533f01c5..95e828d5318e 100644 --- a/sys/modules/oce/Makefile +++ b/sys/modules/oce/Makefile @@ -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