summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/ixgb_hw.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix a variety of structure packing and byte order bugs to try to getderaadt2010-09-201-16/+8
| | | | | | BE support working. Doesn't hurt LE32 or LE64. Doesn't make BE64 (sparc64) move traffic yet, but it no longer crashes as hard. ok jsg
* Add support for the optics on the Sun variant of ixgb(4) boards.brad2008-02-191-2/+3
| | | | | | From Intel tested by and ok dlg@
* add Intel 10Gb Ethernet driver with support for LR/SR and CX4 cards.brad2005-11-141-0/+864
From: Intel's web-site ok deraadt@