summaryrefslogtreecommitdiffstats
path: root/src/drivers/net/phantom/phantom.c
Commit message (Expand)AuthorAgeFilesLines
* [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-181-0/+2
* [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-011-0/+31
* [phantom] Assume one net device per PCI functionMichael Brown2008-10-311-648/+339Star
* [settings] Add the notion of a "tag magic" to numbered settingsMichael Brown2008-10-301-16/+24
* [phantom] Add CLP settings interfaceMichael Brown2008-10-281-0/+359
* [phantom] Unhalt/halt all PEGs during driver startup/shutdownMichael Brown2008-10-281-0/+45
* [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-241-47/+39Star
* [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-261-1/+13
* [phantom] Add new board typeMichael Brown2008-07-241-0/+1
* [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-081-0/+1
* [phantom] Initialise RCVPEG before reading MAC addressesMichael Brown2008-07-081-4/+4
* [phantom] Add support for NetXen Phantom NICsMichael Brown2008-07-051-0/+1941