Add 1.5.9 tarball. Add devd(8) config with ugen(4) support.
This commit is contained in:
parent
fc951d10bc
commit
ed24ae706c
Binary file not shown.
|
|
@ -1,14 +1,14 @@
|
||||||
notify 100 {
|
notify 100 {
|
||||||
match "system" "DEVFS";
|
match "system" "DEVFS";
|
||||||
match "type" "CREATE";
|
match "type" "CREATE";
|
||||||
match "cdev" "(da|mmcsd)[0-9]+.*";
|
match "cdev" "(ugen|da|mmcsd)[0-9]+.*";
|
||||||
action "/usr/local/sbin/automount $cdev attach";
|
action "/usr/local/sbin/automount $cdev attach";
|
||||||
};
|
};
|
||||||
|
|
||||||
notify 100 {
|
notify 100 {
|
||||||
match "system" "DEVFS";
|
match "system" "DEVFS";
|
||||||
match "type" "DESTROY";
|
match "type" "DESTROY";
|
||||||
match "cdev" "(da|mmcsd)[0-9]+.*";
|
match "cdev" "(ugen|da|mmcsd)[0-9]+.*";
|
||||||
action "/usr/local/sbin/automount $cdev detach";
|
action "/usr/local/sbin/automount $cdev detach";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue