DragonFly BSD
DragonFly commits List (threaded) for 2012-10
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: DragonFly_RELEASE_3_2 usb4bsd: Hook usb, ehci, ohci, uhci, xhci, umass, and usfs into the build.


From: Sascha Wildner <swildner@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 21 Oct 2012 06:04:44 -0700 (PDT)

commit 1a90ec21667e5ffef24b8eb3d0dccee9d3394f2a
Author: Sascha Wildner <saw@online.de>
Date:   Thu Sep 27 09:51:55 2012 +0200

    usb4bsd: Hook usb, ehci, ohci, uhci, xhci, umass, and usfs into the build.
    
    Adds some missing Makefiles and adjusts others.
    
    With this commit, the corresponding modules all build when WANT_USB4BSD
    is set, but they are not guaranteed to work. More bugs will be fixed in
    subsequent commits.
    
    The new USB code can't yet be built into the kernel.
    
    Submitted-by: Markus Pfeiffer <markus.pfeiffer@morphism.de>

Summary of changes:
 sys/bus/Makefile                     |    8 +++++++-
 sys/bus/u4b/Makefile                 |    5 ++---
 sys/bus/u4b/controller/Makefile      |    3 +++
 sys/bus/u4b/controller/ehci/Makefile |    6 ++++++
 sys/bus/u4b/controller/ohci/Makefile |    6 ++++++
 sys/bus/u4b/controller/uhci/Makefile |    6 ++++++
 sys/bus/u4b/controller/xhci/Makefile |    6 ++++++
 sys/bus/u4b/storage/Makefile         |    3 +++
 sys/bus/u4b/storage/umass/Makefile   |    8 ++++++++
 sys/bus/u4b/storage/usfs/Makefile    |    8 ++++++++
 sys/bus/u4b/usb/Makefile             |   21 ++++++++++-----------
 sys/conf/kmod.mk                     |    8 +++++++-
 12 files changed, 72 insertions(+), 16 deletions(-)
 create mode 100644 sys/bus/u4b/controller/Makefile
 create mode 100644 sys/bus/u4b/controller/ehci/Makefile
 create mode 100644 sys/bus/u4b/controller/ohci/Makefile
 create mode 100644 sys/bus/u4b/controller/uhci/Makefile
 create mode 100644 sys/bus/u4b/controller/xhci/Makefile
 create mode 100644 sys/bus/u4b/storage/Makefile
 create mode 100644 sys/bus/u4b/storage/umass/Makefile
 create mode 100644 sys/bus/u4b/storage/usfs/Makefile

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/1a90ec21667e5ffef24b8eb3d0dccee9d3394f2a


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]