aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sfxge/common/efx_vpd.c
Commit message (Expand)AuthorAgeFilesLines
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Fix a common typo in source code commentsGordon Bergling2021-09-041-1/+1
* sfxge(4): add Medford2 support to VPD moduleAndrew Rybchenko2018-11-271-2/+8
* sfxge(4): fix warnings from VS2015 C compiler (C4244)Andrew Rybchenko2018-11-241-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* sfxge(4): cleanup: update copyright to 2016Andrew Rybchenko2016-05-241-1/+1
* sfxge(4): cleanup: make VPD lookups quieterAndrew Rybchenko2016-05-161-1/+5
* sfxge(4): cleanup: constify common code method tablesAndrew Rybchenko2016-05-121-15/+15
* sfxge(4): remove EFSYS_OPT_FALCONAndrew Rybchenko2016-05-101-23/+0
* sfxge: fix common code VPD iterator and duplicate tag verificationAndrew Rybchenko2016-01-141-8/+11
* sfxge: cleanup: simplify EFX header includesAndrew Rybchenko2016-01-131-3/+0
* sfxge: rename Huntington VPD methods to ef10 and use for MedfordAndrew Rybchenko2016-01-121-15/+21
* sfxge: add prefast annotation to common code return typesAndrew Rybchenko2015-11-291-51/+51
* sfxge: cleanup: report error on failure path in efx_vpd_hunk_verifyAndrew Rybchenko2015-11-271-1/+3
* sfxge: add 7xxx NICs family supportAndrew Rybchenko2015-05-251-24/+52
* sfxge: Add $FreeBSD$ tags to common code files.Philip Paeps2011-11-281-0/+3
* Add the sfxge(4) device driver, providing support for 10Gb Ethernet adaptersPhilip Paeps2011-11-161-0/+999