tn3399_openwrt/target/linux/rdc/files
2008-07-03 11:09:37 +00:00
..
arch Put the files created by the lzma decompressor patch in the files/ directory. Add some early_printk debugging to the lzma decompressor to help track down problems when upgrading from one kernel version to another 2008-07-03 11:09:37 +00:00
drivers his patch mainly fixes the huge delay when we ping from the RDC device to another host (160-230 ms). r6040_rx() was rewritten. Further changes: - fix a bug in hex2str(), which overwrote the source with a zero - removed rx_free_desc counter; allocate skb inside r6040_rx() on the fly - r6040_rx: don't take the error from the MLSR register (may be too late) but from the descriptor (we may have to allow these errors (via MCR0) there - r6040_alloc_rxbufs() may fail due to lack of skb, added a return value - changed some debugs - more defines - version: 0.18 -> 0.19 2008-06-16 13:25:14 +00:00
include Put back 2.6.23 files for rdc, allowing to switch from one kernel version to another for testing 2008-06-28 11:06:32 +00:00