summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* :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
* 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
* Adjust received length to take into account any already-received dataMichael Brown2007-07-131-2/+3
* Avoid reusing auto-allocated ports after connection close.Michael Brown2007-07-131-2/+3
* Improve error reporting for strange length combinations reported byMichael Brown2007-07-101-6/+21
* Set up %ds *before* testing a value in our data segment (d'oh!).Michael Brown2007-07-101-6/+11
* Report RX errors via netdev_rx_err()Michael Brown2007-07-101-1/+2
* Dump first 64 bytes of chained ISR when debugging is enabled.Michael Brown2007-07-101-0/+6
* May be required in some disconnect scenariosMichael Brown2007-07-101-0/+1
* Unplug before sending close() message, to avoid screwing up interfacesMichael Brown2007-07-103-4/+4
* Add debug messages to process.cMichael Brown2007-07-101-0/+4
* Protect ISR against failure to unhook.Michael Brown2007-07-102-34/+19Star
* Master IRQ should be EOIed first, I think.Michael Brown2007-07-101-1/+1
* We probably ought not to call INT13 with interrupts disabled.Michael Brown2007-07-101-0/+1
* Working code to call the PXE stack from within the ISR.Michael Brown2007-07-102-19/+92
* Hopefully solve the problem requiring the occasional "rm -rf bin/deps".Michael Brown2007-07-101-1/+2
* Always increase number of BIOS drives when registeringMichael Brown2007-07-091-3/+5
* Change %dl fixup rules for INT13:Michael Brown2007-07-091-11/+16
* Proof of concept; works, but has several hard-coded hacks.Michael Brown2007-07-091-7/+46
* Set CF by default, clear on success (rather than clearing and settingMichael Brown2007-07-091-2/+4
* Remove xfer_ready() (it has been replaced by xfer_window())Michael Brown2007-07-091-14/+0Star