288 Révisions (0898b0b3b1a63a3e95a1c73ebee02d5cf0532607)

Auteur SHA1 Message Date
  Michael Brown 13137a4d61 t5x9 code relies on nic->ioaddr being set il y a 18 ans
  Michael Brown 62548c9f0d Updated 3c509 to current device model il y a 18 ans
  Michael Brown 520d9c36af Updated ISAPnP, EISA, MCA and ISA buses to current device model. il y a 18 ans
  Michael Brown c63af1ea14 Remove no-longer-used variable il y a 18 ans
  James Harper e1735d5fc2 Fix some bad pointer arithmatic in the tg3 driver that was causing the dynamic memory pool to be corrupted (or worse) il y a 18 ans
  James Harper 1c971f1234 Fix padding problem - from Michael il y a 18 ans
  Michael Brown 2cf1e33df1 Split bootsector execution code out into bootsector.c. il y a 18 ans
  Michael Brown 73b09ecba6 Use stdio.h instead of vsprintf.h il y a 18 ans
  Michael Brown 5ff23aa406 Include stdlib.h rather than malloc.h il y a 18 ans
  Michael Brown 48fe701716 Respect the RX quota. This improves poll time by about 0.7us when the il y a 18 ans
  Michael Brown ff8528ea9a Create and use async_block() macro; it cuts down on the visual overhead il y a 18 ans
  Michael Brown 4e20d73bb5 Gave asynchronous operations approximate POSIX signal semantics. This il y a 18 ans
  Michael Brown 03390f0cd6 Use pkb_pad() rather than doing it the dangerous way :) il y a 18 ans
  Michael Brown a3ed0cbbc7 Extract packet-padding login from rtl8139.c to a separate pkbpad.c file. il y a 18 ans
  Michael Brown fdc97499bf Add device description fields to struct device. il y a 18 ans
  Michael Brown dad5274522 Add "name" field to struct device to allow human-readable hardware device il y a 18 ans
  Michael Brown c65fae2475 Add RX quotas to the net device poll() method. This avoids the problem il y a 18 ans
  Michael Brown e822bc2a90 Autopadding was sometimes overwriting the struct list_head at the end il y a 18 ans
  Michael Brown b7fcfe8ece Added net device TX queue; this will be needed to support the PXE UNDI API il y a 18 ans
  Michael Brown 5af4918356 Added support for wildcard device/vendor ID matches il y a 18 ans
  Michael Brown 7b9617f5df Add device to hierarchy before calling the driver's probe() function; this il y a 18 ans
  Michael Brown 0c03bb5a9a Make open() and close() an official part of the netdevice API. il y a 18 ans
  Michael Brown 61ed298bc7 Merge changes from mcb-tcp-fixes branch. il y a 18 ans
  Michael Brown ab242a760d Add ability to shut down iSCSI connection il y a 18 ans
  Michael Brown 7ce3df65c2 Default to port 0 (sic). il y a 18 ans
  Michael Brown 6ceaa158da Return -EIO when verification fails, instead of -EINVAL. il y a 18 ans
  Michael Brown 9f953322a1 Remove warning (at least on platforms with uint32_t == unsigned long). il y a 18 ans
  Michael Brown a646e38f03 Use stdlib.h for malloc() instead of malloc.h. il y a 18 ans
  Michael Brown a497e16767 The "increment MAC address by port number" hack applies only to EF1. il y a 18 ans
  Michael Brown a39b111684 Automatically select between the "10" and "16" variants of command set, il y a 18 ans
  Michael Brown 3bd7e479a2 Catch SCSI errors, and work around the start-of-day CHECK CONDITION il y a 18 ans
  Michael Brown 29db66fb51 Add support for non-volatile stored options in the RTL8139 EEPROM. il y a 18 ans
  Michael Brown d2bf7abe75 Added write support for three-wire devices (e.g. the RTL8139 EEPROM) il y a 18 ans
  Michael Brown ac401f481d Verify data after writing il y a 18 ans
  Michael Brown a128b33b8b The VPD engine is broken and can't actually handle placing VPD il y a 18 ans
  Michael Brown 4c3e0fede5 Adjust EEPROM/flash detection to fit expected manufacturing practice. il y a 18 ans
  Michael Brown cb883b3faf Change some debugging messages to use DBG() il y a 18 ans
  Michael Brown 6b45947a59 Added debug statements il y a 18 ans
  Michael Brown 052ef6dc5a Added nvs_write(). This shares a lot of code in common with nvs_read(); il y a 18 ans
  Michael Brown cc9bcb99a0 Add the concept of a fragment list for non-volatile stored options. il y a 18 ans
  Michael Brown f944737045 Fixed two logic errors that were cancelling each other out. il y a 18 ans
  Michael Brown d62c83a350 Migrated etherfabric driver to using generic SPI layer. il y a 18 ans
  Michael Brown 2d8d21fe74 Added the generic block-splitting code to nvs.c il y a 18 ans
  Michael Brown 1961ba44e1 Added generic SPI protocol handler with read and write support. il y a 18 ans
  Michael Brown 946967f09c Abstracted out part of the concept of an SPI device to a generalised NVS il y a 18 ans
  Michael Brown dc06c895fc Changed length parameter in SPI methods to be a byte length, rather than il y a 18 ans
  Michael Brown 931f94dca3 Generalised the SPI abstraction layer to also be able to handle interfaces il y a 18 ans
  Michael Brown 4cd56820ea Basic non-volatile storage support il y a 18 ans
  Michael Brown 3234ef1b0b Merged changes from Solarflare il y a 18 ans
  Michael Brown 3f0b4d9ed8 Updated to use asynchronous operation model for iSCSI requests il y a 18 ans