Home
last modified time | relevance | path

Searched +full:iwm +full:- +full:8000 +full:c +full:- +full:17 +full:. +full:fw (Results 1 – 3 of 3) sorted by relevance

/freebsd/share/firmwares/iwm/
H A DMakefile1 .include <src.opts.mk>
13 iwm3160= ${SRCTOP}/sys/contrib/dev/iwm/iwm-3160-17.fw
17 iwm3160PACKAGE= firmware-iwm
19 iwm3168= ${SRCTOP}/sys/contrib/dev/iwm/iwm-3168-22.fw
23 iwm3168PACKAGE= firmware-iwm
25 iwm7260= ${SRCTOP}/sys/contrib/dev/iwm/iwm-7260-17.fw
29 iwm7260PACKAGE= firmware-iwm
31 iwm7265= ${SRCTOP}/sys/contrib/dev/iwm/iwm-7265-17.fw
35 iwm7265PACKAGE= firmware-iwm
37 iwm7265D= ${SRCTOP}/sys/contrib/dev/iwm/iwm-7265D-22.fw
[all …]
/freebsd/sys/conf/
H A Dfiles2 # The long compile-with and dependency lines are required because of
3 # limitations in config: backslash-newline doesn't work in strings, and
4 # dependency lines other than the first are silently ignored.
6 acpi_quirks.h optional acpi \
7 dependency "$S/tools/acpi_quirks2h.awk $S/dev/acpica/acpi_quirks" \
8 compile-with "${AWK} -f $S/tools/acpi_quirks2h.awk $S/dev/acpica/acpi_quirks" \
9 no-obj no-implicit-rule before-depend \
10 clean "acpi_quirks.h"
11 bhnd_nvram_map.h optional bhnd \
12 …dependency "$S/dev/bhnd/tools/nvram_map_gen.sh $S/dev/bhnd/tools/nvram_map_gen.awk $S/dev/bhnd/nvr…
[all …]
/freebsd/sys/dev/iwx/
H A Dif_iwx.c1 /*-
2 * SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) AND ISC
5 /* $OpenBSD: if_iwx.c,v 1.175 2023/07/05 15:07:28 stsp Exp $ */
9 * Copyright (c) 2025 The FreeBSD Foundation
11 * Portions of this software were developed by Tom Jones <thj@FreeBSD.org>
12 * under sponsorship from the FreeBSD Foundation.
16 * copyright notice and this permission notice appear in all copies.
20 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
24 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
28 /*-
[all …]