aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/net/forcedeth.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-03[pci] Rewrite unrelicensable portions of pci.hMichael Brown1-4/+2
2013-01-03[src] Fix spelling in comments, debug messages and local variable namesStefan Weil1-1/+1
2012-07-20[legal] Update FSF mailing address in GPL licence textsMichael Brown1-1/+2
2012-03-13[forcedeth] Use standard random() functionMichael Brown1-2/+1
2011-05-04[forcedeth] Ensure that IRQ line is deasserted when disabling interruptsMichael Brown1-3/+2
2011-03-30[forcedeth] Never change the NVREG_TRANSMITPOLL_MAC_ADDR_REV flagMichael Brown1-5/+0
2011-03-29[forcedeth] Remove software unicast MAC address filterMichael Brown1-9/+2
2011-03-28[forcedeth] Avoid unused-but-set variable warning in gcc 4.6Thomas Miletich1-3/+2
2011-03-20[forcedeth] Clear the MII link status register on link status changesYann Cézard1-0/+6
2011-03-16[forcedeth] Avoid unused variable warning in gcc 4.6Michael Brown1-2/+2
2011-02-17[pci] Make driver PCI ID a property of the PCI deviceMichael Brown1-3/+3
2010-11-11[forcedeth] Exit poll() as early as possible if no work to doMichael Brown1-4/+4
2010-08-01[forcedeth] Replace driver with native iPXE driverAndrei Faur1-1230/+1774
2010-04-19[build] Rename gPXE to iPXEMichael Brown1-2/+2
2010-01-14[forcedeth] Add support for 10de:054c nforce 630a, MCP 67Thomas Horsten1-0/+2
2009-05-26[ethernet] Update mii.h and use it in drivers that had a private copyDaniel Verkamp1-31/+4
2009-05-18[legal] Add a selection of FILE_LICENCE declarationsMichael Brown1-0/+2
2009-03-26[forcedeth] Add support for newer forcedeth NICsThomas Miletich1-7/+34
2009-03-26[pci] Add driver_data field to struct pci_device_idThomas Miletich1-12/+12
2008-10-10[makefile] Add -Wformat-nonliteral as an extra warning categoryMichael Brown1-1/+1
2008-07-10[forcedeth] Add support for PCI ID 10de:0373Andrew Schran1-0/+4
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-1/+10
2007-01-10Add "name" field to struct device to allow human-readable hardware deviceMichael Brown1-5/+5
2006-09-25eth_ntoa and warnings fixupsMarty Connor1-1/+3
2006-05-16Restructured PCI subsystem to fit the new device model.Michael Brown1-6/+6
2006-04-24Header rearrangement.Michael Brown1-1/+1
2005-05-19Synced across updates from Etherboot 5.4 treeMichael Brown1-206/+605
2005-05-03Symbol fixupsMichael Brown1-23/+13
2005-04-26Automatically updated withMichael Brown1-2/+1
2005-04-22Coerced into compilingMichael Brown1-5/+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-22/+24
2005-04-13Automatically updated usingMichael Brown1-4/+8
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/+1039