]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
Staging: add Alacritech slicoss network driver
authorGreg Kroah-Hartman <gregkh@suse.de>
Wed, 19 Mar 2008 21:27:25 +0000 (14:27 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 10 Oct 2008 22:31:07 +0000 (15:31 -0700)
commit4d6f6af8d6e76443f298ac030b0fc4fe84bdbd6a
treed9b4420125f1d432a80b5c4163958e7ed57d1f71
parentcfb739b459a4d982b75f5b92cbe7d2631999e206
Staging: add Alacritech slicoss network driver

This adds the Alacritech slicoss driver to the tree.

This driver is supposed to support:

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

The driver was acutally tested on Oasis and Kalahari cards.

TODO:
- move firmware loading to request_firmware()
- remove direct memory access of structures
- any remaining sparse and checkpatch.pl warnings
- any netdev recommended changes

Many thanks to Lior Dotan <liodot@gmail.com> for help with the cleanup
of this driver.

Cc: Lior Dotan <liodot@gmail.com>
Cc: Christopher Harrer <charrer@alacritech.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
18 files changed:
drivers/staging/Kconfig
drivers/staging/Makefile
drivers/staging/slicoss/Kconfig [new file with mode: 0644]
drivers/staging/slicoss/Makefile [new file with mode: 0644]
drivers/staging/slicoss/README [new file with mode: 0644]
drivers/staging/slicoss/gbdownload.h [new file with mode: 0644]
drivers/staging/slicoss/gbrcvucode.h [new file with mode: 0644]
drivers/staging/slicoss/oasisdbgdownload.h [new file with mode: 0644]
drivers/staging/slicoss/oasisdownload.h [new file with mode: 0644]
drivers/staging/slicoss/oasisrcvucode.h [new file with mode: 0644]
drivers/staging/slicoss/slic.h [new file with mode: 0644]
drivers/staging/slicoss/slic_os.h [new file with mode: 0644]
drivers/staging/slicoss/slicbuild.h [new file with mode: 0644]
drivers/staging/slicoss/slicdbg.h [new file with mode: 0644]
drivers/staging/slicoss/slicdump.h [new file with mode: 0644]
drivers/staging/slicoss/slichw.h [new file with mode: 0644]
drivers/staging/slicoss/slicinc.h [new file with mode: 0644]
drivers/staging/slicoss/slicoss.c [new file with mode: 0644]