a7b33dc5f093342f8c8cd315cc0c2641ca676ebb
[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         - rx_ring.fbr{0, 1} can probably share a common structure
12         - Use of kmem_cache seems a bit unusual
13         - Use dma_alloc_... in place of pci_alloc_...
14         - 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.
15         - PCI_VDEVICE ?
16
17 Please send patches to:
18         Greg Kroah-Hartman <gregkh@suse.de>
19         Mark Einon <mark.einon@gmail.com>
20