git: usb4bsd: Hook usb, ehci, ohci, uhci, xhci, umass, and usfs into the build.
Sascha Wildner
swildner at crater.dragonflybsd.org
Thu Oct 11 02:30:37 PDT 2012
commit 8b9caf332843230f6603854f4c3802c0ec34a7ee
Author: Sascha Wildner <saw at 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 at 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/8b9caf332843230f6603854f4c3802c0ec34a7ee
--
DragonFly BSD source repository
More information about the Commits
mailing list