2006-09-27 |
Marty Connor | eth_ntoa and warnings cleanup |
tree | commitdiff |
2006-09-27 |
Marty Connor | eth_ntoa cleanup. still has warnings. needs work. |
tree | commitdiff |
2006-09-27 |
Marty Connor | eth_ntoa and warnings cleanup |
tree | commitdiff |
2006-09-27 |
Marty Connor | eth_ntoa and warnings cleanup |
tree | commitdiff |
2006-09-26 |
Marty Connor | compilation warnings cleanup |
tree | commitdiff |
2006-09-26 |
Marty Connor | eth_ntoa cleanup |
tree | commitdiff |
2006-09-26 |
Marty Connor | warnings cleanup (still gives lots of compilation warni... |
tree | commitdiff |
2006-09-26 |
Marty Connor | warnings cleanup |
tree | commitdiff |
2006-09-26 |
Marty Connor | compilation warnings cleanup |
tree | commitdiff |
2006-09-26 |
Marty Connor | eth_ntoa and compilation warnings fixes |
tree | commitdiff |
2006-09-26 |
Marty Connor | eth_ntoa fixes |
tree | commitdiff |
2006-09-25 |
Michael Brown | Minor fix |
tree | commitdiff |
2006-09-25 |
Marty Connor | eth_ntoa and warnings fixups, memcpy compilation fix |
tree | commitdiff |
2006-09-25 |
Marty Connor | eth_ntoa and warnings fixups |
tree | commitdiff |
2006-09-25 |
Marty Connor | eth_ntoa and warnings fixups |
tree | commitdiff |
2006-09-25 |
Marty Connor | eth_ntoa and warnings fixups |
tree | commitdiff |
2006-09-25 |
Marty Connor | eth_ntoa and warnings fixups |
tree | commitdiff |
2006-09-25 |
Marty Connor | eth_ntoa and warnings fixups |
tree | commitdiff |
2006-09-25 |
Marty Connor | eth_ntoa and warnings fixups |
tree | commitdiff |
2006-09-25 |
Marty Connor | eth_ntoa and warnings fixups |
tree | commitdiff |
2006-09-20 |
Marty Connor | eth_ntoa fixups |
tree | commitdiff |
2006-09-20 |
Marty Connor | eth_ntoa fixups |
tree | commitdiff |
2006-09-20 |
Marty Connor | eth_ntoa fixups |
tree | commitdiff |
2006-09-19 |
Marty Connor | eth_ntoa fixups |
tree | commitdiff |
2006-09-19 |
Marty Connor | eth_ntoa fixups |
tree | commitdiff |
2006-09-19 |
Marty Connor | eth_ntoa fixup |
tree | commitdiff |
2006-09-19 |
Marty Connor | eth_ntoa fixup, some warnings fixups (isa/pnp fixups... |
tree | commitdiff |
2006-09-19 |
Marty Connor | eth_ntoa fixup, _disable arg fixup |
tree | commitdiff |
2006-09-15 |
Marty Connor | DBG MAC addr printout in driver |
tree | commitdiff |
2006-09-15 |
Marty Connor | change MAC address printout to DBG using eth_ntoa ... |
tree | commitdiff |
2006-09-14 |
Marty Connor | Fix compile warnings, remove unused var |
tree | commitdiff |
2006-09-14 |
Marty Connor | Fixed DBG macro format, fixed compile warnings. removed... |
tree | commitdiff |
2006-09-14 |
Marty Connor | Remove nic_disable call from drivers. Call should... |
tree | commitdiff |
2006-09-14 |
Marty Connor | Remove printf of MAC address in driver. |
tree | commitdiff |
2006-09-01 |
Michael Brown | Fix gcc-induced reference to memcpy |
tree | commitdiff |
2006-08-16 |
Michael Brown | Remove old-style debug message |
tree | commitdiff |
2006-08-14 |
Michael Brown | Kill off poll_interruptions(); it is lethal when we... |
tree | commitdiff |
2006-06-16 |
Michael Brown | Temporary hack to work around the "TX overflow" problem... |
tree | commitdiff |
2006-06-16 |
Michael Brown | Add 4 bytes to maximum frame length to allow for the... |
tree | commitdiff |
2006-06-16 |
Michael Brown | Improve debugging output for legacy wrapper |
tree | commitdiff |
2006-06-16 |
Michael Brown | Forward-port event queue fixes from 5.4 tree. |
tree | commitdiff |
2006-06-16 |
Michael Brown | Forward-port start-of-day fixes from 5.4 tree |
tree | commitdiff |
2006-06-16 |
Michael Brown | Forward-port reset-related changes from 5.4 tree. |
tree | commitdiff |
2006-06-14 |
Michael Brown | Generalise three-wire interface to generic SPI interface. |
tree | commitdiff |
2006-06-14 |
Michael Brown | Move per-transition delays from generic bit-bashing... |
tree | commitdiff |
2006-06-14 |
Michael Brown | Translate between "0 = success" and "0 = failure" call... |
tree | commitdiff |
2006-06-12 |
Michael Brown | Change read_bit() to return 0 or -1UL, rather than... |
tree | commitdiff |
2006-06-12 |
Michael Brown | Updated debug message to reflect change in data structure. |
tree | commitdiff |
2006-06-11 |
Michael Brown | Update to use the generic i2c bit-bashing code. |
tree | commitdiff |
2006-06-11 |
Michael Brown | Added bit-bashing i2c interface code |
tree | commitdiff |
2006-06-08 |
Michael Brown | Added sketch of bit-bashing interface common code |
tree | commitdiff |
2006-06-08 |
Michael Brown | Legacy drivers cannot cope with multiple active devices. |
tree | commitdiff |
2006-06-05 |
Michael Brown | Force pci.o to be included. |
tree | commitdiff |
2006-06-05 |
Michael Brown | Legacy drivers will not pad when necessary |
tree | commitdiff |
2006-06-05 |
Michael Brown | PNIC doesn't auto-pad. |
tree | commitdiff |
2006-06-05 |
Michael Brown | Added a very quick and dirty compatibility layer, to... |
tree | commitdiff |
2006-06-05 |
Michael Brown | Added soon-to-be-requisite missing include. |
tree | commitdiff |
2006-06-01 |
Michael Brown | Backing out last change; no immediate plans to make... |
tree | commitdiff |
2006-05-31 |
Michael Brown | ATA devices are now asynchronous. The ATA layer itself... |
tree | commitdiff |
2006-05-31 |
Michael Brown | Added generic asynchronous operations code. |
tree | commitdiff |
2006-05-29 |
Michael Brown | Handle multi-sector reads by splitting them into subcom... |
tree | commitdiff |
2006-05-28 |
Michael Brown | Initial AoE implementation. Limitations are: |
tree | commitdiff |
2006-05-28 |
Michael Brown | Use separate data-in and data-out buffers. |
tree | commitdiff |
2006-05-27 |
Michael Brown | Rewrote to use the new net driver API, the updated... |
tree | commitdiff |
2006-05-26 |
Michael Brown | Added abstraction layer for a three-wire serial device... |
tree | commitdiff |
2006-05-21 |
Michael Brown | Fixed debug code |
tree | commitdiff |
2006-05-21 |
Michael Brown | Added (untested) support for ATA devices. This code... |
tree | commitdiff |
2006-05-20 |
Michael Brown | Use insb/outsb; it's marginally faster. |
tree | commitdiff |
2006-05-19 |
Michael Brown | READ CAPACITY (16) turns out to be an optional command... |
tree | commitdiff |
2006-05-19 |
Michael Brown | Add the concept of a "user pointer" (similar to the... |
tree | commitdiff |
2006-05-17 |
Michael Brown | Strip down i386 PCI configuration space I/O to the... |
tree | commitdiff |
2006-05-16 |
Michael Brown | Restructured PCI subsystem to fit the new device model. |
tree | commitdiff |
2006-05-14 |
Michael Brown | Split "iSCSI as a SCSI device" out from "iSCSI as a... |
tree | commitdiff |
2006-05-13 |
Michael Brown | Defined SCSI device interface, and added SCSI block... |
tree | commitdiff |
2006-04-28 |
Michael Brown | Transmit the buffer contents, not the buffer descriptor... |
tree | commitdiff |
2006-04-24 |
Michael Brown | Add missing {register,free}_netdev(). |
tree | commitdiff |
2006-04-24 |
Michael Brown | gcc is rather over-aggressive about optimising out... |
tree | commitdiff |
2006-04-24 |
Michael Brown | Header rearrangement. |
tree | commitdiff |
2006-04-24 |
Michael Brown | Network API now allows for multiple network devices... |
tree | commitdiff |
2006-03-17 |
Michael Brown | More purging |
tree | commitdiff |
2006-03-16 |
Michael Brown | Build in gpxe |
tree | commitdiff |
2006-03-16 |
Michael Brown | Remove accidental duplicate arising from merge |
tree | commitdiff |
2006-03-16 |
Michael Brown | Build under gpxe |
tree | commitdiff |
2006-03-16 |
Michael Brown | Back out duplication arising from the merge |
tree | commitdiff |
2006-03-16 |
Michael Brown | Fix to compile under gpxe |
tree | commitdiff |
2006-03-16 |
Michael Brown | Merge from Etherboot 5.4 |
tree | commitdiff |
2006-03-16 |
Michael Brown | Merge from Etherboot 5.4 |
tree | commitdiff |
2006-03-16 |
Michael Brown | Merge from Etherboot 5.4 |
tree | commitdiff |
2006-03-16 |
Michael Brown | Merge from Etherboot 5.4 |
tree | commitdiff |
2006-03-16 |
Michael Brown | Merge from Etherboot 5.4 |
tree | commitdiff |
2006-03-16 |
Michael Brown | Merge from Etherboot 5.4 |
tree | commitdiff |
2006-03-16 |
Michael Brown | Merge from Etherboot 5.4 |
tree | commitdiff |
2006-03-16 |
Michael Brown | Merge from Etherboot 5.4 |
tree | commitdiff |
2006-03-16 |
Michael Brown | Merge from Etherboot 5.4 |
tree | commitdiff |
2006-03-16 |
Michael Brown | Merge from Etherboot 5.4 |
tree | commitdiff |
2005-07-11 |
George Baum | Reorder functions to match the linux driver. |
tree | commitdiff |
2005-06-17 |
Timothy Legge | Fix COMET TxUnderrun issue |
tree | commitdiff |
2005-06-02 |
Timothy Legge | Jan Kiszka provided a patch for the smc9000 for missin... |
tree | commitdiff |
2005-05-24 |
Michael Brown | Some versions of doxygen seem to object to "@ret None... |
tree | commitdiff |
2005-05-23 |
George Baum | the uncontroversal gcc 4.0 compilation fixes |
tree | commitdiff |
next |