This patch series introduces the visornic driver to the Unisys s-Par driver set, as a replacement for the virtnic driver. The series consists of a few clean-up patches in preparation for the new driver, followed by a large patch containing the entire visornic driver, and a small patch with bugfixes found during testing. David Kershner (4): staging: unisys: s-Par video channel includes EFI framebuffer staging: unisys: Remove visorchannel stub staging: unisys: define structures outside of iochannel staging: unisys: Add s-Par visornic ethernet driver Tim Sell (1): staging: unisys: add error messages to visornic drivers/staging/unisys/Kconfig | 1 + drivers/staging/unisys/Makefile | 1 + drivers/staging/unisys/include/iochannel.h | 24 +- drivers/staging/unisys/visorbus/visorchannel.c | 40 +- drivers/staging/unisys/visorchannel/Kconfig | 9 - drivers/staging/unisys/visorchannel/Makefile | 10 - drivers/staging/unisys/visorchannel/globals.h | 25 - .../unisys/visorchannel/visorchannel_main.c | 50 - drivers/staging/unisys/visornic/Kconfig | 15 + drivers/staging/unisys/visornic/Makefile | 10 + drivers/staging/unisys/visornic/visornic_main.c | 2245 ++++++++++++++++++++ 11 files changed, 2318 insertions(+), 112 deletions(-) delete mode 100644 drivers/staging/unisys/visorchannel/Kconfig delete mode 100644 drivers/staging/unisys/visorchannel/Makefile delete mode 100644 drivers/staging/unisys/visorchannel/globals.h delete mode 100644 drivers/staging/unisys/visorchannel/visorchannel_main.c create mode 100644 drivers/staging/unisys/visornic/Kconfig create mode 100644 drivers/staging/unisys/visornic/Makefile create mode 100644 drivers/staging/unisys/visornic/visornic_main.c -- 2.1.4 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel