opnsense-src/sys/dev/bktr
Pawel Biernacki 7029da5c36 Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)
r357614 added CTLFLAG_NEEDGIANT to make it easier to find nodes that are
still not MPSAFE (or already are but aren’t properly marked).
Use it in preparation for a general review of all nodes.

This is non-functional change that adds annotations to SYSCTL_NODE and
SYSCTL_PROC nodes using one of the soon-to-be-required flags.

Mark all obvious cases as MPSAFE.  All entries that haven't been marked
as MPSAFE before are by default marked as NEEDGIANT

Approved by:	kib (mentor, blanket)
Commented by:	kib, gallatin, melifaro
Differential Revision:	https://reviews.freebsd.org/D23718
2020-02-26 14:26:36 +00:00
..
bktr_audio.c sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
bktr_audio.h sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
bktr_card.c bktr: Support WinFast Tv2000 & PHILIPS FI1216 2018-05-28 13:12:34 +00:00
bktr_card.h bktr: Support WinFast Tv2000 & PHILIPS FI1216 2018-05-28 13:12:34 +00:00
bktr_core.c Don't use generic PCI_VENDOR and PCI_PRODUCT macros. Prefix them with 2018-06-24 19:01:01 +00:00
bktr_core.h sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
bktr_i2c.c sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
bktr_i2c.h sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
bktr_mem.c sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
bktr_mem.h sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
bktr_os.c Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many) 2020-02-26 14:26:36 +00:00
bktr_os.h sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
bktr_reg.h Don't use generic PCI_VENDOR and PCI_PRODUCT macros. Prefix them with 2018-06-24 19:01:01 +00:00
bktr_tuner.c bktr: Support WinFast Tv2000 & PHILIPS FI1216 2018-05-28 13:12:34 +00:00
bktr_tuner.h bktr: Support WinFast Tv2000 & PHILIPS FI1216 2018-05-28 13:12:34 +00:00
CHANGELOG.TXT
ioctl_bt848.h
ioctl_meteor.h sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
msp34xx.c Remove unused definition bl_dfp; fix build with bktr compiled into kernel 2018-04-21 18:43:09 +00:00