aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/net/phantom
AgeCommit message (Expand)AuthorFilesLines
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown4-4/+20
2013-12-05[settings] Explicitly separate the concept of a completed fetched settingMichael Brown1-5/+6
2013-05-01[settings] Eliminate settings "tag magic"Michael Brown1-8/+5
2012-07-20[legal] Update FSF mailing address in GPL licence textsMichael Brown4-4/+8
2011-03-22[settings] Formalise notion of setting applicabilityMichael Brown1-4/+21
2011-03-16[phantom] Remove unused variable in phantom_dmesg()Michael Brown1-2/+0
2011-02-17[pci] Make driver PCI ID a property of the PCI deviceMichael Brown1-2/+1
2011-02-17[pci] Use single "busdevfn" field in struct pci_deviceMichael Brown1-7/+9
2010-12-01[settings] Apply settings block name in register_settings()Michael Brown1-2/+2
2010-04-19[build] Rename gPXE to iPXEMichael Brown1-15/+15
2010-03-22[phantom] Update interrupt support to match current firmwareMichael Brown2-23/+91
2009-08-12[netdevice] Separate out the concept of hardware and link-layer addressesMichael Brown1-5/+5
2009-07-17[netdevice] Make ll_broadcast per-netdevice rather than per-ll_protocolMichael Brown1-5/+3
2009-05-18[legal] Add a selection of FILE_LICENCE declarationsMichael Brown5-0/+10
2009-03-26[pci] Add driver_data field to struct pci_device_idThomas Miletich1-1/+1
2008-11-19[i386] Change [u]int32_t to [unsigned] int, rather than [unsigned] longMichael Brown1-11/+11
2008-11-08[phantom] Do not halt PEGs on driver shutdownMichael Brown1-15/+0
2008-11-01[phantom] Allow for PXE boot to be enabled/disabled on a per-port basisMichael Brown2-0/+32
2008-10-31[phantom] Assume one net device per PCI functionMichael Brown2-764/+339
2008-10-30[settings] Add the notion of a "tag magic" to numbered settingsMichael Brown1-16/+24
2008-10-28[phantom] Add CLP settings interfaceMichael Brown2-0/+368
2008-10-28[phantom] Unhalt/halt all PEGs during driver startup/shutdownMichael Brown2-0/+70
2008-10-28[phantom] Add line count limit to phantom_dmesg()Michael Brown1-22/+57
2008-10-24[phantom] Change register space abstraction to match other driversMichael Brown2-54/+46
2008-10-12[phantom] Add missing #include <gpxe/io.h>Michael Brown1-0/+1
2008-09-23[phantom] Skip command PEG initialisation if PEG is already runningMichael Brown1-0/+11
2008-09-23[phantom] Omit an initialisation step now performed by the firmwareMichael Brown1-2/+0
2008-08-27[phantom] Fix P3 B1 silicon bug workaroundMichael Brown1-1/+3
2008-08-26[phantom] Remove comment that no longer matches realityMichael Brown1-3/+0
2008-08-25[phantom] Temporary workaround for bug in prototype (P3 B1) siliconMichael Brown2-1/+14
2008-07-24[phantom] Add new board typeMichael Brown2-0/+2
2008-07-17[phantom] Guard against partially-written status descriptorsMichael Brown1-15/+28
2008-07-08[phantom] Remove warning relating to now-fixed firmware bugMichael Brown1-11/+0
2008-07-08[phantom] Add NetXen dual copyrightMichael Brown3-0/+21
2008-07-08[phantom] Initialise RCVPEG before reading MAC addressesMichael Brown1-4/+4
2008-07-04[phantom] Add support for NetXen Phantom NICsMichael Brown5-0/+3065