summaryrefslogtreecommitdiffstats
path: root/src/drivers
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merged changes from SolarflareMichael Brown2006-11-281-241/+713
| |
* | Updated to use asynchronous operation model for iSCSI requestsMichael Brown2006-11-281-1/+1
| | | | | | | | Added CHAP authentication
* | We don't actually have a stdio.h header file. Our printf() functions areMichael Brown2006-09-275-5/+0Star
| | | | | | | | | | | | | | | | 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 compilationMarty Connor2006-09-275-0/+6
| |
* | eth_ntoa and warnings cleanupMarty Connor2006-09-271-3/+4
| |
* | eth_ntoa cleanup. still has warnings. needs work.Marty Connor2006-09-271-9/+5Star
| |
* | eth_ntoa and warnings cleanupMarty Connor2006-09-271-7/+8
| |
* | eth_ntoa and warnings cleanupMarty Connor2006-09-271-54/+44Star
| |
* | compilation warnings cleanupMarty Connor2006-09-272-27/+24Star
| |
* | eth_ntoa cleanupMarty Connor2006-09-271-4/+3Star
| |
* | warnings cleanup (still gives lots of compilation warnings from unused ↵Marty Connor2006-09-271-5/+2Star
| | | | | | | | functions and missing legacy support)
* | warnings cleanupMarty Connor2006-09-271-14/+15
| |
* | compilation warnings cleanupMarty Connor2006-09-261-33/+27Star
| |
* | eth_ntoa and compilation warnings fixesMarty Connor2006-09-263-12/+11Star
| |
* | eth_ntoa fixesMarty Connor2006-09-261-5/+4Star
| |
* | Minor fixMichael Brown2006-09-251-1/+1
| |
* | eth_ntoa and warnings fixups, memcpy compilation fixMarty Connor2006-09-251-9/+17
| |
* | eth_ntoa and warnings fixupsMarty Connor2006-09-251-13/+17
| |
* | eth_ntoa and warnings fixupsMarty Connor2006-09-251-11/+13
| |
* | eth_ntoa and warnings fixupsMarty Connor2006-09-251-1/+2
| |
* | eth_ntoa and warnings fixupsMarty Connor2006-09-251-1/+3
| |
* | eth_ntoa and warnings fixupsMarty Connor2006-09-251-6/+6
| |
* | eth_ntoa and warnings fixupsMarty Connor2006-09-251-1/+1
| |
* | eth_ntoa and warnings fixupsMarty Connor2006-09-251-1/+2
| |
* | eth_ntoa fixupsMarty Connor2006-09-201-6/+4Star
| |
* | eth_ntoa fixupsMarty Connor2006-09-201-3/+4
| |
* | eth_ntoa fixupsMarty Connor2006-09-201-2/+6
| |
* | eth_ntoa fixupsMarty Connor2006-09-191-1/+3
| |
* | eth_ntoa fixupsMarty Connor2006-09-191-2/+3
| |
* | eth_ntoa fixupMarty Connor2006-09-191-1/+4
| |
* | eth_ntoa fixup, some warnings fixups (isa/pnp fixups still needed)Marty Connor2006-09-191-5/+4Star
| |
* | eth_ntoa fixup, _disable arg fixupMarty Connor2006-09-191-3/+4
| |
* | DBG MAC addr printout in driverMarty Connor2006-09-151-6/+5Star
| |
* | change MAC address printout to DBG using eth_ntoa (temporary legacy support)Marty Connor2006-09-151-1/+3
| |
* | Fix compile warnings, remove unused varMarty Connor2006-09-141-6/+2Star
| |
* | Fixed DBG macro format, fixed compile warnings. removed extra parameter from ↵Marty Connor2006-09-141-25/+25
| | | | | | | | mtd80x_disable(...)
* | Remove nic_disable call from drivers. Call should be made at a higher levelMarty Connor2006-09-148-11/+10Star
| |
* | Remove printf of MAC address in driver.Marty Connor2006-09-141-0/+2
| |
* | Fix gcc-induced reference to memcpyMichael Brown2006-09-011-1/+2
| |
* | Remove old-style debug messageMichael Brown2006-08-161-2/+0Star
| |
* | Kill off poll_interruptions(); it is lethal when we're acting as a PXEMichael Brown2006-08-152-2/+0Star
| | | | | | | | stack or INT 13 emulator etc.
* | Temporary hack to work around the "TX overflow" problem in the interimMichael Brown2006-06-161-20/+3Star
| | | | | | | | | | 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 Brown2006-06-161-1/+1
| | | | | | | | | | (This actually matters once you try using TCP, because you *will* receive full-sized frames.)
* | Improve debugging output for legacy wrapperMichael Brown2006-06-161-1/+5
| |
* | Forward-port event queue fixes from 5.4 tree.Michael Brown2006-06-161-0/+27
| |
* | Forward-port start-of-day fixes from 5.4 treeMichael Brown2006-06-161-3/+31
| |
* | Forward-port reset-related changes from 5.4 tree.Michael Brown2006-06-161-46/+26Star
| |
* | Generalise three-wire interface to generic SPI interface.Michael Brown2006-06-143-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 layerMichael Brown2006-06-142-8/+15
| | | | | | | | (since SPI bit-bashing will require different delay semantics).
* | Translate between "0 = success" and "0 = failure" call standards.Michael Brown2006-06-141-2/+2
| |