opnsense-src/sys/mips/atheros
Conrad Meyer e2e050c8ef Extract eventfilter declarations to sys/_eventfilter.h
This allows replacing "sys/eventfilter.h" includes with "sys/_eventfilter.h"
in other header files (e.g., sys/{bus,conf,cpu}.h) and reduces header
pollution substantially.

EVENTHANDLER_DECLARE and EVENTHANDLER_LIST_DECLAREs were moved out of .c
files into appropriate headers (e.g., sys/proc.h, powernv/opal.h).

As a side effect of reduced header pollution, many .c files and headers no
longer contain needed definitions.  The remainder of the patch addresses
adding appropriate includes to fix those files.

LOCK_DEBUG and LOCK_FILE_LINE_ARG are moved to sys/_lock.h, as required by
sys/mutex.h since r326106 (but silently protected by header pollution prior
to this change).

No functional change (intended).  Of course, any out of tree modules that
relied on header pollution for sys/eventhandler.h, sys/lock.h, or
sys/mutex.h inclusion need to be fixed.  __FreeBSD_version has been bumped.
2019-05-20 00:38:23 +00:00
..
ar531x add snps IP uart support / genaralize UART 2018-08-19 21:10:21 +00:00
apb.c follow-up to r336635, update TAILQ to CK_SLIST for ie_handlers 2018-07-23 15:36:55 +00:00
apbvar.h sys/mips: further adoption of SPDX licensing ID tags. 2017-11-27 15:07:26 +00:00
ar71xx_bus_space_reversed.c sys/mips: further adoption of SPDX licensing ID tags. 2017-11-27 15:07:26 +00:00
ar71xx_bus_space_reversed.h sys/mips: further adoption of SPDX licensing ID tags. 2017-11-27 15:07:26 +00:00
ar71xx_caldata.c [ar71xx] add a very simple early boot driver called "caldata" to commit cross-layer atrocities. 2017-05-23 06:20:06 +00:00
ar71xx_chip.c sys/mips: further adoption of SPDX licensing ID tags. 2017-11-27 15:07:26 +00:00
ar71xx_chip.h sys/mips: further adoption of SPDX licensing ID tags. 2017-11-27 15:07:26 +00:00
ar71xx_cpudef.h sys/mips: further adoption of SPDX licensing ID tags. 2017-11-27 15:07:26 +00:00
ar71xx_ehci.c sys/mips: further adoption of SPDX licensing ID tags. 2017-11-27 15:07:26 +00:00
ar71xx_fixup.c sys/mips: further adoption of SPDX licensing ID tags. 2017-11-27 15:07:26 +00:00
ar71xx_fixup.h sys/mips: further adoption of SPDX licensing ID tags. 2017-11-27 15:07:26 +00:00
ar71xx_gpio.c [ar71xx_gpio] Add AR9341/AR9342 to the list of chips for programming function/output enable. 2019-05-15 16:51:08 +00:00
ar71xx_gpiovar.h The Atheros AR7241 has 20 GPIO pins 2019-03-25 07:48:52 +00:00
ar71xx_macaddr.c
ar71xx_macaddr.h
ar71xx_machdep.c Extract eventfilter declarations to sys/_eventfilter.h 2019-05-20 00:38:23 +00:00
ar71xx_ohci.c sys/mips: further adoption of SPDX licensing ID tags. 2017-11-27 15:07:26 +00:00
ar71xx_pci.c follow-up to r336635, update TAILQ to CK_SLIST for ie_handlers 2018-07-23 15:36:55 +00:00
ar71xx_pci_bus_space.c sys/mips: further adoption of SPDX licensing ID tags. 2017-11-27 15:07:26 +00:00
ar71xx_pci_bus_space.h sys/mips: further adoption of SPDX licensing ID tags. 2017-11-27 15:07:26 +00:00
ar71xx_setup.c sys/mips: further adoption of SPDX licensing ID tags. 2017-11-27 15:07:26 +00:00
ar71xx_setup.h sys/mips: further adoption of SPDX licensing ID tags. 2017-11-27 15:07:26 +00:00
ar71xx_spi.c sys/mips: further adoption of SPDX licensing ID tags. 2017-11-27 15:07:26 +00:00
ar71xx_wdog.c Extract eventfilter declarations to sys/_eventfilter.h 2019-05-20 00:38:23 +00:00
ar71xxreg.h sys/mips: further adoption of SPDX licensing ID tags. 2017-11-27 15:07:26 +00:00
ar91xx_chip.c sys/mips: further adoption of SPDX licensing ID tags. 2017-11-27 15:07:26 +00:00
ar91xx_chip.h sys/mips: further adoption of SPDX licensing ID tags. 2017-11-27 15:07:26 +00:00
ar91xxreg.h sys/mips: further adoption of SPDX licensing ID tags. 2017-11-27 15:07:26 +00:00
ar724x_chip.c sys/mips: further adoption of SPDX licensing ID tags. 2017-11-27 15:07:26 +00:00
ar724x_chip.h sys/mips: further adoption of SPDX licensing ID tags. 2017-11-27 15:07:26 +00:00
ar724x_pci.c follow-up to r336635, update TAILQ to CK_SLIST for ie_handlers 2018-07-23 15:36:55 +00:00
ar724xreg.h sys/mips: further adoption of SPDX licensing ID tags. 2017-11-27 15:07:26 +00:00
ar933x_chip.c sys/mips: further adoption of SPDX licensing ID tags. 2017-11-27 15:07:26 +00:00
ar933x_chip.h sys/mips: further adoption of SPDX licensing ID tags. 2017-11-27 15:07:26 +00:00
ar933x_uart.h sys/mips: further adoption of SPDX licensing ID tags. 2017-11-27 15:07:26 +00:00
ar933xreg.h sys/mips: further adoption of SPDX licensing ID tags. 2017-11-27 15:07:26 +00:00
ar934x_chip.c sys/mips: further adoption of SPDX licensing ID tags. 2017-11-27 15:07:26 +00:00
ar934x_chip.h sys/mips: further adoption of SPDX licensing ID tags. 2017-11-27 15:07:26 +00:00
ar934x_nfcreg.h
ar934xreg.h sys/mips: further adoption of SPDX licensing ID tags. 2017-11-27 15:07:26 +00:00
files.ar71xx [ar71xx] add a very simple early boot driver called "caldata" to commit cross-layer atrocities. 2017-05-23 06:20:06 +00:00
if_arge.c sys/mips: further adoption of SPDX licensing ID tags. 2017-11-27 15:07:26 +00:00
if_argevar.h sys/mips: further adoption of SPDX licensing ID tags. 2017-11-27 15:07:26 +00:00
pcf2123_rtc.c sys/mips: further adoption of SPDX licensing ID tags. 2017-11-27 15:07:26 +00:00
pcf2123reg.h sys/mips: further adoption of SPDX licensing ID tags. 2017-11-27 15:07:26 +00:00
qca953x_chip.c
qca953x_chip.h
qca953xreg.h
qca955x_chip.c
qca955x_chip.h
qca955x_pci.c follow-up to r336635, update TAILQ to CK_SLIST for ie_handlers 2018-07-23 15:36:55 +00:00
qca955xreg.h
std.ar71xx
uart_bus_ar71xx.c add snps IP uart support / genaralize UART 2018-08-19 21:10:21 +00:00
uart_bus_ar933x.c add snps IP uart support / genaralize UART 2018-08-19 21:10:21 +00:00
uart_cpu_ar71xx.c sys/mips: further adoption of SPDX licensing ID tags. 2017-11-27 15:07:26 +00:00
uart_cpu_ar933x.c sys/mips: further adoption of SPDX licensing ID tags. 2017-11-27 15:07:26 +00:00
uart_dev_ar933x.c sys/mips: further adoption of SPDX licensing ID tags. 2017-11-27 15:07:26 +00:00
uart_dev_ar933x.h sys/mips: further adoption of SPDX licensing ID tags. 2017-11-27 15:07:26 +00:00