dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/staging/poch
Roel Kluin dcbbcefb6a Staging: poch: fix verification of memory area
fix verification of memory area

Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2009-01-28 15:49:06 -08:00
..
Kconfig Staging: add poch driver 2008-10-22 09:56:36 -07:00
Makefile Staging: add poch driver 2008-10-22 09:56:36 -07:00
README Staging: poch: Update TODO list 2009-01-06 13:52:03 -08:00
poch.c Staging: poch: fix verification of memory area 2009-01-28 15:49:06 -08:00
poch.h Staging: add poch driver 2008-10-22 09:56:36 -07:00

README

TODO:
	- Rx block size is limited to < 2048, hardware bug?
	- Group size is limited to < page size, kernel alloc/mmap API issues
	- fix/workaround cache issues in circular buffer header
	- test whether Tx is transmitting data from provided buffers
	- handle device unplug case
	- handle temperature above threshold
	- use bus address instead of physical address for DMA
	- support for snapshot mode
	- audit userspace interfaces
	- get reserved major/minor if needed

Please send patches to Greg Kroah-Hartman <greg@kroah.com> and
Vijay Kumar <vijaykumar@bravegnu.org> and Jaya Kumar <jayakumar.lkml@gmail.com>