aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/net/r8169.h
AgeCommit message (Collapse)AuthorFilesLines
2012-04-18[realtek] Replace driver for Realtek Gigabit NICsMichael Brown1-486/+0
Tested-by: Thomas Miletich <thomas.miletich@gmail.com> Debugged-by: Thomas Miletich <thomas.miletich@gmail.com> Tested-by: Robin Smidsrød <robin@smidsrod.no> Signed-off-by: Michael Brown <mcb30@ipxe.org>
2010-06-23[r8169] Remove driver cfg lookup, use pci_device_id->driver_data insteadAndrei Faur1-1/+0
This patch removes the cfg lookup made in the r8169 driver and replaces it with equivalent information found in the driver_data field of the pci_device_id structure. Signed-off-by: Andrei Faur <da3drus@gmail.com> Signed-off-by: Michael Brown <mcb30@ipxe.org>
2010-04-19[build] Rename gPXE to iPXEMichael Brown1-1/+1
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>
2009-05-26[ethernet] Update mii.h and use it in drivers that had a private copyDaniel Verkamp1-81/+0
Signed-off-by: Michael Brown <mcb30@etherboot.org>
2009-05-18[legal] Add a selection of FILE_LICENCE declarationsMichael Brown1-0/+2
Add FILE_LICENCE declarations to almost all files that make up the various standard builds of gPXE.
2008-11-18[r8169] New rtl8169 family driverMarty Connor1-0/+566
This is a completely rewritten version of the rtl8169 family driver using the gPXE driver API.