diff options
| author | Eitan Adler <eadler@FreeBSD.org> | 2018-03-03 10:15:37 +0000 |
|---|---|---|
| committer | Eitan Adler <eadler@FreeBSD.org> | 2018-03-03 10:15:37 +0000 |
| commit | 82b107a39d407448d39655964d2fe26df8fdd18e (patch) | |
| tree | d421508778474cbf5c81ef0ed2af28bf813920da /etc | |
| parent | acd5e0da18a7e9d556836905cf5a097c2094dae5 (diff) | |
Notes
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/devd.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/devd.conf b/etc/devd.conf index 898291ede16ff..f12929beb3cc4 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]+"; |
