summaryrefslogtreecommitdiffstats
path: root/src/drivers/net/phantom
Commit message (Expand)AuthorAgeFilesLines
* [pci] Support systems with multiple PCI root bridgesMichael Brown2016-06-091-5/+7
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-024-4/+20
* [settings] Explicitly separate the concept of a completed fetched settingMichael Brown2013-12-051-5/+6
* [settings] Eliminate settings "tag magic"Michael Brown2013-05-011-8/+5Star
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-204-4/+8
* [settings] Formalise notion of setting applicabilityMichael Brown2011-03-221-4/+21
* [phantom] Remove unused variable in phantom_dmesg()Michael Brown2011-03-161-2/+0Star
* [pci] Make driver PCI ID a property of the PCI deviceMichael Brown2011-02-171-2/+1Star
* [pci] Use single "busdevfn" field in struct pci_deviceMichael Brown2011-02-171-7/+9
* [settings] Apply settings block name in register_settings()Michael Brown2010-12-011-2/+2
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-15/+15
* [phantom] Update interrupt support to match current firmwareMichael Brown2010-03-222-23/+91
* [netdevice] Separate out the concept of hardware and link-layer addressesMichael Brown2009-08-121-5/+5
* [netdevice] Make ll_broadcast per-netdevice rather than per-ll_protocolMichael Brown2009-07-181-5/+3Star
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-185-0/+10
* [pci] Add driver_data field to struct pci_device_idThomas Miletich2009-03-261-1/+1
* [i386] Change [u]int32_t to [unsigned] int, rather than [unsigned] longMichael Brown2008-11-191-11/+11
* [phantom] Do not halt PEGs on driver shutdownMichael Brown2008-11-081-15/+0Star
* [phantom] Allow for PXE boot to be enabled/disabled on a per-port basisMichael Brown2008-11-012-0/+32
* [phantom] Assume one net device per PCI functionMichael Brown2008-10-312-764/+339Star
* [settings] Add the notion of a "tag magic" to numbered settingsMichael Brown2008-10-301-16/+24
* [phantom] Add CLP settings interfaceMichael Brown2008-10-282-0/+368
* [phantom] Unhalt/halt all PEGs during driver startup/shutdownMichael Brown2008-10-282-0/+70
* [phantom] Add line count limit to phantom_dmesg()Michael Brown2008-10-281-22/+57
* [phantom] Change register space abstraction to match other driversMichael Brown2008-10-242-54/+46Star
* [phantom] Add missing #include <gpxe/io.h>Michael Brown2008-10-121-0/+1
* [phantom] Skip command PEG initialisation if PEG is already runningMichael Brown2008-09-241-0/+11
* [phantom] Omit an initialisation step now performed by the firmwareMichael Brown2008-09-241-2/+0Star
* [phantom] Fix P3 B1 silicon bug workaroundMichael Brown2008-08-271-1/+3
* [phantom] Remove comment that no longer matches realityMichael Brown2008-08-261-3/+0Star
* [phantom] Temporary workaround for bug in prototype (P3 B1) siliconMichael Brown2008-08-262-1/+14
* [phantom] Add new board typeMichael Brown2008-07-242-0/+2
* [phantom] Guard against partially-written status descriptorsMichael Brown2008-07-171-15/+28
* [phantom] Remove warning relating to now-fixed firmware bugMichael Brown2008-07-081-11/+0Star
* [phantom] Add NetXen dual copyrightMichael Brown2008-07-083-0/+21
* [phantom] Initialise RCVPEG before reading MAC addressesMichael Brown2008-07-081-4/+4
* [phantom] Add support for NetXen Phantom NICsMichael Brown2008-07-055-0/+3065