Modules/UDI - Implimenting UDI support, can load udi_dpt from udiref
authorJohn Hodge <[email protected]>
Mon, 16 Sep 2013 04:45:12 +0000 (12:45 +0800)
committerJohn Hodge <[email protected]>
Mon, 16 Sep 2013 04:45:12 +0000 (12:45 +0800)
commit301dc9a238658b902d9d394b6e930d1ec4832190
treef3c7a2ceb629b1c48ed5401de4bf3370dd7882c7
parentd639d074b69c138529adc599c82d9e1f180ed83e
Modules/UDI - Implimenting UDI support, can load udi_dpt from udiref
47 files changed:
KernelLand/Modules/Interfaces/UDI/Makefile
KernelLand/Modules/Interfaces/UDI/buf.c [deleted file]
KernelLand/Modules/Interfaces/UDI/cb.c [deleted file]
KernelLand/Modules/Interfaces/UDI/channels.c [new file with mode: 0644]
KernelLand/Modules/Interfaces/UDI/imc.c [deleted file]
KernelLand/Modules/Interfaces/UDI/include/physio/dma.h [new file with mode: 0644]
KernelLand/Modules/Interfaces/UDI/include/physio/dma_const.h [new file with mode: 0644]
KernelLand/Modules/Interfaces/UDI/include/physio/meta_intr.h
KernelLand/Modules/Interfaces/UDI/include/physio/pio.h
KernelLand/Modules/Interfaces/UDI/include/udi.h
KernelLand/Modules/Interfaces/UDI/include/udi/cb.h
KernelLand/Modules/Interfaces/UDI/include/udi/init.h
KernelLand/Modules/Interfaces/UDI/include/udi/log.h
KernelLand/Modules/Interfaces/UDI/include/udi/meta_mgmt.h
KernelLand/Modules/Interfaces/UDI/include/udi/queues.h [new file with mode: 0644]
KernelLand/Modules/Interfaces/UDI/include/udi/strmem.h
KernelLand/Modules/Interfaces/UDI/include/udi/time.h [new file with mode: 0644]
KernelLand/Modules/Interfaces/UDI/include/udi_physio.h
KernelLand/Modules/Interfaces/UDI/include/udi_scsi.h [new file with mode: 0644]
KernelLand/Modules/Interfaces/UDI/logging.c [deleted file]
KernelLand/Modules/Interfaces/UDI/main.c
KernelLand/Modules/Interfaces/UDI/mem.c [deleted file]
KernelLand/Modules/Interfaces/UDI/meta_gio.c [deleted file]
KernelLand/Modules/Interfaces/UDI/meta_mgmt.c [deleted file]
KernelLand/Modules/Interfaces/UDI/physio.c [deleted file]
KernelLand/Modules/Interfaces/UDI/physio/meta_bus.c [deleted file]
KernelLand/Modules/Interfaces/UDI/physio/meta_intr.c [deleted file]
KernelLand/Modules/Interfaces/UDI/physio_main.c [deleted file]
KernelLand/Modules/Interfaces/UDI/strmem.c [deleted file]
KernelLand/Modules/Interfaces/UDI/udi_internal.h [new file with mode: 0644]
KernelLand/Modules/Interfaces/UDI/udi_lib/buf.c [new file with mode: 0644]
KernelLand/Modules/Interfaces/UDI/udi_lib/cb.c [new file with mode: 0644]
KernelLand/Modules/Interfaces/UDI/udi_lib/imc.c [new file with mode: 0644]
KernelLand/Modules/Interfaces/UDI/udi_lib/logging.c [new file with mode: 0644]
KernelLand/Modules/Interfaces/UDI/udi_lib/mem.c [new file with mode: 0644]
KernelLand/Modules/Interfaces/UDI/udi_lib/meta_gio.c [new file with mode: 0644]
KernelLand/Modules/Interfaces/UDI/udi_lib/meta_mgmt.c [new file with mode: 0644]
KernelLand/Modules/Interfaces/UDI/udi_lib/physio.c [new file with mode: 0644]
KernelLand/Modules/Interfaces/UDI/udi_lib/physio/dma.c [new file with mode: 0644]
KernelLand/Modules/Interfaces/UDI/udi_lib/physio/meta_bus.c [new file with mode: 0644]
KernelLand/Modules/Interfaces/UDI/udi_lib/physio/meta_intr.c [new file with mode: 0644]
KernelLand/Modules/Interfaces/UDI/udi_lib/physio/pio.c [new file with mode: 0644]
KernelLand/Modules/Interfaces/UDI/udi_lib/physio_main.c [new file with mode: 0644]
KernelLand/Modules/Interfaces/UDI/udi_lib/queues.c [new file with mode: 0644]
KernelLand/Modules/Interfaces/UDI/udi_lib/scsi.c [new file with mode: 0644]
KernelLand/Modules/Interfaces/UDI/udi_lib/strmem.c [new file with mode: 0644]
KernelLand/Modules/Interfaces/UDI/udi_lib/time.c [new file with mode: 0644]

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