summaryrefslogtreecommitdiffstats
path: root/src/drivers/net/tg3.h
Commit message (Collapse)AuthorAgeFilesLines
* [tg3] New tg3 driverThomas Miletich2012-01-311-2121/+0Star
| | | | | | | | | Replace the old Etherboot tg3 driver with a more up-to-date driver using the iPXE API. Signed-off-by: Thomas Miletich <thomas.miletich@gmail.com> Modified-by: Michael Brown <mcb30@ipxe.org> 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-107/+0Star
| | | | Signed-off-by: Michael Brown <mcb30@etherboot.org>
* [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.
* [tg3] Added support for tg3-5754.Andrew Schran2008-07-241-2/+16
| | | | | | | In tg3_chip_reset(), the PCI_EXPRESS change is taken from the Linux tg3 driver. I am not sure what exactly it does (it is not documented in the Linux driver), but it is necessary for the NIC to work correctly.
* [tg3] Add support for tg3-5721Michael Brown2008-05-191-0/+1
| | | | | | | | | | From: Daniel Mealha Cabrita <dancab@utfpr.edu.br> I've added tg3-5721 support for gPXE, the patch (against gpxe-0.9.3) is attached to this message. This chipset is present in HP ML150 G2 servers (possibly other HP machines as well).
* Synced across updates from Etherboot 5.4 treeMichael Brown2005-05-191-1/+1
|
* Initial revisionMichael Brown2005-03-081-0/+2211