x86/xen: resume timer irqs early
[linux/fpc-iii.git] / drivers / staging / et131x / README
blob9272a24ae61c8250ba770acf8f85e69c610d0f99
1 This is a driver for the ET1310 network device.
3 Based on the driver found at https://sourceforge.net/projects/et131x/
5 Cleaned up immensely by Olaf Hartman and Christoph Hellwig <hch@infradead.org>
7 Note, the powermanagement options were removed from the vendor provided
8 driver as they did not build properly at the time.
10 TODO:
11         - Look at reducing the number of spinlocks
12         - Simplify code in nic_rx_pkts(), when determining multicast_pkts_rcvd
13         - Implement NAPI support
14         - in et131x_tx(), don't return NETDEV_TX_BUSY, just drop the packet with          kfree_skb().
16 Please send patches to:
17         Greg Kroah-Hartman <gregkh@linuxfoundation.org>
18         Mark Einon <mark.einon@gmail.com>