aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/net/r8169.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-12[netdevice] Separate out the concept of hardware and link-layer addressesMichael Brown1-2/+2
2009-05-26[ethernet] Update mii.h and use it in drivers that had a private copyDaniel Verkamp1-0/+1
2009-05-18[legal] Add a selection of FILE_LICENCE declarationsMichael Brown1-0/+2
2009-03-26[pci] Add driver_data field to struct pci_device_idThomas Miletich1-10/+10
2008-11-19[i386] Change [u]int32_t to [unsigned] int, rather than [unsigned] longMichael Brown1-18/+18
2008-11-18[r8169] New rtl8169 family driverMarty Connor1-1070/+2029
2008-03-31[Drivers-r8169] Add support for newer rtl8169 variants from Hilko BengenMarty Connor1-221/+360
2008-03-02Modify gPXE core and drivers to work with the new timer subsystemAlexey Zaytsev1-1/+0
2007-12-13Remove *_fill_nic() calls, and directly set nic->ioaddr and nic->irqno .Marty Connor1-4/+13
2007-10-10Add a missing PCI ID that is tested as working.Michael Brown1-0/+1
2007-09-26Quick and very dirty hack to get r8169 driver working again, prior toMichael Brown1-5/+15
2007-09-26Standardise DBG_PRINTF()->DBG(), and remove custom definitions forMichael Brown1-28/+9
2007-07-27make RTL8169_READ_GMII_REG, RTL8169_WRITE_GMII_REG staticHolger Lubitz1-2/+2
2007-07-04Warnings purge of drivers (continued)Marty Connor1-1/+11
2007-01-10Add "name" field to struct device to allow human-readable hardware deviceMichael Brown1-5/+5
2006-09-26compilation warnings cleanupMarty Connor1-33/+27
2006-05-16Restructured PCI subsystem to fit the new device model.Michael Brown1-2/+2
2006-04-24Header rearrangement.Michael Brown1-1/+1
2006-03-16Remove accidental duplicate arising from mergeMichael Brown1-25/+1
2006-03-16Merge from Etherboot 5.4Michael Brown1-64/+445
2005-05-19Synced across updates from Etherboot 5.4 treeMichael Brown1-7/+0
2005-05-03Arbitrary alignment is now available.Michael Brown1-52/+28
2005-04-26Automatically updated withMichael Brown1-2/+1
2005-04-22Coerced into compilingMichael Brown1-3/+3
2005-04-21Automatically updated with the programMichael Brown1-5/+7
2005-04-14Automatically modified byMichael Brown1-4/+1
2005-04-14Automatically updated usingMichael Brown1-2/+1
2005-04-13Finished by handMichael Brown1-20/+22
2005-04-13Automatically updated usingMichael Brown1-4/+8
2005-04-12Manual tweaks to get all drivers to follow the "disable, poll, transmit,Michael Brown1-1/+1
2005-04-12Automatically updated usingMichael Brown1-2/+1
2005-04-12Automatically updated usingMichael Brown1-3/+5
2005-04-12Auto-updated usingMichael Brown1-8/+4
2005-03-08Initial revisionMichael Brown1-0/+854