Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Align each RX descriptor to a 4KB boundary; fixes poor RX performance (chip | 2009-11-03 | 1 | -2/+2 | |
| | | | | would stop RX operation if it had to cross a 4KB boundary during receive). | ||||
* | Offset the start of the RX buffers by two bytes, so that the ethernet | 2009-11-03 | 1 | -2/+2 | |
| | | | | header is properly aligned; speeds up RX buffer -> mbuf copies. | ||||
* | Looks like I forgot to add files again. These are the most important files | 2009-11-01 | 1 | -0/+95 | |
for the new iec(4) driver. Reminded by brad@ |