From noreply at github.com Mon Jul 11 14:01:00 2022 From: noreply at github.com (Lucas Holt) Date: Mon, 11 Jul 2022 11:01:00 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 2e4ca0: Bring in some llvm fixes Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: 2e4ca0b8f2cecbfcd77c191ecd7b44dcaac425d4 https://github.com/MidnightBSD/src/commit/2e4ca0b8f2cecbfcd77c191ecd7b44dcaac425d4 Author: Lucas Holt Date: 2022-07-11 (Mon, 11 Jul 2022) Changed paths: M contrib/llvm-project/clang/lib/Basic/Targets/RISCV.cpp M contrib/llvm-project/clang/lib/CodeGen/CGExprAgg.cpp M contrib/llvm-project/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp M contrib/llvm-project/lld/ELF/InputSection.h M contrib/llvm-project/llvm/lib/Target/ARM/ARMISelLowering.cpp M contrib/llvm-project/llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp M contrib/llvm-project/llvm/lib/Target/PowerPC/PPCTargetTransformInfo.h Log Message: ----------- Bring in some llvm fixes From noreply at github.com Wed Jul 13 16:35:27 2022 From: noreply at github.com (Lucas Holt) Date: Wed, 13 Jul 2022 13:35:27 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 9966bc: Bring in some llvm fixes Message-ID: Branch: refs/heads/stable/2.2 Home: https://github.com/MidnightBSD/src Commit: 9966bcf51b7cf629c1ee42dc86c5de63399130c9 https://github.com/MidnightBSD/src/commit/9966bcf51b7cf629c1ee42dc86c5de63399130c9 Author: Lucas Holt Date: 2022-07-11 (Mon, 11 Jul 2022) Changed paths: M contrib/llvm-project/clang/lib/Basic/Targets/RISCV.cpp M contrib/llvm-project/clang/lib/CodeGen/CGExprAgg.cpp M contrib/llvm-project/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp M contrib/llvm-project/lld/ELF/InputSection.h M contrib/llvm-project/llvm/lib/Target/ARM/ARMISelLowering.cpp M contrib/llvm-project/llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp M contrib/llvm-project/llvm/lib/Target/PowerPC/PPCTargetTransformInfo.h Log Message: ----------- Bring in some llvm fixes Commit: fed4f0529aa970898d432b51e275a5d1291259e3 https://github.com/MidnightBSD/src/commit/fed4f0529aa970898d432b51e275a5d1291259e3 Author: Lucas Holt Date: 2022-07-11 (Mon, 11 Jul 2022) Changed paths: M sys/conf/newvers.sh Log Message: ----------- bump version Compare: https://github.com/MidnightBSD/src/compare/d66d06425378...fed4f0529aa9 From noreply at github.com Wed Jul 13 16:40:04 2022 From: noreply at github.com (Lucas Holt) Date: Wed, 13 Jul 2022 13:40:04 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] Message-ID: Branch: refs/tags/vendor/mport/2.2.3 Home: https://github.com/MidnightBSD/src From noreply at github.com Wed Jul 13 16:40:04 2022 From: noreply at github.com (Lucas Holt) Date: Wed, 13 Jul 2022 13:40:04 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 834d43: Vendor import of mport 2.2.3 Message-ID: Branch: refs/heads/vendor/mport Home: https://github.com/MidnightBSD/src Commit: 834d43a6a9e6053c7a41a2b19b5b3d1d7b91127e https://github.com/MidnightBSD/src/commit/834d43a6a9e6053c7a41a2b19b5b3d1d7b91127e Author: Lucas Holt Date: 2022-07-13 (Wed, 13 Jul 2022) Changed paths: M .clang-format M libmport/Makefile M libmport/bundle_read_install_pkg.c M libmport/bundle_read_update_pkg.c M libmport/check_preconditions.c M libmport/delete_primative.c R libmport/hashmap.c R libmport/hashmap.h M libmport/index.c M libmport/mport.h M libmport/mport_private.h M libmport/plist.c M libmport/upgrade.c M libmport/util.c M mport/mport.1 M mport/mport.c Log Message: ----------- Vendor import of mport 2.2.3 From noreply at github.com Wed Jul 13 16:42:05 2022 From: noreply at github.com (Lucas Holt) Date: Wed, 13 Jul 2022 13:42:05 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 834d43: Vendor import of mport 2.2.3 Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: 834d43a6a9e6053c7a41a2b19b5b3d1d7b91127e https://github.com/MidnightBSD/src/commit/834d43a6a9e6053c7a41a2b19b5b3d1d7b91127e Author: Lucas Holt Date: 2022-07-13 (Wed, 13 Jul 2022) Changed paths: M .clang-format M libmport/Makefile M libmport/bundle_read_install_pkg.c M libmport/bundle_read_update_pkg.c M libmport/check_preconditions.c M libmport/delete_primative.c R libmport/hashmap.c R libmport/hashmap.h M libmport/index.c M libmport/mport.h M libmport/mport_private.h M libmport/plist.c M libmport/upgrade.c M libmport/util.c M mport/mport.1 M mport/mport.c Log Message: ----------- Vendor import of mport 2.2.3 Commit: d6f07204492559e31981b7e66997270571be46f6 https://github.com/MidnightBSD/src/commit/d6f07204492559e31981b7e66997270571be46f6 Author: Lucas Holt Date: 2022-07-13 (Wed, 13 Jul 2022) Changed paths: M contrib/mport/.clang-format M contrib/mport/libmport/Makefile M contrib/mport/libmport/bundle_read_install_pkg.c M contrib/mport/libmport/bundle_read_update_pkg.c M contrib/mport/libmport/check_preconditions.c M contrib/mport/libmport/delete_primative.c R contrib/mport/libmport/hashmap.c R contrib/mport/libmport/hashmap.h M contrib/mport/libmport/index.c M contrib/mport/libmport/mport.h M contrib/mport/libmport/mport_private.h M contrib/mport/libmport/plist.c M contrib/mport/libmport/upgrade.c M contrib/mport/mport/mport.1 M contrib/mport/mport/mport.c Log Message: ----------- Merge commit '834d43a6a9e6053c7a41a2b19b5b3d1d7b91127e' Compare: https://github.com/MidnightBSD/src/compare/2e4ca0b8f2ce...d6f072044925 From noreply at github.com Wed Jul 13 16:42:31 2022 From: noreply at github.com (Lucas Holt) Date: Wed, 13 Jul 2022 13:42:31 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 98ab80: mport 2.2.3 Message-ID: Branch: refs/heads/master Home: https://github.com/MidnightBSD/src Commit: 98ab802254b4dbc1ed9cb90b693e648de2cbd01b https://github.com/MidnightBSD/src/commit/98ab802254b4dbc1ed9cb90b693e648de2cbd01b Author: Lucas Holt Date: 2022-07-13 (Wed, 13 Jul 2022) Changed paths: M UPDATING Log Message: ----------- mport 2.2.3 From noreply at github.com Wed Jul 13 16:44:58 2022 From: noreply at github.com (Lucas Holt) Date: Wed, 13 Jul 2022 13:44:58 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 834d43: Vendor import of mport 2.2.3 Message-ID: Branch: refs/heads/stable/2.2 Home: https://github.com/MidnightBSD/src Commit: 834d43a6a9e6053c7a41a2b19b5b3d1d7b91127e https://github.com/MidnightBSD/src/commit/834d43a6a9e6053c7a41a2b19b5b3d1d7b91127e Author: Lucas Holt Date: 2022-07-13 (Wed, 13 Jul 2022) Changed paths: M .clang-format M libmport/Makefile M libmport/bundle_read_install_pkg.c M libmport/bundle_read_update_pkg.c M libmport/check_preconditions.c M libmport/delete_primative.c R libmport/hashmap.c R libmport/hashmap.h M libmport/index.c M libmport/mport.h M libmport/mport_private.h M libmport/plist.c M libmport/upgrade.c M libmport/util.c M mport/mport.1 M mport/mport.c Log Message: ----------- Vendor import of mport 2.2.3 Commit: fa37bcd1e50f433f560f82565e4e9db080892f4b https://github.com/MidnightBSD/src/commit/fa37bcd1e50f433f560f82565e4e9db080892f4b Author: Lucas Holt Date: 2022-07-13 (Wed, 13 Jul 2022) Changed paths: M contrib/mport/.clang-format M contrib/mport/libmport/Makefile M contrib/mport/libmport/bundle_read_install_pkg.c M contrib/mport/libmport/bundle_read_update_pkg.c M contrib/mport/libmport/check_preconditions.c M contrib/mport/libmport/delete_primative.c R contrib/mport/libmport/hashmap.c R contrib/mport/libmport/hashmap.h M contrib/mport/libmport/index.c M contrib/mport/libmport/mport.h M contrib/mport/libmport/mport_private.h M contrib/mport/libmport/plist.c M contrib/mport/libmport/upgrade.c M contrib/mport/mport/mport.1 M contrib/mport/mport/mport.c Log Message: ----------- Merge commit '834d43a6a9e6053c7a41a2b19b5b3d1d7b91127e' into stable/2.2 Commit: ab51783315d4877602bd4ec7a532d1e3d2b540f7 https://github.com/MidnightBSD/src/commit/ab51783315d4877602bd4ec7a532d1e3d2b540f7 Author: Lucas Holt Date: 2022-07-13 (Wed, 13 Jul 2022) Changed paths: M UPDATING Log Message: ----------- document changes. mport update Compare: https://github.com/MidnightBSD/src/compare/fed4f0529aa9...ab51783315d4 From noreply at github.com Wed Jul 13 16:58:12 2022 From: noreply at github.com (Lucas Holt) Date: Wed, 13 Jul 2022 13:58:12 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] 05cfa4: remove hashmap Message-ID: Branch: refs/heads/stable/2.2 Home: https://github.com/MidnightBSD/src Commit: 05cfa4341e3f4e4f791f75fd1c215a01fe001bd6 https://github.com/MidnightBSD/src/commit/05cfa4341e3f4e4f791f75fd1c215a01fe001bd6 Author: Lucas Holt Date: 2022-07-13 (Wed, 13 Jul 2022) Changed paths: M lib/libmport/Makefile Log Message: ----------- remove hashmap From noreply at github.com Wed Jul 13 17:12:42 2022 From: noreply at github.com (Lucas Holt) Date: Wed, 13 Jul 2022 14:12:42 -0700 Subject: [Midnightbsd-cvs] [MidnightBSD/src] f902b4: start work on freebsd 12 stable feature merge. Message-ID: Branch: refs/heads/feature/freebsd12 Home: https://github.com/MidnightBSD/src Commit: f902b4f6237c39e173ac01a5d813e5ab2b688a13 https://github.com/MidnightBSD/src/commit/f902b4f6237c39e173ac01a5d813e5ab2b688a13 Author: Lucas Holt Date: 2022-07-13 (Wed, 13 Jul 2022) Changed paths: M sys/Makefile A sys/amd64/amd64/copyout.c A sys/amd64/amd64/efirt_support.S A sys/amd64/conf/GENERIC-MMCCAM A sys/amd64/include/pcpu_aux.h A sys/amd64/include/procctl.h A sys/amd64/include/sgx.h A sys/amd64/include/sgxreg.h A sys/amd64/linux/linux_dummy_machdep.c A sys/amd64/linux/linux_locore.asm A sys/amd64/linux32/linux32_dummy_machdep.c A sys/amd64/linux32/linux32_locore.asm A sys/amd64/sgx/sgx.c A sys/amd64/sgx/sgx_linux.c A sys/amd64/sgx/sgx_support.S A sys/amd64/sgx/sgxvar.h A sys/amd64/vmm/amd/amdiommu.c A sys/amd64/vmm/amd/amdvi_hw.c A sys/amd64/vmm/amd/amdvi_priv.h A sys/amd64/vmm/amd/ivhd_if.m A sys/amd64/vmm/amd/ivrs_drv.c M sys/arm/allwinner/a10/a10_intc.c M sys/arm/allwinner/a10/a10_padconf.c M sys/arm/allwinner/a10/files.a10 M sys/arm/allwinner/a10_ahci.c M sys/arm/allwinner/a10_codec.c M sys/arm/allwinner/a10_dmac.c M sys/arm/allwinner/a10_dmac.h M sys/arm/allwinner/a10_fb.c M sys/arm/allwinner/a10_hdmi.c M sys/arm/allwinner/a10_hdmiaudio.c M sys/arm/allwinner/a10_sramc.c M sys/arm/allwinner/a10_sramc.h A sys/arm/allwinner/a10_timer.c M sys/arm/allwinner/a13/a13_padconf.c M sys/arm/allwinner/a13/files.a13 M sys/arm/allwinner/a20/a20_cpu_cfg.c M sys/arm/allwinner/a20/a20_cpu_cfg.h M sys/arm/allwinner/a20/a20_padconf.c M sys/arm/allwinner/a20/files.a20 M sys/arm/allwinner/a31/a31_padconf.c M sys/arm/allwinner/a31/a31_r_padconf.c M sys/arm/allwinner/a31/a31s_padconf.c M sys/arm/allwinner/a31/files.a31 A sys/arm/allwinner/a31_dmac.c A sys/arm/allwinner/a33/a33_padconf.c A sys/arm/allwinner/a33/files.a33 A sys/arm/allwinner/a64/a64_padconf.c A sys/arm/allwinner/a64/a64_r_padconf.c M sys/arm/allwinner/a83t/a83t_padconf.c M sys/arm/allwinner/a83t/a83t_r_padconf.c M sys/arm/allwinner/a83t/files.a83t M sys/arm/allwinner/allwinner_pinctrl.h M sys/arm/allwinner/aw_ccu.c A sys/arm/allwinner/aw_cir.c A sys/arm/allwinner/aw_gmacclk.c A sys/arm/allwinner/aw_gpio.c M sys/arm/allwinner/aw_if_dwc.c M sys/arm/allwinner/aw_machdep.c M sys/arm/allwinner/aw_machdep.h A sys/arm/allwinner/aw_mmc.c A sys/arm/allwinner/aw_mmc.h M sys/arm/allwinner/aw_mp.c M sys/arm/allwinner/aw_mp.h M sys/arm/allwinner/aw_nmi.c A sys/arm/allwinner/aw_pwm.c M sys/arm/allwinner/aw_reset.c M sys/arm/allwinner/aw_rsb.c M sys/arm/allwinner/aw_rtc.c M sys/arm/allwinner/aw_sid.c M sys/arm/allwinner/aw_sid.h A sys/arm/allwinner/aw_spi.c A sys/arm/allwinner/aw_syscon.c M sys/arm/allwinner/aw_thermal.c M sys/arm/allwinner/aw_ts.c M sys/arm/allwinner/aw_usbphy.c M sys/arm/allwinner/aw_wdog.c M sys/arm/allwinner/aw_wdog.h M sys/arm/allwinner/axp209.c M sys/arm/allwinner/axp209reg.h M sys/arm/allwinner/axp81x.c A sys/arm/allwinner/clkng/aw_ccung.c A sys/arm/allwinner/clkng/aw_ccung.h A sys/arm/allwinner/clkng/aw_clk.h A sys/arm/allwinner/clkng/aw_clk_frac.c A sys/arm/allwinner/clkng/aw_clk_frac.h A sys/arm/allwinner/clkng/aw_clk_m.c A sys/arm/allwinner/clkng/aw_clk_m.h A sys/arm/allwinner/clkng/aw_clk_mipi.c A sys/arm/allwinner/clkng/aw_clk_mipi.h A sys/arm/allwinner/clkng/aw_clk_nkmp.c A sys/arm/allwinner/clkng/aw_clk_nkmp.h A sys/arm/allwinner/clkng/aw_clk_nm.c A sys/arm/allwinner/clkng/aw_clk_nm.h A sys/arm/allwinner/clkng/aw_clk_nmm.c A sys/arm/allwinner/clkng/aw_clk_nmm.h A sys/arm/allwinner/clkng/aw_clk_np.c A sys/arm/allwinner/clkng/aw_clk_np.h A sys/arm/allwinner/clkng/aw_clk_prediv_mux.c A sys/arm/allwinner/clkng/aw_clk_prediv_mux.h A sys/arm/allwinner/clkng/ccu_a10.c A sys/arm/allwinner/clkng/ccu_a13.c A sys/arm/allwinner/clkng/ccu_a31.c A sys/arm/allwinner/clkng/ccu_a64.c A sys/arm/allwinner/clkng/ccu_a83t.c A sys/arm/allwinner/clkng/ccu_de2.c A sys/arm/allwinner/clkng/ccu_h3.c A sys/arm/allwinner/clkng/ccu_h6.c A sys/arm/allwinner/clkng/ccu_h6_r.c A sys/arm/allwinner/clkng/ccu_sun8i_r.c M sys/arm/allwinner/files.allwinner M sys/arm/allwinner/files.allwinner_up M sys/arm/allwinner/h3/files.h3 M sys/arm/allwinner/h3/h3_padconf.c M sys/arm/allwinner/h3/h3_r_padconf.c A sys/arm/allwinner/h6/h6_padconf.c A sys/arm/allwinner/h6/h6_r_padconf.c M sys/arm/allwinner/if_awg.c M sys/arm/allwinner/if_awgreg.h M sys/arm/allwinner/if_emac.c M sys/arm/allwinner/if_emacreg.h M sys/arm/allwinner/std.allwinner M sys/arm/allwinner/std.allwinner_up M sys/arm/allwinner/sunxi_dma_if.m M sys/arm/altera/socfpga/files.socfpga A sys/arm/altera/socfpga/socfpga_a10_manager.c M sys/arm/altera/socfpga/socfpga_common.c M sys/arm/altera/socfpga/socfpga_common.h M sys/arm/altera/socfpga/socfpga_gpio.c M sys/arm/altera/socfpga/socfpga_l3regs.h M sys/arm/altera/socfpga/socfpga_machdep.c M sys/arm/altera/socfpga/socfpga_manager.c M sys/arm/altera/socfpga/socfpga_mp.c A sys/arm/altera/socfpga/socfpga_mp.h M sys/arm/altera/socfpga/socfpga_rstmgr.c M sys/arm/altera/socfpga/socfpga_rstmgr.h M sys/arm/altera/socfpga/std.socfpga M sys/arm/amlogic/aml8726/aml8726_ccm.c M sys/arm/amlogic/aml8726/aml8726_ccm.h M sys/arm/amlogic/aml8726/aml8726_clkmsr.c M sys/arm/amlogic/aml8726/aml8726_clkmsr.h M sys/arm/amlogic/aml8726/aml8726_fb.c M sys/arm/amlogic/aml8726/aml8726_fb.h M sys/arm/amlogic/aml8726/aml8726_gpio.c M sys/arm/amlogic/aml8726/aml8726_i2c.c M sys/arm/amlogic/aml8726/aml8726_identsoc.c M sys/arm/amlogic/aml8726/aml8726_if_dwc.c M sys/arm/amlogic/aml8726/aml8726_l2cache.c M sys/arm/amlogic/aml8726/aml8726_machdep.c M sys/arm/amlogic/aml8726/aml8726_machdep.h M sys/arm/amlogic/aml8726/aml8726_mmc.c M sys/arm/amlogic/aml8726/aml8726_mmc.h M sys/arm/amlogic/aml8726/aml8726_mp.c M sys/arm/amlogic/aml8726/aml8726_pic.c M sys/arm/amlogic/aml8726/aml8726_pinctrl.c M sys/arm/amlogic/aml8726/aml8726_pinctrl.h M sys/arm/amlogic/aml8726/aml8726_rng.c M sys/arm/amlogic/aml8726/aml8726_rtc.c M sys/arm/amlogic/aml8726/aml8726_sdxc-m8.c M sys/arm/amlogic/aml8726/aml8726_sdxc-m8.h M sys/arm/amlogic/aml8726/aml8726_soc.h M sys/arm/amlogic/aml8726/aml8726_timer.c M sys/arm/amlogic/aml8726/aml8726_uart.h M sys/arm/amlogic/aml8726/aml8726_uart_console.c M sys/arm/amlogic/aml8726/aml8726_usb_phy-m3.c M sys/arm/amlogic/aml8726/aml8726_usb_phy-m6.c M sys/arm/amlogic/aml8726/aml8726_wdt.c M sys/arm/amlogic/aml8726/files.aml8726 M sys/arm/amlogic/aml8726/std.aml8726 M sys/arm/amlogic/aml8726/uart_dev_aml8726.c A sys/arm/annapurna/alpine/alpine_ccu.c A sys/arm/annapurna/alpine/alpine_common.c M sys/arm/annapurna/alpine/alpine_machdep.c M sys/arm/annapurna/alpine/alpine_machdep_mp.c A sys/arm/annapurna/alpine/alpine_mp.h A sys/arm/annapurna/alpine/alpine_nb_service.c A sys/arm/annapurna/alpine/alpine_pci.c A sys/arm/annapurna/alpine/alpine_pci_msix.c A sys/arm/annapurna/alpine/alpine_serdes.c A sys/arm/annapurna/alpine/alpine_serdes.h M sys/arm/annapurna/alpine/files.alpine M sys/arm/annapurna/alpine/std.alpine M sys/arm/arm/autoconf.c M sys/arm/arm/bcopy_page.S M sys/arm/arm/bcopyinout.S M sys/arm/arm/bcopyinout_xscale.S M sys/arm/arm/blockio.S M sys/arm/arm/bus_space_asm_generic.S M sys/arm/arm/bus_space_base.c M sys/arm/arm/bus_space_generic.c M sys/arm/arm/busdma_machdep-v4.c M sys/arm/arm/busdma_machdep-v6.c M sys/arm/arm/copystr.S M sys/arm/arm/cpu_asm-v6.S M sys/arm/arm/cpufunc.c M sys/arm/arm/cpufunc_asm.S M sys/arm/arm/cpufunc_asm_arm11x6.S M sys/arm/arm/cpufunc_asm_arm9.S M sys/arm/arm/cpufunc_asm_armv4.S M sys/arm/arm/cpufunc_asm_armv5_ec.S M sys/arm/arm/cpufunc_asm_armv7.S M sys/arm/arm/cpufunc_asm_pj4b.S M sys/arm/arm/cpufunc_asm_sheeva.S M sys/arm/arm/cpuinfo.c M sys/arm/arm/db_disasm.c M sys/arm/arm/db_interface.c M sys/arm/arm/db_trace.c M sys/arm/arm/debug_monitor.c M sys/arm/arm/disassem.c M sys/arm/arm/dump_machdep.c M sys/arm/arm/elf_machdep.c M sys/arm/arm/elf_note.S M sys/arm/arm/exception.S M sys/arm/arm/fiq.c M sys/arm/arm/fiq_subr.S M sys/arm/arm/fusu.S M sys/arm/arm/gdb_machdep.c M sys/arm/arm/genassym.c M sys/arm/arm/generic_timer.c M sys/arm/arm/gic.c A sys/arm/arm/gic.h A sys/arm/arm/gic_acpi.c A sys/arm/arm/gic_common.h A sys/arm/arm/gic_fdt.c A sys/arm/arm/hypervisor-stub.S M sys/arm/arm/identcpu-v4.c M sys/arm/arm/identcpu-v6.c M sys/arm/arm/in_cksum.c M sys/arm/arm/in_cksum_arm.S M sys/arm/arm/inckern.S M sys/arm/arm/intr.c M sys/arm/arm/locore-v4.S M sys/arm/arm/locore-v6.S M sys/arm/arm/locore.S M sys/arm/arm/machdep.c M sys/arm/arm/machdep_boot.c M sys/arm/arm/machdep_intr.c M sys/arm/arm/machdep_kdb.c M sys/arm/arm/machdep_ptrace.c M sys/arm/arm/mem.c M sys/arm/arm/minidump_machdep.c M sys/arm/arm/mp_machdep.c M sys/arm/arm/mpcore_timer.c M sys/arm/arm/mpcore_timervar.h M sys/arm/arm/nexus.c A sys/arm/arm/nexusvar.h M sys/arm/arm/ofw_machdep.c M sys/arm/arm/pl190.c M sys/arm/arm/pl310.c M sys/arm/arm/platform.c M sys/arm/arm/platform_if.m A sys/arm/arm/platform_pl310_if.m M sys/arm/arm/pmap-v4.c M sys/arm/arm/pmap-v6.c M sys/arm/arm/pmu.c M sys/arm/arm/ptrace_machdep.c M sys/arm/arm/sc_machdep.c M sys/arm/arm/setcpsr.S M sys/arm/arm/setstack.s M sys/arm/arm/stack_machdep.c M sys/arm/arm/stdatomic.c M sys/arm/arm/support.S M sys/arm/arm/swtch-v4.S M sys/arm/arm/swtch-v6.S M sys/arm/arm/swtch.S M sys/arm/arm/sys_machdep.c M sys/arm/arm/syscall.c M sys/arm/arm/trap-v4.c M sys/arm/arm/trap-v6.c M sys/arm/arm/uio_machdep.c M sys/arm/arm/undefined.c M sys/arm/arm/unwind.c M sys/arm/arm/vfp.c M sys/arm/arm/vm_machdep.c M sys/arm/broadcom/bcm2835/bcm2835_audio.c M sys/arm/broadcom/bcm2835/bcm2835_bsc.c M sys/arm/broadcom/bcm2835/bcm2835_bscreg.h M sys/arm/broadcom/bcm2835/bcm2835_bscvar.h A sys/arm/broadcom/bcm2835/bcm2835_clkman.c A sys/arm/broadcom/bcm2835/bcm2835_clkman.h M sys/arm/broadcom/bcm2835/bcm2835_cpufreq.c M sys/arm/broadcom/bcm2835/bcm2835_dma.c M sys/arm/broadcom/bcm2835/bcm2835_dma.h M sys/arm/broadcom/bcm2835/bcm2835_fb.c M sys/arm/broadcom/bcm2835/bcm2835_fbd.c M sys/arm/broadcom/bcm2835/bcm2835_ft5406.c M sys/arm/broadcom/bcm2835/bcm2835_gpio.c M sys/arm/broadcom/bcm2835/bcm2835_intr.c M sys/arm/broadcom/bcm2835/bcm2835_machdep.c M sys/arm/broadcom/bcm2835/bcm2835_mbox.c M sys/arm/broadcom/bcm2835/bcm2835_mbox.h M sys/arm/broadcom/bcm2835/bcm2835_mbox_prop.h A sys/arm/broadcom/bcm2835/bcm2835_pwm.c M sys/arm/broadcom/bcm2835/bcm2835_rng.c M sys/arm/broadcom/bcm2835/bcm2835_sdhci.c A sys/arm/broadcom/bcm2835/bcm2835_sdhost.c M sys/arm/broadcom/bcm2835/bcm2835_spi.c M sys/arm/broadcom/bcm2835/bcm2835_spireg.h M sys/arm/broadcom/bcm2835/bcm2835_spivar.h M sys/arm/broadcom/bcm2835/bcm2835_systimer.c A sys/arm/broadcom/bcm2835/bcm2835_vcbus.c M sys/arm/broadcom/bcm2835/bcm2835_vcbus.h M sys/arm/broadcom/bcm2835/bcm2835_vcio.c M sys/arm/broadcom/bcm2835/bcm2835_wdog.c M sys/arm/broadcom/bcm2835/bcm2835_wdog.h M sys/arm/broadcom/bcm2835/bcm2836.c M sys/arm/broadcom/bcm2835/bcm2836_mp.c M sys/arm/broadcom/bcm2835/bcm2836_mp.h M sys/arm/broadcom/bcm2835/bcm283x_dwc_fdt.c M sys/arm/broadcom/bcm2835/files.bcm2835 M sys/arm/broadcom/bcm2835/files.bcm2836 M sys/arm/broadcom/bcm2835/files.bcm283x M sys/arm/broadcom/bcm2835/std.bcm2835 M sys/arm/broadcom/bcm2835/std.bcm2836 M sys/arm/broadcom/bcm2835/std.rpi M sys/arm/broadcom/bcm2835/vc_vchi_audioserv_defs.h M sys/arm/cloudabi32/cloudabi32_sysvec.c M sys/arm/conf/ALPINE M sys/arm/conf/AML8726 M sys/arm/conf/APALIS-IMX6 M sys/arm/conf/ARMADA38X M sys/arm/conf/ARMADAXP M sys/arm/conf/ARNDALE M sys/arm/conf/ARNDALE-OCTA M sys/arm/conf/BEAGLEBONE M sys/arm/conf/CHROMEBOOK M sys/arm/conf/CHROMEBOOK-PEACH-PIT M sys/arm/conf/CHROMEBOOK-PEACH-PIT.hints M sys/arm/conf/CHROMEBOOK-SNOW M sys/arm/conf/CHROMEBOOK-SPRING M sys/arm/conf/CHROMEBOOK.hints M sys/arm/conf/COLIBRI-VF50 M sys/arm/conf/COSMIC M sys/arm/conf/DB-78XXX M sys/arm/conf/DB-88F5XXX M sys/arm/conf/DB-88F6XXX M sys/arm/conf/DEFAULTS M sys/arm/conf/DOCKSTAR M sys/arm/conf/DREAMPLUG-1001 M sys/arm/conf/EA3250.hints M sys/arm/conf/EFIKA_MX M sys/arm/conf/EXYNOS5.common M sys/arm/conf/EXYNOS5250 M sys/arm/conf/EXYNOS5420 A sys/arm/conf/GENERIC A sys/arm/conf/GENERIC-MMCCAM M sys/arm/conf/IMX53 M sys/arm/conf/IMX6 M sys/arm/conf/JETSON-TK1 M sys/arm/conf/Makefile M sys/arm/conf/NOTES A sys/arm/conf/NOTES.armv5 A sys/arm/conf/NOTES.armv7 M sys/arm/conf/ODROIDC1 M sys/arm/conf/PANDABOARD M sys/arm/conf/PANDABOARD.hints M sys/arm/conf/QUARTZ M sys/arm/conf/RADXA M sys/arm/conf/RADXA-LITE M sys/arm/conf/RK3188 M sys/arm/conf/RPI-B M sys/arm/conf/RPI2 A sys/arm/conf/RT1310 M sys/arm/conf/SAM9G20EK.hints M sys/arm/conf/SHEEVAPLUG A sys/arm/conf/SOCDK A sys/arm/conf/SOCFPGA M sys/arm/conf/SOCKIT M sys/arm/conf/SOCKIT-BERI M sys/arm/conf/TEGRA124 M sys/arm/conf/TS7800 M sys/arm/conf/VERSATILEPB M sys/arm/conf/VSATV102 M sys/arm/conf/VYBRID M sys/arm/conf/YYHD18 M sys/arm/conf/ZEDBOARD M sys/arm/conf/genboardid.awk M sys/arm/conf/std.arm M sys/arm/conf/std.armv6 A sys/arm/conf/std.armv7 M sys/arm/freescale/fsl_ocotp.c M sys/arm/freescale/fsl_ocotpreg.h M sys/arm/freescale/fsl_ocotpvar.h M sys/arm/freescale/imx/files.imx5 M sys/arm/freescale/imx/files.imx6 M sys/arm/freescale/imx/imx51_ccm.c M sys/arm/freescale/imx/imx51_ccmreg.h M sys/arm/freescale/imx/imx51_ccmvar.h M sys/arm/freescale/imx/imx51_dpllreg.h M sys/arm/freescale/imx/imx51_ipuv3.c M sys/arm/freescale/imx/imx51_ipuv3_fbd.c M sys/arm/freescale/imx/imx51_ipuv3reg.h M sys/arm/freescale/imx/imx51_machdep.c M sys/arm/freescale/imx/imx51_sdmareg.h M sys/arm/freescale/imx/imx51_ssireg.h M sys/arm/freescale/imx/imx51_tzicreg.h M sys/arm/freescale/imx/imx53_machdep.c M sys/arm/freescale/imx/imx6_ahci.c M sys/arm/freescale/imx/imx6_anatop.c M sys/arm/freescale/imx/imx6_anatopreg.h M sys/arm/freescale/imx/imx6_anatopvar.h M sys/arm/freescale/imx/imx6_audmux.c M sys/arm/freescale/imx/imx6_ccm.c M sys/arm/freescale/imx/imx6_ccmreg.h M sys/arm/freescale/imx/imx6_hdmi.c M sys/arm/freescale/imx/imx6_ipu.c M sys/arm/freescale/imx/imx6_machdep.c A sys/arm/freescale/imx/imx6_machdep.h M sys/arm/freescale/imx/imx6_mp.c M sys/arm/freescale/imx/imx6_pl310.c M sys/arm/freescale/imx/imx6_sdma.c M sys/arm/freescale/imx/imx6_sdma.h M sys/arm/freescale/imx/imx6_snvs.c M sys/arm/freescale/imx/imx6_src.c M sys/arm/freescale/imx/imx6_src.h M sys/arm/freescale/imx/imx6_ssi.c M sys/arm/freescale/imx/imx6_usbphy.c M sys/arm/freescale/imx/imx_ccmvar.h M sys/arm/freescale/imx/imx_common.c A sys/arm/freescale/imx/imx_console.c M sys/arm/freescale/imx/imx_epit.c M sys/arm/freescale/imx/imx_gpio.c M sys/arm/freescale/imx/imx_gpt.c M sys/arm/freescale/imx/imx_gptreg.h M sys/arm/freescale/imx/imx_i2c.c M sys/arm/freescale/imx/imx_iomux.c M sys/arm/freescale/imx/imx_iomuxreg.h M sys/arm/freescale/imx/imx_iomuxvar.h M sys/arm/freescale/imx/imx_machdep.c M sys/arm/freescale/imx/imx_machdep.h M sys/arm/freescale/imx/imx_nop_usbphy.c M sys/arm/freescale/imx/imx_spi.c M sys/arm/freescale/imx/imx_wdog.c M sys/arm/freescale/imx/imx_wdogreg.h M sys/arm/freescale/imx/std.imx51 M sys/arm/freescale/imx/std.imx53 M sys/arm/freescale/imx/std.imx6 M sys/arm/freescale/imx/tzic.c M sys/arm/freescale/vybrid/files.vybrid M sys/arm/freescale/vybrid/std.vybrid M sys/arm/freescale/vybrid/vf_adc.c M sys/arm/freescale/vybrid/vf_adc.h M sys/arm/freescale/vybrid/vf_anadig.c M sys/arm/freescale/vybrid/vf_ccm.c M sys/arm/freescale/vybrid/vf_common.h M sys/arm/freescale/vybrid/vf_dcu4.c M sys/arm/freescale/vybrid/vf_dmamux.c M sys/arm/freescale/vybrid/vf_dmamux.h M sys/arm/freescale/vybrid/vf_edma.c M sys/arm/freescale/vybrid/vf_edma.h M sys/arm/freescale/vybrid/vf_ehci.c M sys/arm/freescale/vybrid/vf_gpio.c M sys/arm/freescale/vybrid/vf_i2c.c M sys/arm/freescale/vybrid/vf_iomuxc.c M sys/arm/freescale/vybrid/vf_iomuxc.h M sys/arm/freescale/vybrid/vf_machdep.c M sys/arm/freescale/vybrid/vf_mscm.c M sys/arm/freescale/vybrid/vf_nfc.c M sys/arm/freescale/vybrid/vf_port.c M sys/arm/freescale/vybrid/vf_port.h M sys/arm/freescale/vybrid/vf_sai.c M sys/arm/freescale/vybrid/vf_spi.c M sys/arm/freescale/vybrid/vf_src.c M sys/arm/freescale/vybrid/vf_src.h M sys/arm/freescale/vybrid/vf_tcon.c M sys/arm/freescale/vybrid/vf_uart.c M sys/arm/include/_align.h M sys/arm/include/_bus.h M sys/arm/include/_inttypes.h M sys/arm/include/_limits.h M sys/arm/include/_stdint.h M sys/arm/include/_types.h M sys/arm/include/acle-compat.h M sys/arm/include/armreg.h M sys/arm/include/asm.h M sys/arm/include/asmacros.h M sys/arm/include/atags.h M sys/arm/include/atomic-v4.h M sys/arm/include/atomic-v6.h M sys/arm/include/atomic.h M sys/arm/include/blockio.h M sys/arm/include/board.h M sys/arm/include/bus.h M sys/arm/include/bus_dma.h M sys/arm/include/clock.h M sys/arm/include/counter.h M sys/arm/include/cpu-v4.h M sys/arm/include/cpu-v6.h M sys/arm/include/cpu.h M sys/arm/include/cpufunc.h M sys/arm/include/cpuinfo.h M sys/arm/include/db_machdep.h M sys/arm/include/debug_monitor.h M sys/arm/include/disassem.h M sys/arm/include/dump.h M sys/arm/include/efi.h M sys/arm/include/elf.h M sys/arm/include/endian.h M sys/arm/include/exec.h M sys/arm/include/fdt.h M sys/arm/include/fiq.h M sys/arm/include/float.h M sys/arm/include/floatingpoint.h M sys/arm/include/frame.h M sys/arm/include/gdb_machdep.h M sys/arm/include/ieee.h M sys/arm/include/ieeefp.h M sys/arm/include/in_cksum.h M sys/arm/include/intr.h M sys/arm/include/kdb.h M sys/arm/include/limits.h M sys/arm/include/machdep.h M sys/arm/include/md_var.h M sys/arm/include/memdev.h M sys/arm/include/metadata.h M sys/arm/include/minidump.h M sys/arm/include/ofw_machdep.h M sys/arm/include/param.h M sys/arm/include/pcb.h M sys/arm/include/pcpu.h A sys/arm/include/pcpu_aux.h M sys/arm/include/pl310.h M sys/arm/include/platform.h M sys/arm/include/platformvar.h M sys/arm/include/pmap-v4.h M sys/arm/include/pmap-v6.h M sys/arm/include/pmap.h M sys/arm/include/pmap_var.h M sys/arm/include/pmc_mdep.h M sys/arm/include/proc.h A sys/arm/include/procctl.h M sys/arm/include/profile.h M sys/arm/include/psl.h M sys/arm/include/pte-v4.h M sys/arm/include/pte-v6.h M sys/arm/include/ptrace.h M sys/arm/include/reg.h M sys/arm/include/reloc.h M sys/arm/include/resource.h M sys/arm/include/runq.h M sys/arm/include/sc_machdep.h M sys/arm/include/setjmp.h M sys/arm/include/sf_buf.h M sys/arm/include/sigframe.h M sys/arm/include/signal.h M sys/arm/include/smp.h M sys/arm/include/stack.h M sys/arm/include/stdarg.h M sys/arm/include/swi.h M sys/arm/include/sysarch.h M sys/arm/include/sysreg.h M sys/arm/include/trap.h M sys/arm/include/ucontext.h M sys/arm/include/undefined.h M sys/arm/include/vdso.h M sys/arm/include/vfp.h M sys/arm/include/vm.h M sys/arm/include/vmparam.h A sys/arm/mv/a37x0_gpio.c A sys/arm/mv/armada/thermal.c A sys/arm/mv/armada/wdt.c M sys/arm/mv/armada38x/armada38x.c M sys/arm/mv/armada38x/armada38x_mp.c A sys/arm/mv/armada38x/armada38x_pl310.c A sys/arm/mv/armada38x/armada38x_pl310.h A sys/arm/mv/armada38x/armada38x_rtc.c M sys/arm/mv/armada38x/files.armada38x M sys/arm/mv/armada38x/pmsu.c M sys/arm/mv/armada38x/pmsu.h M sys/arm/mv/armada38x/std.armada38x M sys/arm/mv/armadaxp/armadaxp.c M sys/arm/mv/armadaxp/armadaxp_mp.c M sys/arm/mv/armadaxp/files.armadaxp M sys/arm/mv/armadaxp/mptramp.S M sys/arm/mv/armadaxp/std.armadaxp M sys/arm/mv/armadaxp/std.mv78x60 A sys/arm/mv/armv5_machdep.c M sys/arm/mv/discovery/discovery.c M sys/arm/mv/discovery/files.db78xxx M sys/arm/mv/discovery/std.db78xxx A sys/arm/mv/files.arm7 M sys/arm/mv/files.mv M sys/arm/mv/gpio.c M sys/arm/mv/ic.c M sys/arm/mv/kirkwood/files.kirkwood M sys/arm/mv/kirkwood/kirkwood.c M sys/arm/mv/kirkwood/std.db88f6xxx M sys/arm/mv/kirkwood/std.kirkwood M sys/arm/mv/mpic.c A sys/arm/mv/mv_ap806_clock.c A sys/arm/mv/mv_ap806_gicp.c A sys/arm/mv/mv_ap806_sei.c A sys/arm/mv/mv_armv7_machdep.c M sys/arm/mv/mv_common.c A sys/arm/mv/mv_cp110_clock.c A sys/arm/mv/mv_cp110_clock.h A sys/arm/mv/mv_cp110_icu.c A sys/arm/mv/mv_cp110_icu_bus.c M sys/arm/mv/mv_localbus.c M sys/arm/mv/mv_pci.c A sys/arm/mv/mv_pci_ctrl.c A sys/arm/mv/mv_thermal.c M sys/arm/mv/mv_ts.c A sys/arm/mv/mvebu_gpio.c A sys/arm/mv/mvebu_pinctrl.c M sys/arm/mv/mvreg.h M sys/arm/mv/mvvar.h M sys/arm/mv/mvwin.h M sys/arm/mv/orion/db88f5xxx.c M sys/arm/mv/orion/files.db88f5xxx M sys/arm/mv/orion/files.ts7800 M sys/arm/mv/orion/orion.c M sys/arm/mv/orion/std.db88f5xxx M sys/arm/mv/orion/std.ts7800 M sys/arm/mv/rtc.c M sys/arm/mv/std-pj4b.mv M sys/arm/mv/std.mv M sys/arm/mv/timer.c M sys/arm/nvidia/as3722.c M sys/arm/nvidia/as3722.h M sys/arm/nvidia/as3722_gpio.c M sys/arm/nvidia/as3722_regulators.c M sys/arm/nvidia/as3722_rtc.c M sys/arm/nvidia/drm2/hdmi.c M sys/arm/nvidia/drm2/hdmi.h M sys/arm/nvidia/drm2/tegra_bo.c M sys/arm/nvidia/drm2/tegra_dc.c M sys/arm/nvidia/drm2/tegra_dc_if.m M sys/arm/nvidia/drm2/tegra_dc_reg.h M sys/arm/nvidia/drm2/tegra_drm.h M sys/arm/nvidia/drm2/tegra_drm_if.m M sys/arm/nvidia/drm2/tegra_drm_subr.c M sys/arm/nvidia/drm2/tegra_fb.c M sys/arm/nvidia/drm2/tegra_hdmi.c M sys/arm/nvidia/drm2/tegra_hdmi_reg.h M sys/arm/nvidia/drm2/tegra_host1x.c M sys/arm/nvidia/tegra124/files.tegra124 M sys/arm/nvidia/tegra124/std.tegra124 M sys/arm/nvidia/tegra124/tegra124_car.c M sys/arm/nvidia/tegra124/tegra124_car.h M sys/arm/nvidia/tegra124/tegra124_clk_per.c M sys/arm/nvidia/tegra124/tegra124_clk_pll.c M sys/arm/nvidia/tegra124/tegra124_clk_super.c M sys/arm/nvidia/tegra124/tegra124_coretemp.c M sys/arm/nvidia/tegra124/tegra124_cpufreq.c M sys/arm/nvidia/tegra124/tegra124_machdep.c M sys/arm/nvidia/tegra124/tegra124_mp.c M sys/arm/nvidia/tegra124/tegra124_mp.h M sys/arm/nvidia/tegra124/tegra124_pmc.c M sys/arm/nvidia/tegra124/tegra124_xusbpadctl.c M sys/arm/nvidia/tegra_abpmisc.c M sys/arm/nvidia/tegra_ahci.c M sys/arm/nvidia/tegra_efuse.c M sys/arm/nvidia/tegra_efuse.h M sys/arm/nvidia/tegra_ehci.c M sys/arm/nvidia/tegra_gpio.c M sys/arm/nvidia/tegra_i2c.c M sys/arm/nvidia/tegra_lic.c M sys/arm/nvidia/tegra_mc.c M sys/arm/nvidia/tegra_pcie.c M sys/arm/nvidia/tegra_pinmux.c M sys/arm/nvidia/tegra_pmc.h M sys/arm/nvidia/tegra_rtc.c M sys/arm/nvidia/tegra_sdhci.c M sys/arm/nvidia/tegra_soctherm.c M sys/arm/nvidia/tegra_soctherm_if.m M sys/arm/nvidia/tegra_uart.c M sys/arm/nvidia/tegra_usbphy.c M sys/arm/nvidia/tegra_xhci.c M sys/arm/qemu/files.qemu M sys/arm/qemu/std.virt M sys/arm/qemu/virt_machdep.c M sys/arm/qemu/virt_mp.c M sys/arm/qemu/virt_mp.h A sys/arm/ralink/files.ralink A sys/arm/ralink/if_fv.c A sys/arm/ralink/if_fvreg.h A sys/arm/ralink/rt1310_gpio.c A sys/arm/ralink/rt1310_intc.c A sys/arm/ralink/rt1310_machdep.c A sys/arm/ralink/rt1310_timer.c A sys/arm/ralink/rt1310reg.h A sys/arm/ralink/rt1310var.h A sys/arm/ralink/std.ralink M sys/arm/rockchip/files.rk30xx M sys/arm/rockchip/rk30xx_gpio.c M sys/arm/rockchip/rk30xx_grf.c M sys/arm/rockchip/rk30xx_grf.h M sys/arm/rockchip/rk30xx_machdep.c M sys/arm/rockchip/rk30xx_mp.c A sys/arm/rockchip/rk30xx_mp.h M sys/arm/rockchip/rk30xx_pmu.c M sys/arm/rockchip/rk30xx_pmu.h M sys/arm/rockchip/rk30xx_wdog.c M sys/arm/rockchip/rk30xx_wdog.h M sys/arm/rockchip/std.rk30xx M sys/arm/samsung/exynos/chrome_ec.c M sys/arm/samsung/exynos/chrome_ec.h M sys/arm/samsung/exynos/chrome_ec_spi.c M sys/arm/samsung/exynos/chrome_kb.c M sys/arm/samsung/exynos/chrome_kb.h M sys/arm/samsung/exynos/exynos5_combiner.c M sys/arm/samsung/exynos/exynos5_combiner.h M sys/arm/samsung/exynos/exynos5_common.h M sys/arm/samsung/exynos/exynos5_ehci.c M sys/arm/samsung/exynos/exynos5_fimd.c M sys/arm/samsung/exynos/exynos5_i2c.c M sys/arm/samsung/exynos/exynos5_machdep.c M sys/arm/samsung/exynos/exynos5_mct.c M sys/arm/samsung/exynos/exynos5_mp.c A sys/arm/samsung/exynos/exynos5_mp.h M sys/arm/samsung/exynos/exynos5_pad.c M sys/arm/samsung/exynos/exynos5_pad.h M sys/arm/samsung/exynos/exynos5_pmu.c M sys/arm/samsung/exynos/exynos5_pmu.h M sys/arm/samsung/exynos/exynos5_spi.c M sys/arm/samsung/exynos/exynos5_usb_phy.c M sys/arm/samsung/exynos/exynos5_xhci.c M sys/arm/samsung/exynos/exynos_uart.c M sys/arm/samsung/exynos/exynos_uart.h M sys/arm/samsung/exynos/files.exynos5 M sys/arm/samsung/exynos/std.exynos5250 M sys/arm/samsung/exynos/std.exynos5420 M sys/arm/ti/aintc.c M sys/arm/ti/am335x/am335x_dmtimer.c M sys/arm/ti/am335x/am335x_dmtpps.c M sys/arm/ti/am335x/am335x_dmtreg.h M sys/arm/ti/am335x/am335x_ecap.c M sys/arm/ti/am335x/am335x_ehrpwm.c M sys/arm/ti/am335x/am335x_gpio.c M sys/arm/ti/am335x/am335x_lcd.c M sys/arm/ti/am335x/am335x_lcd.h M sys/arm/ti/am335x/am335x_lcd_syscons.c M sys/arm/ti/am335x/am335x_musb.c M sys/arm/ti/am335x/am335x_pmic.c M sys/arm/ti/am335x/am335x_prcm.c M sys/arm/ti/am335x/am335x_pwm.h M sys/arm/ti/am335x/am335x_pwmss.c M sys/arm/ti/am335x/am335x_reg.h M sys/arm/ti/am335x/am335x_rtc.c M sys/arm/ti/am335x/am335x_rtcreg.h M sys/arm/ti/am335x/am335x_rtcvar.h M sys/arm/ti/am335x/am335x_scm.c M sys/arm/ti/am335x/am335x_scm.h M sys/arm/ti/am335x/am335x_scm_padconf.c M sys/arm/ti/am335x/am335x_scm_padconf.h M sys/arm/ti/am335x/am335x_usbss.c M sys/arm/ti/am335x/files.am335x M sys/arm/ti/am335x/std.am335x M sys/arm/ti/am335x/tda19988.c M sys/arm/ti/am335x/tps65217x.h M sys/arm/ti/cpsw/if_cpsw.c M sys/arm/ti/cpsw/if_cpswreg.h M sys/arm/ti/cpsw/if_cpswvar.h M sys/arm/ti/files.ti M sys/arm/ti/omap4/files.omap4 M sys/arm/ti/omap4/omap4_gpio.c M sys/arm/ti/omap4/omap4_l2cache.c A sys/arm/ti/omap4/omap4_machdep.h M sys/arm/ti/omap4/omap4_mp.c M sys/arm/ti/omap4/omap4_prcm_clks.c M sys/arm/ti/omap4/omap4_reg.h M sys/arm/ti/omap4/omap4_scm_padconf.c M sys/arm/ti/omap4/omap4_scm_padconf.h M sys/arm/ti/omap4/omap4_smc.h M sys/arm/ti/omap4/omap4_wugen.c M sys/arm/ti/omap4/pandaboard/pandaboard.c A sys/arm/ti/omap4/pandaboard/pandaboard.h M sys/arm/ti/omap4/std.omap4 M sys/arm/ti/std.ti M sys/arm/ti/ti_adc.c M sys/arm/ti/ti_adcreg.h M sys/arm/ti/ti_adcvar.h M sys/arm/ti/ti_cpuid.c M sys/arm/ti/ti_cpuid.h M sys/arm/ti/ti_edma3.c M sys/arm/ti/ti_edma3.h M sys/arm/ti/ti_gpio.c M sys/arm/ti/ti_gpio.h M sys/arm/ti/ti_gpio_if.m M sys/arm/ti/ti_hwmods.c M sys/arm/ti/ti_hwmods.h M sys/arm/ti/ti_i2c.c M sys/arm/ti/ti_i2c.h M sys/arm/ti/ti_machdep.c M sys/arm/ti/ti_mbox.c M sys/arm/ti/ti_mbox.h M sys/arm/ti/ti_pinmux.c M sys/arm/ti/ti_pinmux.h M sys/arm/ti/ti_prcm.c M sys/arm/ti/ti_prcm.h M sys/arm/ti/ti_pruss.c M sys/arm/ti/ti_pruss.h M sys/arm/ti/ti_scm.c M sys/arm/ti/ti_scm.h M sys/arm/ti/ti_sdhci.c M sys/arm/ti/ti_sdma.c M sys/arm/ti/ti_sdma.h M sys/arm/ti/ti_sdmareg.h M sys/arm/ti/ti_smc.S M sys/arm/ti/ti_smc.h M sys/arm/ti/ti_spi.c M sys/arm/ti/ti_spireg.h M sys/arm/ti/ti_spivar.h A sys/arm/ti/ti_sysc.c M sys/arm/ti/ti_wdt.c M sys/arm/ti/ti_wdt.h M sys/arm/ti/tivar.h M sys/arm/ti/twl/twl.c M sys/arm/ti/twl/twl.h M sys/arm/ti/twl/twl_clks.c M sys/arm/ti/twl/twl_clks.h M sys/arm/ti/twl/twl_vreg.c M sys/arm/ti/twl/twl_vreg.h M sys/arm/ti/usb/omap_ehci.c M sys/arm/ti/usb/omap_host.c M sys/arm/ti/usb/omap_tll.c M sys/arm/ti/usb/omap_usb.h M sys/arm/versatile/files.versatile M sys/arm/versatile/pl050.c M sys/arm/versatile/sp804.c M sys/arm/versatile/versatile_clcd.c M sys/arm/versatile/versatile_common.c M sys/arm/versatile/versatile_machdep.c M sys/arm/versatile/versatile_pci.c M sys/arm/versatile/versatile_scm.c M sys/arm/versatile/versatile_scm.h M sys/arm/versatile/versatile_sic.c M sys/arm/xilinx/files.zynq7 M sys/arm/xilinx/std.zynq7 M sys/arm/xilinx/uart_dev_cdnc.c M sys/arm/xilinx/zy7_devcfg.c M sys/arm/xilinx/zy7_ehci.c M sys/arm/xilinx/zy7_gpio.c M sys/arm/xilinx/zy7_l2cache.c M sys/arm/xilinx/zy7_machdep.c A sys/arm/xilinx/zy7_machdep.h M sys/arm/xilinx/zy7_mp.c M sys/arm/xilinx/zy7_reg.h M sys/arm/xilinx/zy7_slcr.c M sys/arm/xilinx/zy7_slcr.h M sys/arm64/acpica/OsdEnvironment.c A sys/arm64/acpica/acpi_iort.c M sys/arm64/acpica/acpi_machdep.c M sys/arm64/acpica/acpi_wakeup.c M sys/arm64/acpica/pci_cfgreg.c M sys/arm64/arm64/autoconf.c M sys/arm64/arm64/bus_machdep.c M sys/arm64/arm64/bus_space_asm.S M sys/arm64/arm64/busdma_bounce.c M sys/arm64/arm64/busdma_machdep.c M sys/arm64/arm64/bzero.S M sys/arm64/arm64/clock.c M sys/arm64/arm64/copyinout.S M sys/arm64/arm64/copystr.c A sys/arm64/arm64/cpu_errata.c M sys/arm64/arm64/cpufunc_asm.S M sys/arm64/arm64/db_disasm.c M sys/arm64/arm64/db_interface.c M sys/arm64/arm64/db_trace.c M sys/arm64/arm64/debug_monitor.c M sys/arm64/arm64/disassem.c M sys/arm64/arm64/dump_machdep.c A sys/arm64/arm64/efirt_machdep.c A sys/arm64/arm64/elf32_machdep.c M sys/arm64/arm64/elf_machdep.c M sys/arm64/arm64/exception.S A sys/arm64/arm64/freebsd32_machdep.c A sys/arm64/arm64/gdb_machdep.c M sys/arm64/arm64/genassym.c M sys/arm64/arm64/gic_v3.c A sys/arm64/arm64/gic_v3_acpi.c M sys/arm64/arm64/gic_v3_fdt.c M sys/arm64/arm64/gic_v3_reg.h M sys/arm64/arm64/gic_v3_var.h M sys/arm64/arm64/gicv3_its.c M sys/arm64/arm64/identcpu.c M sys/arm64/arm64/in_cksum.c M sys/arm64/arm64/locore.S M sys/arm64/arm64/machdep.c M sys/arm64/arm64/mem.c A sys/arm64/arm64/memcpy.S A sys/arm64/arm64/memmove.S M sys/arm64/arm64/minidump_machdep.c M sys/arm64/arm64/mp_machdep.c M sys/arm64/arm64/nexus.c M sys/arm64/arm64/ofw_machdep.c M sys/arm64/arm64/pmap.c M sys/arm64/arm64/stack_machdep.c M sys/arm64/arm64/support.S M sys/arm64/arm64/swtch.S M sys/arm64/arm64/sys_machdep.c M sys/arm64/arm64/trap.c M sys/arm64/arm64/uio_machdep.c M sys/arm64/arm64/uma_machdep.c A sys/arm64/arm64/undefined.c M sys/arm64/arm64/unwind.c M sys/arm64/arm64/vfp.c M sys/arm64/arm64/vm_machdep.c M sys/arm64/cavium/thunder_pcie_common.c M sys/arm64/cavium/thunder_pcie_common.h M sys/arm64/cavium/thunder_pcie_fdt.c M sys/arm64/cavium/thunder_pcie_pem.c M sys/arm64/cavium/thunder_pcie_pem.h M sys/arm64/cavium/thunder_pcie_pem_fdt.c A sys/arm64/cloudabi32/cloudabi32_sysvec.c M sys/arm64/cloudabi64/cloudabi64_sysvec.c M sys/arm64/conf/DEFAULTS M sys/arm64/conf/GENERIC A sys/arm64/conf/GENERIC-MMCCAM A sys/arm64/conf/GENERIC-UP A sys/arm64/coresight/coresight-cmd.c A sys/arm64/coresight/coresight-cpu-debug.c A sys/arm64/coresight/coresight-dynamic-replicator.c A sys/arm64/coresight/coresight-etm4x.c A sys/arm64/coresight/coresight-etm4x.h A sys/arm64/coresight/coresight-funnel.c A sys/arm64/coresight/coresight-funnel.h A sys/arm64/coresight/coresight-tmc.c A sys/arm64/coresight/coresight-tmc.h A sys/arm64/coresight/coresight.c A sys/arm64/coresight/coresight.h A sys/arm64/coresight/coresight_if.m M sys/arm64/include/_align.h M sys/arm64/include/_bus.h M sys/arm64/include/_inttypes.h M sys/arm64/include/_limits.h M sys/arm64/include/_stdint.h M sys/arm64/include/_types.h M sys/arm64/include/acpica_machdep.h M sys/arm64/include/armreg.h M sys/arm64/include/asm.h M sys/arm64/include/atomic.h M sys/arm64/include/bus.h M sys/arm64/include/bus_dma.h M sys/arm64/include/bus_dma_impl.h M sys/arm64/include/clock.h M sys/arm64/include/counter.h M sys/arm64/include/cpu.h M sys/arm64/include/cpufunc.h M sys/arm64/include/db_machdep.h M sys/arm64/include/debug_monitor.h M sys/arm64/include/disassem.h M sys/arm64/include/dump.h M sys/arm64/include/efi.h M sys/arm64/include/elf.h M sys/arm64/include/endian.h M sys/arm64/include/exec.h M sys/arm64/include/float.h M sys/arm64/include/floatingpoint.h A sys/arm64/include/fpu.h M sys/arm64/include/frame.h A sys/arm64/include/gdb_machdep.h M sys/arm64/include/hypervisor.h M sys/arm64/include/ieeefp.h A sys/arm64/include/ifunc.h M sys/arm64/include/in_cksum.h M sys/arm64/include/intr.h M sys/arm64/include/iodev.h M sys/arm64/include/kdb.h M sys/arm64/include/machdep.h M sys/arm64/include/md_var.h M sys/arm64/include/memdev.h M sys/arm64/include/metadata.h M sys/arm64/include/minidump.h M sys/arm64/include/ofw_machdep.h M sys/arm64/include/param.h M sys/arm64/include/pcb.h M sys/arm64/include/pci_cfgreg.h M sys/arm64/include/pcpu.h A sys/arm64/include/pcpu_aux.h M sys/arm64/include/pmap.h M sys/arm64/include/pmc_mdep.h M sys/arm64/include/proc.h A sys/arm64/include/procctl.h M sys/arm64/include/profile.h M sys/arm64/include/psl.h M sys/arm64/include/pte.h M sys/arm64/include/ptrace.h M sys/arm64/include/reg.h M sys/arm64/include/reloc.h M sys/arm64/include/resource.h M sys/arm64/include/runq.h M sys/arm64/include/setjmp.h M sys/arm64/include/sf_buf.h M sys/arm64/include/signal.h M sys/arm64/include/smp.h M sys/arm64/include/stack.h M sys/arm64/include/stdarg.h M sys/arm64/include/sysarch.h M sys/arm64/include/trap.h M sys/arm64/include/ucontext.h A sys/arm64/include/undefined.h M sys/arm64/include/vdso.h M sys/arm64/include/vfp.h M sys/arm64/include/vm.h M sys/arm64/include/vmparam.h A sys/arm64/linux/Makefile A sys/arm64/linux/linux.h A sys/arm64/linux/linux_dummy_machdep.c A sys/arm64/linux/linux_locore.asm A sys/arm64/linux/linux_machdep.c A sys/arm64/linux/linux_proto.h A sys/arm64/linux/linux_ptrace.c A sys/arm64/linux/linux_support.s A sys/arm64/linux/linux_syscall.h A sys/arm64/linux/linux_syscalls.c A sys/arm64/linux/linux_sysent.c A sys/arm64/linux/linux_systrace_args.c A sys/arm64/linux/linux_sysvec.c A sys/arm64/linux/linux_vdso.lds.s A sys/arm64/linux/syscalls.conf A sys/arm64/linux/syscalls.master A sys/arm64/qualcomm/qcom_gcc.c A sys/arm64/rockchip/clk/rk3328_cru.c A sys/arm64/rockchip/clk/rk3399_cru.c A sys/arm64/rockchip/clk/rk3399_cru_dt.h A sys/arm64/rockchip/clk/rk3399_pmucru.c A sys/arm64/rockchip/clk/rk_clk_armclk.c A sys/arm64/rockchip/clk/rk_clk_armclk.h A sys/arm64/rockchip/clk/rk_clk_composite.c A sys/arm64/rockchip/clk/rk_clk_composite.h A sys/arm64/rockchip/clk/rk_clk_fract.c A sys/arm64/rockchip/clk/rk_clk_fract.h A sys/arm64/rockchip/clk/rk_clk_gate.c A sys/arm64/rockchip/clk/rk_clk_gate.h A sys/arm64/rockchip/clk/rk_clk_mux.c A sys/arm64/rockchip/clk/rk_clk_mux.h A sys/arm64/rockchip/clk/rk_clk_pll.c A sys/arm64/rockchip/clk/rk_clk_pll.h A sys/arm64/rockchip/clk/rk_cru.c A sys/arm64/rockchip/clk/rk_cru.h A sys/arm64/rockchip/if_dwc_rk.c A sys/arm64/rockchip/rk3399_emmcphy.c A sys/arm64/rockchip/rk805.c A sys/arm64/rockchip/rk805reg.h A sys/arm64/rockchip/rk_dwc3.c A sys/arm64/rockchip/rk_gpio.c A sys/arm64/rockchip/rk_grf.c A sys/arm64/rockchip/rk_i2c.c A sys/arm64/rockchip/rk_iodomain.c A sys/arm64/rockchip/rk_pcie.c A sys/arm64/rockchip/rk_pcie_phy.c A sys/arm64/rockchip/rk_pinctrl.c A sys/arm64/rockchip/rk_pwm.c A sys/arm64/rockchip/rk_spi.c A sys/arm64/rockchip/rk_tsadc.c A sys/arm64/rockchip/rk_tsadc_if.m A sys/arm64/rockchip/rk_typec_phy.c A sys/arm64/rockchip/rk_usb2phy.c A sys/cam/mmc/mmc.h A sys/cam/mmc/mmc_all.h A sys/cam/mmc/mmc_bus.h A sys/cam/mmc/mmc_da.c A sys/cam/mmc/mmc_xpt.c A sys/cddl/dev/dtrace/x86/instr_size.c M sys/compat/cloudabi/cloudabi_clock.c M sys/compat/cloudabi/cloudabi_errno.c M sys/compat/cloudabi/cloudabi_fd.c M sys/compat/cloudabi/cloudabi_file.c M sys/compat/cloudabi/cloudabi_futex.c M sys/compat/cloudabi/cloudabi_mem.c M sys/compat/cloudabi/cloudabi_proc.c M sys/compat/cloudabi/cloudabi_proto.h M sys/compat/cloudabi/cloudabi_random.c M sys/compat/cloudabi/cloudabi_sock.c M sys/compat/cloudabi/cloudabi_thread.c M sys/compat/cloudabi/cloudabi_util.h M sys/compat/cloudabi/cloudabi_vdso.c M sys/compat/cloudabi/cloudabi_vdso.lds M sys/compat/cloudabi32/Makefile M sys/compat/cloudabi32/cloudabi32_fd.c M sys/compat/cloudabi32/cloudabi32_module.c M sys/compat/cloudabi32/cloudabi32_poll.c M sys/compat/cloudabi32/cloudabi32_proto.h M sys/compat/cloudabi32/cloudabi32_sock.c M sys/compat/cloudabi32/cloudabi32_syscall.h M sys/compat/cloudabi32/cloudabi32_syscalls.c M sys/compat/cloudabi32/cloudabi32_sysent.c M sys/compat/cloudabi32/cloudabi32_systrace_args.c M sys/compat/cloudabi32/cloudabi32_thread.c M sys/compat/cloudabi32/cloudabi32_util.h M sys/compat/cloudabi32/syscalls.conf M sys/compat/cloudabi64/Makefile M sys/compat/cloudabi64/cloudabi64_fd.c M sys/compat/cloudabi64/cloudabi64_module.c M sys/compat/cloudabi64/cloudabi64_poll.c M sys/compat/cloudabi64/cloudabi64_proto.h M sys/compat/cloudabi64/cloudabi64_sock.c M sys/compat/cloudabi64/cloudabi64_syscall.h M sys/compat/cloudabi64/cloudabi64_syscalls.c M sys/compat/cloudabi64/cloudabi64_sysent.c M sys/compat/cloudabi64/cloudabi64_systrace_args.c M sys/compat/cloudabi64/cloudabi64_thread.c M sys/compat/cloudabi64/cloudabi64_util.h M sys/compat/cloudabi64/syscalls.conf M sys/compat/freebsd32/Makefile M sys/compat/freebsd32/freebsd32.h M sys/compat/freebsd32/freebsd32_capability.c M sys/compat/freebsd32/freebsd32_ioctl.c M sys/compat/freebsd32/freebsd32_ioctl.h M sys/compat/freebsd32/freebsd32_ipc.h M sys/compat/freebsd32/freebsd32_misc.c M sys/compat/freebsd32/freebsd32_misc.h M sys/compat/freebsd32/freebsd32_proto.h M sys/compat/freebsd32/freebsd32_signal.h M sys/compat/freebsd32/freebsd32_syscall.h M sys/compat/freebsd32/freebsd32_syscalls.c M sys/compat/freebsd32/freebsd32_sysent.c M sys/compat/freebsd32/freebsd32_systrace_args.c M sys/compat/freebsd32/freebsd32_util.h M sys/compat/freebsd32/syscalls.conf M sys/compat/freebsd32/syscalls.master M sys/compat/ia32/ia32_genassym.c M sys/compat/ia32/ia32_signal.h M sys/compat/ia32/ia32_sysvec.c M sys/compat/ia32/ia32_util.h A sys/compat/lindebugfs/lindebugfs.c M sys/compat/linprocfs/linprocfs.c M sys/compat/linsysfs/linsysfs.c M sys/compat/linux/check_error.d M sys/compat/linux/check_internal_locks.d M sys/compat/linux/linux.c M sys/compat/linux/linux.h M sys/compat/linux/linux_common.c A sys/compat/linux/linux_common.h M sys/compat/linux/linux_dtrace.h A sys/compat/linux/linux_dummy.c M sys/compat/linux/linux_emul.c M sys/compat/linux/linux_emul.h M sys/compat/linux/linux_errno.c M sys/compat/linux/linux_errno.inc M sys/compat/linux/linux_event.c M sys/compat/linux/linux_event.h M sys/compat/linux/linux_file.c M sys/compat/linux/linux_file.h M sys/compat/linux/linux_fork.c M sys/compat/linux/linux_futex.c M sys/compat/linux/linux_futex.h M sys/compat/linux/linux_getcwd.c M sys/compat/linux/linux_ioctl.c M sys/compat/linux/linux_ioctl.h M sys/compat/linux/linux_ipc.c M sys/compat/linux/linux_ipc.h M sys/compat/linux/linux_ipc64.h M sys/compat/linux/linux_mib.c M sys/compat/linux/linux_mib.h M sys/compat/linux/linux_misc.c M sys/compat/linux/linux_misc.h M sys/compat/linux/linux_mmap.c M sys/compat/linux/linux_mmap.h M sys/compat/linux/linux_persona.h M sys/compat/linux/linux_signal.c M sys/compat/linux/linux_signal.h M sys/compat/linux/linux_socket.c M sys/compat/linux/linux_socket.h M sys/compat/linux/linux_stats.c M sys/compat/linux/linux_sysctl.c M sys/compat/linux/linux_sysproto.h M sys/compat/linux/linux_time.c M sys/compat/linux/linux_timer.c M sys/compat/linux/linux_timer.h M sys/compat/linux/linux_uid16.c M sys/compat/linux/linux_util.c M sys/compat/linux/linux_util.h M sys/compat/linux/linux_vdso.c M sys/compat/linux/linux_vdso.h M sys/compat/linux/linux_videodev2_compat.h M sys/compat/linux/linux_videodev_compat.h M sys/compat/linux/stats_timing.d M sys/compat/linux/trace_futexes.d M sys/compat/linuxkpi/common/include/asm/atomic-long.h M sys/compat/linuxkpi/common/include/asm/atomic.h M sys/compat/linuxkpi/common/include/asm/atomic64.h M sys/compat/linuxkpi/common/include/asm/byteorder.h M sys/compat/linuxkpi/common/include/asm/fcntl.h M sys/compat/linuxkpi/common/include/asm/io.h M sys/compat/linuxkpi/common/include/asm/msr.h M sys/compat/linuxkpi/common/include/asm/pgtable.h M sys/compat/linuxkpi/common/include/asm/smp.h M sys/compat/linuxkpi/common/include/asm/types.h M sys/compat/linuxkpi/common/include/asm/uaccess.h M sys/compat/linuxkpi/common/include/linux/atomic.h A sys/compat/linuxkpi/common/include/linux/bitfield.h M sys/compat/linuxkpi/common/include/linux/bitmap.h M sys/compat/linuxkpi/common/include/linux/bitops.h M sys/compat/linuxkpi/common/include/linux/bottom_half.h M sys/compat/linuxkpi/common/include/linux/cache.h M sys/compat/linuxkpi/common/include/linux/cdev.h M sys/compat/linuxkpi/common/include/linux/clocksource.h M sys/compat/linuxkpi/common/include/linux/compat.h M sys/compat/linuxkpi/common/include/linux/compiler.h M sys/compat/linuxkpi/common/include/linux/completion.h M sys/compat/linuxkpi/common/include/linux/dcache.h A sys/compat/linuxkpi/common/include/linux/debugfs.h M sys/compat/linuxkpi/common/include/linux/delay.h M sys/compat/linuxkpi/common/include/linux/device.h M sys/compat/linuxkpi/common/include/linux/dma-attrs.h M sys/compat/linuxkpi/common/include/linux/dma-mapping.h M sys/compat/linuxkpi/common/include/linux/dmapool.h M sys/compat/linuxkpi/common/include/linux/err.h M sys/compat/linuxkpi/common/include/linux/errno.h M sys/compat/linuxkpi/common/include/linux/etherdevice.h M sys/compat/linuxkpi/common/include/linux/export.h M sys/compat/linuxkpi/common/include/linux/file.h M sys/compat/linuxkpi/common/include/linux/fs.h M sys/compat/linuxkpi/common/include/linux/gfp.h M sys/compat/linuxkpi/common/include/linux/hardirq.h M sys/compat/linuxkpi/common/include/linux/hrtimer.h M sys/compat/linuxkpi/common/include/linux/idr.h M sys/compat/linuxkpi/common/include/linux/if_arp.h M sys/compat/linuxkpi/common/include/linux/if_ether.h M sys/compat/linuxkpi/common/include/linux/if_vlan.h M sys/compat/linuxkpi/common/include/linux/in.h M sys/compat/linuxkpi/common/include/linux/in6.h M sys/compat/linuxkpi/common/include/linux/inetdevice.h M sys/compat/linuxkpi/common/include/linux/interrupt.h M sys/compat/linuxkpi/common/include/linux/io-mapping.h M sys/compat/linuxkpi/common/include/linux/io.h M sys/compat/linuxkpi/common/include/linux/ioctl.h A sys/compat/linuxkpi/common/include/linux/irq_work.h M sys/compat/linuxkpi/common/include/linux/irqreturn.h M sys/compat/linuxkpi/common/include/linux/jhash.h M sys/compat/linuxkpi/common/include/linux/jiffies.h M sys/compat/linuxkpi/common/include/linux/kdev_t.h M sys/compat/linuxkpi/common/include/linux/kernel.h M sys/compat/linuxkpi/common/include/linux/kmod.h M sys/compat/linuxkpi/common/include/linux/kobject.h M sys/compat/linuxkpi/common/include/linux/kref.h M sys/compat/linuxkpi/common/include/linux/kthread.h M sys/compat/linuxkpi/common/include/linux/ktime.h M sys/compat/linuxkpi/common/include/linux/list.h M sys/compat/linuxkpi/common/include/linux/lockdep.h M sys/compat/linuxkpi/common/include/linux/log2.h M sys/compat/linuxkpi/common/include/linux/math64.h M sys/compat/linuxkpi/common/include/linux/miscdevice.h M sys/compat/linuxkpi/common/include/linux/mm.h M sys/compat/linuxkpi/common/include/linux/mm_types.h M sys/compat/linuxkpi/common/include/linux/module.h M sys/compat/linuxkpi/common/include/linux/moduleparam.h M sys/compat/linuxkpi/common/include/linux/mutex.h M sys/compat/linuxkpi/common/include/linux/net.h M sys/compat/linuxkpi/common/include/linux/net_dim.h M sys/compat/linuxkpi/common/include/linux/netdevice.h M sys/compat/linuxkpi/common/include/linux/notifier.h A sys/compat/linuxkpi/common/include/linux/overflow.h M sys/compat/linuxkpi/common/include/linux/page.h M sys/compat/linuxkpi/common/include/linux/pci.h M sys/compat/linuxkpi/common/include/linux/pfn.h M sys/compat/linuxkpi/common/include/linux/pfn_t.h M sys/compat/linuxkpi/common/include/linux/pid.h M sys/compat/linuxkpi/common/include/linux/poll.h M sys/compat/linuxkpi/common/include/linux/preempt.h M sys/compat/linuxkpi/common/include/linux/printk.h M sys/compat/linuxkpi/common/include/linux/radix-tree.h M sys/compat/linuxkpi/common/include/linux/random.h M sys/compat/linuxkpi/common/include/linux/rbtree.h M sys/compat/linuxkpi/common/include/linux/rculist.h M sys/compat/linuxkpi/common/include/linux/rcupdate.h A sys/compat/linuxkpi/common/include/linux/refcount.h M sys/compat/linuxkpi/common/include/linux/rwlock.h M sys/compat/linuxkpi/common/include/linux/rwsem.h M sys/compat/linuxkpi/common/include/linux/scatterlist.h M sys/compat/linuxkpi/common/include/linux/sched.h M sys/compat/linuxkpi/common/include/linux/semaphore.h A sys/compat/linuxkpi/common/include/linux/seq_file.h A sys/compat/linuxkpi/common/include/linux/sizes.h M sys/compat/linuxkpi/common/include/linux/slab.h M sys/compat/linuxkpi/common/include/linux/smp.h M sys/compat/linuxkpi/common/include/linux/socket.h M sys/compat/linuxkpi/common/include/linux/spinlock.h M sys/compat/linuxkpi/common/include/linux/srcu.h M sys/compat/linuxkpi/common/include/linux/string.h M sys/compat/linuxkpi/common/include/linux/sysfs.h M sys/compat/linuxkpi/common/include/linux/time.h M sys/compat/linuxkpi/common/include/linux/timer.h M sys/compat/linuxkpi/common/include/linux/types.h M sys/compat/linuxkpi/common/include/linux/uaccess.h M sys/compat/linuxkpi/common/include/linux/usb.h M sys/compat/linuxkpi/common/include/linux/vmalloc.h M sys/compat/linuxkpi/common/include/linux/wait.h A sys/compat/linuxkpi/common/include/linux/wait_bit.h M sys/compat/linuxkpi/common/include/linux/workqueue.h M sys/compat/linuxkpi/common/include/linux/ww_mutex.h A sys/compat/linuxkpi/common/include/linux/xarray.h M sys/compat/linuxkpi/common/include/net/if_inet6.h M sys/compat/linuxkpi/common/include/net/ip.h M sys/compat/linuxkpi/common/include/net/ipv6.h M sys/compat/linuxkpi/common/include/net/netevent.h M sys/compat/linuxkpi/common/include/net/tcp.h M sys/compat/linuxkpi/common/src/linux_compat.c M sys/compat/linuxkpi/common/src/linux_current.c A sys/compat/linuxkpi/common/src/linux_domain.c M sys/compat/linuxkpi/common/src/linux_hrtimer.c M sys/compat/linuxkpi/common/src/linux_idr.c M sys/compat/linuxkpi/common/src/linux_kmod.c M sys/compat/linuxkpi/common/src/linux_kthread.c M sys/compat/linuxkpi/common/src/linux_lock.c M sys/compat/linuxkpi/common/src/linux_page.c M sys/compat/linuxkpi/common/src/linux_pci.c M sys/compat/linuxkpi/common/src/linux_radix.c M sys/compat/linuxkpi/common/src/linux_rcu.c M sys/compat/linuxkpi/common/src/linux_schedule.c A sys/compat/linuxkpi/common/src/linux_seq_file.c M sys/compat/linuxkpi/common/src/linux_slab.c M sys/compat/linuxkpi/common/src/linux_tasklet.c M sys/compat/linuxkpi/common/src/linux_usb.c M sys/compat/linuxkpi/common/src/linux_work.c A sys/compat/linuxkpi/common/src/linux_xarray.c M sys/compat/ndis/cfg_var.h M sys/compat/ndis/hal_var.h M sys/compat/ndis/kern_ndis.c M sys/compat/ndis/kern_windrv.c M sys/compat/ndis/ndis_var.h M sys/compat/ndis/ntoskrnl_var.h M sys/compat/ndis/pe_var.h M sys/compat/ndis/resource_var.h M sys/compat/ndis/subr_hal.c M sys/compat/ndis/subr_ndis.c M sys/compat/ndis/subr_ntoskrnl.c M sys/compat/ndis/subr_pe.c M sys/compat/ndis/subr_usbd.c M sys/compat/ndis/usbd_var.h M sys/compat/ndis/winx32_wrap.S M sys/compat/ndis/winx64_wrap.S M sys/compat/netbsd/dvcfg.h M sys/compat/x86bios/x86bios.c M sys/compat/x86bios/x86bios.h A sys/conf/dtb.build.mk A sys/conf/kmod_syms_prefix.awk A sys/conf/ldscript.powerpcspe M sys/dev/aac/aac.c M sys/dev/aac/aac_cam.c M sys/dev/aac/aac_debug.c M sys/dev/aac/aac_disk.c M sys/dev/aac/aac_linux.c M sys/dev/aac/aac_pci.c M sys/dev/aac/aac_tables.h M sys/dev/aac/aacreg.h M sys/dev/aac/aacvar.h M sys/dev/aacraid/aacraid.c M sys/dev/aacraid/aacraid_cam.c M sys/dev/aacraid/aacraid_debug.c M sys/dev/aacraid/aacraid_debug.h M sys/dev/aacraid/aacraid_linux.c M sys/dev/aacraid/aacraid_pci.c M sys/dev/aacraid/aacraid_reg.h M sys/dev/aacraid/aacraid_var.h M sys/dev/acpi_support/acpi_asus.c M sys/dev/acpi_support/acpi_asus_wmi.c M sys/dev/acpi_support/acpi_fujitsu.c M sys/dev/acpi_support/acpi_hp.c M sys/dev/acpi_support/acpi_ibm.c M sys/dev/acpi_support/acpi_panasonic.c M sys/dev/acpi_support/acpi_rapidstart.c M sys/dev/acpi_support/acpi_sony.c M sys/dev/acpi_support/acpi_toshiba.c M sys/dev/acpi_support/acpi_wmi.c M sys/dev/acpi_support/acpi_wmi_if.m M sys/dev/acpi_support/atk0110.c M sys/dev/acpica/Osd/OsdDebug.c M sys/dev/acpica/Osd/OsdHardware.c M sys/dev/acpica/Osd/OsdInterrupt.c M sys/dev/acpica/Osd/OsdMemory.c M sys/dev/acpica/Osd/OsdSchedule.c M sys/dev/acpica/Osd/OsdStream.c M sys/dev/acpica/Osd/OsdSynch.c M sys/dev/acpica/Osd/OsdTable.c M sys/dev/acpica/acpi.c M sys/dev/acpica/acpi_acad.c A sys/dev/acpica/acpi_apei.c M sys/dev/acpica/acpi_battery.c A sys/dev/acpica/acpi_bus_if.m M sys/dev/acpica/acpi_button.c M sys/dev/acpica/acpi_cmbat.c M sys/dev/acpica/acpi_container.c M sys/dev/acpica/acpi_cpu.c M sys/dev/acpica/acpi_dock.c M sys/dev/acpica/acpi_ec.c M sys/dev/acpica/acpi_hpet.c M sys/dev/acpica/acpi_hpet.h M sys/dev/acpica/acpi_if.m M sys/dev/acpica/acpi_isab.c M sys/dev/acpica/acpi_lid.c M sys/dev/acpica/acpi_package.c M sys/dev/acpica/acpi_pci.c M sys/dev/acpica/acpi_pci_link.c M sys/dev/acpica/acpi_pcib.c M sys/dev/acpica/acpi_pcib_acpi.c M sys/dev/acpica/acpi_pcib_pci.c M sys/dev/acpica/acpi_pcibvar.h M sys/dev/acpica/acpi_pcivar.h M sys/dev/acpica/acpi_perf.c M sys/dev/acpica/acpi_powerres.c A sys/dev/acpica/acpi_pxm.c M sys/dev/acpica/acpi_quirk.c M sys/dev/acpica/acpi_quirks M sys/dev/acpica/acpi_resource.c M sys/dev/acpica/acpi_smbat.c M sys/dev/acpica/acpi_smbus.h M sys/dev/acpica/acpi_thermal.c M sys/dev/acpica/acpi_throttle.c M sys/dev/acpica/acpi_timer.c M sys/dev/acpica/acpi_video.c M sys/dev/acpica/acpiio.h M sys/dev/acpica/acpivar.h M sys/dev/adb/adb.h M sys/dev/adb/adb_bus.c M sys/dev/adb/adb_buttons.c M sys/dev/adb/adb_hb_if.m M sys/dev/adb/adb_if.m M sys/dev/adb/adb_kbd.c M sys/dev/adb/adb_mouse.c M sys/dev/adb/adbvar.h M sys/dev/adlink/adlink.c M sys/dev/advansys/adv_isa.c M sys/dev/advansys/adv_pci.c M sys/dev/advansys/advansys.c M sys/dev/advansys/advansys.h M sys/dev/advansys/advlib.c M sys/dev/advansys/advlib.h M sys/dev/advansys/advmcode.c M sys/dev/advansys/advmcode.h M sys/dev/advansys/adw_pci.c M sys/dev/advansys/adwcam.c M sys/dev/advansys/adwlib.c M sys/dev/advansys/adwlib.h M sys/dev/advansys/adwmcode.c M sys/dev/advansys/adwmcode.h M sys/dev/advansys/adwvar.h M sys/dev/ae/if_ae.c M sys/dev/ae/if_aereg.h M sys/dev/ae/if_aevar.h M sys/dev/age/if_age.c M sys/dev/age/if_agereg.h M sys/dev/age/if_agevar.h M sys/dev/agp/agp.c M sys/dev/agp/agp_ali.c M sys/dev/agp/agp_amd.c M sys/dev/agp/agp_amd64.c M sys/dev/agp/agp_apple.c M sys/dev/agp/agp_ati.c M sys/dev/agp/agp_i810.c M sys/dev/agp/agp_i810.h M sys/dev/agp/agp_if.m M sys/dev/agp/agp_intel.c M sys/dev/agp/agp_nvidia.c M sys/dev/agp/agp_sis.c M sys/dev/agp/agp_via.c M sys/dev/agp/agppriv.h M sys/dev/agp/agpreg.h M sys/dev/agp/agpvar.h M sys/dev/aha/aha.c M sys/dev/aha/aha_isa.c M sys/dev/aha/ahareg.h M sys/dev/ahci/ahci.c M sys/dev/ahci/ahci.h M sys/dev/ahci/ahci_generic.c A sys/dev/ahci/ahci_mv_fdt.c M sys/dev/ahci/ahci_pci.c M sys/dev/ahci/ahciem.c M sys/dev/aic/aic.c M sys/dev/aic/aic6360reg.h M sys/dev/aic/aic_isa.c M sys/dev/aic/aic_pccard.c M sys/dev/aic/aicvar.h M sys/dev/aic7xxx/ahc_isa.c M sys/dev/aic7xxx/ahc_pci.c M sys/dev/aic7xxx/ahd_pci.c M sys/dev/aic7xxx/aic7770.c M sys/dev/aic7xxx/aic79xx.c M sys/dev/aic7xxx/aic79xx.h M sys/dev/aic7xxx/aic79xx.reg M sys/dev/aic7xxx/aic79xx.seq M sys/dev/aic7xxx/aic79xx_inline.h M sys/dev/aic7xxx/aic79xx_osm.c M sys/dev/aic7xxx/aic79xx_osm.h M sys/dev/aic7xxx/aic79xx_pci.c M sys/dev/aic7xxx/aic79xx_reg.h M sys/dev/aic7xxx/aic79xx_reg_print.c M sys/dev/aic7xxx/aic79xx_seq.h M sys/dev/aic7xxx/aic7xxx.c M sys/dev/aic7xxx/aic7xxx.h M sys/dev/aic7xxx/aic7xxx.reg M sys/dev/aic7xxx/aic7xxx.seq M sys/dev/aic7xxx/aic7xxx_93cx6.c M sys/dev/aic7xxx/aic7xxx_93cx6.h M sys/dev/aic7xxx/aic7xxx_inline.h M sys/dev/aic7xxx/aic7xxx_osm.c M sys/dev/aic7xxx/aic7xxx_osm.h M sys/dev/aic7xxx/aic7xxx_pci.c M sys/dev/aic7xxx/aic7xxx_reg.h M sys/dev/aic7xxx/aic7xxx_reg_print.c M sys/dev/aic7xxx/aic7xxx_seq.h M sys/dev/aic7xxx/aic_osm_lib.c M sys/dev/aic7xxx/aic_osm_lib.h M sys/dev/aic7xxx/aicasm/Makefile M sys/dev/aic7xxx/aicasm/aicasm.c M sys/dev/aic7xxx/aicasm/aicasm.h M sys/dev/aic7xxx/aicasm/aicasm_gram.y M sys/dev/aic7xxx/aicasm/aicasm_insformat.h M sys/dev/aic7xxx/aicasm/aicasm_macro_gram.y M sys/dev/aic7xxx/aicasm/aicasm_macro_scan.l M sys/dev/aic7xxx/aicasm/aicasm_scan.l M sys/dev/aic7xxx/aicasm/aicasm_symbol.c M sys/dev/aic7xxx/aicasm/aicasm_symbol.h A sys/dev/al_eth/al_eth.c A sys/dev/al_eth/al_eth.h A sys/dev/al_eth/al_init_eth_kr.c A sys/dev/al_eth/al_init_eth_kr.h A sys/dev/al_eth/al_init_eth_lm.c A sys/dev/al_eth/al_init_eth_lm.h M sys/dev/alc/if_alc.c M sys/dev/alc/if_alcreg.h M sys/dev/alc/if_alcvar.h M sys/dev/ale/if_ale.c M sys/dev/ale/if_alereg.h M sys/dev/ale/if_alevar.h M sys/dev/alpm/alpm.c M sys/dev/altera/atse/if_atse.c M sys/dev/altera/atse/if_atse_fdt.c M sys/dev/altera/atse/if_atse_nexus.c M sys/dev/altera/atse/if_atsereg.h M sys/dev/altera/avgen/altera_avgen.c M sys/dev/altera/avgen/altera_avgen.h M sys/dev/altera/avgen/altera_avgen_fdt.c M sys/dev/altera/avgen/altera_avgen_nexus.c A sys/dev/altera/dwc/if_dwc_socfpga.c M sys/dev/altera/jtag_uart/altera_jtag_uart.h M sys/dev/altera/jtag_uart/altera_jtag_uart_cons.c M sys/dev/altera/jtag_uart/altera_jtag_uart_fdt.c M sys/dev/altera/jtag_uart/altera_jtag_uart_nexus.c M sys/dev/altera/jtag_uart/altera_jtag_uart_tty.c A sys/dev/altera/msgdma/msgdma.c A sys/dev/altera/msgdma/msgdma.h M sys/dev/altera/pio/pio.c M sys/dev/altera/pio/pio.h M sys/dev/altera/pio/pio_if.m M sys/dev/altera/sdcard/altera_sdcard.c M sys/dev/altera/sdcard/altera_sdcard.h M sys/dev/altera/sdcard/altera_sdcard_disk.c M sys/dev/altera/sdcard/altera_sdcard_fdt.c M sys/dev/altera/sdcard/altera_sdcard_io.c M sys/dev/altera/sdcard/altera_sdcard_nexus.c A sys/dev/altera/softdma/a_api.h A sys/dev/altera/softdma/softdma.c M sys/dev/amd_ecc_inject/ecc_inject.c M sys/dev/amdgpio/amdgpio.c M sys/dev/amdgpio/amdgpio.h M sys/dev/amdpm/amdpm.c M sys/dev/amdsbwd/amd_chipset.h M sys/dev/amdsbwd/amdsbwd.c M sys/dev/amdsmb/amdsmb.c M sys/dev/amdsmn/amdsmn.c M sys/dev/amdsmn/amdsmn.h M sys/dev/amdtemp/amdtemp.c M sys/dev/amr/amr.c M sys/dev/amr/amr_cam.c M sys/dev/amr/amr_disk.c M sys/dev/amr/amr_linux.c M sys/dev/amr/amr_pci.c M sys/dev/amr/amr_tables.h M sys/dev/amr/amrio.h M sys/dev/amr/amrreg.h M sys/dev/amr/amrvar.h M sys/dev/an/if_aironet_ieee.h M sys/dev/an/if_an.c M sys/dev/an/if_an_isa.c M sys/dev/an/if_an_pccard.c M sys/dev/an/if_an_pci.c M sys/dev/an/if_anreg.h M sys/dev/arcmsr/arcmsr.c M sys/dev/arcmsr/arcmsr.h M sys/dev/asmc/asmc.c M sys/dev/asmc/asmcvar.h M sys/dev/ata/ata-all.c M sys/dev/ata/ata-all.h M sys/dev/ata/ata-card.c M sys/dev/ata/ata-dma.c M sys/dev/ata/ata-isa.c M sys/dev/ata/ata-lowlevel.c M sys/dev/ata/ata-pci.c M sys/dev/ata/ata-pci.h M sys/dev/ata/ata-sata.c M sys/dev/ata/ata_if.m M sys/dev/ata/chipsets/ata-acard.c M sys/dev/ata/chipsets/ata-acerlabs.c M sys/dev/ata/chipsets/ata-amd.c M sys/dev/ata/chipsets/ata-ati.c M sys/dev/ata/chipsets/ata-cenatek.c M sys/dev/ata/chipsets/ata-cypress.c M sys/dev/ata/chipsets/ata-cyrix.c M sys/dev/ata/chipsets/ata-fsl.c M sys/dev/ata/chipsets/ata-highpoint.c M sys/dev/ata/chipsets/ata-intel.c M sys/dev/ata/chipsets/ata-ite.c M sys/dev/ata/chipsets/ata-jmicron.c M sys/dev/ata/chipsets/ata-marvell.c M sys/dev/ata/chipsets/ata-micron.c M sys/dev/ata/chipsets/ata-national.c M sys/dev/ata/chipsets/ata-netcell.c M sys/dev/ata/chipsets/ata-nvidia.c M sys/dev/ata/chipsets/ata-promise.c M sys/dev/ata/chipsets/ata-serverworks.c M sys/dev/ata/chipsets/ata-siliconimage.c M sys/dev/ata/chipsets/ata-sis.c M sys/dev/ata/chipsets/ata-via.c M sys/dev/ath/ah_osdep.c M sys/dev/ath/ah_osdep.h A sys/dev/ath/ah_osdep_ar5210.c A sys/dev/ath/ah_osdep_ar5211.c A sys/dev/ath/ah_osdep_ar5212.c A sys/dev/ath/ah_osdep_ar5416.c A sys/dev/ath/ah_osdep_ar9300.c M sys/dev/ath/ath_dfs/null/dfs_null.c M sys/dev/ath/ath_hal/ah.c M sys/dev/ath/ath_hal/ah.h M sys/dev/ath/ath_hal/ah_btcoex.h M sys/dev/ath/ath_hal/ah_debug.h M sys/dev/ath/ath_hal/ah_decode.h M sys/dev/ath/ath_hal/ah_desc.h M sys/dev/ath/ath_hal/ah_devid.h M sys/dev/ath/ath_hal/ah_diagcodes.h M sys/dev/ath/ath_hal/ah_eeprom.h M sys/dev/ath/ath_hal/ah_eeprom_9287.c M sys/dev/ath/ath_hal/ah_eeprom_9287.h M sys/dev/ath/ath_hal/ah_eeprom_v1.c M sys/dev/ath/ath_hal/ah_eeprom_v1.h M sys/dev/ath/ath_hal/ah_eeprom_v14.c M sys/dev/ath/ath_hal/ah_eeprom_v14.h M sys/dev/ath/ath_hal/ah_eeprom_v3.c M sys/dev/ath/ath_hal/ah_eeprom_v3.h M sys/dev/ath/ath_hal/ah_eeprom_v4k.c M sys/dev/ath/ath_hal/ah_eeprom_v4k.h M sys/dev/ath/ath_hal/ah_internal.h M sys/dev/ath/ath_hal/ah_regdomain.c M sys/dev/ath/ath_hal/ah_regdomain.h M sys/dev/ath/ath_hal/ah_regdomain/ah_rd_ctry.h M sys/dev/ath/ath_hal/ah_regdomain/ah_rd_domains.h M sys/dev/ath/ath_hal/ah_regdomain/ah_rd_freqbands.h M sys/dev/ath/ath_hal/ah_regdomain/ah_rd_regenum.h M sys/dev/ath/ath_hal/ah_regdomain/ah_rd_regmap.h M sys/dev/ath/ath_hal/ah_soc.h M sys/dev/ath/ath_hal/ar5210/ar5210.h M sys/dev/ath/ath_hal/ar5210/ar5210_attach.c M sys/dev/ath/ath_hal/ar5210/ar5210_beacon.c M sys/dev/ath/ath_hal/ar5210/ar5210_interrupts.c M sys/dev/ath/ath_hal/ar5210/ar5210_keycache.c M sys/dev/ath/ath_hal/ar5210/ar5210_misc.c M sys/dev/ath/ath_hal/ar5210/ar5210_phy.c M sys/dev/ath/ath_hal/ar5210/ar5210_power.c M sys/dev/ath/ath_hal/ar5210/ar5210_recv.c M sys/dev/ath/ath_hal/ar5210/ar5210_reset.c M sys/dev/ath/ath_hal/ar5210/ar5210_xmit.c M sys/dev/ath/ath_hal/ar5210/ar5210desc.h M sys/dev/ath/ath_hal/ar5210/ar5210phy.h M sys/dev/ath/ath_hal/ar5210/ar5210reg.h M sys/dev/ath/ath_hal/ar5210/ar5k_0007.ini M sys/dev/ath/ath_hal/ar5211/ar5211.h M sys/dev/ath/ath_hal/ar5211/ar5211_attach.c M sys/dev/ath/ath_hal/ar5211/ar5211_beacon.c M sys/dev/ath/ath_hal/ar5211/ar5211_interrupts.c M sys/dev/ath/ath_hal/ar5211/ar5211_keycache.c M sys/dev/ath/ath_hal/ar5211/ar5211_misc.c M sys/dev/ath/ath_hal/ar5211/ar5211_phy.c M sys/dev/ath/ath_hal/ar5211/ar5211_power.c M sys/dev/ath/ath_hal/ar5211/ar5211_recv.c M sys/dev/ath/ath_hal/ar5211/ar5211_reset.c M sys/dev/ath/ath_hal/ar5211/ar5211_xmit.c M sys/dev/ath/ath_hal/ar5211/ar5211desc.h M sys/dev/ath/ath_hal/ar5211/ar5211phy.h M sys/dev/ath/ath_hal/ar5211/ar5211reg.h M sys/dev/ath/ath_hal/ar5211/boss.ini M sys/dev/ath/ath_hal/ar5212/ar2316.c M sys/dev/ath/ath_hal/ar5212/ar2317.c M sys/dev/ath/ath_hal/ar5212/ar2413.c M sys/dev/ath/ath_hal/ar5212/ar2425.c M sys/dev/ath/ath_hal/ar5212/ar5111.c M sys/dev/ath/ath_hal/ar5212/ar5112.c M sys/dev/ath/ath_hal/ar5212/ar5212.h M sys/dev/ath/ath_hal/ar5212/ar5212.ini M sys/dev/ath/ath_hal/ar5212/ar5212_ani.c M sys/dev/ath/ath_hal/ar5212/ar5212_attach.c M sys/dev/ath/ath_hal/ar5212/ar5212_beacon.c M sys/dev/ath/ath_hal/ar5212/ar5212_eeprom.c M sys/dev/ath/ath_hal/ar5212/ar5212_gpio.c M sys/dev/ath/ath_hal/ar5212/ar5212_interrupts.c M sys/dev/ath/ath_hal/ar5212/ar5212_keycache.c M sys/dev/ath/ath_hal/ar5212/ar5212_misc.c M sys/dev/ath/ath_hal/ar5212/ar5212_phy.c M sys/dev/ath/ath_hal/ar5212/ar5212_power.c M sys/dev/ath/ath_hal/ar5212/ar5212_recv.c M sys/dev/ath/ath_hal/ar5212/ar5212_reset.c M sys/dev/ath/ath_hal/ar5212/ar5212_rfgain.c M sys/dev/ath/ath_hal/ar5212/ar5212_xmit.c M sys/dev/ath/ath_hal/ar5212/ar5212desc.h M sys/dev/ath/ath_hal/ar5212/ar5212phy.h M sys/dev/ath/ath_hal/ar5212/ar5212reg.h M sys/dev/ath/ath_hal/ar5212/ar5311reg.h M sys/dev/ath/ath_hal/ar5212/ar5413.c M sys/dev/ath/ath_hal/ar5312/ar5312.h M sys/dev/ath/ath_hal/ar5312/ar5312_attach.c M sys/dev/ath/ath_hal/ar5312/ar5312_eeprom.c M sys/dev/ath/ath_hal/ar5312/ar5312_gpio.c M sys/dev/ath/ath_hal/ar5312/ar5312_interrupts.c M sys/dev/ath/ath_hal/ar5312/ar5312_misc.c M sys/dev/ath/ath_hal/ar5312/ar5312_power.c M sys/dev/ath/ath_hal/ar5312/ar5312_reset.c M sys/dev/ath/ath_hal/ar5312/ar5312phy.h M sys/dev/ath/ath_hal/ar5312/ar5312reg.h M sys/dev/ath/ath_hal/ar5312/ar5315_gpio.c M sys/dev/ath/ath_hal/ar5416/ar2133.c M sys/dev/ath/ath_hal/ar5416/ar5416.h M sys/dev/ath/ath_hal/ar5416/ar5416.ini M sys/dev/ath/ath_hal/ar5416/ar5416_ani.c M sys/dev/ath/ath_hal/ar5416/ar5416_attach.c M sys/dev/ath/ath_hal/ar5416/ar5416_beacon.c M sys/dev/ath/ath_hal/ar5416/ar5416_btcoex.c M sys/dev/ath/ath_hal/ar5416/ar5416_btcoex.h M sys/dev/ath/ath_hal/ar5416/ar5416_cal.c M sys/dev/ath/ath_hal/ar5416/ar5416_cal.h M sys/dev/ath/ath_hal/ar5416/ar5416_cal_adcdc.c M sys/dev/ath/ath_hal/ar5416/ar5416_cal_adcgain.c M sys/dev/ath/ath_hal/ar5416/ar5416_cal_iq.c M sys/dev/ath/ath_hal/ar5416/ar5416_eeprom.c M sys/dev/ath/ath_hal/ar5416/ar5416_gpio.c M sys/dev/ath/ath_hal/ar5416/ar5416_interrupts.c M sys/dev/ath/ath_hal/ar5416/ar5416_keycache.c M sys/dev/ath/ath_hal/ar5416/ar5416_misc.c M sys/dev/ath/ath_hal/ar5416/ar5416_phy.c M sys/dev/ath/ath_hal/ar5416/ar5416_power.c M sys/dev/ath/ath_hal/ar5416/ar5416_radar.c M sys/dev/ath/ath_hal/ar5416/ar5416_recv.c M sys/dev/ath/ath_hal/ar5416/ar5416_reset.c M sys/dev/ath/ath_hal/ar5416/ar5416_spectral.c M sys/dev/ath/ath_hal/ar5416/ar5416_xmit.c M sys/dev/ath/ath_hal/ar5416/ar5416desc.h M sys/dev/ath/ath_hal/ar5416/ar5416phy.h M sys/dev/ath/ath_hal/ar5416/ar5416reg.h M sys/dev/ath/ath_hal/ar9001/ar9130.ini M sys/dev/ath/ath_hal/ar9001/ar9130_attach.c M sys/dev/ath/ath_hal/ar9001/ar9130_eeprom.c M sys/dev/ath/ath_hal/ar9001/ar9130_eeprom.h M sys/dev/ath/ath_hal/ar9001/ar9130_phy.c M sys/dev/ath/ath_hal/ar9001/ar9130_phy.h M sys/dev/ath/ath_hal/ar9001/ar9130reg.h M sys/dev/ath/ath_hal/ar9001/ar9160.ini M sys/dev/ath/ath_hal/ar9001/ar9160_attach.c M sys/dev/ath/ath_hal/ar9002/ar9002phy.h M sys/dev/ath/ath_hal/ar9002/ar9280.c M sys/dev/ath/ath_hal/ar9002/ar9280.h M sys/dev/ath/ath_hal/ar9002/ar9280_attach.c M sys/dev/ath/ath_hal/ar9002/ar9280_olc.c M sys/dev/ath/ath_hal/ar9002/ar9280_olc.h M sys/dev/ath/ath_hal/ar9002/ar9280v1.ini M sys/dev/ath/ath_hal/ar9002/ar9280v2.ini M sys/dev/ath/ath_hal/ar9002/ar9285.c M sys/dev/ath/ath_hal/ar9002/ar9285.h M sys/dev/ath/ath_hal/ar9002/ar9285.ini M sys/dev/ath/ath_hal/ar9002/ar9285_attach.c M sys/dev/ath/ath_hal/ar9002/ar9285_btcoex.c M sys/dev/ath/ath_hal/ar9002/ar9285_cal.c M sys/dev/ath/ath_hal/ar9002/ar9285_cal.h M sys/dev/ath/ath_hal/ar9002/ar9285_diversity.c M sys/dev/ath/ath_hal/ar9002/ar9285_diversity.h M sys/dev/ath/ath_hal/ar9002/ar9285_phy.c M sys/dev/ath/ath_hal/ar9002/ar9285_phy.h M sys/dev/ath/ath_hal/ar9002/ar9285_reset.c M sys/dev/ath/ath_hal/ar9002/ar9285an.h M sys/dev/ath/ath_hal/ar9002/ar9285phy.h M sys/dev/ath/ath_hal/ar9002/ar9285v2.ini M sys/dev/ath/ath_hal/ar9002/ar9287.c M sys/dev/ath/ath_hal/ar9002/ar9287.h M sys/dev/ath/ath_hal/ar9002/ar9287.ini M sys/dev/ath/ath_hal/ar9002/ar9287_attach.c M sys/dev/ath/ath_hal/ar9002/ar9287_cal.c M sys/dev/ath/ath_hal/ar9002/ar9287_cal.h M sys/dev/ath/ath_hal/ar9002/ar9287_olc.c M sys/dev/ath/ath_hal/ar9002/ar9287_olc.h M sys/dev/ath/ath_hal/ar9002/ar9287_reset.c M sys/dev/ath/ath_hal/ar9002/ar9287_reset.h M sys/dev/ath/ath_hal/ar9002/ar9287an.h M sys/dev/ath/ath_hal/ar9002/ar9287phy.h M sys/dev/ath/ath_hal/ar9003/ar9300_btcoex.h M sys/dev/ath/ath_hal/ar9003/ar9300_devid.h M sys/dev/ath/ath_rate/amrr/amrr.c M sys/dev/ath/ath_rate/amrr/amrr.h M sys/dev/ath/ath_rate/onoe/onoe.c M sys/dev/ath/ath_rate/onoe/onoe.h M sys/dev/ath/ath_rate/sample/sample.c M sys/dev/ath/ath_rate/sample/sample.h M sys/dev/ath/ath_rate/sample/tx_schedules.h M sys/dev/ath/if_ath.c M sys/dev/ath/if_ath_ahb.c M sys/dev/ath/if_ath_alq.c M sys/dev/ath/if_ath_alq.h M sys/dev/ath/if_ath_beacon.c M sys/dev/ath/if_ath_beacon.h M sys/dev/ath/if_ath_btcoex.c M sys/dev/ath/if_ath_btcoex.h M sys/dev/ath/if_ath_btcoex_mci.c M sys/dev/ath/if_ath_btcoex_mci.h M sys/dev/ath/if_ath_debug.c M sys/dev/ath/if_ath_debug.h M sys/dev/ath/if_ath_descdma.c M sys/dev/ath/if_ath_descdma.h A sys/dev/ath/if_ath_dfs.c A sys/dev/ath/if_ath_drv.c M sys/dev/ath/if_ath_ioctl.c M sys/dev/ath/if_ath_ioctl.h M sys/dev/ath/if_ath_keycache.c M sys/dev/ath/if_ath_keycache.h M sys/dev/ath/if_ath_led.c M sys/dev/ath/if_ath_led.h M sys/dev/ath/if_ath_lna_div.c M sys/dev/ath/if_ath_lna_div.h M sys/dev/ath/if_ath_misc.h M sys/dev/ath/if_ath_pci.c M sys/dev/ath/if_ath_pci_devlist.h A sys/dev/ath/if_ath_rate.c M sys/dev/ath/if_ath_rx.c M sys/dev/ath/if_ath_rx.h M sys/dev/ath/if_ath_rx_edma.c M sys/dev/ath/if_ath_rx_edma.h M sys/dev/ath/if_ath_spectral.c M sys/dev/ath/if_ath_spectral.h M sys/dev/ath/if_ath_sysctl.c M sys/dev/ath/if_ath_sysctl.h M sys/dev/ath/if_ath_tdma.c M sys/dev/ath/if_ath_tdma.h M sys/dev/ath/if_ath_tsf.h M sys/dev/ath/if_ath_tx.c M sys/dev/ath/if_ath_tx.h M sys/dev/ath/if_ath_tx_edma.c M sys/dev/ath/if_ath_tx_edma.h M sys/dev/ath/if_ath_tx_ht.c M sys/dev/ath/if_ath_tx_ht.h M sys/dev/ath/if_athdfs.h M sys/dev/ath/if_athioctl.h M sys/dev/ath/if_athrate.h M sys/dev/ath/if_athvar.h M sys/dev/atkbdc/atkbd.c M sys/dev/atkbdc/atkbd_atkbdc.c M sys/dev/atkbdc/atkbdc.c M sys/dev/atkbdc/atkbdc_ebus.c M sys/dev/atkbdc/atkbdc_isa.c M sys/dev/atkbdc/atkbdc_subr.c M sys/dev/atkbdc/atkbdc_subr.h M sys/dev/atkbdc/atkbdcreg.h M sys/dev/atkbdc/atkbdreg.h M sys/dev/atkbdc/psm.c M sys/dev/auxio/auxio.c M sys/dev/auxio/auxioreg.h A sys/dev/axgbe/if_axgbe.c A sys/dev/axgbe/xgbe-common.h A sys/dev/axgbe/xgbe-desc.c A sys/dev/axgbe/xgbe-dev.c A sys/dev/axgbe/xgbe-drv.c A sys/dev/axgbe/xgbe-mdio.c A sys/dev/axgbe/xgbe.h A sys/dev/axgbe/xgbe_osdep.h M sys/dev/bce/if_bce.c M sys/dev/bce/if_bcefw.h M sys/dev/bce/if_bcereg.h M sys/dev/beri/beri_mem.c M sys/dev/beri/beri_ring.c M sys/dev/beri/virtio/network/if_vtbe.c M sys/dev/beri/virtio/virtio.c M sys/dev/beri/virtio/virtio.h M sys/dev/beri/virtio/virtio_block.c M sys/dev/beri/virtio/virtio_mmio_platform.c M sys/dev/beri/virtio/virtio_mmio_platform.h M sys/dev/bfe/if_bfe.c M sys/dev/bfe/if_bfereg.h M sys/dev/bge/if_bge.c M sys/dev/bge/if_bgereg.h M sys/dev/bhnd/bcma/bcma.c M sys/dev/bhnd/bcma/bcma.h M sys/dev/bhnd/bcma/bcma_bhndb.c M sys/dev/bhnd/bcma/bcma_dmp.h M sys/dev/bhnd/bcma/bcma_erom.c M sys/dev/bhnd/bcma/bcma_eromreg.h M sys/dev/bhnd/bcma/bcma_eromvar.h M sys/dev/bhnd/bcma/bcma_subr.c M sys/dev/bhnd/bcma/bcmavar.h M sys/dev/bhnd/bhnd.c M sys/dev/bhnd/bhnd.h M sys/dev/bhnd/bhnd_bus_if.m M sys/dev/bhnd/bhnd_debug.h A sys/dev/bhnd/bhnd_erom.c A sys/dev/bhnd/bhnd_erom.h A sys/dev/bhnd/bhnd_erom_if.m A sys/dev/bhnd/bhnd_erom_types.h A sys/dev/bhnd/bhnd_eromvar.h M sys/dev/bhnd/bhnd_ids.h M sys/dev/bhnd/bhnd_match.h A sys/dev/bhnd/bhnd_private.h M sys/dev/bhnd/bhnd_subr.c M sys/dev/bhnd/bhnd_types.h M sys/dev/bhnd/bhndb/bhnd_bhndb.c M sys/dev/bhnd/bhndb/bhndb.c M sys/dev/bhnd/bhndb/bhndb.h M sys/dev/bhnd/bhndb/bhndb_bus_if.m M sys/dev/bhnd/bhndb/bhndb_hwdata.c M sys/dev/bhnd/bhndb/bhndb_hwdata.h M sys/dev/bhnd/bhndb/bhndb_if.m M sys/dev/bhnd/bhndb/bhndb_pci.c M sys/dev/bhnd/bhndb/bhndb_pci_hwdata.c M sys/dev/bhnd/bhndb/bhndb_pci_hwdata.h M sys/dev/bhnd/bhndb/bhndb_pci_sprom.c M sys/dev/bhnd/bhndb/bhndb_pcireg.h M sys/dev/bhnd/bhndb/bhndb_pcivar.h M sys/dev/bhnd/bhndb/bhndb_private.h M sys/dev/bhnd/bhndb/bhndb_subr.c M sys/dev/bhnd/bhndb/bhndbvar.h M sys/dev/bhnd/bhndreg.h M sys/dev/bhnd/bhndvar.h M sys/dev/bhnd/cores/chipc/bhnd_chipc_if.m A sys/dev/bhnd/cores/chipc/bhnd_pmu_chipc.c M sys/dev/bhnd/cores/chipc/bhnd_sprom_chipc.c M sys/dev/bhnd/cores/chipc/chipc.c M sys/dev/bhnd/cores/chipc/chipc.h M sys/dev/bhnd/cores/chipc/chipc_cfi.c A sys/dev/bhnd/cores/chipc/chipc_gpio.c A sys/dev/bhnd/cores/chipc/chipc_gpiovar.h M sys/dev/bhnd/cores/chipc/chipc_private.h M sys/dev/bhnd/cores/chipc/chipc_slicer.c M sys/dev/bhnd/cores/chipc/chipc_slicer.h M sys/dev/bhnd/cores/chipc/chipc_spi.c M sys/dev/bhnd/cores/chipc/chipc_spi.h M sys/dev/bhnd/cores/chipc/chipc_subr.c M sys/dev/bhnd/cores/chipc/chipcreg.h M sys/dev/bhnd/cores/chipc/chipcvar.h A sys/dev/bhnd/cores/chipc/pwrctl/bhnd_pwrctl.c A sys/dev/bhnd/cores/chipc/pwrctl/bhnd_pwrctl.h A sys/dev/bhnd/cores/chipc/pwrctl/bhnd_pwrctl_hostb_if.m A sys/dev/bhnd/cores/chipc/pwrctl/bhnd_pwrctl_if.m A sys/dev/bhnd/cores/chipc/pwrctl/bhnd_pwrctl_private.h A sys/dev/bhnd/cores/chipc/pwrctl/bhnd_pwrctl_subr.c A sys/dev/bhnd/cores/chipc/pwrctl/bhnd_pwrctlvar.h M sys/dev/bhnd/cores/pci/bhnd_pci.c M sys/dev/bhnd/cores/pci/bhnd_pci_hostb.c M sys/dev/bhnd/cores/pci/bhnd_pci_hostbvar.h M sys/dev/bhnd/cores/pci/bhnd_pcib.c M sys/dev/bhnd/cores/pci/bhnd_pcibvar.h M sys/dev/bhnd/cores/pci/bhnd_pcireg.h M sys/dev/bhnd/cores/pci/bhnd_pcivar.h M sys/dev/bhnd/cores/pcie2/bhnd_pcie2.c M sys/dev/bhnd/cores/pcie2/bhnd_pcie2_hostb.c M sys/dev/bhnd/cores/pcie2/bhnd_pcie2_hostbvar.h M sys/dev/bhnd/cores/pcie2/bhnd_pcie2_reg.h M sys/dev/bhnd/cores/pcie2/bhnd_pcie2_var.h M sys/dev/bhnd/cores/pcie2/bhnd_pcie2b.c M sys/dev/bhnd/cores/pcie2/bhnd_pcie2b_var.h A sys/dev/bhnd/cores/pmu/bhnd_pmu.c A sys/dev/bhnd/cores/pmu/bhnd_pmu.h A sys/dev/bhnd/cores/pmu/bhnd_pmu_core.c A sys/dev/bhnd/cores/pmu/bhnd_pmu_if.m A sys/dev/bhnd/cores/pmu/bhnd_pmu_private.h A sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c A sys/dev/bhnd/cores/pmu/bhnd_pmu_types.h A sys/dev/bhnd/cores/pmu/bhnd_pmureg.h A sys/dev/bhnd/cores/pmu/bhnd_pmuvar.h A sys/dev/bhnd/cores/usb/bhnd_ehci.c A sys/dev/bhnd/cores/usb/bhnd_ohci.c A sys/dev/bhnd/cores/usb/bhnd_usb.c A sys/dev/bhnd/cores/usb/bhnd_usbvar.h M sys/dev/bhnd/nvram/bhnd_nvram.h A sys/dev/bhnd/nvram/bhnd_nvram_data.c A sys/dev/bhnd/nvram/bhnd_nvram_data.h A sys/dev/bhnd/nvram/bhnd_nvram_data_bcm.c A sys/dev/bhnd/nvram/bhnd_nvram_data_bcmraw.c A sys/dev/bhnd/nvram/bhnd_nvram_data_bcmreg.h A sys/dev/bhnd/nvram/bhnd_nvram_data_bcmvar.h A sys/dev/bhnd/nvram/bhnd_nvram_data_btxt.c A sys/dev/bhnd/nvram/bhnd_nvram_data_sprom.c A sys/dev/bhnd/nvram/bhnd_nvram_data_sprom_subr.c A sys/dev/bhnd/nvram/bhnd_nvram_data_spromvar.h A sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c A sys/dev/bhnd/nvram/bhnd_nvram_data_tlvreg.h A sys/dev/bhnd/nvram/bhnd_nvram_datavar.h M sys/dev/bhnd/nvram/bhnd_nvram_if.m A sys/dev/bhnd/nvram/bhnd_nvram_io.c A sys/dev/bhnd/nvram/bhnd_nvram_io.h A sys/dev/bhnd/nvram/bhnd_nvram_iobuf.c A sys/dev/bhnd/nvram/bhnd_nvram_ioptr.c A sys/dev/bhnd/nvram/bhnd_nvram_iores.c A sys/dev/bhnd/nvram/bhnd_nvram_iovar.h A sys/dev/bhnd/nvram/bhnd_nvram_plist.c A sys/dev/bhnd/nvram/bhnd_nvram_plist.h A sys/dev/bhnd/nvram/bhnd_nvram_plistvar.h A sys/dev/bhnd/nvram/bhnd_nvram_private.h A sys/dev/bhnd/nvram/bhnd_nvram_store.c A sys/dev/bhnd/nvram/bhnd_nvram_store.h A sys/dev/bhnd/nvram/bhnd_nvram_store_subr.c A sys/dev/bhnd/nvram/bhnd_nvram_storevar.h A sys/dev/bhnd/nvram/bhnd_nvram_subr.c A sys/dev/bhnd/nvram/bhnd_nvram_value.c A sys/dev/bhnd/nvram/bhnd_nvram_value.h A sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c A sys/dev/bhnd/nvram/bhnd_nvram_value_prf.c A sys/dev/bhnd/nvram/bhnd_nvram_value_subr.c A sys/dev/bhnd/nvram/bhnd_nvram_valuevar.h M sys/dev/bhnd/nvram/bhnd_sprom.c M sys/dev/bhnd/nvram/bhnd_spromvar.h M sys/dev/bhnd/nvram/nvram_map M sys/dev/bhnd/siba/siba.c M sys/dev/bhnd/siba/siba.h M sys/dev/bhnd/siba/siba_bhndb.c A sys/dev/bhnd/siba/siba_erom.c A sys/dev/bhnd/siba/siba_eromvar.h M sys/dev/bhnd/siba/siba_subr.c M sys/dev/bhnd/siba/sibareg.h M sys/dev/bhnd/siba/sibavar.h M sys/dev/bhnd/tools/bus_macro.sh M sys/dev/bhnd/tools/nvram_map_gen.awk M sys/dev/bhnd/tools/nvram_map_gen.sh M sys/dev/bktr/CHANGELOG.TXT M sys/dev/bktr/bktr_audio.c M sys/dev/bktr/bktr_audio.h M sys/dev/bktr/bktr_card.c M sys/dev/bktr/bktr_card.h M sys/dev/bktr/bktr_core.c M sys/dev/bktr/bktr_core.h M sys/dev/bktr/bktr_i2c.c M sys/dev/bktr/bktr_i2c.h M sys/dev/bktr/bktr_mem.c M sys/dev/bktr/bktr_mem.h M sys/dev/bktr/bktr_os.c M sys/dev/bktr/bktr_os.h M sys/dev/bktr/bktr_reg.h M sys/dev/bktr/bktr_tuner.c M sys/dev/bktr/bktr_tuner.h M sys/dev/bktr/ioctl_bt848.h M sys/dev/bktr/ioctl_meteor.h M sys/dev/bktr/msp34xx.c M sys/dev/bm/if_bm.c M sys/dev/bm/if_bmreg.h M sys/dev/bm/if_bmvar.h M sys/dev/bnxt/bnxt.h M sys/dev/bnxt/bnxt_hwrm.c M sys/dev/bnxt/bnxt_hwrm.h M sys/dev/bnxt/bnxt_ioctl.h M sys/dev/bnxt/bnxt_sysctl.c M sys/dev/bnxt/bnxt_sysctl.h M sys/dev/bnxt/bnxt_txrx.c M sys/dev/bnxt/convert_hsi.pl M sys/dev/bnxt/hsi_struct_def.h M sys/dev/bnxt/if_bnxt.c M sys/dev/buslogic/bt.c M sys/dev/buslogic/bt_isa.c M sys/dev/buslogic/bt_pci.c M sys/dev/buslogic/btreg.h M sys/dev/bvm/bvm_console.c M sys/dev/bvm/bvm_dbg.c M sys/dev/bwi/bitops.h M sys/dev/bwi/bwimac.c M sys/dev/bwi/bwimac.h M sys/dev/bwi/bwiphy.c M sys/dev/bwi/bwiphy.h M sys/dev/bwi/bwirf.c M sys/dev/bwi/bwirf.h M sys/dev/bwi/if_bwi.c M sys/dev/bwi/if_bwi_pci.c M sys/dev/bwi/if_bwireg.h M sys/dev/bwi/if_bwivar.h M sys/dev/bwn/if_bwn.c M sys/dev/bwn/if_bwn_cordic.h M sys/dev/bwn/if_bwn_debug.h M sys/dev/bwn/if_bwn_misc.h M sys/dev/bwn/if_bwn_pci.c M sys/dev/bwn/if_bwn_pcivar.h M sys/dev/bwn/if_bwn_phy_common.c M sys/dev/bwn/if_bwn_phy_common.h M sys/dev/bwn/if_bwn_phy_g.c M sys/dev/bwn/if_bwn_phy_g.h M sys/dev/bwn/if_bwn_phy_lp.c M sys/dev/bwn/if_bwn_phy_lp.h M sys/dev/bwn/if_bwn_phy_n.c M sys/dev/bwn/if_bwn_phy_n.h M sys/dev/bwn/if_bwn_util.c M sys/dev/bwn/if_bwn_util.h M sys/dev/bwn/if_bwnreg.h M sys/dev/bwn/if_bwnvar.h M sys/dev/bxe/57710_init_values.c M sys/dev/bxe/57710_int_offsets.h M sys/dev/bxe/57711_init_values.c M sys/dev/bxe/57711_int_offsets.h M sys/dev/bxe/57712_init_values.c M sys/dev/bxe/57712_int_offsets.h M sys/dev/bxe/bxe.c M sys/dev/bxe/bxe.h M sys/dev/bxe/bxe_dcb.h M sys/dev/bxe/bxe_debug.c M sys/dev/bxe/bxe_dump.h M sys/dev/bxe/bxe_elink.c M sys/dev/bxe/bxe_elink.h M sys/dev/bxe/bxe_ioctl.h M sys/dev/bxe/bxe_stats.c M sys/dev/bxe/bxe_stats.h M sys/dev/bxe/ecore_fw_defs.h M sys/dev/bxe/ecore_hsi.h M sys/dev/bxe/ecore_init.h M sys/dev/bxe/ecore_init_ops.h M sys/dev/bxe/ecore_mfw_req.h M sys/dev/bxe/ecore_reg.h M sys/dev/bxe/ecore_sp.c M sys/dev/bxe/ecore_sp.h M sys/dev/cadence/if_cgem.c M sys/dev/cadence/if_cgem_hw.h M sys/dev/cardbus/cardbus.c M sys/dev/cardbus/cardbus_cis.c M sys/dev/cardbus/cardbus_cis.h M sys/dev/cardbus/cardbus_device.c M sys/dev/cardbus/cardbusreg.h M sys/dev/cardbus/cardbusvar.h M sys/dev/cas/if_cas.c M sys/dev/cas/if_casreg.h M sys/dev/cas/if_casvar.h M sys/dev/ce/ceddk.c M sys/dev/ce/ceddk.h M sys/dev/ce/if_ce.c M sys/dev/ce/ng_ce.h M sys/dev/ce/tau32-ddk.c M sys/dev/ce/tau32-ddk.h M sys/dev/cesa/cesa.c M sys/dev/cesa/cesa.h M sys/dev/cfe/cfe_api.c M sys/dev/cfe/cfe_api.h M sys/dev/cfe/cfe_api_int.h M sys/dev/cfe/cfe_console.c M sys/dev/cfe/cfe_env.c M sys/dev/cfe/cfe_error.h M sys/dev/cfe/cfe_ioctl.h M sys/dev/cfe/cfe_resource.c M sys/dev/cfi/cfi_bus_fdt.c M sys/dev/cfi/cfi_bus_nexus.c M sys/dev/cfi/cfi_core.c M sys/dev/cfi/cfi_dev.c M sys/dev/cfi/cfi_disk.c M sys/dev/cfi/cfi_reg.h M sys/dev/cfi/cfi_var.h M sys/dev/chromebook_platform/chromebook_platform.c M sys/dev/ciss/ciss.c M sys/dev/ciss/cissio.h M sys/dev/ciss/cissreg.h M sys/dev/ciss/cissvar.h M sys/dev/cmx/cmx.c M sys/dev/cmx/cmx_pccard.c M sys/dev/cmx/cmxreg.h M sys/dev/cmx/cmxvar.h M sys/dev/coretemp/coretemp.c M sys/dev/cp/cpddk.c M sys/dev/cp/cpddk.h M sys/dev/cp/if_cp.c M sys/dev/cp/ng_cp.h M sys/dev/cpuctl/cpuctl.c A sys/dev/cpufreq/cpufreq_dt.c M sys/dev/cpufreq/ichss.c M sys/dev/cs/if_cs.c M sys/dev/cs/if_cs_isa.c M sys/dev/cs/if_cs_pccard.c M sys/dev/cs/if_csreg.h M sys/dev/cs/if_csvar.h M sys/dev/ctau/am8530.h M sys/dev/ctau/ctau.c M sys/dev/ctau/ctau2fw.h M sys/dev/ctau/ctaue1fw.h M sys/dev/ctau/ctaufw.h M sys/dev/ctau/ctaug7fw.h M sys/dev/ctau/ctaureg.h M sys/dev/ctau/ctddk.c M sys/dev/ctau/ctddk.h M sys/dev/ctau/ds2153.h M sys/dev/ctau/hdc64570.h M sys/dev/ctau/if_ct.c M sys/dev/ctau/lxt318.h M sys/dev/ctau/ng_ct.h M sys/dev/cx/cronyxfw.h M sys/dev/cx/csigma.c M sys/dev/cx/csigmafw.h M sys/dev/cx/cxddk.c M sys/dev/cx/cxddk.h M sys/dev/cx/cxreg.h M sys/dev/cx/if_cx.c M sys/dev/cx/machdep.h M sys/dev/cx/ng_cx.h M sys/dev/cxgb/bin2h.pl M sys/dev/cxgb/common/cxgb_ael1002.c M sys/dev/cxgb/common/cxgb_aq100x.c M sys/dev/cxgb/common/cxgb_common.h M sys/dev/cxgb/common/cxgb_ctl_defs.h M sys/dev/cxgb/common/cxgb_firmware_exports.h M sys/dev/cxgb/common/cxgb_mc5.c M sys/dev/cxgb/common/cxgb_mv88e1xxx.c M sys/dev/cxgb/common/cxgb_regs.h M sys/dev/cxgb/common/cxgb_sge_defs.h M sys/dev/cxgb/common/cxgb_t3_cpl.h M sys/dev/cxgb/common/cxgb_t3_hw.c M sys/dev/cxgb/common/cxgb_tcb.h M sys/dev/cxgb/common/cxgb_tn1010.c M sys/dev/cxgb/common/cxgb_vsc7323.c M sys/dev/cxgb/common/cxgb_vsc8211.c M sys/dev/cxgb/common/cxgb_xgmac.c M sys/dev/cxgb/common/jhash.h M sys/dev/cxgb/cxgb_adapter.h M sys/dev/cxgb/cxgb_include.h M sys/dev/cxgb/cxgb_ioctl.h M sys/dev/cxgb/cxgb_main.c M sys/dev/cxgb/cxgb_offload.h M sys/dev/cxgb/cxgb_osdep.h M sys/dev/cxgb/cxgb_sge.c M sys/dev/cxgb/cxgb_t3fw.c M sys/dev/cxgb/cxgb_t3fw.h M sys/dev/cxgb/sys/mvec.h M sys/dev/cxgb/sys/uipc_mvec.c M sys/dev/cxgb/t3b_protocol_sram.h M sys/dev/cxgb/t3b_tp_eeprom.h M sys/dev/cxgb/t3c_protocol_sram.h M sys/dev/cxgb/t3c_tp_eeprom.h M sys/dev/cxgbe/adapter.h M sys/dev/cxgbe/common/common.h M sys/dev/cxgbe/common/t4_hw.c M sys/dev/cxgbe/common/t4_hw.h M sys/dev/cxgbe/common/t4_msg.h M sys/dev/cxgbe/common/t4_regs.h M sys/dev/cxgbe/common/t4_regs_values.h M sys/dev/cxgbe/common/t4_tcb.h M sys/dev/cxgbe/common/t4vf_hw.c M sys/dev/cxgbe/cudbg/cudbg.h M sys/dev/cxgbe/cudbg/cudbg_common.c M sys/dev/cxgbe/cudbg/cudbg_entity.h M sys/dev/cxgbe/cudbg/cudbg_flash_utils.c M sys/dev/cxgbe/cudbg/cudbg_lib.c M sys/dev/cxgbe/cudbg/cudbg_lib.h M sys/dev/cxgbe/cudbg/cudbg_lib_common.h M sys/dev/cxgbe/cudbg/cudbg_wtp.c M sys/dev/cxgbe/cudbg/fastlz.c M sys/dev/cxgbe/cudbg/fastlz.h M sys/dev/cxgbe/cudbg/fastlz_api.c M sys/dev/cxgbe/cxgbei/cxgbei.c M sys/dev/cxgbe/cxgbei/cxgbei.h M sys/dev/cxgbe/cxgbei/icl_cxgbei.c A sys/dev/cxgbe/firmware/t4fw-1.25.0.40.bin M sys/dev/cxgbe/firmware/t4fw_cfg.txt M sys/dev/cxgbe/firmware/t4fw_cfg_uwire.txt M sys/dev/cxgbe/firmware/t4fw_interface.h A sys/dev/cxgbe/firmware/t5fw-1.25.0.40.bin M sys/dev/cxgbe/firmware/t5fw_cfg.txt M sys/dev/cxgbe/firmware/t5fw_cfg_fpga.txt M sys/dev/cxgbe/firmware/t5fw_cfg_hashfilter.txt M sys/dev/cxgbe/firmware/t5fw_cfg_uwire.txt A sys/dev/cxgbe/firmware/t6fw-1.25.0.40.bin M sys/dev/cxgbe/firmware/t6fw_cfg.txt M sys/dev/cxgbe/firmware/t6fw_cfg_fpga.txt M sys/dev/cxgbe/firmware/t6fw_cfg_hashfilter.txt M sys/dev/cxgbe/firmware/t6fw_cfg_uwire.txt M sys/dev/cxgbe/if_cc.c M sys/dev/cxgbe/if_ccv.c M sys/dev/cxgbe/if_cxl.c M sys/dev/cxgbe/if_cxlv.c M sys/dev/cxgbe/iw_cxgbe/cm.c M sys/dev/cxgbe/iw_cxgbe/cq.c M sys/dev/cxgbe/iw_cxgbe/device.c M sys/dev/cxgbe/iw_cxgbe/ev.c M sys/dev/cxgbe/iw_cxgbe/id_table.c M sys/dev/cxgbe/iw_cxgbe/iw_cxgbe.h M sys/dev/cxgbe/iw_cxgbe/mem.c M sys/dev/cxgbe/iw_cxgbe/provider.c M sys/dev/cxgbe/iw_cxgbe/qp.c M sys/dev/cxgbe/iw_cxgbe/resource.c M sys/dev/cxgbe/iw_cxgbe/t4.h M sys/dev/cxgbe/iw_cxgbe/user.h M sys/dev/cxgbe/offload.h M sys/dev/cxgbe/osdep.h M sys/dev/cxgbe/t4_clip.c M sys/dev/cxgbe/t4_clip.h M sys/dev/cxgbe/t4_filter.c M sys/dev/cxgbe/t4_if.m M sys/dev/cxgbe/t4_ioctl.h M sys/dev/cxgbe/t4_iov.c M sys/dev/cxgbe/t4_l2t.c M sys/dev/cxgbe/t4_l2t.h M sys/dev/cxgbe/t4_main.c M sys/dev/cxgbe/t4_mp_ring.c M sys/dev/cxgbe/t4_mp_ring.h M sys/dev/cxgbe/t4_netmap.c M sys/dev/cxgbe/t4_sched.c M sys/dev/cxgbe/t4_sge.c M sys/dev/cxgbe/t4_smt.c M sys/dev/cxgbe/t4_smt.h M sys/dev/cxgbe/t4_tracer.c M sys/dev/cxgbe/t4_vf.c M sys/dev/cxgbe/tom/t4_connect.c M sys/dev/cxgbe/tom/t4_cpl_io.c M sys/dev/cxgbe/tom/t4_ddp.c M sys/dev/cxgbe/tom/t4_listen.c M sys/dev/cxgbe/tom/t4_tls.c M sys/dev/cxgbe/tom/t4_tls.h M sys/dev/cxgbe/tom/t4_tom.c M sys/dev/cxgbe/tom/t4_tom.h M sys/dev/cxgbe/tom/t4_tom_l2t.c M sys/dev/cxgbe/tom/t4_tom_l2t.h M sys/dev/cy/cy.c M sys/dev/cy/cy_isa.c M sys/dev/cy/cy_pci.c M sys/dev/cy/cyreg.h M sys/dev/cy/cyvar.h M sys/dev/cyapa/cyapa.c M sys/dev/cyapa/cyapa.h M sys/dev/dc/dcphy.c M sys/dev/dc/if_dc.c M sys/dev/dc/if_dcreg.h M sys/dev/dc/pnphy.c M sys/dev/dcons/dcons.c M sys/dev/dcons/dcons.h M sys/dev/dcons/dcons_crom.c M sys/dev/dcons/dcons_os.c M sys/dev/dcons/dcons_os.h M sys/dev/de/dc21040reg.h M sys/dev/de/if_de.c M sys/dev/de/if_devar.h A sys/dev/dme/if_dme.c A sys/dev/dme/if_dmereg.h A sys/dev/dme/if_dmevar.h M sys/dev/dpaa/bman.c M sys/dev/dpaa/bman.h M sys/dev/dpaa/bman_fdt.c M sys/dev/dpaa/bman_portals.c M sys/dev/dpaa/fman.c M sys/dev/dpaa/fman.h M sys/dev/dpaa/fman_fdt.c A sys/dev/dpaa/fman_mdio.c M sys/dev/dpaa/if_dtsec.c M sys/dev/dpaa/if_dtsec.h M sys/dev/dpaa/if_dtsec_fdt.c M sys/dev/dpaa/if_dtsec_im.c M sys/dev/dpaa/if_dtsec_im.h M sys/dev/dpaa/if_dtsec_rm.c M sys/dev/dpaa/if_dtsec_rm.h M sys/dev/dpaa/portals.h M sys/dev/dpaa/portals_common.c M sys/dev/dpaa/qman.c M sys/dev/dpaa/qman.h M sys/dev/dpaa/qman_fdt.c M sys/dev/dpaa/qman_portals.c M sys/dev/dpms/dpms.c M sys/dev/dpt/dpt.h M sys/dev/dpt/dpt_pci.c M sys/dev/dpt/dpt_scsi.c M sys/dev/drm/ati_pcigart.c M sys/dev/drm/drm.h M sys/dev/drm/drmP.h M sys/dev/drm/drm_agpsupport.c M sys/dev/drm/drm_atomic.h M sys/dev/drm/drm_auth.c M sys/dev/drm/drm_bufs.c M sys/dev/drm/drm_context.c M sys/dev/drm/drm_dma.c M sys/dev/drm/drm_drawable.c M sys/dev/drm/drm_drv.c M sys/dev/drm/drm_fops.c M sys/dev/drm/drm_hashtab.c M sys/dev/drm/drm_hashtab.h M sys/dev/drm/drm_internal.h M sys/dev/drm/drm_ioctl.c M sys/dev/drm/drm_irq.c M sys/dev/drm/drm_linux_list.h M sys/dev/drm/drm_lock.c M sys/dev/drm/drm_memory.c M sys/dev/drm/drm_mm.c M sys/dev/drm/drm_mm.h M sys/dev/drm/drm_pci.c M sys/dev/drm/drm_pciids.h M sys/dev/drm/drm_sarea.h M sys/dev/drm/drm_scatter.c M sys/dev/drm/drm_sman.c M sys/dev/drm/drm_sman.h M sys/dev/drm/drm_sysctl.c M sys/dev/drm/drm_vm.c M sys/dev/drm/mach64_dma.c M sys/dev/drm/mach64_drm.h M sys/dev/drm/mach64_drv.c M sys/dev/drm/mach64_drv.h M sys/dev/drm/mach64_irq.c M sys/dev/drm/mach64_state.c M sys/dev/drm/mga_dma.c M sys/dev/drm/mga_drm.h M sys/dev/drm/mga_drv.c M sys/dev/drm/mga_drv.h M sys/dev/drm/mga_irq.c M sys/dev/drm/mga_state.c M sys/dev/drm/mga_ucode.h M sys/dev/drm/mga_warp.c M sys/dev/drm/r128_cce.c M sys/dev/drm/r128_drm.h M sys/dev/drm/r128_drv.c M sys/dev/drm/r128_drv.h M sys/dev/drm/r128_irq.c M sys/dev/drm/r128_state.c M sys/dev/drm/savage_bci.c M sys/dev/drm/savage_drm.h M sys/dev/drm/savage_drv.c M sys/dev/drm/savage_drv.h M sys/dev/drm/savage_state.c M sys/dev/drm/sis_drm.h M sys/dev/drm/sis_drv.c M sys/dev/drm/sis_drv.h M sys/dev/drm/sis_ds.c M sys/dev/drm/sis_ds.h M sys/dev/drm/sis_mm.c M sys/dev/drm/tdfx_drv.c M sys/dev/drm/tdfx_drv.h M sys/dev/drm/via_3d_reg.h M sys/dev/drm/via_dma.c M sys/dev/drm/via_dmablit.c M sys/dev/drm/via_dmablit.h M sys/dev/drm/via_drm.h M sys/dev/drm/via_drv.c M sys/dev/drm/via_drv.h M sys/dev/drm/via_irq.c M sys/dev/drm/via_map.c M sys/dev/drm/via_mm.c M sys/dev/drm/via_verifier.c M sys/dev/drm/via_verifier.h M sys/dev/drm/via_video.c M sys/dev/drm2/ati_pcigart.c M sys/dev/drm2/drm.h M sys/dev/drm2/drmP.h M sys/dev/drm2/drm_agpsupport.c M sys/dev/drm2/drm_atomic.h M sys/dev/drm2/drm_auth.c M sys/dev/drm2/drm_buffer.c M sys/dev/drm2/drm_buffer.h M sys/dev/drm2/drm_bufs.c M sys/dev/drm2/drm_context.c M sys/dev/drm2/drm_core.h M sys/dev/drm2/drm_crtc.c M sys/dev/drm2/drm_crtc.h M sys/dev/drm2/drm_crtc_helper.c M sys/dev/drm2/drm_crtc_helper.h M sys/dev/drm2/drm_dma.c M sys/dev/drm2/drm_dp_helper.c M sys/dev/drm2/drm_dp_helper.h M sys/dev/drm2/drm_dp_iic_helper.c M sys/dev/drm2/drm_drv.c M sys/dev/drm2/drm_edid.c M sys/dev/drm2/drm_edid.h M sys/dev/drm2/drm_edid_modes.h M sys/dev/drm2/drm_fb_helper.c M sys/dev/drm2/drm_fb_helper.h M sys/dev/drm2/drm_fixed.h M sys/dev/drm2/drm_fops.c M sys/dev/drm2/drm_fourcc.h M sys/dev/drm2/drm_gem.c M sys/dev/drm2/drm_gem_names.c M sys/dev/drm2/drm_gem_names.h M sys/dev/drm2/drm_global.c M sys/dev/drm2/drm_global.h M sys/dev/drm2/drm_hashtab.c M sys/dev/drm2/drm_hashtab.h M sys/dev/drm2/drm_ioc32.c M sys/dev/drm2/drm_ioctl.c M sys/dev/drm2/drm_irq.c M sys/dev/drm2/drm_linux_list.h M sys/dev/drm2/drm_linux_list_sort.c M sys/dev/drm2/drm_lock.c M sys/dev/drm2/drm_mem_util.h M sys/dev/drm2/drm_memory.c M sys/dev/drm2/drm_mm.c M sys/dev/drm2/drm_mm.h M sys/dev/drm2/drm_mode.h M sys/dev/drm2/drm_modes.c M sys/dev/drm2/drm_os_freebsd.c M sys/dev/drm2/drm_os_freebsd.h M sys/dev/drm2/drm_pci.c M sys/dev/drm2/drm_pciids.h M sys/dev/drm2/drm_platform.c M sys/dev/drm2/drm_sarea.h M sys/dev/drm2/drm_scatter.c M sys/dev/drm2/drm_stub.c M sys/dev/drm2/drm_sysctl.c M sys/dev/drm2/drm_vm.c M sys/dev/drm2/i915/dvo.h M sys/dev/drm2/i915/dvo_ch7017.c M sys/dev/drm2/i915/dvo_ch7xxx.c M sys/dev/drm2/i915/dvo_ivch.c M sys/dev/drm2/i915/dvo_ns2501.c M sys/dev/drm2/i915/dvo_sil164.c M sys/dev/drm2/i915/dvo_tfp410.c M sys/dev/drm2/i915/i915_debug.c M sys/dev/drm2/i915/i915_dma.c M sys/dev/drm2/i915/i915_drm.h M sys/dev/drm2/i915/i915_drv.c M sys/dev/drm2/i915/i915_drv.h M sys/dev/drm2/i915/i915_gem.c M sys/dev/drm2/i915/i915_gem_context.c M sys/dev/drm2/i915/i915_gem_evict.c M sys/dev/drm2/i915/i915_gem_execbuffer.c M sys/dev/drm2/i915/i915_gem_gtt.c M sys/dev/drm2/i915/i915_gem_stolen.c M sys/dev/drm2/i915/i915_gem_tiling.c M sys/dev/drm2/i915/i915_ioc32.c M sys/dev/drm2/i915/i915_irq.c M sys/dev/drm2/i915/i915_reg.h M sys/dev/drm2/i915/i915_suspend.c M sys/dev/drm2/i915/intel_acpi.c M sys/dev/drm2/i915/intel_bios.c M sys/dev/drm2/i915/intel_bios.h M sys/dev/drm2/i915/intel_crt.c M sys/dev/drm2/i915/intel_ddi.c M sys/dev/drm2/i915/intel_display.c M sys/dev/drm2/i915/intel_dp.c M sys/dev/drm2/i915/intel_drv.h M sys/dev/drm2/i915/intel_dvo.c M sys/dev/drm2/i915/intel_fb.c M sys/dev/drm2/i915/intel_hdmi.c M sys/dev/drm2/i915/intel_iic.c M sys/dev/drm2/i915/intel_lvds.c M sys/dev/drm2/i915/intel_modes.c M sys/dev/drm2/i915/intel_opregion.c M sys/dev/drm2/i915/intel_overlay.c M sys/dev/drm2/i915/intel_panel.c M sys/dev/drm2/i915/intel_pm.c M sys/dev/drm2/i915/intel_ringbuffer.c M sys/dev/drm2/i915/intel_ringbuffer.h M sys/dev/drm2/i915/intel_sdvo.c M sys/dev/drm2/i915/intel_sdvo_regs.h M sys/dev/drm2/i915/intel_sprite.c M sys/dev/drm2/i915/intel_tv.c M sys/dev/drm2/radeon/ObjectID.h M sys/dev/drm2/radeon/README M sys/dev/drm2/radeon/atom-bits.h M sys/dev/drm2/radeon/atom-names.h M sys/dev/drm2/radeon/atom-types.h M sys/dev/drm2/radeon/atom.c M sys/dev/drm2/radeon/atom.h M sys/dev/drm2/radeon/atombios.h M sys/dev/drm2/radeon/atombios_crtc.c M sys/dev/drm2/radeon/atombios_dp.c M sys/dev/drm2/radeon/atombios_encoders.c M sys/dev/drm2/radeon/atombios_i2c.c M sys/dev/drm2/radeon/avivod.h M sys/dev/drm2/radeon/cayman_blit_shaders.c M sys/dev/drm2/radeon/cayman_blit_shaders.h M sys/dev/drm2/radeon/cayman_reg_safe.h M sys/dev/drm2/radeon/evergreen.c M sys/dev/drm2/radeon/evergreen_blit_kms.c M sys/dev/drm2/radeon/evergreen_blit_shaders.c M sys/dev/drm2/radeon/evergreen_blit_shaders.h M sys/dev/drm2/radeon/evergreen_cs.c M sys/dev/drm2/radeon/evergreen_hdmi.c M sys/dev/drm2/radeon/evergreen_reg.h M sys/dev/drm2/radeon/evergreen_reg_safe.h M sys/dev/drm2/radeon/evergreend.h M sys/dev/drm2/radeon/ni.c M sys/dev/drm2/radeon/ni_reg.h M sys/dev/drm2/radeon/nid.h M sys/dev/drm2/radeon/r100.c M sys/dev/drm2/radeon/r100_reg_safe.h M sys/dev/drm2/radeon/r100_track.h M sys/dev/drm2/radeon/r100d.h M sys/dev/drm2/radeon/r200.c M sys/dev/drm2/radeon/r200_reg_safe.h M sys/dev/drm2/radeon/r300.c M sys/dev/drm2/radeon/r300_reg.h M sys/dev/drm2/radeon/r300_reg_safe.h M sys/dev/drm2/radeon/r300d.h M sys/dev/drm2/radeon/r420.c M sys/dev/drm2/radeon/r420_reg_safe.h M sys/dev/drm2/radeon/r420d.h M sys/dev/drm2/radeon/r500_reg.h M sys/dev/drm2/radeon/r520.c M sys/dev/drm2/radeon/r520d.h M sys/dev/drm2/radeon/r600.c M sys/dev/drm2/radeon/r600_audio.c M sys/dev/drm2/radeon/r600_blit_kms.c M sys/dev/drm2/radeon/r600_blit_shaders.c M sys/dev/drm2/radeon/r600_blit_shaders.h M sys/dev/drm2/radeon/r600_cp.h M sys/dev/drm2/radeon/r600_cs.c M sys/dev/drm2/radeon/r600_cs.h M sys/dev/drm2/radeon/r600_hdmi.c M sys/dev/drm2/radeon/r600_reg.h M sys/dev/drm2/radeon/r600_reg_safe.h M sys/dev/drm2/radeon/r600d.h M sys/dev/drm2/radeon/radeon.h M sys/dev/drm2/radeon/radeon_acpi.c M sys/dev/drm2/radeon/radeon_acpi.h M sys/dev/drm2/radeon/radeon_agp.c M sys/dev/drm2/radeon/radeon_asic.c M sys/dev/drm2/radeon/radeon_asic.h M sys/dev/drm2/radeon/radeon_atombios.c M sys/dev/drm2/radeon/radeon_benchmark.c M sys/dev/drm2/radeon/radeon_bios.c M sys/dev/drm2/radeon/radeon_blit_common.h M sys/dev/drm2/radeon/radeon_clocks.c M sys/dev/drm2/radeon/radeon_combios.c M sys/dev/drm2/radeon/radeon_connectors.c M sys/dev/drm2/radeon/radeon_cs.c M sys/dev/drm2/radeon/radeon_cursor.c M sys/dev/drm2/radeon/radeon_device.c M sys/dev/drm2/radeon/radeon_display.c M sys/dev/drm2/radeon/radeon_drm.h M sys/dev/drm2/radeon/radeon_drv.c M sys/dev/drm2/radeon/radeon_drv.h M sys/dev/drm2/radeon/radeon_encoders.c M sys/dev/drm2/radeon/radeon_family.h M sys/dev/drm2/radeon/radeon_fb.c M sys/dev/drm2/radeon/radeon_fence.c M sys/dev/drm2/radeon/radeon_gart.c M sys/dev/drm2/radeon/radeon_gem.c M sys/dev/drm2/radeon/radeon_gem.h M sys/dev/drm2/radeon/radeon_i2c.c M sys/dev/drm2/radeon/radeon_irq.c M sys/dev/drm2/radeon/radeon_irq_kms.c M sys/dev/drm2/radeon/radeon_irq_kms.h M sys/dev/drm2/radeon/radeon_kms.c M sys/dev/drm2/radeon/radeon_kms.h M sys/dev/drm2/radeon/radeon_legacy_crtc.c M sys/dev/drm2/radeon/radeon_legacy_encoders.c M sys/dev/drm2/radeon/radeon_legacy_tv.c M sys/dev/drm2/radeon/radeon_mem.c M sys/dev/drm2/radeon/radeon_mode.h M sys/dev/drm2/radeon/radeon_object.c M sys/dev/drm2/radeon/radeon_object.h M sys/dev/drm2/radeon/radeon_pm.c M sys/dev/drm2/radeon/radeon_prime.c M sys/dev/drm2/radeon/radeon_reg.h M sys/dev/drm2/radeon/radeon_ring.c M sys/dev/drm2/radeon/radeon_sa.c M sys/dev/drm2/radeon/radeon_semaphore.c M sys/dev/drm2/radeon/radeon_test.c M sys/dev/drm2/radeon/radeon_trace.h M sys/dev/drm2/radeon/radeon_trace_points.c M sys/dev/drm2/radeon/radeon_ttm.c M sys/dev/drm2/radeon/rn50_reg_safe.h M sys/dev/drm2/radeon/rs100d.h M sys/dev/drm2/radeon/rs400.c M sys/dev/drm2/radeon/rs400d.h M sys/dev/drm2/radeon/rs600.c M sys/dev/drm2/radeon/rs600_reg_safe.h M sys/dev/drm2/radeon/rs600d.h M sys/dev/drm2/radeon/rs690.c M sys/dev/drm2/radeon/rs690d.h M sys/dev/drm2/radeon/rv200d.h M sys/dev/drm2/radeon/rv250d.h M sys/dev/drm2/radeon/rv350d.h M sys/dev/drm2/radeon/rv515.c M sys/dev/drm2/radeon/rv515_reg_safe.h M sys/dev/drm2/radeon/rv515d.h M sys/dev/drm2/radeon/rv770.c M sys/dev/drm2/radeon/rv770d.h M sys/dev/drm2/radeon/si.c M sys/dev/drm2/radeon/si_blit_shaders.c M sys/dev/drm2/radeon/si_blit_shaders.h M sys/dev/drm2/radeon/si_reg.h M sys/dev/drm2/radeon/sid.h M sys/dev/drm2/ttm/ttm_agp_backend.c M sys/dev/drm2/ttm/ttm_bo.c M sys/dev/drm2/ttm/ttm_bo_api.h M sys/dev/drm2/ttm/ttm_bo_driver.h M sys/dev/drm2/ttm/ttm_bo_manager.c M sys/dev/drm2/ttm/ttm_bo_util.c M sys/dev/drm2/ttm/ttm_bo_vm.c M sys/dev/drm2/ttm/ttm_execbuf_util.c M sys/dev/drm2/ttm/ttm_execbuf_util.h M sys/dev/drm2/ttm/ttm_lock.c M sys/dev/drm2/ttm/ttm_lock.h M sys/dev/drm2/ttm/ttm_memory.c M sys/dev/drm2/ttm/ttm_memory.h M sys/dev/drm2/ttm/ttm_module.h M sys/dev/drm2/ttm/ttm_object.c M sys/dev/drm2/ttm/ttm_object.h M sys/dev/drm2/ttm/ttm_page_alloc.c M sys/dev/drm2/ttm/ttm_page_alloc.h M sys/dev/drm2/ttm/ttm_page_alloc_dma.c M sys/dev/drm2/ttm/ttm_placement.h M sys/dev/drm2/ttm/ttm_tt.c M sys/dev/dwc/if_dwc.c M sys/dev/dwc/if_dwc.h M sys/dev/dwc/if_dwc_if.m M sys/dev/dwc/if_dwcvar.h M sys/dev/e1000/LICENSE M sys/dev/e1000/README M sys/dev/e1000/e1000_80003es2lan.c M sys/dev/e1000/e1000_80003es2lan.h M sys/dev/e1000/e1000_82540.c M sys/dev/e1000/e1000_82541.c M sys/dev/e1000/e1000_82541.h M sys/dev/e1000/e1000_82542.c M sys/dev/e1000/e1000_82543.c M sys/dev/e1000/e1000_82543.h M sys/dev/e1000/e1000_82571.c M sys/dev/e1000/e1000_82571.h M sys/dev/e1000/e1000_82575.c M sys/dev/e1000/e1000_82575.h M sys/dev/e1000/e1000_api.c M sys/dev/e1000/e1000_api.h A sys/dev/e1000/e1000_base.c A sys/dev/e1000/e1000_base.h M sys/dev/e1000/e1000_defines.h M sys/dev/e1000/e1000_hw.h M sys/dev/e1000/e1000_i210.c M sys/dev/e1000/e1000_i210.h M sys/dev/e1000/e1000_ich8lan.c M sys/dev/e1000/e1000_ich8lan.h M sys/dev/e1000/e1000_mac.c M sys/dev/e1000/e1000_mac.h M sys/dev/e1000/e1000_manage.c M sys/dev/e1000/e1000_manage.h M sys/dev/e1000/e1000_mbx.c M sys/dev/e1000/e1000_mbx.h M sys/dev/e1000/e1000_nvm.c M sys/dev/e1000/e1000_nvm.h M sys/dev/e1000/e1000_osdep.c M sys/dev/e1000/e1000_osdep.h M sys/dev/e1000/e1000_phy.c M sys/dev/e1000/e1000_phy.h M sys/dev/e1000/e1000_regs.h M sys/dev/e1000/e1000_vf.c M sys/dev/e1000/e1000_vf.h A sys/dev/e1000/em_txrx.c M sys/dev/e1000/if_em.c M sys/dev/e1000/if_em.h A sys/dev/e1000/igb_txrx.c M sys/dev/ed/ax88x90reg.h M sys/dev/ed/dl100xxreg.h M sys/dev/ed/if_ed.c M sys/dev/ed/if_ed_3c503.c M sys/dev/ed/if_ed_hpp.c M sys/dev/ed/if_ed_isa.c M sys/dev/ed/if_ed_novell.c M sys/dev/ed/if_ed_pccard.c M sys/dev/ed/if_ed_pci.c M sys/dev/ed/if_ed_rtl80x9.c M sys/dev/ed/if_ed_sic.c M sys/dev/ed/if_ed_wd80x3.c M sys/dev/ed/if_edreg.h M sys/dev/ed/if_edvar.h M sys/dev/ed/rtl80x9reg.h M sys/dev/ed/tc5299jreg.h M sys/dev/efidev/efidev.c M sys/dev/efidev/efirt.c M sys/dev/efidev/efirtc.c M sys/dev/ena/ena.c M sys/dev/ena/ena.h A sys/dev/ena/ena_datapath.c A sys/dev/ena/ena_datapath.h A sys/dev/ena/ena_netmap.c A sys/dev/ena/ena_netmap.h A sys/dev/ena/ena_rss.c A sys/dev/ena/ena_rss.h M sys/dev/ena/ena_sysctl.c M sys/dev/ena/ena_sysctl.h A sys/dev/ep/elink.c A sys/dev/ep/elink.h M sys/dev/ep/if_ep.c M sys/dev/ep/if_ep_isa.c M sys/dev/ep/if_ep_pccard.c M sys/dev/ep/if_epreg.h M sys/dev/ep/if_epvar.h M sys/dev/esp/am53c974reg.h M sys/dev/esp/esp_pci.c M sys/dev/esp/esp_sbus.c M sys/dev/esp/ncr53c9x.c M sys/dev/esp/ncr53c9xreg.h M sys/dev/esp/ncr53c9xvar.h M sys/dev/et/if_et.c M sys/dev/et/if_etreg.h M sys/dev/et/if_etvar.h M sys/dev/etherswitch/arswitch/arswitch.c M sys/dev/etherswitch/arswitch/arswitch_7240.c M sys/dev/etherswitch/arswitch/arswitch_7240.h M sys/dev/etherswitch/arswitch/arswitch_8216.c M sys/dev/etherswitch/arswitch/arswitch_8216.h M sys/dev/etherswitch/arswitch/arswitch_8226.c M sys/dev/etherswitch/arswitch/arswitch_8226.h M sys/dev/etherswitch/arswitch/arswitch_8316.c M sys/dev/etherswitch/arswitch/arswitch_8316.h M sys/dev/etherswitch/arswitch/arswitch_8327.c M sys/dev/etherswitch/arswitch/arswitch_8327.h M sys/dev/etherswitch/arswitch/arswitch_9340.c M sys/dev/etherswitch/arswitch/arswitch_9340.h M sys/dev/etherswitch/arswitch/arswitch_phy.c M sys/dev/etherswitch/arswitch/arswitch_phy.h M sys/dev/etherswitch/arswitch/arswitch_reg.c M sys/dev/etherswitch/arswitch/arswitch_reg.h M sys/dev/etherswitch/arswitch/arswitch_vlans.c M sys/dev/etherswitch/arswitch/arswitch_vlans.h M sys/dev/etherswitch/arswitch/arswitchreg.h M sys/dev/etherswitch/arswitch/arswitchvar.h M sys/dev/etherswitch/e6000sw/e6000sw.c M sys/dev/etherswitch/e6000sw/e6000swreg.h A sys/dev/etherswitch/e6000sw/e6060sw.c M sys/dev/etherswitch/etherswitch.c M sys/dev/etherswitch/etherswitch.h M sys/dev/etherswitch/etherswitch_if.m A sys/dev/etherswitch/infineon/adm6996fc.c M sys/dev/etherswitch/ip17x/ip175c.c M sys/dev/etherswitch/ip17x/ip175c.h M sys/dev/etherswitch/ip17x/ip175d.c M sys/dev/etherswitch/ip17x/ip175d.h M sys/dev/etherswitch/ip17x/ip17x.c M sys/dev/etherswitch/ip17x/ip17x_phy.c M sys/dev/etherswitch/ip17x/ip17x_phy.h M sys/dev/etherswitch/ip17x/ip17x_reg.h M sys/dev/etherswitch/ip17x/ip17x_var.h M sys/dev/etherswitch/ip17x/ip17x_vlans.c M sys/dev/etherswitch/ip17x/ip17x_vlans.h A sys/dev/etherswitch/micrel/ksz8995ma.c M sys/dev/etherswitch/miiproxy.c M sys/dev/etherswitch/miiproxy.h M sys/dev/etherswitch/mtkswitch/mtkswitch.c M sys/dev/etherswitch/mtkswitch/mtkswitch_mt7620.c M sys/dev/etherswitch/mtkswitch/mtkswitch_mt7620.h M sys/dev/etherswitch/mtkswitch/mtkswitch_rt3050.c M sys/dev/etherswitch/mtkswitch/mtkswitch_rt3050.h M sys/dev/etherswitch/mtkswitch/mtkswitchvar.h M sys/dev/etherswitch/rtl8366/rtl8366rb.c M sys/dev/etherswitch/rtl8366/rtl8366rbvar.h M sys/dev/etherswitch/ukswitch/ukswitch.c M sys/dev/evdev/cdev.c M sys/dev/evdev/evdev.c M sys/dev/evdev/evdev.h M sys/dev/evdev/evdev_mt.c M sys/dev/evdev/evdev_private.h M sys/dev/evdev/evdev_utils.c M sys/dev/evdev/input-event-codes.h M sys/dev/evdev/input.h M sys/dev/evdev/uinput.c M sys/dev/evdev/uinput.h M sys/dev/ex/if_ex.c M sys/dev/ex/if_ex_isa.c M sys/dev/ex/if_ex_pccard.c M sys/dev/ex/if_exreg.h M sys/dev/ex/if_exvar.h M sys/dev/exca/exca.c M sys/dev/exca/excareg.h M sys/dev/exca/excavar.h M sys/dev/extres/clk/clk.c M sys/dev/extres/clk/clk.h M sys/dev/extres/clk/clk_bus.c M sys/dev/extres/clk/clk_div.c M sys/dev/extres/clk/clk_div.h M sys/dev/extres/clk/clk_fixed.c M sys/dev/extres/clk/clk_fixed.h M sys/dev/extres/clk/clk_gate.c M sys/dev/extres/clk/clk_gate.h A sys/dev/extres/clk/clk_link.c A sys/dev/extres/clk/clk_link.h M sys/dev/extres/clk/clk_mux.c M sys/dev/extres/clk/clk_mux.h M sys/dev/extres/clk/clkdev_if.m M sys/dev/extres/clk/clknode_if.m M sys/dev/extres/hwreset/hwreset.c M sys/dev/extres/hwreset/hwreset.h M sys/dev/extres/hwreset/hwreset_if.m A sys/dev/extres/nvmem/nvmem.c A sys/dev/extres/nvmem/nvmem.h A sys/dev/extres/nvmem/nvmem_if.m M sys/dev/extres/phy/phy.c M sys/dev/extres/phy/phy.h A sys/dev/extres/phy/phy_internal.h A sys/dev/extres/phy/phy_usb.c A sys/dev/extres/phy/phy_usb.h M sys/dev/extres/phy/phydev_if.m M sys/dev/extres/phy/phynode_if.m A sys/dev/extres/phy/phynode_usb_if.m M sys/dev/extres/regulator/regdev_if.m M sys/dev/extres/regulator/regnode_if.m M sys/dev/extres/regulator/regulator.c M sys/dev/extres/regulator/regulator.h M sys/dev/extres/regulator/regulator_bus.c M sys/dev/extres/regulator/regulator_fixed.c M sys/dev/extres/regulator/regulator_fixed.h A sys/dev/extres/syscon/syscon.c A sys/dev/extres/syscon/syscon.h A sys/dev/extres/syscon/syscon_generic.c A sys/dev/extres/syscon/syscon_generic.h A sys/dev/extres/syscon/syscon_if.m M sys/dev/fb/boot_font.c M sys/dev/fb/creator.c M sys/dev/fb/creator_vt.c M sys/dev/fb/creatorreg.h M sys/dev/fb/fb.c M sys/dev/fb/fbd.c M sys/dev/fb/fbreg.h M sys/dev/fb/gallant12x22.c M sys/dev/fb/gfb.h M sys/dev/fb/machfb.c M sys/dev/fb/machfbreg.h M sys/dev/fb/s3_pci.c M sys/dev/fb/splash.c M sys/dev/fb/splash_bmp.c M sys/dev/fb/splash_pcx.c M sys/dev/fb/splash_txt.c M sys/dev/fb/splashreg.h M sys/dev/fb/vesa.c M sys/dev/fb/vesa.h M sys/dev/fb/vga.c M sys/dev/fb/vgareg.h M sys/dev/fdc/fdc.c M sys/dev/fdc/fdc_acpi.c M sys/dev/fdc/fdc_isa.c M sys/dev/fdc/fdc_pccard.c M sys/dev/fdc/fdcvar.h M sys/dev/fdt/fdt_arm_platform.c M sys/dev/fdt/fdt_clock.c M sys/dev/fdt/fdt_clock.h M sys/dev/fdt/fdt_clock_if.m M sys/dev/fdt/fdt_common.c M sys/dev/fdt/fdt_common.h A sys/dev/fdt/fdt_intr.h M sys/dev/fdt/fdt_pinctrl.c M sys/dev/fdt/fdt_pinctrl.h M sys/dev/fdt/fdt_pinctrl_if.m M sys/dev/fdt/fdt_slicer.c M sys/dev/fdt/fdt_static_dtb.S A sys/dev/fdt/simple_mfd.c A sys/dev/fdt/simple_mfd.h M sys/dev/fdt/simplebus.c M sys/dev/fdt/simplebus.h M sys/dev/fe/if_fe.c M sys/dev/fe/if_fe_isa.c M sys/dev/fe/if_fe_pccard.c M sys/dev/fe/if_fereg.h M sys/dev/fe/if_fevar.h M sys/dev/fe/mb86960.h M sys/dev/ffec/if_ffec.c M sys/dev/ffec/if_ffecreg.h M sys/dev/filemon/filemon.c M sys/dev/filemon/filemon.h M sys/dev/filemon/filemon_wrapper.c M sys/dev/firewire/00README M sys/dev/firewire/firewire.c M sys/dev/firewire/firewire.h M sys/dev/firewire/firewire_phy.h M sys/dev/firewire/firewirereg.h M sys/dev/firewire/fwcrom.c M sys/dev/firewire/fwdev.c M sys/dev/firewire/fwdma.c M sys/dev/firewire/fwdma.h M sys/dev/firewire/fwmem.c M sys/dev/firewire/fwmem.h M sys/dev/firewire/fwohci.c M sys/dev/firewire/fwohci_pci.c M sys/dev/firewire/fwohcireg.h M sys/dev/firewire/fwohcivar.h M sys/dev/firewire/fwphyreg.h M sys/dev/firewire/iec13213.h M sys/dev/firewire/iec68113.h M sys/dev/firewire/if_fwe.c M sys/dev/firewire/if_fwevar.h M sys/dev/firewire/if_fwip.c M sys/dev/firewire/if_fwipvar.h M sys/dev/firewire/sbp.c M sys/dev/firewire/sbp.h M sys/dev/firewire/sbp_targ.c M sys/dev/flash/at45d.c A sys/dev/flash/cqspi.c A sys/dev/flash/cqspi.h M sys/dev/flash/mx25l.c M sys/dev/flash/mx25lreg.h A sys/dev/flash/n25q.c A sys/dev/flash/qspi_if.m M sys/dev/fxp/if_fxp.c M sys/dev/fxp/if_fxpreg.h M sys/dev/fxp/if_fxpvar.h M sys/dev/fxp/inphy.c M sys/dev/fxp/inphyreg.h M sys/dev/fxp/rcvbundl.h M sys/dev/gem/if_gem.c M sys/dev/gem/if_gem_pci.c M sys/dev/gem/if_gem_sbus.c M sys/dev/gem/if_gemreg.h M sys/dev/gem/if_gemvar.h M sys/dev/glxiic/glxiic.c M sys/dev/glxsb/glxsb.c M sys/dev/glxsb/glxsb.h M sys/dev/glxsb/glxsb_hash.c M sys/dev/gpio/bytgpio.c M sys/dev/gpio/chvgpio.c M sys/dev/gpio/chvgpio_reg.h M sys/dev/gpio/gpio_if.m M sys/dev/gpio/gpiobacklight.c M sys/dev/gpio/gpiobus.c M sys/dev/gpio/gpiobus_if.m M sys/dev/gpio/gpiobusvar.h M sys/dev/gpio/gpioc.c M sys/dev/gpio/gpioiic.c M sys/dev/gpio/gpiokeys.c M sys/dev/gpio/gpiokeys.h M sys/dev/gpio/gpiokeys_codes.c M sys/dev/gpio/gpioled.c M sys/dev/gpio/gpioled_fdt.c A sys/dev/gpio/gpiopower.c M sys/dev/gpio/gpiopps.c A sys/dev/gpio/gpioregulator.c M sys/dev/gpio/gpiospi.c R sys/sys/_vm_domain.h R sys/sys/numa.h Log Message: ----------- start work on freebsd 12 stable feature merge. (based on commit 43a212b5bdeee503024cc9402c7fc74c2ead0777 in freebsd) Commit: 6dfefaed66f56178b32a8c7c6a592be93f178004 https://github.com/MidnightBSD/src/commit/6dfefaed66f56178b32a8c7c6a592be93f178004 Author: Lucas Holt Date: 2022-07-13 (Wed, 13 Jul 2022) Changed paths: R etc/portsnap.conf M usr.sbin/portsnap/portsnap/Makefile M usr.sbin/portsnap/portsnap/Makefile.depend M usr.sbin/portsnap/portsnap/portsnap.8 A usr.sbin/portsnap/portsnap/portsnap.conf M usr.sbin/portsnap/portsnap/portsnap.sh Log Message: ----------- update portsnap Compare: https://github.com/MidnightBSD/src/compare/f902b4f6237c%5E...6dfefaed66f5