Add rtwn(4) and rtwnfw(4).
This commit is contained in:
parent
b4c5dea65c
commit
b38b13d889
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=300821
@ -2013,6 +2013,8 @@ device xmphy # XaQti XMAC II
|
||||
# the MPX 5030/5038, which is either a RealTek in disguise or a
|
||||
# RealTek workalike. Note that the D-Link DFE-530TX+ uses the RealTek
|
||||
# chipset and is supported by this driver, not the 'vr' driver.
|
||||
# rtwn: RealTek wireless adapters.
|
||||
# rtwnfw: RealTek wireless firmware.
|
||||
# sf: Support for Adaptec Duralink PCI fast ethernet adapters based on the
|
||||
# Adaptec AIC-6915 "starfire" controller.
|
||||
# This includes dual and quad port cards, as well as one 100baseFX card.
|
||||
@ -2184,6 +2186,8 @@ device malo # Marvell Libertas wireless NICs.
|
||||
device mwl # Marvell 88W8363 802.11n wireless NICs.
|
||||
device mwlfw
|
||||
device ral # Ralink Technology RT2500 wireless NICs.
|
||||
device rtwn # Realtek wireless NICs
|
||||
device rtwnfw
|
||||
|
||||
# Use sf_buf(9) interface for jumbo buffers on ti(4) controllers.
|
||||
#options TI_SF_BUF_JUMBO
|
||||
|
@ -2432,6 +2432,35 @@ dev/rndtest/rndtest.c optional rndtest
|
||||
dev/rp/rp.c optional rp
|
||||
dev/rp/rp_isa.c optional rp isa
|
||||
dev/rp/rp_pci.c optional rp pci
|
||||
dev/rtwn/if_rtwn.c optional rtwn
|
||||
rtwn-rtl8192cfwU.c optional rtwn-rtl8192cfwU | rtwnfw \
|
||||
compile-with "${AWK} -f $S/tools/fw_stub.awk rtwn-rtl8192cfwU.fw:rtwn-rtl8192cfwU:111 -mrtwn-rtl8192cfwU -c${.TARGET}" \
|
||||
no-implicit-rule before-depend local \
|
||||
clean "rtwn-rtl8192cfwU.c"
|
||||
rtwn-rtl8192cfwU.fwo optional rtwn-rtl8192cfwU | rtwnfw \
|
||||
dependency "rtwn-rtl8192cfwU.fw" \
|
||||
compile-with "${NORMAL_FWO}" \
|
||||
no-implicit-rule \
|
||||
clean "rtwn-rtl8192cfwU.fwo"
|
||||
rtwn-rtl8192cfwU.fw optional rtwn-rtl8192cfwU | rtwnfw \
|
||||
dependency "$S/contrib/dev/rtwn/rtwn-rtl8192cfwU.fw.uu" \
|
||||
compile-with "${NORMAL_FW}" \
|
||||
no-obj no-implicit-rule \
|
||||
clean "rtwn-rtl8192cfwU.fw"
|
||||
rtwn-rtl8192cfwU_B.c optional rtwn-rtl8192cfwU_B | rtwnfw \
|
||||
compile-with "${AWK} -f $S/tools/fw_stub.awk rtwn-rtl8192cfwU_B.fw:rtwn-rtl8192cfwU_B:111 -mrtwn-rtl8192cfwU_B -c${.TARGET}" \
|
||||
no-implicit-rule before-depend local \
|
||||
clean "rtwn-rtl8192cfwU_B.c"
|
||||
rtwn-rtl8192cfwU_B.fwo optional rtwn-rtl8192cfwU_B | rtwnfw \
|
||||
dependency "rtwn-rtl8192cfwU_B.fw" \
|
||||
compile-with "${NORMAL_FWO}" \
|
||||
no-implicit-rule \
|
||||
clean "rtwn-rtl8192cfwU_B.fwo"
|
||||
rtwn-rtl8192cfwU_B.fw optional rtwn-rtl8192cfwU_B | rtwnfw \
|
||||
dependency "$S/contrib/dev/rtwn/rtwn-rtl8192cfwU_B.fw.uu" \
|
||||
compile-with "${NORMAL_FW}" \
|
||||
no-obj no-implicit-rule \
|
||||
clean "rtwn-rtl8192cfwU_B.fw"
|
||||
dev/safe/safe.c optional safe
|
||||
dev/scc/scc_if.m optional scc
|
||||
dev/scc/scc_bfe_ebus.c optional scc ebus
|
||||
|
Loading…
Reference in New Issue
Block a user