From 7664382295bd97f88754ea2ceb7e32fd28c10d6a Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Sun, 5 Feb 2017 08:24:37 +0000 Subject: [PATCH] Use kldload -n when loading if_deqna This fixes if_deqna from being loaded by accident twice if it's already loaded in the kernel. MFC after: 1 week Sponsored by: Dell EMC Isilon --- etc/devd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/devd.conf b/etc/devd.conf index 164ab6e76c2..16acec60eda 100644 --- a/etc/devd.conf +++ b/etc/devd.conf @@ -272,7 +272,7 @@ nomatch 10 { match "bus" "pccard[0-9]+"; match "manufacturer" "0x1234"; match "product" "0x2323"; - action "kldload if_deqna"; + action "kldload -n if_deqna"; }; attach 10 { device-name "deqna[0-9]+";