git: kernel - Create dev/smbus infrastructure

Matthew Dillon dillon at crater.dragonflybsd.org
Mon Jan 6 18:11:46 PST 2014


commit dac37963ab2aa1a2bbb36a89621a24b967ee1c51
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Mon Jan 6 18:00:00 2014 -0800

    kernel - Create dev/smbus infrastructure
    
    * Create dev/smbus
    
    * Move bus/smbus/{smb,smb.c,smb.h} to dev/smbus
    
    * Adjust conf/files
    
    * Change smbus to add the children as a wildcard instead of as "smb".
      This should allow the "cyapa" device to attach later on, rather than just
      the "smb" device.
    
    * Minor cleanup in subr_bus.c.

Summary of changes:
 sys/bus/smbus/Makefile              | 2 +-
 sys/bus/smbus/smbus.c               | 4 ++--
 sys/conf/files                      | 2 +-
 sys/dev/Makefile                    | 1 +
 sys/dev/smbus/Makefile              | 6 ++++++
 sys/{bus => dev}/smbus/smb.c        | 4 ++--
 sys/{bus => dev}/smbus/smb.h        | 0
 sys/{bus => dev}/smbus/smb/Makefile | 0
 sys/kern/subr_bus.c                 | 4 ++--
 9 files changed, 15 insertions(+), 8 deletions(-)
 create mode 100644 sys/dev/smbus/Makefile
 rename sys/{bus => dev}/smbus/smb.c (99%)
 rename sys/{bus => dev}/smbus/smb.h (100%)
 rename sys/{bus => dev}/smbus/smb/Makefile (100%)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/dac37963ab2aa1a2bbb36a89621a24b967ee1c51


-- 
DragonFly BSD source repository



More information about the Commits mailing list