kernel - Move amdsmb and ichsmb from dev/powermng to bus/smbus/
authorMatthew Dillon <dillon@apollo.backplane.com>
Fri, 3 Jan 2014 19:56:20 +0000 (11:56 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Fri, 3 Jan 2014 19:56:20 +0000 (11:56 -0800)
commit335b94f8dae6e2a743cfb585d0363b955780cee8
tree52ed2ad6c6e251c9aab1401a756d52b861a5cac9
parentbe75b9e25754cf17c337066811948475a5123624
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
sys/bus/smbus/Makefile
sys/bus/smbus/amdsmb/Makefile [moved from sys/dev/powermng/amdsmb/Makefile with 100% similarity]
sys/bus/smbus/amdsmb/amdsmb.c [moved from sys/dev/powermng/amdsmb/amdsmb.c with 100% similarity]
sys/bus/smbus/ichsmb/Makefile [moved from sys/dev/powermng/ichsmb/Makefile with 100% similarity]
sys/bus/smbus/ichsmb/ichsmb.c [moved from sys/dev/powermng/ichsmb/ichsmb.c with 99% similarity]
sys/bus/smbus/ichsmb/ichsmb_pci.c [moved from sys/dev/powermng/ichsmb/ichsmb_pci.c with 87% similarity]
sys/bus/smbus/ichsmb/ichsmb_reg.h [moved from sys/dev/powermng/ichsmb/ichsmb_reg.h with 99% similarity]
sys/bus/smbus/ichsmb/ichsmb_var.h [moved from sys/dev/powermng/ichsmb/ichsmb_var.h with 99% similarity]
sys/dev/powermng/Makefile