git: kernel - Move amdsmb and ichsmb from dev/powermng to bus/smbus/

Matthew Dillon dillon at crater.dragonflybsd.org
Fri Jan 3 11:57:56 PST 2014


commit 335b94f8dae6e2a743cfb585d0363b955780cee8
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Fri Jan 3 11:56:20 2014 -0800

    kernel - Move amdsmb and ichsmb from dev/powermng to bus/smbus/
    
    * Move the i2c/smb controller code to the correct place.
    
    * Add additional PCI IDs to ichsmb

Summary of changes:
 sys/bus/smbus/Makefile                             |  2 +-
 sys/{dev/powermng => bus/smbus}/amdsmb/Makefile    |  0
 sys/{dev/powermng => bus/smbus}/amdsmb/amdsmb.c    |  0
 sys/{dev/powermng => bus/smbus}/ichsmb/Makefile    |  0
 sys/{dev/powermng => bus/smbus}/ichsmb/ichsmb.c    |  6 ++--
 .../powermng => bus/smbus}/ichsmb/ichsmb_pci.c     | 36 ++++++++++++++++++++--
 .../powermng => bus/smbus}/ichsmb/ichsmb_reg.h     |  1 -
 .../powermng => bus/smbus}/ichsmb/ichsmb_var.h     |  1 -
 sys/dev/powermng/Makefile                          |  4 +--
 9 files changed, 40 insertions(+), 10 deletions(-)
 rename sys/{dev/powermng => bus/smbus}/amdsmb/Makefile (100%)
 rename sys/{dev/powermng => bus/smbus}/amdsmb/amdsmb.c (100%)
 rename sys/{dev/powermng => bus/smbus}/ichsmb/Makefile (100%)
 rename sys/{dev/powermng => bus/smbus}/ichsmb/ichsmb.c (99%)
 rename sys/{dev/powermng => bus/smbus}/ichsmb/ichsmb_pci.c (87%)
 rename sys/{dev/powermng => bus/smbus}/ichsmb/ichsmb_reg.h (99%)
 rename sys/{dev/powermng => bus/smbus}/ichsmb/ichsmb_var.h (99%)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/335b94f8dae6e2a743cfb585d0363b955780cee8


-- 
DragonFly BSD source repository



More information about the Commits mailing list