| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Merged changes from Solarflare | Michael Brown | 2006-11-28 | 1 | -241/+713 | |
| | | | ||||||
| * | | Updated to use asynchronous operation model for iSCSI requests | Michael Brown | 2006-11-28 | 1 | -1/+1 | |
| | | | | | | | | | Added CHAP authentication | |||||
| * | | We don't actually have a stdio.h header file. Our printf() functions are | Michael Brown | 2006-09-27 | 5 | -5/+0![]() | |
| | | | | | | | | | | | | | | | | | defined in vsprintf.h. (This may change, since vsprintf.h is a non-standard name, but for now it's the one to use.) There should be no need to include vsprintf.h just for DBG() statements, since include/compiler.h forces it in for a debug build anyway. | |||||
| * | | added stdio.h to includes for DBG compilation | Marty Connor | 2006-09-27 | 5 | -0/+6 | |
| | | | ||||||
| * | | eth_ntoa and warnings cleanup | Marty Connor | 2006-09-27 | 1 | -3/+4 | |
| | | | ||||||
| * | | eth_ntoa cleanup. still has warnings. needs work. | Marty Connor | 2006-09-27 | 1 | -9/+5![]() | |
| | | | ||||||
| * | | eth_ntoa and warnings cleanup | Marty Connor | 2006-09-27 | 1 | -7/+8 | |
| | | | ||||||
| * | | eth_ntoa and warnings cleanup | Marty Connor | 2006-09-27 | 1 | -54/+44![]() | |
| | | | ||||||
| * | | compilation warnings cleanup | Marty Connor | 2006-09-27 | 2 | -27/+24![]() | |
| | | | ||||||
| * | | eth_ntoa cleanup | Marty Connor | 2006-09-27 | 1 | -4/+3![]() | |
| | | | ||||||
| * | | warnings cleanup (still gives lots of compilation warnings from unused ↵ | Marty Connor | 2006-09-27 | 1 | -5/+2![]() | |
| | | | | | | | | | functions and missing legacy support) | |||||
| * | | warnings cleanup | Marty Connor | 2006-09-27 | 1 | -14/+15 | |
| | | | ||||||
| * | | compilation warnings cleanup | Marty Connor | 2006-09-26 | 1 | -33/+27![]() | |
| | | | ||||||
| * | | eth_ntoa and compilation warnings fixes | Marty Connor | 2006-09-26 | 3 | -12/+11![]() | |
| | | | ||||||
| * | | eth_ntoa fixes | Marty Connor | 2006-09-26 | 1 | -5/+4![]() | |
| | | | ||||||
| * | | Minor fix | Michael Brown | 2006-09-25 | 1 | -1/+1 | |
| | | | ||||||
| * | | eth_ntoa and warnings fixups, memcpy compilation fix | Marty Connor | 2006-09-25 | 1 | -9/+17 | |
| | | | ||||||
| * | | eth_ntoa and warnings fixups | Marty Connor | 2006-09-25 | 1 | -13/+17 | |
| | | | ||||||
| * | | eth_ntoa and warnings fixups | Marty Connor | 2006-09-25 | 1 | -11/+13 | |
| | | | ||||||
| * | | eth_ntoa and warnings fixups | Marty Connor | 2006-09-25 | 1 | -1/+2 | |
| | | | ||||||
| * | | eth_ntoa and warnings fixups | Marty Connor | 2006-09-25 | 1 | -1/+3 | |
| | | | ||||||
| * | | eth_ntoa and warnings fixups | Marty Connor | 2006-09-25 | 1 | -6/+6 | |
| | | | ||||||
| * | | eth_ntoa and warnings fixups | Marty Connor | 2006-09-25 | 1 | -1/+1 | |
| | | | ||||||
| * | | eth_ntoa and warnings fixups | Marty Connor | 2006-09-25 | 1 | -1/+2 | |
| | | | ||||||
| * | | eth_ntoa fixups | Marty Connor | 2006-09-20 | 1 | -6/+4![]() | |
| | | | ||||||
| * | | eth_ntoa fixups | Marty Connor | 2006-09-20 | 1 | -3/+4 | |
| | | | ||||||
| * | | eth_ntoa fixups | Marty Connor | 2006-09-20 | 1 | -2/+6 | |
| | | | ||||||
| * | | eth_ntoa fixups | Marty Connor | 2006-09-19 | 1 | -1/+3 | |
| | | | ||||||
| * | | eth_ntoa fixups | Marty Connor | 2006-09-19 | 1 | -2/+3 | |
| | | | ||||||
| * | | eth_ntoa fixup | Marty Connor | 2006-09-19 | 1 | -1/+4 | |
| | | | ||||||
| * | | eth_ntoa fixup, some warnings fixups (isa/pnp fixups still needed) | Marty Connor | 2006-09-19 | 1 | -5/+4![]() | |
| | | | ||||||
| * | | eth_ntoa fixup, _disable arg fixup | Marty Connor | 2006-09-19 | 1 | -3/+4 | |
| | | | ||||||
| * | | DBG MAC addr printout in driver | Marty Connor | 2006-09-15 | 1 | -6/+5![]() | |
| | | | ||||||
| * | | change MAC address printout to DBG using eth_ntoa (temporary legacy support) | Marty Connor | 2006-09-15 | 1 | -1/+3 | |
| | | | ||||||
| * | | Fix compile warnings, remove unused var | Marty Connor | 2006-09-14 | 1 | -6/+2![]() | |
| | | | ||||||
| * | | Fixed DBG macro format, fixed compile warnings. removed extra parameter from ↵ | Marty Connor | 2006-09-14 | 1 | -25/+25 | |
| | | | | | | | | | mtd80x_disable(...) | |||||
| * | | Remove nic_disable call from drivers. Call should be made at a higher level | Marty Connor | 2006-09-14 | 8 | -11/+10![]() | |
| | | | ||||||
| * | | Remove printf of MAC address in driver. | Marty Connor | 2006-09-14 | 1 | -0/+2 | |
| | | | ||||||
| * | | Fix gcc-induced reference to memcpy | Michael Brown | 2006-09-01 | 1 | -1/+2 | |
| | | | ||||||
| * | | Remove old-style debug message | Michael Brown | 2006-08-16 | 1 | -2/+0![]() | |
| | | | ||||||
| * | | Kill off poll_interruptions(); it is lethal when we're acting as a PXE | Michael Brown | 2006-08-15 | 2 | -2/+0![]() | |
| | | | | | | | | | stack or INT 13 emulator etc. | |||||
| * | | Temporary hack to work around the "TX overflow" problem in the interim | Michael Brown | 2006-06-16 | 1 | -20/+3![]() | |
| | | | | | | | | | | | period before updating to the new driver API (which can cope with having TX packets in progress). | |||||
| * | | Add 4 bytes to maximum frame length to allow for the frame checksum. | Michael Brown | 2006-06-16 | 1 | -1/+1 | |
| | | | | | | | | | | | (This actually matters once you try using TCP, because you *will* receive full-sized frames.) | |||||
| * | | Improve debugging output for legacy wrapper | Michael Brown | 2006-06-16 | 1 | -1/+5 | |
| | | | ||||||
| * | | Forward-port event queue fixes from 5.4 tree. | Michael Brown | 2006-06-16 | 1 | -0/+27 | |
| | | | ||||||
| * | | Forward-port start-of-day fixes from 5.4 tree | Michael Brown | 2006-06-16 | 1 | -3/+31 | |
| | | | ||||||
| * | | Forward-port reset-related changes from 5.4 tree. | Michael Brown | 2006-06-16 | 1 | -46/+26![]() | |
| | | | ||||||
| * | | Generalise three-wire interface to generic SPI interface. | Michael Brown | 2006-06-14 | 3 | -72/+222 | |
| | | | | | | | | | | | Update rtl8139 driver to instantiate an SPI interface with a three-wire device attached. | |||||
| * | | Move per-transition delays from generic bit-bashing layer to i2c layer | Michael Brown | 2006-06-14 | 2 | -8/+15 | |
| | | | | | | | | | (since SPI bit-bashing will require different delay semantics). | |||||
| * | | Translate between "0 = success" and "0 = failure" call standards. | Michael Brown | 2006-06-14 | 1 | -2/+2 | |
| | | | ||||||

