History log of /drivers/staging/slicoss/slichw.h
Revision Date Author Comments
976c032faa6f305932ecaee22701685abafa4761 27-Feb-2009 Greg Kroah-Hartman <gregkh@suse.de> Staging: slicoss: slichw.h cleanup

Lots of spaces->tabs cleanups for slichw.h

It's much more sane and "Linux-like" now.

Cc: Lior Dotan <liodot@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
b574488e42ab1146355c8abd138cae082ca19f28 26-Feb-2009 Greg Kroah-Hartman <gregkh@suse.de> Staging: slicoss: remove TRUE/FALSE usage

Don't use TRUE and FALSE, we have proper boolean types in the kernel.

Cc: Lior Dotan <liodot@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
68cf95f3183c7bd60feab3bb774e1e4c7f36fe71 07-Oct-2008 Lior Dotan <liodot@gmail.com> Staging: SLICOSS: Fix remaining type names

Fix the remaining variables that still had '_t' as a postfix and also
a couple of checkpatch warnings.

Signed-off-by: Lior Dotan <liodot@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
e9eff9d6a0d14fa2e85953ce4115d243ff575e78 04-Oct-2008 Lior Dotan <liodot@gmail.com> Staging: SLICOSS: lots of checkpatch fixes

Major cleanups of checkpatch warnings from the slicoss driver.

From: Lior Dotan <liodot@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
4d6f6af8d6e76443f298ac030b0fc4fe84bdbd6a 19-Mar-2008 Greg Kroah-Hartman <gregkh@suse.de> 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>