commit 3f873e18da8b5b20762484b4012a7f764a37f4e6
Author: Sascha Wildner <[email protected]>
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 <[email protected]>
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