summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Use byte 6 for the checksum, rather than byte 5. (Byte 5 may be part ofMichael Brown2006-06-061-10/+6Star
* Force pci.o to be included.Michael Brown2006-06-051-0/+5
* Legacy drivers will not pad when necessaryMichael Brown2006-06-051-0/+4
* PNIC doesn't auto-pad.Michael Brown2006-06-051-0/+8
* Added a very quick and dirty compatibility layer, to allowMichael Brown2006-06-0517-49/+145
* Added soon-to-be-requisite missing include.Michael Brown2006-06-055-0/+5
* - added most slk functionsDan Lynch2006-06-051-2/+194
* Improve tcpdump legibility.Michael Brown2006-06-012-0/+3
* Quick hack to avoid trying to use an uninitialised net device.Michael Brown2006-06-011-4/+16
* Updated retry timer mechanism to incorporate smoothed RTT estimation.Michael Brown2006-06-013-59/+101
* Make DBG_DISCARD correctMichael Brown2006-06-011-1/+1
* Backing out last change; no immediate plans to make the whole block-deviceMichael Brown2006-06-013-11/+9Star
* Until we have a functioning UDP stack and PXE API again, there's not muchMichael Brown2006-06-011-75/+10Star
* Added sample AoE test code to treeMichael Brown2006-06-012-0/+43
* Put in a method to get the MAC address for the AoE target. (It's notMichael Brown2006-05-311-6/+17
* ATA devices are now asynchronous. The ATA layer itself now performs theMichael Brown2006-05-315-11/+17
* Missing from previous checkin.Michael Brown2006-05-311-0/+52
* Added generic asynchronous operations code.Michael Brown2006-05-316-117/+161
* Added drivers/ata directory (forgot to check this in previously).Michael Brown2006-05-311-0/+1
* One bit of an ASCII character can make a big difference.Michael Brown2006-05-291-1/+1
* Added first sketch of a generic retry timer mechanism. The idea is to useMichael Brown2006-05-292-0/+166
* Handle multi-sector reads by splitting them into subcommands.Michael Brown2006-05-294-3/+54
* Initial AoE implementation. Limitations are:Michael Brown2006-05-293-0/+437
* Use separate data-in and data-out buffers.Michael Brown2006-05-292-69/+67Star
* Add ETH_P_AOEMichael Brown2006-05-281-0/+1
* Tidy up commentMichael Brown2006-05-281-4/+5
* Fixed assembly on old versions of gasMichael Brown2006-05-282-4/+4
* Added tcp_kick(). This speed up LILO and GRUB booting by almost twoMichael Brown2006-05-273-0/+15
* Avoid causing TX overflow on small TX queues.Michael Brown2006-05-271-3/+9
* Rewrote to use the new net driver API, the updated PCI API, and theMichael Brown2006-05-271-316/+372
* I have no idea how this ever worked before.Michael Brown2006-05-271-5/+10
* Make PKB_ZLEN the minimum possible size of packet buffer (to allow forMichael Brown2006-05-272-0/+13
* Tidied up debugging messagesMichael Brown2006-05-272-5/+5
* Added abstraction layer for a three-wire serial device (e.g. the EEPROMMichael Brown2006-05-263-0/+171
* Updated to work with libprefix.Michael Brown2006-05-261-186/+179Star
* Documented the fact that the prefix can prot_call(main) withoutMichael Brown2006-05-261-0/+9
* relocate.o is now dragged in by the objects that require it; there is noMichael Brown2006-05-252-10/+0Star
* Removed some obsolete INIT_XXX constants.Michael Brown2006-05-251-5/+0Star
* Also hide base memory region from E820 map.Michael Brown2006-05-251-2/+7
* init_librm() and prot_call() are now real-mode far calls.Michael Brown2006-05-254-90/+120
* Has been obsolete for a while.Michael Brown2006-05-251-160/+0Star
* Update relocate() to work with get_memmap().Michael Brown2006-05-251-66/+44Star
* Fix printf format warning errorMichael Brown2006-05-251-2/+3
* Why should pushal/popal put the registers on the stack in a logicalMichael Brown2006-05-251-1/+1
* Typo.Michael Brown2006-05-251-1/+1
* Add a "count" field to struct memory_map.Michael Brown2006-05-252-6/+11
* Define a struct memory_map with a fixed number of entries, rather thanMichael Brown2006-05-242-13/+21
* Remove the automatic segment register save and restore; most users ofMichael Brown2006-05-241-8/+0Star
* Removed REAL_EXEC(); there is no longer any code using it.Michael Brown2006-05-243-44/+14Star
* Added potentially required "\n\t" on the end of asm_code_strMichael Brown2006-05-241-14/+1Star