aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sfxge
Commit message (Expand)AuthorAgeFilesLines
* sfxge(4): do not use RxQ index as labelAndrew Rybchenko2016-04-282-33/+26
* sys/dev: extend use of the howmany() macro when available.Pedro F. Giffuni2016-04-261-1/+1
* Remove NULL checks after M_WAITOK allocations, which - by definition - canEdward Tomasz Napierala2016-03-312-10/+0
* sfxge: implement SIOCGI2C to read information from phy modulesAndrew Rybchenko2016-02-105-0/+284
* These files were getting sys/malloc.h and vm/uma.h with header pollutionGleb Smirnoff2016-02-012-2/+4
* Use m_getjcl() instead of manually selecting zone.Gleb Smirnoff2016-01-282-25/+7
* sfxge: refresh version to note matching version of out-of-tree driverAndrew Rybchenko2016-01-201-1/+1
* sfxge: cleanup: support __out_bcount_part[_opt] PREfast annotationsAndrew Rybchenko2016-01-201-0/+2
* sfxge: improve error handling in ef10_ev_rx()Andrew Rybchenko2016-01-191-106/+70
* sfxge: select whether to read current or backup partition in Medford A/B schemeAndrew Rybchenko2016-01-195-16/+47
* sfxge: regenerate EF10 registers definition for MedfordAndrew Rybchenko2016-01-181-19/+46
* sfxge: fix unused function warningAndrew Rybchenko2016-01-181-3/+1
* sfxge: regenerate siena_flash.h from FW sourcesAndrew Rybchenko2016-01-181-2/+2
* sfxge: cleanup: remove extra empty linesAndrew Rybchenko2016-01-181-2/+0
* sfxge: highlight that descriptor cache sizes are configured using TLV nowAndrew Rybchenko2016-01-181-1/+1
* sfxge: support RFID-selectable segments of dynamic configurationAndrew Rybchenko2016-01-181-1/+5
* sfxge: if supported by firmware, use enhanced SET_MAC command to only configu...Andrew Rybchenko2016-01-186-1/+86
* sfxge: convert nvram set_version method to use partition idAndrew Rybchenko2016-01-186-57/+27
* sfxge: convert nvram get_version method to use partition idAndrew Rybchenko2016-01-186-49/+42
* sfxge: convert nvram rw_finish method to use partition idAndrew Rybchenko2016-01-186-29/+24
* sfxge: convert nvram write method to use partition idAndrew Rybchenko2016-01-186-92/+28
* sfxge: convert nvram erase method to use partition idAndrew Rybchenko2016-01-176-89/+33
* sfxge: check the RX DMA end padding configuration on MedfordAndrew Rybchenko2016-01-151-4/+67
* sfxge: convert nvram read method to use partition idAndrew Rybchenko2016-01-156-92/+28
* sfxge: rename Huntington MAC methods to EF10 and use for MedfordAndrew Rybchenko2016-01-154-142/+145
* sfxge: rename common hunt PHY methods to ef10 and use for MedfordAndrew Rybchenko2016-01-157-79/+54
* sfxge: cleanup: simplify ef10_get_datapath_capsAndrew Rybchenko2016-01-151-51/+35
* sfxge: convert nvram rw_start method to use partition idAndrew Rybchenko2016-01-156-35/+29
* sfxge: Medford still needs fallback for no privilege maskAndrew Rybchenko2016-01-154-18/+46
* sfxge: medford stores a single global copy of VPDAndrew Rybchenko2016-01-153-9/+33
* sfxge: support FATSOv2Andrew Rybchenko2016-01-153-75/+169
* sfxge: rework MCDI request completionAndrew Rybchenko2016-01-157-105/+47
* sfxge: rename hunt_link_state_t to ef10_link_state_tAndrew Rybchenko2016-01-155-31/+31
* sfxge: cleanup: quieten efx_mcdi_read_resonse_header error reportingAndrew Rybchenko2016-01-141-7/+0
* sfxge: add accessors for license-related MCDI calls to common codeAndrew Rybchenko2016-01-146-3/+876
* sfxge: add table entries for License NVRAM partitionAndrew Rybchenko2016-01-143-2/+13
* sfxge: cleanup: adjust efx_mcdi_get_port_modes() comment for clarityAndrew Rybchenko2016-01-141-1/+4
* 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