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:
parent
91ae39e258
commit
5a1c9912ef
@ -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]+";
|
||||
|
Loading…
Reference in New Issue
Block a user