aboutsummaryrefslogtreecommitdiff
path: root/src/include/nic.h
AgeCommit message (Expand)AuthorFilesLines
2016-05-04[legacy] Fix building with GCC 6Michael Brown1-1/+2
2015-03-05[build] Fix the REQUIRE_SYMBOL mechanismMichael Brown1-1/+2
2015-02-26[legal] Include full licence text for all GPL2_OR_LATER filesMichael Brown1-3/+13
2011-02-17[pci] Make driver PCI ID a property of the PCI deviceMichael Brown1-4/+2
2010-04-19[build] Rename gPXE to iPXEMichael Brown1-6/+6
2009-05-18[legal] Add a selection of FILE_LICENCE declarationsMichael Brown1-0/+2
2009-05-18[legacy] Remove long-obsolete old dhcp.h fileMichael Brown1-2/+0
2008-10-12[legacy] Add missing #include <gpxe/io.h>Michael Brown1-0/+1
2007-12-15Kill off the now-obsolete *_fill_nic() functions.Michael Brown1-31/+0
2007-07-24Include errno.h in the few drivers which use it, rather than in nic.hMichael Brown1-1/+0
2007-03-10Updated ISAPnP, EISA, MCA and ISA buses to current device model.Michael Brown1-26/+231
2006-06-05Added a very quick and dirty compatibility layer, to allowMichael Brown1-27/+37
2005-04-21Created a bus/device API that allows for the ROM prefix to specify anMichael Brown1-28/+24
2005-04-13Fix type of dummy_irq()Michael Brown1-1/+1
2005-04-13Add mbps and duplex to struct nic, since some drivers (e.g. rtl8139)Michael Brown1-0/+7
2005-04-12Add dummy_connect and dummy_irqMichael Brown1-0/+2
2005-04-12Cope with nic.h being included before (or without) dev.hMichael Brown1-4/+3
2005-04-12Include dev.h, since several drivers just include nic.hMichael Brown1-0/+3
2005-04-12Tie into new boot device framework.Michael Brown1-17/+50
2005-03-08Initial revisionMichael Brown1-0/+49