OSDN Git Service

staging: unisys: Add s-Par visornic ethernet driver
authorDavid Kershner <david.kershner@unisys.com>
Tue, 16 Jun 2015 03:31:59 +0000 (23:31 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 16 Jun 2015 21:34:55 +0000 (14:34 -0700)
commit68905a14e49c97bf49dacd753e40ddd5b254e2ad
tree57cf395f6bd23a28eba7cf980711b72b03b28b92
parentdbb9d619941ad57dbe3c6667764e1eccd5ee5f1b
staging: unisys: Add s-Par visornic ethernet driver

This driver creates a network device when s-Par sends a device
create message to create network adapter on the visorbus. When
the message is received by visorbus, the visornic_probe function
is called and the netdev device is created and managed by the
visornic driver.

Signed-off-by: David Kershner <david.kershner@unisys.com>
Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/Kconfig
drivers/staging/unisys/Makefile
drivers/staging/unisys/visornic/Kconfig [new file with mode: 0644]
drivers/staging/unisys/visornic/Makefile [new file with mode: 0644]
drivers/staging/unisys/visornic/visornic_main.c [new file with mode: 0644]