| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Return -EIO when verification fails, instead of -EINVAL. | Michael Brown | 2006-12-20 | 1 | -1/+1 |
| | | |||||
| * | Remove warning (at least on platforms with uint32_t == unsigned long). | Michael Brown | 2006-12-20 | 1 | -1/+1 |
| | | |||||
| * | Use stdlib.h for malloc() instead of malloc.h. | Michael Brown | 2006-12-20 | 1 | -1/+1 |
| | | |||||
| * | The "increment MAC address by port number" hack applies only to EF1. | Michael Brown | 2006-12-18 | 1 | -3/+7 |
| | | |||||
| * | Automatically select between the "10" and "16" variants of command set, | Michael Brown | 2006-12-12 | 1 | -31/+72 |
| | | | | | based on the device size. | ||||
| * | Catch SCSI errors, and work around the start-of-day CHECK CONDITION | Michael Brown | 2006-12-12 | 1 | -1/+32 |
| | | | | | that some targets send. | ||||
| * | Add support for non-volatile stored options in the RTL8139 EEPROM. | Michael Brown | 2006-12-06 | 1 | -1/+38 |
| | | |||||
| * | Added write support for three-wire devices (e.g. the RTL8139 EEPROM) | Michael Brown | 2006-12-06 | 1 | -1/+41 |
| | | |||||
| * | Verify data after writing | Michael Brown | 2006-12-06 | 1 | -1/+35 |
| | | |||||
| * | The VPD engine is broken and can't actually handle placing VPD | Michael Brown | 2006-12-05 | 1 | -1/+1 |
| | | | | | | anywhere other than offset 0 within the EEPROM, so we have to put our settings at 0x100 instead. | ||||
| * | Adjust EEPROM/flash detection to fit expected manufacturing practice. | Michael Brown | 2006-12-05 | 1 | -8/+31 |
| | | |||||
| * | Change some debugging messages to use DBG() | Michael Brown | 2006-12-05 | 1 | -7/+7 |
| | | |||||
| * | Added debug statements | Michael Brown | 2006-12-05 | 1 | -4/+20 |
| | | |||||
| * | Added nvs_write(). This shares a lot of code in common with nvs_read(); | Michael Brown | 2006-12-04 | 1 | -0/+43 |
| | | | | | this can probably be optimised down quite a lot. | ||||
| * | Add the concept of a fragment list for non-volatile stored options. | Michael Brown | 2006-12-04 | 1 | -5/+12 |
| | | |||||
| * | Fixed two logic errors that were cancelling each other out. | Michael Brown | 2006-12-04 | 1 | -3/+3 |
| | | |||||
| * | Migrated etherfabric driver to using generic SPI layer. | Michael Brown | 2006-12-04 | 1 | -127/+58![]() |
| | | |||||
| * | Added the generic block-splitting code to nvs.c | Michael Brown | 2006-12-04 | 2 | -22/+41 |
| | | |||||
| * | Added generic SPI protocol handler with read and write support. | Michael Brown | 2006-12-04 | 1 | -0/+122 |
| | | |||||
| * | Abstracted out part of the concept of an SPI device to a generalised NVS | Michael Brown | 2006-12-04 | 5 | -20/+50 |
| | | | | | | | | device. Separated the mechanisms of non-volatile storage access and non-volatile stored options. | ||||
| * | Changed length parameter in SPI methods to be a byte length, rather than | Michael Brown | 2006-12-04 | 3 | -10/+7![]() |
| | | | | | a word length. | ||||
| * | Generalised the SPI abstraction layer to also be able to handle interfaces | Michael Brown | 2006-12-04 | 6 | -107/+123 |
| | | | | | | | that don't provide the full flexibility of a bit-bashing interface. Temporarily hacked rtl8139.c to use the new interface. | ||||
| * | Basic non-volatile storage support | Michael Brown | 2006-11-29 | 1 | -11/+107 |
| | | |||||
| * | 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 |
| | | |||||

