opnsense-src/sys/dev/sfxge/common
Pedro F. Giffuni 718cf2ccb9 sys/dev: further adoption of SPDX licensing ID tags.
Mainly focus on files that use BSD 2-Clause license, however the tool I
was using misidentified many licenses so this was mostly a manual - error
prone - task.

The Software Package Data Exchange (SPDX) group provides a specification
to make it easier for automated tools to detect and summarize well known
opensource licenses. We are gradually adopting the specification, noting
that the tags are considered only advisory and do not, in any way,
superceed or replace the license texts.
2017-11-27 14:52:40 +00:00
..
ef10_ev.c sfxge(4): support non-interrupting event queues creation 2016-12-30 11:54:27 +00:00
ef10_filter.c sfxge(4): cleanup: add efsys_lock_state_t for type of state param in EFSYS_LOCK() 2016-12-30 12:19:40 +00:00
ef10_impl.h sfxge(4): fix efx_filter_supported_filters API 2016-12-30 12:02:16 +00:00
ef10_intr.c sfxge(4): cleanup: update copyright to 2016 2016-05-24 12:16:57 +00:00
ef10_mac.c sfxge(4): provide a way to find out which MAC stats are supported 2016-12-29 06:54:40 +00:00
ef10_mcdi.c sfxge(4): add per-command timeout reporting to the common code 2016-12-30 11:56:12 +00:00
ef10_nic.c sfxge(4): add support for firmware-verified NVRAM updates to the common code 2016-12-29 08:28:42 +00:00
ef10_nvram.c sfxge(4): make verified update result available from ef10_nvram_partn_unlock() 2016-12-30 11:58:23 +00:00
ef10_phy.c sfxge(4): cleanup: remove last use of deprecated function flags with privilege check 2016-12-28 18:07:17 +00:00
ef10_rx.c sfxge(4): do not use enum type when values are bitmask 2016-12-29 07:06:49 +00:00
ef10_tlv_layout.h sfxge(4): sync up tlv_layout.h (from firmwaresrc 82cd8a5715e9) 2016-12-29 08:25:00 +00:00
ef10_tx.c sfxge(4): allow DMA descs to cross 4k boundary on EF10 2017-01-07 10:55:38 +00:00
ef10_vpd.c sfxge(4): cleanup: update copyright to 2016 2016-05-24 12:16:57 +00:00
efsys.h sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
efx.h sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
efx_bootcfg.c sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
efx_check.h sfxge(4): remove obsolete Wake-On-LAN support 2016-12-30 12:06:55 +00:00
efx_crc32.c sfxge(4): cleanup: update copyright to 2016 2016-05-24 12:16:57 +00:00
efx_ev.c sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
efx_filter.c sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
efx_hash.c sfxge(4): cleanup: update copyright to 2016 2016-05-24 12:16:57 +00:00
efx_impl.h sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
efx_intr.c sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
efx_lic.c sfxge(4): cleanup: add missing space between type and pointer symbol 2016-12-28 10:53:53 +00:00
efx_mac.c sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
efx_mcdi.c sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
efx_mcdi.h sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
efx_mon.c sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
efx_nic.c sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
efx_nvram.c sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
efx_phy.c sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
efx_phy_ids.h sfxge(4): cleanup: update copyright to 2016 2016-05-24 12:16:57 +00:00
efx_port.c sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
efx_regs.h sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
efx_regs_ef10.h sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
efx_regs_mcdi.h sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
efx_regs_pci.h sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
efx_rx.c sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
efx_sram.c sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
efx_tx.c sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
efx_types.h sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
efx_vpd.c sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
hunt_impl.h sfxge(4): move BIST methods from hunt_phy.c to ef10_phy.c 2016-12-28 17:56:03 +00:00
hunt_nic.c sfxge(4): allow DMA descs to cross 4k boundary on EF10 2017-01-07 10:55:38 +00:00
mcdi_mon.c sfxge(4): use correct port number in sensor decoding 2016-12-29 06:57:36 +00:00
mcdi_mon.h sfxge(4): cleanup: update copyright to 2016 2016-05-24 12:16:57 +00:00
medford_impl.h sfxge(4): cleanup: update copyright to 2016 2016-05-24 12:16:57 +00:00
medford_nic.c sfxge(4): allow DMA descs to cross 4k boundary on EF10 2017-01-07 10:55:38 +00:00
siena_flash.h sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
siena_impl.h sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
siena_mac.c sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
siena_mcdi.c sfxge(4): add per-command timeout reporting to the common code 2016-12-30 11:56:12 +00:00
siena_nic.c sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
siena_nvram.c sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
siena_phy.c sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
siena_sram.c sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
siena_vpd.c sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00