1
0
Fork 0
alistair23-linux/drivers/staging/slicoss
Lior Dotan f25fda728d Staging: SLICOSS: Call pci_release_regions at driver exit
slic_entry_probe() calls pci_request_regions() but there's no matching
pci_release_regions() at driver's exit or if slic_entry_probe() fails.

Signed-off-by: Lior Dotan <liodot@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-10-10 15:31:14 -07:00
..
Kconfig Staging: add Alacritech slicoss network driver 2008-10-10 15:31:07 -07:00
Makefile Staging: add Alacritech slicoss network driver 2008-10-10 15:31:07 -07:00
README Staging: add Alacritech slicoss network driver 2008-10-10 15:31:07 -07:00
gbdownload.h Staging: SLICOSS: lots of checkpatch fixes 2008-10-10 15:31:13 -07:00
gbrcvucode.h Staging: SLICOSS: lots of checkpatch fixes 2008-10-10 15:31:13 -07:00
oasisdbgdownload.h Staging: SLICOSS: lots of checkpatch fixes 2008-10-10 15:31:13 -07:00
oasisdownload.h Staging: SLICOSS: lots of checkpatch fixes 2008-10-10 15:31:13 -07:00
oasisrcvucode.h Staging: SLICOSS: lots of checkpatch fixes 2008-10-10 15:31:13 -07:00
slic.h Staging: SLICOSS: lots of checkpatch fixes 2008-10-10 15:31:13 -07:00
slic_os.h Staging: SLICOSS: Fix remaining type names 2008-10-10 15:31:13 -07:00
slicbuild.h Staging: SLICOSS: lots of checkpatch fixes 2008-10-10 15:31:13 -07:00
slicdbg.h Staging: SLICOSS: lots of checkpatch fixes 2008-10-10 15:31:13 -07:00
slicdump.h Staging: SLICOSS: Fix remaining type names 2008-10-10 15:31:13 -07:00
slichw.h Staging: SLICOSS: Fix remaining type names 2008-10-10 15:31:13 -07:00
slicinc.h Staging: SLICOSS: Fix warnings due to static usage 2008-10-10 15:31:13 -07:00
slicoss.c Staging: SLICOSS: Call pci_release_regions at driver exit 2008-10-10 15:31:14 -07:00

README

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.

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

Please send patches to:
        Greg Kroah-Hartman <gregkh@suse.de>
and Cc: Lior Dotan <liodot@gmail.com> and Christopher Harrer
<charrer@alacritech.com> as well as they are also able to test out any
changes.