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

git: usb4bsd: Allow some parts to be built into the kernel.


From: Sascha Wildner <swildner@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 11 Oct 2012 02:30:39 -0700 (PDT)

commit e395458eb256e54bfe0207deda217c28522f9423
Author: Sascha Wildner <saw@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@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/e395458eb256e54bfe0207deda217c28522f9423


-- 
DragonFly BSD source repository



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