aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sfxge
Commit message (Expand)AuthorAgeFilesLines
* sfxge: fix common code VPD iterator and duplicate tag verificationAndrew Rybchenko2016-01-143-8/+25
* sfxge: use correct register definitions for setting interrupt moderation on M...Andrew Rybchenko2016-01-141-3/+3
* sfxge: support FATSOv2 in common codeAndrew Rybchenko2016-01-148-2/+96
* sfxge: rx_prefix_pktlen methods do not require EFSYS_OPT_RX_SCALEAndrew Rybchenko2016-01-142-4/+4
* sfxge: convert nvram size method to use partition idAndrew Rybchenko2016-01-146-82/+24
* sfxge: rework MCDI start requestAndrew Rybchenko2016-01-146-166/+101
* sfxge: add Medford NIC methodsAndrew Rybchenko2016-01-147-20/+350
* sfxge: cleanup: fix return code typesAndrew Rybchenko2016-01-132-2/+2
* sfxge: cleanup: fix typo in unused EFX_QWORD_IS_SET64Andrew Rybchenko2016-01-131-1/+1
* sfxge: cleanup: prefast fixes in common codeAndrew Rybchenko2016-01-138-23/+23
* sfxge: cleanup: simplify EFX header includesAndrew Rybchenko2016-01-1340-83/+4
* sfxge: define FATSOv2 option descriptorsAndrew Rybchenko2016-01-131-0/+42
* sfxge: add Medford firmware subtypes definitionsAndrew Rybchenko2016-01-131-0/+16
* sfxge: support MC_CMD_GET_CAPABILITIES_V2Andrew Rybchenko2016-01-131-4/+13
* sfxge: simplify conversion of NVRAM types to/from partition idsAndrew Rybchenko2016-01-136-171/+156
* sfxge: simplify MCDI request startAndrew Rybchenko2016-01-132-56/+92
* sfxge: note VI_SHIFT reported in ALLOC_VIS responseAndrew Rybchenko2016-01-132-9/+14
* sfxge: rework RX prefix handling in the common codeAndrew Rybchenko2016-01-135-73/+155
* sfxge: remove unused common code EFSYS_OPT_RX_HDR_SPLITAndrew Rybchenko2016-01-138-179/+11
* sfxge: rename common hunt NIC methods to ef10Andrew Rybchenko2016-01-135-69/+79
* sfxge: regenerate MCDI headerAndrew Rybchenko2016-01-121-51/+869
* sfxge: remove obsolete lookahead split RXQ supportAndrew Rybchenko2016-01-123-14/+1
* sfxge: pass context type and num_queues to efx_mcdi_rss_context_allocAndrew Rybchenko2016-01-121-7/+31
* sfxge: cleanup: use consistent types for NVRAM partitionsAndrew Rybchenko2016-01-125-35/+35
* sfxge: fix interrupt handling for MedfordAndrew Rybchenko2016-01-124-48/+138
* sfxge: update NVRAM partition lookup for MedfordAndrew Rybchenko2016-01-121-12/+83
* sfxge: cleanup: improve consistency in efx_check.hAndrew Rybchenko2016-01-121-14/+8
* sfxge: remove obsolete efx_mac_hash_set() from common codeAndrew Rybchenko2016-01-122-56/+2
* sfxge: rework MCDI header version handlingAndrew Rybchenko2016-01-124-2/+13
* sfxge: rename hunt filter methods, types etc. to ef10 and use for MedfordAndrew Rybchenko2016-01-125-235/+252
* sfxge: add definitions for compressed satellite images to common code headersAndrew Rybchenko2016-01-121-0/+13
* sfxge: add new MCDI sensors to common codeAndrew Rybchenko2016-01-121-0/+7
* sfxge: remove unnecessary pulling out of soft bits from RX eventsAndrew Rybchenko2016-01-121-5/+0
* sfxge: remove obsolete common code PKTFILTER moduleAndrew Rybchenko2016-01-125-63/+3
* sfxge: rename hunt MCDI methods to ef10 and use for MedfordAndrew Rybchenko2016-01-124-47/+56
* sfxge: rename hunt nvram methods and use for MedfordAndrew Rybchenko2016-01-124-125/+138
* sfxge: rename Huntington VPD methods to ef10 and use for MedfordAndrew Rybchenko2016-01-123-44/+58
* sfxge: rename hunt RX methods to ef10 and use for MedfordAndrew Rybchenko2016-01-124-52/+60
* sfxge: rename hunt TX methods to ef10 and use for MedfordAndrew Rybchenko2016-01-123-57/+83
* sfxge: rename hunt ev methods to ef10 and use for MedfordAndrew Rybchenko2016-01-124-54/+57
* sfxge: rename hunt interrupt methods to ef10 and use on MedfordAndrew Rybchenko2016-01-123-25/+34
* sfxge: update SRAM methods to be no-ops on Medford as wellAndrew Rybchenko2016-01-124-11/+13
* sfxge: use NIC config in place of some Huntington specific PIO constantsAndrew Rybchenko2016-01-122-2/+6
* sfxge: change hunt specific fields of efx_nic_t to ef10Andrew Rybchenko2016-01-125-84/+95
* sfxge: update autogenerated monitors listsAndrew Rybchenko2016-01-122-2/+14
* sfxge: add medford_impl.h, medford_nic.c, ef10_impl.hAndrew Rybchenko2016-01-124-0/+148
* sfxge: add Medford sensor supportAndrew Rybchenko2016-01-123-32/+33
* sfxge: use MCDIv2 on MedfordAndrew Rybchenko2016-01-121-2/+2
* sfxge: add Medford PCI IDs to common codeAndrew Rybchenko2016-01-123-23/+49
* sfxge: add sanity checking for EFX_OPT_MEDFORD build option to efx_check.hAndrew Rybchenko2016-01-121-43/+57