devd(8): Sync with FreeBSD and turn it on by default.
authorSascha Wildner <saw@online.de>
Wed, 12 Mar 2014 20:09:03 +0000 (21:09 +0100)
committerSascha Wildner <saw@online.de>
Wed, 12 Mar 2014 20:09:03 +0000 (21:09 +0100)
commite348c2adc1626446936f2907dced94b10052dbfb
tree6bc4f990f2b9f0e00e01f3c7c9fc58d0849e5054
parent14edb9a476555bf99220b20229a63594fef7d8c3
devd(8): Sync with FreeBSD and turn it on by default.

Most important of all, it cares about knowing which USB modules
support which device/vendor IDs and it will load the associated
module upon USB device plugging if it is not already loaded or
in the kernel config.

Taken-from: FreeBSD
17 files changed:
etc/Makefile
etc/defaults/rc.conf
etc/devd.conf
etc/devd/Makefile [new file with mode: 0644]
etc/devd/asus.conf [new file with mode: 0644]
etc/devd/uath.conf [new file with mode: 0644]
etc/devd/usb.conf [new file with mode: 0644]
etc/mtree/BSD.root.dist
etc/rc.d/devd
sbin/devd/Makefile
sbin/devd/devd.8
sbin/devd/devd.cc
sbin/devd/devd.conf.5
sbin/devd/devd.h
sbin/devd/devd.hh
sbin/devd/parse.y
sbin/devd/token.l