Home
last modified time | relevance | path

Searched +full:mwlboot +full:. +full:fw (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/modules/mwlfw/
H A DMakefile2 FIRMWS= mw88W8363.fw:mw88W8363fw mwlboot.fw:mwlboot
4 CLEANFILES+= mw88W8363.fw mwlboot.fw
6 mw88W8363.fw: ${SRCTOP}/sys/contrib/dev/mwl/mw88W8363.fw.uu
7 uudecode -p ${.ALLSRC} > ${.TARGET}
9 mwlboot.fw: ${SRCTOP}/sys/contrib/dev/mwl/mwlboot.fw.uu target
10 uudecode -p ${.ALLSRC} > ${.TARGET}
12 .include <bsd.kmod.mk>
/freebsd/sys/contrib/dev/mwl/
H A DMakefile3 FILES= mw88W8363.fw.uu mwlboot.fw.uu
5 mw88W8363.fw.uu: mv88W8363fw.h LICENSE
6 (cat mv88W8363fw.h; \
10 (sed 's/^/# /' LICENSE; ./build | uuencode mw88W8363.fw) > ${.TARGET}
12 mwlboot.fw.uu: mvbootfw.h LICENSE
13 (cat mvbootfw.h; \
17 (sed 's/^/# /' LICENSE; ./build | uuencode mwlboot.fw) > ${.TARGET}
20 rm -f build build.c ${FILES}
22 .include <bsd.prog.mk>
HDmwlboot.fw.uu4 # Copyright (c) Marvell International Ltd.
6 # All rights reserved.
8 # Redistribution. Redistribution and use in binary form, without
14 # provided with the distribution.
16 # * Neither the name of Marvell International Ltd. nor the names of its
18 # software without specific prior written permission.
21 # is permitted.
23 # Limited patent license. Marvell International Ltd. grants a world-wide,
29 # listed by the Open Source Initiative at http://opensource.org/licenses.
31 # include this software. No hardware per se is licensed hereunder.
[all …]
/freebsd/sys/conf/
H A Dfiles4 # 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" \
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…
13 compile-with "sh $S/dev/bhnd/tools/nvram_map_gen.sh $S/dev/bhnd/nvram/nvram_map -h" \
15 clean "bhnd_nvram_map.h"
16 bhnd_nvram_map_data.h optional bhnd \
[all …]
/freebsd/sys/dev/mwl/
H A Dmwlhal.c5 * Copyright (c) 2007-2009 Marvell Semiconductor, Inc.
6 * All rights reserved.
11 * 1. Redistributions of source code must retain the above copyright
13 * without modification.
14 * 2. Redistributions in binary form must reproduce at minimum a disclaimer
17 * similar Disclaimer requirement for further binary redistribution.
23 * AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
30 * THE POSSIBILITY OF SUCH DAMAGES.
33 #include <sys/param.h>
34 #include <sys/systm.h>
[all …]