net: ethernet: slicoss: add slicoss gigabit ethernet driver
authorLino Sanfilippo <LinoSanfilippo@gmx.de>
Mon, 5 Dec 2016 22:07:16 +0000 (23:07 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 6 Dec 2016 16:24:28 +0000 (11:24 -0500)
commit60c140df15dbc34e2aabe210f82c37b978185b40
treeb5937083b5e0871dec353a6bf9586895badd05b7
parenta297569fe00a8fae18547061d355c45ef191b483
net: ethernet: slicoss: add slicoss gigabit ethernet driver

Add driver for Alacritech gigabit ethernet cards with SLIC (session-layer
interface control) technology. The driver provides basic support without
SLIC for the following devices:

- Mojave cards (single port PCI Gigabit) both copper and fiber
- Oasis cards (single and dual port PCI-x Gigabit) copper and fiber
- Kalahari cards (dual and quad port PCI-e Gigabit) copper and fiber

Signed-off-by: Lino Sanfilippo <LinoSanfilippo@gmx.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/Kconfig
drivers/net/ethernet/Makefile
drivers/net/ethernet/alacritech/Kconfig [new file with mode: 0644]
drivers/net/ethernet/alacritech/Makefile [new file with mode: 0644]
drivers/net/ethernet/alacritech/slic.h [new file with mode: 0644]
drivers/net/ethernet/alacritech/slicoss.c [new file with mode: 0644]