aboutsummaryrefslogtreecommitdiff
path: root/src/include/nic.h
AgeCommit message (Expand)AuthorFilesLines
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