summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Revert "no need for depending on build library ("blib")"Michael Brown2007-07-161-1/+1
* Added nrv2b binary to ignore listMichael Brown2007-07-151-0/+1
* Use a single _payload_offset linker-defined variable to locate theMichael Brown2007-07-152-16/+23
* Reverting unintended change caused by merge of indolent/natsemi branch.Michael Brown2007-07-151-1/+1
* Merge commit 'indolent/natsemi'Michael Brown2007-07-153-664/+718
|\
| * removed type casting from DBG statements.Udayan Kumar2007-07-151-19/+16Star
| * replaces printf with dbgUdayan Kumar2007-07-151-1/+1
| * added natsemi.hUdayan Kumar2007-07-151-0/+232
| * mdc's+nvsUdayan Kumar2007-07-151-683/+336Star
| * more debuggingUdayan Kumar2007-07-151-4/+8
| * more debuggingUdayan Kumar2007-07-151-0/+6
| * added silicon revision numberUdayan Kumar2007-07-151-1/+2
| * init_fix_upUdayan Kumar2007-07-151-0/+161
| * added cable magic for 100Mps in natsemiUdayan Kumar2007-07-151-6/+70
| * duplex setting added to natsemi.cUdayan Kumar2007-07-151-4/+6
| * more indentation and styling doneUdayan Kumar2007-07-151-98/+114
| * :xUdayan Kumar2007-07-151-3/+5
| * no changesUdayan Kumar2007-07-151-1/+0Star
| * added nat_irq to natsemi.cUdayan Kumar2007-07-151-22/+25
| * stopped memory leak in natsemi::nat_open()Udayan Kumar2007-07-151-12/+15
| * Natsemi commented and almost doneUdayan Kumar2007-07-151-78/+106
| * natsemi.c is workinUdayan Kumar2007-07-151-155/+102Star
| * irq still not working will have to remove itUdayan Kumar2007-07-151-0/+10
| * natsemiUdayan Kumar2007-07-151-2/+2
| * interrupt in natsemiUdayan Kumar2007-07-151-3/+15
| * enabled interrupt in natsemi.cUdayan Kumar2007-07-151-0/+16
| * added change log to natsemi.cUdayan Kumar2007-07-151-48/+72
| * added netdev_tx_complete to natsemi.cUdayan Kumar2007-07-151-0/+6
| * added endianness to natsemi.Udayan Kumar2007-07-152-6/+2Star
| * free_netdev -> netdev_putUdayan Kumar2007-07-151-2/+2
| * debugging natsemi.cUdayan Kumar2007-07-153-28/+51
| * added eeprom from rtl8139 but not workingUdayan Kumar2007-07-151-56/+54Star
| * natsemi now needs eeprom accessUdayan Kumar2007-07-151-5/+10
| * same as before, but now compiling natsemiUdayan Kumar2007-07-151-25/+28
| * added polling and transmit. eeprom access still remainingUdayan Kumar2007-07-151-134/+167
| * skel of new natsemi driver (still in developments)Udayan Kumar2007-07-151-628/+438Star
| * testing if it worksUdayan Kumar2007-07-151-0/+1
| * Revert mdc's warnings purge on natsemi.c, to allow for a clean rebase.Michael Brown2007-07-151-7/+6Star
* | Skip the length field prepended by util/nrv2b.cMichael Brown2007-07-151-0/+1
* | Modified calling convention: we now update %esi and %edi just like aMichael Brown2007-07-151-29/+36
* | "not" doesn't affect flags, "xor $-1" does.Michael Brown2007-07-151-1/+1
|/
* Remove more obsolete filesMichael Brown2007-07-152-101/+0Star
* On advice of hpa: be more patient with the KBC and SCPA methods; retryMichael Brown2007-07-141-47/+71
* Shrink cpu.c and render it useful for our purposes.Michael Brown2007-07-142-276/+104Star
* Reduced etherboot.h dependencies to avoid unnecessary rebuilds.Michael Brown2007-07-142-312/+10Star
* Dead code removal.Michael Brown2007-07-1420-1321/+30Star
* Be more aggressive in attempts to enable A20, now that we have theMichael Brown2007-07-142-37/+50
* Kill off the enforced RX quota; it only seems to hurt on real hardware.Michael Brown2007-07-141-3/+1Star
* Use fast in-situ test for gate A20 being set, to cut down on theMichael Brown2007-07-131-19/+55
* Add support for TCP timestampsMichael Brown2007-07-132-6/+115