Modules/UDI - Cleaned up source layout, implemented PCI IRQs
authorJohn Hodge <[email protected]>
Mon, 7 Oct 2013 12:48:04 +0000 (20:48 +0800)
committerJohn Hodge <[email protected]>
Mon, 7 Oct 2013 12:48:04 +0000 (20:48 +0800)
commitfb13a50bc14688a20dc37acbbbbe23f56bf63c41
tree47e9d378941186336f77855c51d8f05d82c6a635
parente7b8e2df61ce667f42043d746c148b06b5a4820a
Modules/UDI - Cleaned up source layout, implemented PCI IRQs
37 files changed:
KernelLand/Modules/Interfaces/UDI/Makefile
KernelLand/Modules/Interfaces/UDI/channels.c
KernelLand/Modules/Interfaces/UDI/include/trans_pci.h [new file with mode: 0644]
KernelLand/Modules/Interfaces/UDI/include/udi_internal.h [new file with mode: 0644]
KernelLand/Modules/Interfaces/UDI/include/udi_internal_ma.h [new file with mode: 0644]
KernelLand/Modules/Interfaces/UDI/main.c
KernelLand/Modules/Interfaces/UDI/management_agent.c
KernelLand/Modules/Interfaces/UDI/trans/bus_pci.c
KernelLand/Modules/Interfaces/UDI/udi_internal.h [deleted file]
KernelLand/Modules/Interfaces/UDI/udi_lib/attr.c [deleted file]
KernelLand/Modules/Interfaces/UDI/udi_lib/buf.c [deleted file]
KernelLand/Modules/Interfaces/UDI/udi_lib/cb.c [deleted file]
KernelLand/Modules/Interfaces/UDI/udi_lib/core/attr.c [new file with mode: 0644]
KernelLand/Modules/Interfaces/UDI/udi_lib/core/buf.c [new file with mode: 0644]
KernelLand/Modules/Interfaces/UDI/udi_lib/core/cb.c [new file with mode: 0644]
KernelLand/Modules/Interfaces/UDI/udi_lib/core/imc.c [new file with mode: 0644]
KernelLand/Modules/Interfaces/UDI/udi_lib/core/logging.c [new file with mode: 0644]
KernelLand/Modules/Interfaces/UDI/udi_lib/core/mei.c [new file with mode: 0644]
KernelLand/Modules/Interfaces/UDI/udi_lib/core/mem.c [new file with mode: 0644]
KernelLand/Modules/Interfaces/UDI/udi_lib/core/meta_gio.c [new file with mode: 0644]
KernelLand/Modules/Interfaces/UDI/udi_lib/core/meta_mgmt.c [new file with mode: 0644]
KernelLand/Modules/Interfaces/UDI/udi_lib/core/queues.c [new file with mode: 0644]
KernelLand/Modules/Interfaces/UDI/udi_lib/core/strmem.c [new file with mode: 0644]
KernelLand/Modules/Interfaces/UDI/udi_lib/core/time.c [new file with mode: 0644]
KernelLand/Modules/Interfaces/UDI/udi_lib/imc.c [deleted file]
KernelLand/Modules/Interfaces/UDI/udi_lib/logging.c [deleted file]
KernelLand/Modules/Interfaces/UDI/udi_lib/mem.c [deleted file]
KernelLand/Modules/Interfaces/UDI/udi_lib/meta_gio.c [deleted file]
KernelLand/Modules/Interfaces/UDI/udi_lib/meta_mgmt.c [deleted file]
KernelLand/Modules/Interfaces/UDI/udi_lib/physio.c
KernelLand/Modules/Interfaces/UDI/udi_lib/physio/meta_bus.c
KernelLand/Modules/Interfaces/UDI/udi_lib/physio/pio.c
KernelLand/Modules/Interfaces/UDI/udi_lib/physio_main.c [deleted file]
KernelLand/Modules/Interfaces/UDI/udi_lib/queues.c [deleted file]
KernelLand/Modules/Interfaces/UDI/udi_lib/strmem.c [deleted file]
KernelLand/Modules/Interfaces/UDI/udi_lib/time.c [deleted file]
KernelLand/Modules/Interfaces/UDI/udi_ma.h [deleted file]

UCC git Repository :: git.ucc.asn.au