summaryrefslogtreecommitdiffstats
path: root/src/drivers/net/bnx2.c
Commit message (Collapse)AuthorAgeFilesLines
* [build] Fix uses of literal 0 as a NULL pointerMichael Brown2013-04-281-3/+0Star
| | | | | | Detected using sparse. Signed-off-by: Michael Brown <mcb30@ipxe.org>
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-2/+2
| | | | | | | | | | | Access to the gpxe.org and etherboot.org domains and associated resources has been revoked by the registrant of the domain. Work around this problem by renaming project from gPXE to iPXE, and updating URLs to match. Also update README, LOG and COPYRIGHTS to remove obsolete information. Signed-off-by: Michael Brown <mcb30@ipxe.org>
* [ethernet] Update mii.h and use it in drivers that had a private copyDaniel Verkamp2009-05-261-0/+1
| | | | Signed-off-by: Michael Brown <mcb30@etherboot.org>
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+1
| | | | | Add FILE_LICENCE declarations to almost all files that make up the various standard builds of gPXE.
* [pci] Add driver_data field to struct pci_device_idThomas Miletich2009-03-261-4/+4
| | | | | Modified-by: Michael Brown <mcb30@etherboot.org> Signed-off-by: Michael Brown <mcb30@etherboot.org>
* Modify gPXE core and drivers to work with the new timer subsystemAlexey Zaytsev2008-03-021-1/+0Star
| | | | Signed-off-by: Alexey Zaytsev <alexey.zaytsev@gmail.com>
* make struct bnx2 bnx2 staticHolger Lubitz2007-07-271-1/+1
|
* Include errno.h in the few drivers which use it, rather than in nic.hMichael Brown2007-07-241-0/+1
|
* Warnings purge of drivers (continued)Marty Connor2007-07-041-5/+7
|
* Ported bnx2 driver from Etherboot 5.4.James Harper2007-03-141-0/+2693