summaryrefslogtreecommitdiffstats
path: root/src/drivers/net/mlx_ipoib
Commit message (Collapse)AuthorAgeFilesLines
* 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