Home
last modified time | relevance | path

Searched +full:iwm +full:- +full:7260 +full:- +full:16 +full:. +full:fw (Results 1 – 2 of 2) sorted by relevance

/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/iwm/
H A Dif_iwm.c1 /* $OpenBSD: if_iwm.c,v 1.167 2017/04/04 00:40:52 claudio Exp $ */
4 * Copyright (c) 2014 genua mbh <info@genua.de>
5 * Copyright (c) 2014 Fixup Software Ltd.
9 * copyright notice and this permission notice appear in all copies.
13 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
17 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
20 /*-
21 * Based on BSD-licensed source modules in the Linux iwlwifi driver,
22 * which were used as the reference documentation for this implementation.
25 * Linux 3.14.3 (tag id a2df521e42b1d9a23f620ac79dbfe8655a8391dd)
[all …]