summaryrefslogtreecommitdiffstats
path: root/src/drivers/net/mlx_ipoib
Commit message (Collapse)AuthorAgeFilesLines
* [infiniband] Kill off obsolete mlx_ipoib directoryMichael Brown2009-02-2529-16486/+0Star
| | | | | | This directory contains the old Etherboot implementation of IPoIB boot from Mellanox, which has long been obsoleted by gPXE's own implementation.
* [libc] Fix isdigit(), islower() and isupper().Michael Brown2008-05-192-12/+6Star
| | | | From: Stefan Hajnoczi <stefanha@gmail.com>
* Modify gPXE core and drivers to work with the new timer subsystemAlexey Zaytsev2008-03-022-2/+0Star
| | | | Signed-off-by: Alexey Zaytsev <alexey.zaytsev@gmail.com>
* Updated ISAPnP, EISA, MCA and ISA buses to current device model.Michael Brown2007-03-102-2/+2
| | | | | | | ISA 3c509 is currently non-functional, although the EISA (3c509-eisa) and MCA (3c529) variants should build OK. None of this code is yet tested.
* gcc is rather over-aggressive about optimising out static data structuresMichael Brown2006-04-242-2/+2
| | | | even when __atribute__ (( unused )) is correctly set...
* Header rearrangement.Michael Brown2006-04-244-4/+4
| | | | | | | | | I want to get to the point where any header in include/ reflects a standard user-level header (e.g. a POSIX header), while everything that's specific to gPXE lives in include/gpxe/. Headers that reflect a Linux header (e.g. if_ether.h) should also be in include/gpxe/, with the same name as the Linux header and, preferably, the same names used for the definitions.
* Merge from Etherboot 5.4Michael Brown2006-03-162-0/+79
|
* Merge from Etherboot 5.4Michael Brown2006-03-1627-0/+16415