summaryrefslogtreecommitdiffstats
path: root/src/core/nic.c
Commit message (Expand)AuthorAgeFilesLines
* 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