summaryrefslogtreecommitdiffstats
path: root/sys/dev/sfxge
Commit message (Expand)AuthorAgeFilesLines
* sfxge: implement SIOCGI2C to read information from phy modulesarybchik2016-02-105-0/+284
* These files were getting sys/malloc.h and vm/uma.h with header pollutionglebius2016-02-012-2/+4
* Use m_getjcl() instead of manually selecting zone.glebius2016-01-282-25/+7
* sfxge: refresh version to note matching version of out-of-tree driverarybchik2016-01-201-1/+1
* sfxge: cleanup: support __out_bcount_part[_opt] PREfast annotationsarybchik2016-01-201-0/+2
* sfxge: improve error handling in ef10_ev_rx()arybchik2016-01-191-106/+70
* sfxge: select whether to read current or backup partition in Medford A/B schemearybchik2016-01-195-16/+47
* sfxge: regenerate EF10 registers definition for Medfordarybchik2016-01-181-19/+46
* sfxge: fix unused function warningarybchik2016-01-181-3/+1
* sfxge: regenerate siena_flash.h from FW sourcesarybchik2016-01-181-2/+2
* sfxge: cleanup: remove extra empty linesarybchik2016-01-181-2/+0
* sfxge: highlight that descriptor cache sizes are configured using TLV nowarybchik2016-01-181-1/+1
* sfxge: support RFID-selectable segments of dynamic configurationarybchik2016-01-181-1/+5
* sfxge: if supported by firmware, use enhanced SET_MAC command to only configu...arybchik2016-01-186-1/+86
* sfxge: convert nvram set_version method to use partition idarybchik2016-01-186-57/+27
* sfxge: convert nvram get_version method to use partition idarybchik2016-01-186-49/+42
* sfxge: convert nvram rw_finish method to use partition idarybchik2016-01-186-29/+24
* sfxge: convert nvram write method to use partition idarybchik2016-01-186-92/+28
* sfxge: convert nvram erase method to use partition idarybchik2016-01-176-89/+33
* sfxge: check the RX DMA end padding configuration on Medfordarybchik2016-01-151-4/+67
* sfxge: convert nvram read method to use partition idarybchik2016-01-156-92/+28
* sfxge: rename Huntington MAC methods to EF10 and use for Medfordarybchik2016-01-154-142/+145
* sfxge: rename common hunt PHY methods to ef10 and use for Medfordarybchik2016-01-157-79/+54
* sfxge: cleanup: simplify ef10_get_datapath_capsarybchik2016-01-151-51/+35
* sfxge: convert nvram rw_start method to use partition idarybchik2016-01-156-35/+29
* sfxge: Medford still needs fallback for no privilege maskarybchik2016-01-154-18/+46
* sfxge: medford stores a single global copy of VPDarybchik2016-01-153-9/+33
* sfxge: support FATSOv2arybchik2016-01-153-75/+169
* sfxge: rework MCDI request completionarybchik2016-01-157-105/+47
* sfxge: rename hunt_link_state_t to ef10_link_state_tarybchik2016-01-155-31/+31
* sfxge: cleanup: quieten efx_mcdi_read_resonse_header error reportingarybchik2016-01-141-7/+0
* sfxge: add accessors for license-related MCDI calls to common codearybchik2016-01-146-3/+876
* sfxge: add table entries for License NVRAM partitionarybchik2016-01-143-2/+13
* sfxge: cleanup: adjust efx_mcdi_get_port_modes() comment for clarityarybchik2016-01-141-1/+4
* sfxge: fix common code VPD iterator and duplicate tag verificationarybchik2016-01-143-8/+25
* sfxge: use correct register definitions for setting interrupt moderation on M...arybchik2016-01-141-3/+3
* sfxge: support FATSOv2 in common codearybchik2016-01-148-2/+96
* sfxge: rx_prefix_pktlen methods do not require EFSYS_OPT_RX_SCALEarybchik2016-01-142-4/+4
* sfxge: convert nvram size method to use partition idarybchik2016-01-146-82/+24
* sfxge: rework MCDI start requestarybchik2016-01-146-166/+101
* sfxge: add Medford NIC methodsarybchik2016-01-147-20/+350
* sfxge: cleanup: fix return code typesarybchik2016-01-132-2/+2
* sfxge: cleanup: fix typo in unused EFX_QWORD_IS_SET64arybchik2016-01-131-1/+1
* sfxge: cleanup: prefast fixes in common codearybchik2016-01-138-23/+23
* sfxge: cleanup: simplify EFX header includesarybchik2016-01-1340-83/+4
* sfxge: define FATSOv2 option descriptorsarybchik2016-01-131-0/+42
* sfxge: add Medford firmware subtypes definitionsarybchik2016-01-131-0/+16
* sfxge: support MC_CMD_GET_CAPABILITIES_V2arybchik2016-01-131-4/+13
* sfxge: simplify conversion of NVRAM types to/from partition idsarybchik2016-01-136-171/+156
* sfxge: simplify MCDI request startarybchik2016-01-132-56/+92
OpenPOWER on IntegriCloud