summaryrefslogtreecommitdiffstats
path: root/src/drivers/net/forcedeth.c
Commit message (Expand)AuthorAgeFilesLines
* [time] Allow timer to be selected at runtimeMichael Brown2017-01-261-1/+1
* [pci] Rewrite unrelicensable portions of pci.hMichael Brown2015-03-031-4/+2Star
* [src] Fix spelling in comments, debug messages and local variable namesStefan Weil2013-01-031-1/+1
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-201-1/+2
* [forcedeth] Use standard random() functionMichael Brown2012-03-131-2/+1Star
* [forcedeth] Ensure that IRQ line is deasserted when disabling interruptsMichael Brown2011-05-041-3/+2Star
* [forcedeth] Never change the NVREG_TRANSMITPOLL_MAC_ADDR_REV flagMichael Brown2011-03-301-5/+0Star
* [forcedeth] Remove software unicast MAC address filterMichael Brown2011-03-291-9/+2Star
* [forcedeth] Avoid unused-but-set variable warning in gcc 4.6Thomas Miletich2011-03-281-3/+2Star
* [forcedeth] Clear the MII link status register on link status changesYann Cézard2011-03-201-0/+6
* [forcedeth] Avoid unused variable warning in gcc 4.6Michael Brown2011-03-161-2/+2
* [pci] Make driver PCI ID a property of the PCI deviceMichael Brown2011-02-171-3/+3
* [forcedeth] Exit poll() as early as possible if no work to doMichael Brown2010-11-121-4/+4
* [forcedeth] Replace driver with native iPXE driverAndrei Faur2010-08-011-1230/+1774
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-2/+2
* [forcedeth] Add support for 10de:054c nforce 630a, MCP 67Thomas Horsten2010-01-141-0/+2
* [ethernet] Update mii.h and use it in drivers that had a private copyDaniel Verkamp2009-05-261-31/+4Star
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
* [forcedeth] Add support for newer forcedeth NICsThomas Miletich2009-03-261-7/+34
* [pci] Add driver_data field to struct pci_device_idThomas Miletich2009-03-261-12/+12
* [makefile] Add -Wformat-nonliteral as an extra warning categoryMichael Brown2008-10-101-1/+1
* [forcedeth] Add support for PCI ID 10de:0373Andrew Schran2008-07-101-0/+4
* Modify gPXE core and drivers to work with the new timer subsystemAlexey Zaytsev2008-03-021-1/+0Star
* Remove *_fill_nic() calls, and directly set nic->ioaddr and nic->irqno .Marty Connor2007-12-131-1/+10
* Add "name" field to struct device to allow human-readable hardware deviceMichael Brown2007-01-101-5/+5
* eth_ntoa and warnings fixupsMarty Connor2006-09-251-1/+3
* Restructured PCI subsystem to fit the new device model.Michael Brown2006-05-161-6/+6
* Header rearrangement.Michael Brown2006-04-241-1/+1
* Synced across updates from Etherboot 5.4 treeMichael Brown2005-05-191-206/+605
* Symbol fixupsMichael Brown2005-05-031-23/+13Star
* Automatically updated withMichael Brown2005-04-261-2/+1Star
* Coerced into compilingMichael Brown2005-04-221-5/+3Star
* Automatically updated with the programMichael Brown2005-04-211-5/+7
* Automatically modified byMichael Brown2005-04-141-4/+1Star
* Automatically updated usingMichael Brown2005-04-141-2/+1Star
* Finished by handMichael Brown2005-04-131-22/+24
* Automatically updated usingMichael Brown2005-04-131-4/+8
* Automatically updated usingMichael Brown2005-04-131-2/+1Star
* Automatically updated usingMichael Brown2005-04-131-3/+5
* Auto-updated usingMichael Brown2005-04-131-8/+4Star
* Initial revisionMichael Brown2005-03-081-0/+1039