summaryrefslogtreecommitdiffstats
path: root/src/include/nic.h
Commit message (Expand)AuthorAgeFilesLines
* [legacy] Fix building with GCC 6Michael Brown2016-05-041-1/+2
* [build] Fix the REQUIRE_SYMBOL mechanismMichael Brown2015-03-051-1/+2
* [legal] Include full licence text for all GPL2_OR_LATER filesMichael Brown2015-02-261-3/+13
* [pci] Make driver PCI ID a property of the PCI deviceMichael Brown2011-02-171-4/+2Star
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-6/+6
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
* [legacy] Remove long-obsolete old dhcp.h fileMichael Brown2009-05-181-2/+0Star
* [legacy] Add missing #include <gpxe/io.h>Michael Brown2008-10-121-0/+1
* Kill off the now-obsolete *_fill_nic() functions.Michael Brown2007-12-151-31/+0Star
* Include errno.h in the few drivers which use it, rather than in nic.hMichael Brown2007-07-241-1/+0Star
* Updated ISAPnP, EISA, MCA and ISA buses to current device model.Michael Brown2007-03-101-26/+231
* Added a very quick and dirty compatibility layer, to allowMichael Brown2006-06-051-27/+37
* Created a bus/device API that allows for the ROM prefix to specify anMichael Brown2005-04-211-28/+24Star
* Fix type of dummy_irq()Michael Brown2005-04-131-1/+1
* Add mbps and duplex to struct nic, since some drivers (e.g. rtl8139)Michael Brown2005-04-131-0/+7
* Add dummy_connect and dummy_irqMichael Brown2005-04-121-0/+2
* Cope with nic.h being included before (or without) dev.hMichael Brown2005-04-121-4/+3Star
* Include dev.h, since several drivers just include nic.hMichael Brown2005-04-121-0/+3
* Tie into new boot device framework.Michael Brown2005-04-121-17/+50
* Initial revisionMichael Brown2005-03-081-0/+49