summaryrefslogtreecommitdiffstats
path: root/src/core/nic.c
Commit message (Expand)AuthorAgeFilesLines
* Split TCP code out into proto/tcp.cMichael Brown2005-05-021-297/+1Star
* More URL parsing moved into url.cMichael Brown2005-05-021-35/+7Star
* Always request DNS server. DHCP handling will be generalised in future.Michael Brown2005-04-301-19/+3Star
* tftp functions moved to proto/tftp.cMichael Brown2005-04-301-157/+3Star
* loadkernel renamed to download_url, substantially restructured, and movedMichael Brown2005-04-301-2/+62
* Added back in the actual call to load().Michael Brown2005-04-261-11/+18
* Renamed describe to describe_device for consistencyMichael Brown2005-04-251-4/+4
* Created a bus/device API that allows for the ROM prefix to specify anMichael Brown2005-04-211-68/+45Star
* Fix endianness of dhcp device id structure.Michael Brown2005-04-181-5/+8
* WhoopsMichael Brown2005-04-131-2/+2
* Fix type of dummy_irq()Michael Brown2005-04-131-1/+1
* Avoid compiler warnings.Michael Brown2005-04-131-2/+2
* Use NIC's connect method.Michael Brown2005-04-131-2/+8
* Add dummy_connect and dummy_irqMichael Brown2005-04-121-4/+16
* struct nic is now part of struct dev, rather than the other way around.Michael Brown2005-04-121-111/+87Star
* Initial revisionMichael Brown2005-03-081-0/+1778