summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* We don't actually have a stdio.h header file. Our printf() functions areMichael Brown2006-09-2732-32/+0Star
* added stdio.h to includes for DBG compilationMarty Connor2006-09-2727-4/+32
* include stdio.h to suppress printf warning, general warnings fixupsMarty Connor2006-09-276-4/+11
* 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 functi...Marty Connor2006-09-271-5/+2Star
* 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
* fix args to _disable routineMarty Connor2006-09-191-2/+1Star
* Minor edit to make HEAD buildMarty Connor2006-09-191-2/+4
* KilledMichael Brown2006-09-181-0/+0
* Removed as a gesture of goodwill following a request from MicrosoftMichael Brown2006-09-181-0/+0
* KilledMichael Brown2006-09-182-0/+0
* commented out contents of core/nic.c, which should now be obsolete.Marty Connor2006-09-181-13/+25
* 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
* Made eth_ntoa() public for use in legacy drivers' DBG() statements.Michael Brown2006-09-152-1/+3
* get rid of compile warnings (except intentionally generated ones)Marty Connor2006-09-141-5/+5
* fix DBG macro unknown variableMarty Connor2006-09-141-5/+5
* Fix compile warnings, remove unused varMarty Connor2006-09-141-6/+2Star
* update DBG_DISCARD macro to allow the compiler to see the argument for compil...Marty Connor2006-09-141-1/+3
* Fixed DBG macro format, fixed compile warnings. removed extra parameter from ...Marty Connor2006-09-141-25/+25
* 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
* Restored the le32_to_cpus() and cpu_to_le32s() callsMichael Brown2006-09-111-2/+6
* Added the "swap in place" macrosMichael Brown2006-09-112-0/+24
* Tidied up.Michael Brown2006-09-111-105/+25Star