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
This commit is contained in:
Enji Cooper 2017-02-05 08:24:37 +00:00
parent 08da267775
commit 7664382295
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=313276

View File

@ -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]+";