summaryrefslogtreecommitdiffstats
path: root/src/drivers
Commit message (Expand)AuthorAgeFilesLines
* [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
* [settings] Formalise notion of setting applicabilityMichael Brown2011-03-221-4/+21
* [forcedeth] Clear the MII link status register on link status changesYann Cézard2011-03-201-0/+6
* [qib7322] Avoid unused variable warning in gcc 4.6Michael Brown2011-03-161-4/+0Star
* [hermon] Avoid unused variable warning in gcc 4.6Michael Brown2011-03-161-2/+0Star
* [arbel] Avoid unused variable warning in gcc 4.6Michael Brown2011-03-161-1/+1
* [vxge] Avoid unused variable warning in gcc 4.6Michael Brown2011-03-162-11/+1Star
* [ath5k] Avoid unused variable warning in gcc 4.6Michael Brown2011-03-163-12/+1Star
* [eepro] Avoid unused variable warning in gcc 4.6Michael Brown2011-03-161-0/+1
* [w89c840] Avoid unused variable warning in gcc 4.6Michael Brown2011-03-161-2/+2
* [smc9000] Avoid unused variable warning in gcc 4.6Michael Brown2011-03-161-3/+0Star
* [etherfabric] Avoid unused variable warning in gcc 4.6Michael Brown2011-03-161-6/+1Star
* [sis190] Avoid unused variable warning in gcc 4.6Michael Brown2011-03-161-2/+0Star
* [epic100] Avoid unused variable warning in gcc 4.6Michael Brown2011-03-161-2/+0Star
* [sky2] Avoid unused variable warning in gcc 4.6Michael Brown2011-03-161-5/+0Star
* [forcedeth] Avoid unused variable warning in gcc 4.6Michael Brown2011-03-161-2/+2
* [ns83820] Update to standard debugging infrastructureMichael Brown2011-03-161-26/+19Star
* [atl1e] Avoid unused variable warning in gcc 4.6Michael Brown2011-03-161-5/+1Star
* [via-velocity] Avoid unused variable warning in gcc 4.6Michael Brown2011-03-161-16/+1Star
* [sis900] Avoid unused variable warning in gcc 4.6Michael Brown2011-03-161-2/+1Star
* [e1000] Remove unused variable when ICR register is simply clearedMichael Brown2011-03-1612-30/+24Star
* [igbvf] Remove some unused Linux-specific portions of igbvf.hMichael Brown2011-03-161-2/+4
* [phantom] Remove unused variable in phantom_dmesg()Michael Brown2011-03-161-2/+0Star
* [eepro100] Do not discard short packetsMichael Brown2011-03-121-1/+1
* [console] Move include/console.h to include/ipxe/console.hMichael Brown2011-03-095-5/+5
* [spi] Reset device on each accessMichael Brown2011-03-041-0/+3
* [arbel] Make driver 64-bit safeMichael Brown2011-03-041-2/+37
* [hermon] Make driver 64-bit safeMichael Brown2011-03-042-0/+37
* [iscsi] Change default initiator IQNMichael Brown2011-03-031-5/+6
* [hermon] Add BOFM supportMichael Brown2011-03-033-58/+415
* [iscsi] Fix minor typo in ibft_set_ipaddr()Michael Brown2011-02-251-1/+1
* [pci] Modularise PCI device supportMichael Brown2011-02-171-47/+79
* [pci] Make driver PCI ID a property of the PCI deviceMichael Brown2011-02-1742-96/+71Star
* [pci] Replace pci_max_bus() with pci_num_bus()Michael Brown2011-02-171-1/+1
* [pci] Use single "busdevfn" field in struct pci_deviceMichael Brown2011-02-174-71/+69Star
* [hermon] Add missing __attribute__ (( packed ))Michael Brown2011-02-171-2/+2
* [hermon] Force link speed to SDRItay Gazit2011-02-173-5/+62
* [hermon] Use circular event queueItay Gazit2011-02-172-4/+10
* [hermon] Update PRM file with latest changesItay Gazit2011-02-171-20/+18Star
* [hermon] Fix hermon_cmd_sense_port() to use inline outputItay Gazit2011-02-171-3/+3
* [3c90x] Clean up reset codeThomas Miletich2011-02-082-15/+16
* [3c90x] More fine-grained debugging levelsThomas Miletich2011-02-081-23/+23
* [init] Remove concept of "shutdown exit flags"Michael Brown2011-01-271-3/+3
* [vxge] Add support for new function mode "multi-function 8 Direct IO"Masroor Vettuparambil2011-01-274-25/+55
* [hermon] Indicate that device does not support interruptsMichael Brown2011-01-251-12/+0Star
* [infiniband] Indicate that device does not support interruptsMichael Brown2011-01-251-12/+0Star
* [pci] Auto-resize VPD fields used for non-volatile storageMichael Brown2011-01-191-32/+142
* [pci] Add ability to resize a VPD fieldMichael Brown2011-01-191-0/+161