git: DragonFly_RELEASE_3_2 usb4bsd: Allow some parts to be built into the kernel.
Sascha Wildner
swildner at crater.dragonflybsd.org
Sun Oct 21 06:04:47 PDT 2012
commit 3f873e18da8b5b20762484b4012a7f764a37f4e6
Author: Sascha Wildner <saw at online.de>
Date: Thu Oct 11 11:24:08 2012 +0200
usb4bsd: Allow some parts to be built into the kernel.
This is for the core support, and for uhci, ohci, ehci and xhci.
To do this, replace:
device usb
with
device "usb4bsd"
in the config. The quotes are needed at the moment to cope with a
weakness in our config(8) that needs fixing.
Based-on-patch-submitted-by: Markus Pfeiffer <markus.pfeiffer at morphism.de>
Summary of changes:
sys/conf/files | 133 ++++++++++++++++++++++++++++++------------
sys/platform/pc32/conf/files | 2 +-
sys/platform/pc64/conf/files | 2 +-
3 files changed, 97 insertions(+), 40 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3f873e18da8b5b20762484b4012a7f764a37f4e6
--
DragonFly BSD source repository
More information about the Commits
mailing list