git: devd(8): Sync with FreeBSD and turn it on by default.

Sascha Wildner swildner at crater.dragonflybsd.org
Wed Mar 12 14:28:39 PDT 2014


commit e348c2adc1626446936f2907dced94b10052dbfb
Author: Sascha Wildner <saw at online.de>
Date:   Wed Mar 12 21:09:03 2014 +0100

    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

Summary of changes:
 etc/Makefile            |    2 +
 etc/defaults/rc.conf    |    4 +-
 etc/devd.conf           |  428 ++++----
 etc/devd/Makefile       |   13 +
 etc/devd/asus.conf      |   74 ++
 etc/devd/uath.conf      |  146 +++
 etc/devd/usb.conf       | 2791 +++++++++++++++++++++++++++++++++++++++++++++++
 etc/mtree/BSD.root.dist |    2 +
 etc/rc.d/devd           |   33 +-
 sbin/devd/Makefile      |    3 +-
 sbin/devd/devd.8        |   20 +-
 sbin/devd/devd.cc       |  356 ++++--
 sbin/devd/devd.conf.5   |  148 ++-
 sbin/devd/devd.h        |    5 +-
 sbin/devd/devd.hh       |    7 +-
 sbin/devd/parse.y       |    6 +-
 sbin/devd/token.l       |    2 +-
 17 files changed, 3730 insertions(+), 310 deletions(-)
 create mode 100644 etc/devd/Makefile
 create mode 100644 etc/devd/asus.conf
 create mode 100644 etc/devd/uath.conf
 create mode 100644 etc/devd/usb.conf

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e348c2adc1626446936f2907dced94b10052dbfb


-- 
DragonFly BSD source repository



More information about the Commits mailing list