diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2002-11-18 21:02:29 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2002-11-18 21:02:29 +0000 |
| commit | 85fb48dae3434176607d455a76b73accd1569e2b (patch) | |
| tree | bd44107347f8a3f8714846f0ee66ce5c47ccff7d /sbin/devd | |
| parent | 5c5145d7f91c0371525f0bae8fb4624bc254d2d6 (diff) | |
Notes
Diffstat (limited to 'sbin/devd')
| -rw-r--r-- | sbin/devd/devd.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/devd/devd.conf b/sbin/devd/devd.conf index 33d271eb443e5..e5f6cdabe6308 100644 --- a/sbin/devd/devd.conf +++ b/sbin/devd/devd.conf @@ -83,10 +83,10 @@ nomatch 10 { action "kldload if_deqna"; }; attach 10 { - device-name "^deqna[0-9]+"; + device-name "deqna[0-9]+"; action "/etc/pccard_ether $device-name start"; }; detach 10 { - device-name "^deqna[0-9]+"; + device-name "deqna[0-9]+"; action "/etc/pccard_ether $device-name stop"; }; |
