staging: et131x: Update TODO list
[pandora-kernel.git] / drivers / staging / et131x / README
1 This is a driver for the ET1310 network device.
2
3 Based on the driver found at https://sourceforge.net/projects/et131x/
4
5 Cleaned up immensely by Olaf Hartman and Christoph Hellwig <hch@infradead.org>
6
7 Note, the powermanagement options were removed from the vendor provided
8 driver as they did not build properly at the time.
9
10 TODO:
11         - Put the driver into a single file, with a .h for the registers layout.
12         - rx_ring.fbr{0, 1} can probably share a common structure
13         - Use of kmem_cache seems a bit unusual
14         - Use dma_alloc_... in place of pci_alloc_...
15         - It's too late stopping the tx queue when there is no room for the current packet. The condition should be detected for the next packet.
16         - PCI_VDEVICE ?
17
18 Please send patches to:
19         Greg Kroah-Hartman <gregkh@suse.de>
20         Mark Einon <mark.einon@gmail.com>
21