summaryrefslogtreecommitdiffstats
path: root/src/include/nic.h
Commit message (Collapse)AuthorAgeFilesLines
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
| | | | | Add FILE_LICENCE declarations to almost all files that make up the various standard builds of gPXE.
* [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
| | | | | | | ISA 3c509 is currently non-functional, although the EISA (3c509-eisa) and MCA (3c529) variants should build OK. None of this code is yet tested.
* Added a very quick and dirty compatibility layer, to allowMichael Brown2006-06-051-27/+37
| | | | not-yet-updated drivers to at least function.
* Created a bus/device API that allows for the ROM prefix to specify anMichael Brown2005-04-211-28/+24Star
| | | | | initial device, and will also allow for e.g. a device menu to be presented to the user.
* 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
| | | | can fill them in.
* 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