iicbus: Bring us closer to FreeBSD.
authorSascha Wildner <saw@online.de>
Mon, 16 Aug 2010 17:39:23 +0000 (19:39 +0200)
committerSascha Wildner <saw@online.de>
Mon, 16 Aug 2010 17:41:13 +0000 (19:41 +0200)
commita9656fbcd49c376aba5e04370d8b0f1fa96e063c
tree534e34fc0a5fe307c8ce096b66e482517581a42f
parentda3904d383a37de4f68af78de7b57f342c1f8763
iicbus: Bring us closer to FreeBSD.

This is work in progress and I commit it so Dave Shao's Summer of Code
project can proceed.

Further commits will follow.

Taken-from: FreeBSD
60 files changed:
share/man/man4/intpm.4
sys/bus/Makefile
sys/bus/iicbus/Makefile [new file with mode: 0644]
sys/bus/iicbus/iic.c
sys/bus/iicbus/iic.h [moved from sys/platform/pc32/include/iic.h with 76% similarity]
sys/bus/iicbus/iic/Makefile [new file with mode: 0644]
sys/bus/iicbus/iicbb.c
sys/bus/iicbus/iicbb/Makefile [new file with mode: 0644]
sys/bus/iicbus/iicbb_if.m
sys/bus/iicbus/iicbus.c
sys/bus/iicbus/iicbus.h
sys/bus/iicbus/iicbus/Makefile [new file with mode: 0644]
sys/bus/iicbus/iicbus_if.m
sys/bus/iicbus/iiconf.c
sys/bus/iicbus/iiconf.h
sys/bus/iicbus/iicsmb.c
sys/bus/iicbus/iicsmb/Makefile [new file with mode: 0644]
sys/bus/iicbus/pcf/Makefile [new file with mode: 0644]
sys/bus/iicbus/pcf/pcf.c [moved from sys/bus/iicbus/i386/pcf.c with 95% similarity]
sys/bus/ppbus/Makefile [new file with mode: 0644]
sys/bus/smbus/Makefile [new file with mode: 0644]
sys/bus/smbus/smb.c
sys/bus/smbus/smb.h [moved from sys/platform/pc32/include/smb.h with 85% similarity]
sys/bus/smbus/smb/Makefile [new file with mode: 0644]
sys/bus/smbus/smbconf.c
sys/bus/smbus/smbconf.h
sys/bus/smbus/smbus.c
sys/bus/smbus/smbus.h
sys/bus/smbus/smbus/Makefile [new file with mode: 0644]
sys/bus/smbus/smbus_if.m
sys/conf/files
sys/dev/misc/Makefile
sys/dev/misc/lpbb/Makefile [new file with mode: 0644]
sys/dev/misc/lpbb/lpbb.c
sys/dev/netif/Makefile
sys/dev/netif/ic/Makefile [new file with mode: 0644]
sys/dev/netif/ic/if_ic.c
sys/dev/powermng/Makefile
sys/dev/powermng/alpm/Makefile [new file with mode: 0644]
sys/dev/powermng/alpm/alpm.c [moved from sys/dev/powermng/i386/alpm/alpm.c with 62% similarity]
sys/dev/powermng/amdpm/Makefile [new file with mode: 0644]
sys/dev/powermng/amdpm/amdpm.c [moved from sys/dev/powermng/i386/amdpm/amdpm.c with 63% similarity]
sys/dev/powermng/i386/intpm/intpm.c [deleted file]
sys/dev/powermng/i386/intpm/intpmreg.h [deleted file]
sys/dev/powermng/ichsmb/Makefile [new file with mode: 0644]
sys/dev/powermng/ichsmb/ichsmb.c
sys/dev/powermng/ichsmb/ichsmb_pci.c
sys/dev/powermng/ichsmb/ichsmb_reg.h
sys/dev/powermng/ichsmb/ichsmb_var.h
sys/dev/powermng/intpm/Makefile [new file with mode: 0644]
sys/dev/powermng/intpm/intpm.c [new file with mode: 0644]
sys/dev/powermng/intpm/intpmreg.h [new file with mode: 0644]
sys/dev/powermng/viapm/Makefile [new file with mode: 0644]
sys/dev/powermng/viapm/viapm.c [moved from sys/dev/powermng/i386/viapm/viapm.c with 86% similarity]
sys/dev/video/Makefile
sys/dev/video/cxm/Makefile [new file with mode: 0644]
sys/dev/video/cxm/cxm/Makefile [new file with mode: 0644]
sys/dev/video/cxm/cxm_i2c.c
sys/dev/video/cxm/cxm_iic/Makefile [new file with mode: 0644]
sys/platform/pc32/conf/files