linux/drivers/staging/slicoss
Lino Sanfilippo 6d5f2ea741 staging: slicoss: ensure mapping of io-memory is uncached
Writes to registers should be done uncached for various reasons. Ensure
this by replacing ioremap() with ioremap_nocache().

Signed-off-by: Lino Sanfilippo <LinoSanfilippo@gmx.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2016-08-21 17:59:45 +02:00
..
Kconfig
Makefile
README
slic.h staging/slicoss: Use ethtool_ops instead of module_param. 2016-02-06 21:45:59 -08:00
slichw.h staging: slicoss: Fixes block comment style 2015-10-27 14:43:31 +09:00
slicoss.c staging: slicoss: ensure mapping of io-memory is uncached 2016-08-21 17:59:45 +02:00
TODO staging: slicoss: remove slic_spinlock wrapper 2015-05-13 16:13:24 -07:00

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 actually tested on Oasis and Kalahari cards.