From 685dc743dc3b5645e34836464128e1c0558b404b Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Wed, 16 Aug 2023 11:54:36 -0600 Subject: [PATCH] sys: Remove $FreeBSD$: one-line .c pattern Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/ --- sys/amd64/acpica/acpi_machdep.c | 2 -- sys/amd64/acpica/acpi_wakeup.c | 2 -- sys/amd64/amd64/bios.c | 2 -- sys/amd64/amd64/bpf_jit_machdep.c | 2 -- sys/amd64/amd64/copyout.c | 2 -- sys/amd64/amd64/db_disasm.c | 2 -- sys/amd64/amd64/db_interface.c | 2 -- sys/amd64/amd64/db_trace.c | 2 -- sys/amd64/amd64/efirt_machdep.c | 2 -- sys/amd64/amd64/elf_machdep.c | 2 -- sys/amd64/amd64/exec_machdep.c | 2 -- sys/amd64/amd64/fpu.c | 2 -- sys/amd64/amd64/gdb_machdep.c | 2 -- sys/amd64/amd64/genassym.c | 2 -- sys/amd64/amd64/initcpu.c | 2 -- sys/amd64/amd64/io.c | 2 -- sys/amd64/amd64/machdep.c | 2 -- sys/amd64/amd64/mem.c | 2 -- sys/amd64/amd64/minidump_machdep.c | 2 -- sys/amd64/amd64/mp_machdep.c | 2 -- sys/amd64/amd64/pmap.c | 2 -- sys/amd64/amd64/ptrace_machdep.c | 2 -- sys/amd64/amd64/sys_machdep.c | 2 -- sys/amd64/amd64/trap.c | 2 -- sys/amd64/amd64/uio_machdep.c | 2 -- sys/amd64/amd64/uma_machdep.c | 2 -- sys/amd64/amd64/vm_machdep.c | 2 -- sys/amd64/ia32/ia32_misc.c | 2 -- sys/amd64/ia32/ia32_reg.c | 2 -- sys/amd64/ia32/ia32_signal.c | 2 -- sys/amd64/ia32/ia32_syscall.c | 2 -- sys/amd64/linux/linux_dummy_machdep.c | 2 -- sys/amd64/linux/linux_genassym.c | 2 -- sys/amd64/linux/linux_machdep.c | 2 -- sys/amd64/linux/linux_sysvec.c | 2 -- sys/amd64/linux/linux_vdso_gtod.c | 2 -- sys/amd64/linux32/linux32_dummy_machdep.c | 2 -- sys/amd64/linux32/linux32_genassym.c | 2 -- sys/amd64/linux32/linux32_machdep.c | 2 -- sys/amd64/linux32/linux32_sysvec.c | 2 -- sys/amd64/linux32/linux32_vdso_gtod.c | 2 -- sys/amd64/pci/pci_cfgreg.c | 2 -- sys/amd64/sgx/sgx.c | 2 -- sys/amd64/sgx/sgx_linux.c | 2 -- sys/amd64/vmm/amd/amdiommu.c | 2 -- sys/amd64/vmm/amd/amdv.c | 2 -- sys/amd64/vmm/amd/amdvi_hw.c | 2 -- sys/amd64/vmm/amd/ivrs_drv.c | 2 -- sys/amd64/vmm/amd/npt.c | 2 -- sys/amd64/vmm/amd/svm.c | 2 -- sys/amd64/vmm/amd/svm_genassym.c | 2 -- sys/amd64/vmm/amd/svm_msr.c | 2 -- sys/amd64/vmm/amd/vmcb.c | 2 -- sys/amd64/vmm/intel/ept.c | 2 -- sys/amd64/vmm/intel/vmcs.c | 2 -- sys/amd64/vmm/intel/vmx.c | 2 -- sys/amd64/vmm/intel/vmx_genassym.c | 2 -- sys/amd64/vmm/intel/vmx_msr.c | 2 -- sys/amd64/vmm/intel/vtd.c | 2 -- sys/amd64/vmm/io/iommu.c | 2 -- sys/amd64/vmm/io/ppt.c | 2 -- sys/amd64/vmm/io/vatpic.c | 2 -- sys/amd64/vmm/io/vatpit.c | 2 -- sys/amd64/vmm/io/vhpet.c | 2 -- sys/amd64/vmm/io/vioapic.c | 2 -- sys/amd64/vmm/io/vlapic.c | 2 -- sys/amd64/vmm/io/vpmtmr.c | 2 -- sys/amd64/vmm/io/vrtc.c | 2 -- sys/amd64/vmm/vmm.c | 2 -- sys/amd64/vmm/vmm_dev.c | 2 -- sys/amd64/vmm/vmm_host.c | 2 -- sys/amd64/vmm/vmm_instruction_emul.c | 2 -- sys/amd64/vmm/vmm_ioport.c | 2 -- sys/amd64/vmm/vmm_lapic.c | 2 -- sys/amd64/vmm/vmm_mem.c | 2 -- sys/amd64/vmm/vmm_snapshot.c | 2 -- sys/amd64/vmm/vmm_stat.c | 2 -- sys/amd64/vmm/vmm_util.c | 2 -- sys/amd64/vmm/x86.c | 2 -- sys/arm/allwinner/a10/a10_intc.c | 2 -- sys/arm/allwinner/a10/a10_padconf.c | 2 -- sys/arm/allwinner/a10_ahci.c | 2 -- sys/arm/allwinner/a10_codec.c | 2 -- sys/arm/allwinner/a10_dmac.c | 2 -- sys/arm/allwinner/a10_sramc.c | 2 -- sys/arm/allwinner/a10_timer.c | 2 -- sys/arm/allwinner/a13/a13_padconf.c | 2 -- sys/arm/allwinner/a20/a20_cpu_cfg.c | 2 -- sys/arm/allwinner/a20/a20_padconf.c | 2 -- sys/arm/allwinner/a31/a31_padconf.c | 2 -- sys/arm/allwinner/a31/a31_r_padconf.c | 2 -- sys/arm/allwinner/a31/a31s_padconf.c | 2 -- sys/arm/allwinner/a31_dmac.c | 2 -- sys/arm/allwinner/a33/a33_padconf.c | 2 -- sys/arm/allwinner/a33_codec.c | 2 -- sys/arm/allwinner/a64/a64_padconf.c | 2 -- sys/arm/allwinner/a64/a64_r_padconf.c | 2 -- sys/arm/allwinner/a64/sun50i_a64_acodec.c | 2 -- sys/arm/allwinner/a83t/a83t_padconf.c | 2 -- sys/arm/allwinner/a83t/a83t_r_padconf.c | 2 -- sys/arm/allwinner/aw_ccu.c | 2 -- sys/arm/allwinner/aw_cir.c | 2 -- sys/arm/allwinner/aw_dwc3.c | 2 -- sys/arm/allwinner/aw_gmacclk.c | 2 -- sys/arm/allwinner/aw_gpio.c | 2 -- sys/arm/allwinner/aw_i2s.c | 2 -- sys/arm/allwinner/aw_if_dwc.c | 2 -- sys/arm/allwinner/aw_machdep.c | 2 -- sys/arm/allwinner/aw_mmc.c | 2 -- sys/arm/allwinner/aw_mp.c | 2 -- sys/arm/allwinner/aw_nmi.c | 2 -- sys/arm/allwinner/aw_pwm.c | 2 -- sys/arm/allwinner/aw_r_intc.c | 2 -- sys/arm/allwinner/aw_reset.c | 2 -- sys/arm/allwinner/aw_rsb.c | 2 -- sys/arm/allwinner/aw_rtc.c | 2 -- sys/arm/allwinner/aw_sid.c | 2 -- sys/arm/allwinner/aw_spi.c | 2 -- sys/arm/allwinner/aw_syscon.c | 2 -- sys/arm/allwinner/aw_thermal.c | 2 -- sys/arm/allwinner/aw_ts.c | 2 -- sys/arm/allwinner/aw_usb3phy.c | 1 - sys/arm/allwinner/aw_usbphy.c | 2 -- sys/arm/allwinner/aw_wdog.c | 2 -- sys/arm/allwinner/axp209.c | 2 -- sys/arm/allwinner/axp81x.c | 2 -- sys/arm/allwinner/clkng/aw_ccung.c | 2 -- sys/arm/allwinner/clkng/aw_clk_frac.c | 2 -- sys/arm/allwinner/clkng/aw_clk_m.c | 2 -- sys/arm/allwinner/clkng/aw_clk_mipi.c | 2 -- sys/arm/allwinner/clkng/aw_clk_nkmp.c | 2 -- sys/arm/allwinner/clkng/aw_clk_nm.c | 2 -- sys/arm/allwinner/clkng/aw_clk_nmm.c | 2 -- sys/arm/allwinner/clkng/aw_clk_np.c | 2 -- sys/arm/allwinner/clkng/aw_clk_prediv_mux.c | 2 -- sys/arm/allwinner/clkng/ccu_a10.c | 2 -- sys/arm/allwinner/clkng/ccu_a13.c | 2 -- sys/arm/allwinner/clkng/ccu_a31.c | 2 -- sys/arm/allwinner/clkng/ccu_a64.c | 2 -- sys/arm/allwinner/clkng/ccu_a83t.c | 2 -- sys/arm/allwinner/clkng/ccu_de2.c | 2 -- sys/arm/allwinner/clkng/ccu_h3.c | 2 -- sys/arm/allwinner/clkng/ccu_h6.c | 2 -- sys/arm/allwinner/clkng/ccu_h6_r.c | 2 -- sys/arm/allwinner/clkng/ccu_sun8i_r.c | 2 -- sys/arm/allwinner/h3/h3_padconf.c | 2 -- sys/arm/allwinner/h3/h3_r_padconf.c | 2 -- sys/arm/allwinner/h6/h6_padconf.c | 2 -- sys/arm/allwinner/h6/h6_r_padconf.c | 2 -- sys/arm/allwinner/if_awg.c | 2 -- sys/arm/allwinner/if_emac.c | 2 -- sys/arm/altera/socfpga/socfpga_a10_manager.c | 2 -- sys/arm/altera/socfpga/socfpga_common.c | 2 -- sys/arm/altera/socfpga/socfpga_machdep.c | 2 -- sys/arm/altera/socfpga/socfpga_manager.c | 2 -- sys/arm/altera/socfpga/socfpga_mp.c | 1 - sys/arm/altera/socfpga/socfpga_rstmgr.c | 2 -- sys/arm/annapurna/alpine/alpine_ccu.c | 2 -- sys/arm/annapurna/alpine/alpine_machdep.c | 2 -- sys/arm/annapurna/alpine/alpine_machdep_mp.c | 1 - sys/arm/annapurna/alpine/alpine_nb_service.c | 2 -- sys/arm/annapurna/alpine/alpine_pci.c | 2 -- sys/arm/annapurna/alpine/alpine_pci_msix.c | 2 -- sys/arm/annapurna/alpine/alpine_serdes.c | 2 -- sys/arm/arm/autoconf.c | 2 -- sys/arm/arm/bcopy_page.S | 3 --- sys/arm/arm/bcopyinout.S | 2 -- sys/arm/arm/bcopyinout_xscale.S | 2 -- sys/arm/arm/blockio.S | 3 --- sys/arm/arm/bus_space_asm_generic.S | 2 -- sys/arm/arm/bus_space_base.c | 2 -- sys/arm/arm/bus_space_generic.c | 2 -- sys/arm/arm/busdma_machdep.c | 2 -- sys/arm/arm/copystr.S | 2 -- sys/arm/arm/cpufunc.c | 2 -- sys/arm/arm/cpufunc_asm.S | 2 -- sys/arm/arm/cpufunc_asm_arm11x6.S | 2 -- sys/arm/arm/cpufunc_asm_armv7.S | 2 -- sys/arm/arm/cpufunc_asm_pj4b.S | 2 -- sys/arm/arm/cpuinfo.c | 2 -- sys/arm/arm/db_disasm.c | 1 - sys/arm/arm/db_interface.c | 1 - sys/arm/arm/db_trace.c | 1 - sys/arm/arm/debug_monitor.c | 2 -- sys/arm/arm/disassem.c | 1 - sys/arm/arm/dump_machdep.c | 2 -- sys/arm/arm/elf_machdep.c | 2 -- sys/arm/arm/elf_note.S | 2 -- sys/arm/arm/exception.S | 3 --- sys/arm/arm/exec_machdep.c | 2 -- sys/arm/arm/fiq.c | 2 -- sys/arm/arm/fiq_subr.S | 2 -- sys/arm/arm/fusu.S | 2 -- sys/arm/arm/gdb_machdep.c | 2 -- sys/arm/arm/genassym.c | 1 - sys/arm/arm/generic_timer.c | 2 -- sys/arm/arm/gic.c | 2 -- sys/arm/arm/gic_acpi.c | 2 -- sys/arm/arm/gic_fdt.c | 2 -- sys/arm/arm/hypervisor-stub.S | 3 --- sys/arm/arm/identcpu-v6.c | 1 - sys/arm/arm/in_cksum_arm.S | 2 -- sys/arm/arm/in_cksum_machdep.c | 2 -- sys/arm/arm/locore-v6.S | 3 --- sys/arm/arm/machdep.c | 2 -- sys/arm/arm/machdep_boot.c | 2 -- sys/arm/arm/machdep_intr.c | 2 -- sys/arm/arm/machdep_kdb.c | 2 -- sys/arm/arm/machdep_ptrace.c | 2 -- sys/arm/arm/mem.c | 2 -- sys/arm/arm/minidump_machdep.c | 2 -- sys/arm/arm/mp_machdep.c | 1 - sys/arm/arm/mpcore_timer.c | 2 -- sys/arm/arm/nexus.c | 2 -- sys/arm/arm/ofw_machdep.c | 2 -- sys/arm/arm/pl310.c | 1 - sys/arm/arm/platform.c | 2 -- sys/arm/arm/pmap-v6.c | 2 -- sys/arm/arm/pmu.c | 2 -- sys/arm/arm/pmu_fdt.c | 2 -- sys/arm/arm/ptrace_machdep.c | 2 -- sys/arm/arm/sc_machdep.c | 2 -- sys/arm/arm/setcpsr.S | 2 -- sys/arm/arm/setstack.S | 2 -- sys/arm/arm/sp804.c | 2 -- sys/arm/arm/stack_machdep.c | 2 -- sys/arm/arm/stdatomic.c | 2 -- sys/arm/arm/support.S | 2 -- sys/arm/arm/swtch-v6.S | 3 --- sys/arm/arm/swtch.S | 3 --- sys/arm/arm/sys_machdep.c | 2 -- sys/arm/arm/syscall.c | 2 -- sys/arm/arm/trap-v6.c | 2 -- sys/arm/arm/uio_machdep.c | 2 -- sys/arm/arm/undefined.c | 2 -- sys/arm/arm/unwind.c | 2 -- sys/arm/arm/vfp.c | 2 -- sys/arm/arm/vm_machdep.c | 2 -- sys/arm/broadcom/bcm2835/bcm2835_bsc.c | 2 -- sys/arm/broadcom/bcm2835/bcm2835_clkman.c | 2 -- sys/arm/broadcom/bcm2835/bcm2835_cpufreq.c | 2 -- sys/arm/broadcom/bcm2835/bcm2835_dma.c | 2 -- sys/arm/broadcom/bcm2835/bcm2835_fb.c | 2 -- sys/arm/broadcom/bcm2835/bcm2835_fbd.c | 2 -- sys/arm/broadcom/bcm2835/bcm2835_firmware.c | 2 -- sys/arm/broadcom/bcm2835/bcm2835_ft5406.c | 2 -- sys/arm/broadcom/bcm2835/bcm2835_gpio.c | 2 -- sys/arm/broadcom/bcm2835/bcm2835_intr.c | 2 -- sys/arm/broadcom/bcm2835/bcm2835_machdep.c | 2 -- sys/arm/broadcom/bcm2835/bcm2835_mbox.c | 2 -- sys/arm/broadcom/bcm2835/bcm2835_pwm.c | 2 -- sys/arm/broadcom/bcm2835/bcm2835_sdhci.c | 2 -- sys/arm/broadcom/bcm2835/bcm2835_sdhost.c | 2 -- sys/arm/broadcom/bcm2835/bcm2835_spi.c | 2 -- sys/arm/broadcom/bcm2835/bcm2835_systimer.c | 2 -- sys/arm/broadcom/bcm2835/bcm2835_vcbus.c | 2 -- sys/arm/broadcom/bcm2835/bcm2835_vcio.c | 2 -- sys/arm/broadcom/bcm2835/bcm2835_wdog.c | 2 -- sys/arm/broadcom/bcm2835/bcm2836.c | 2 -- sys/arm/broadcom/bcm2835/bcm2836_mp.c | 2 -- sys/arm/broadcom/bcm2835/bcm2838_pci.c | 2 -- sys/arm/broadcom/bcm2835/bcm2838_xhci.c | 2 -- sys/arm/broadcom/bcm2835/bcm283x_dwc_fdt.c | 2 -- sys/arm/broadcom/bcm2835/raspberrypi_gpio.c | 2 -- sys/arm/freescale/fsl_ocotp.c | 2 -- sys/arm/freescale/imx/imx51_ccm.c | 2 -- sys/arm/freescale/imx/imx51_ipuv3.c | 2 -- sys/arm/freescale/imx/imx51_ipuv3_fbd.c | 2 -- sys/arm/freescale/imx/imx51_machdep.c | 2 -- sys/arm/freescale/imx/imx53_machdep.c | 2 -- sys/arm/freescale/imx/imx6_anatop.c | 2 -- sys/arm/freescale/imx/imx6_audmux.c | 2 -- sys/arm/freescale/imx/imx6_ccm.c | 2 -- sys/arm/freescale/imx/imx6_hdmi.c | 2 -- sys/arm/freescale/imx/imx6_ipu.c | 2 -- sys/arm/freescale/imx/imx6_machdep.c | 2 -- sys/arm/freescale/imx/imx6_mp.c | 1 - sys/arm/freescale/imx/imx6_pl310.c | 2 -- sys/arm/freescale/imx/imx6_sdma.c | 2 -- sys/arm/freescale/imx/imx6_snvs.c | 2 -- sys/arm/freescale/imx/imx6_src.c | 2 -- sys/arm/freescale/imx/imx6_ssi.c | 2 -- sys/arm/freescale/imx/imx6_usbphy.c | 2 -- sys/arm/freescale/imx/imx_console.c | 2 -- sys/arm/freescale/imx/imx_epit.c | 2 -- sys/arm/freescale/imx/imx_gpio.c | 2 -- sys/arm/freescale/imx/imx_gpt.c | 2 -- sys/arm/freescale/imx/imx_i2c.c | 2 -- sys/arm/freescale/imx/imx_machdep.c | 2 -- sys/arm/freescale/imx/imx_nop_usbphy.c | 2 -- sys/arm/freescale/imx/imx_spi.c | 2 -- sys/arm/freescale/imx/imx_wdog.c | 2 -- sys/arm/freescale/imx/tzic.c | 2 -- sys/arm/freescale/vybrid/vf_adc.c | 2 -- sys/arm/freescale/vybrid/vf_anadig.c | 2 -- sys/arm/freescale/vybrid/vf_ccm.c | 2 -- sys/arm/freescale/vybrid/vf_dcu4.c | 2 -- sys/arm/freescale/vybrid/vf_dmamux.c | 2 -- sys/arm/freescale/vybrid/vf_edma.c | 2 -- sys/arm/freescale/vybrid/vf_ehci.c | 2 -- sys/arm/freescale/vybrid/vf_gpio.c | 2 -- sys/arm/freescale/vybrid/vf_i2c.c | 2 -- sys/arm/freescale/vybrid/vf_iomuxc.c | 2 -- sys/arm/freescale/vybrid/vf_machdep.c | 2 -- sys/arm/freescale/vybrid/vf_mscm.c | 2 -- sys/arm/freescale/vybrid/vf_port.c | 2 -- sys/arm/freescale/vybrid/vf_sai.c | 2 -- sys/arm/freescale/vybrid/vf_spi.c | 2 -- sys/arm/freescale/vybrid/vf_src.c | 2 -- sys/arm/freescale/vybrid/vf_tcon.c | 2 -- sys/arm/freescale/vybrid/vf_uart.c | 2 -- sys/arm/mv/a37x0_gpio.c | 2 -- sys/arm/mv/a37x0_iic.c | 2 -- sys/arm/mv/a37x0_spi.c | 2 -- sys/arm/mv/armada/thermal.c | 2 -- sys/arm/mv/armada/wdt.c | 2 -- sys/arm/mv/armada38x/armada38x.c | 2 -- sys/arm/mv/armada38x/armada38x_mp.c | 2 -- sys/arm/mv/armada38x/armada38x_pl310.c | 2 -- sys/arm/mv/armada38x/armada38x_rtc.c | 2 -- sys/arm/mv/armada38x/pmsu.c | 2 -- sys/arm/mv/armadaxp/armadaxp.c | 2 -- sys/arm/mv/armadaxp/mptramp.S | 3 --- sys/arm/mv/clk/a37x0_periph_clk_driver.c | 2 -- sys/arm/mv/clk/a37x0_tbg.c | 2 -- sys/arm/mv/clk/a37x0_tbg_pll.c | 2 -- sys/arm/mv/clk/a37x0_xtal.c | 2 -- sys/arm/mv/clk/armada38x_gateclk.c | 2 -- sys/arm/mv/clk/armada38x_gen.c | 2 -- sys/arm/mv/clk/periph.c | 2 -- sys/arm/mv/clk/periph_clk_d.c | 2 -- sys/arm/mv/clk/periph_clk_fixed.c | 2 -- sys/arm/mv/clk/periph_clk_gate.c | 2 -- sys/arm/mv/clk/periph_clk_mux_gate.c | 2 -- sys/arm/mv/gpio.c | 2 -- sys/arm/mv/ic.c | 2 -- sys/arm/mv/mpic.c | 2 -- sys/arm/mv/mv_ap806_clock.c | 2 -- sys/arm/mv/mv_ap806_gicp.c | 2 -- sys/arm/mv/mv_ap806_sei.c | 2 -- sys/arm/mv/mv_armv7_machdep.c | 2 -- sys/arm/mv/mv_common.c | 2 -- sys/arm/mv/mv_cp110_clock.c | 2 -- sys/arm/mv/mv_cp110_icu.c | 2 -- sys/arm/mv/mv_cp110_icu_bus.c | 2 -- sys/arm/mv/mv_pci.c | 2 -- sys/arm/mv/mv_pci_ctrl.c | 2 -- sys/arm/mv/mv_spi.c | 2 -- sys/arm/mv/mv_thermal.c | 2 -- sys/arm/mv/mvebu_gpio.c | 2 -- sys/arm/mv/mvebu_pinctrl.c | 2 -- sys/arm/mv/rtc.c | 1 - sys/arm/mv/timer.c | 2 -- sys/arm/nvidia/as3722.c | 2 -- sys/arm/nvidia/as3722_gpio.c | 2 -- sys/arm/nvidia/as3722_regulators.c | 2 -- sys/arm/nvidia/as3722_rtc.c | 2 -- sys/arm/nvidia/drm2/hdmi.c | 2 -- sys/arm/nvidia/drm2/tegra_bo.c | 2 -- sys/arm/nvidia/drm2/tegra_dc.c | 2 -- sys/arm/nvidia/drm2/tegra_drm_subr.c | 2 -- sys/arm/nvidia/drm2/tegra_fb.c | 2 -- sys/arm/nvidia/drm2/tegra_hdmi.c | 2 -- sys/arm/nvidia/drm2/tegra_host1x.c | 2 -- sys/arm/nvidia/tegra124/tegra124_car.c | 2 -- sys/arm/nvidia/tegra124/tegra124_clk_per.c | 2 -- sys/arm/nvidia/tegra124/tegra124_clk_pll.c | 2 -- sys/arm/nvidia/tegra124/tegra124_clk_super.c | 2 -- sys/arm/nvidia/tegra124/tegra124_coretemp.c | 2 -- sys/arm/nvidia/tegra124/tegra124_cpufreq.c | 2 -- sys/arm/nvidia/tegra124/tegra124_machdep.c | 2 -- sys/arm/nvidia/tegra124/tegra124_mp.c | 2 -- sys/arm/nvidia/tegra124/tegra124_xusbpadctl.c | 2 -- sys/arm/nvidia/tegra_abpmisc.c | 2 -- sys/arm/nvidia/tegra_ahci.c | 2 -- sys/arm/nvidia/tegra_efuse.c | 2 -- sys/arm/nvidia/tegra_ehci.c | 2 -- sys/arm/nvidia/tegra_gpio.c | 2 -- sys/arm/nvidia/tegra_i2c.c | 2 -- sys/arm/nvidia/tegra_lic.c | 2 -- sys/arm/nvidia/tegra_mc.c | 2 -- sys/arm/nvidia/tegra_pcie.c | 2 -- sys/arm/nvidia/tegra_pinmux.c | 2 -- sys/arm/nvidia/tegra_rtc.c | 2 -- sys/arm/nvidia/tegra_sdhci.c | 2 -- sys/arm/nvidia/tegra_soctherm.c | 2 -- sys/arm/nvidia/tegra_uart.c | 2 -- sys/arm/nvidia/tegra_usbphy.c | 2 -- sys/arm/nvidia/tegra_xhci.c | 2 -- sys/arm/qemu/virt_machdep.c | 2 -- sys/arm/qemu/virt_mp.c | 2 -- sys/arm/qualcomm/ipq4018_machdep.c | 2 -- sys/arm/qualcomm/ipq4018_mp.c | 2 -- sys/arm/qualcomm/ipq4018_usb_hs_phy.c | 2 -- sys/arm/qualcomm/ipq4018_usb_ss_phy.c | 2 -- sys/arm/qualcomm/qcom_cpu_kpssv2.c | 2 -- sys/arm/qualcomm/qcom_scm_legacy.c | 2 -- sys/arm/rockchip/rk32xx_machdep.c | 2 -- sys/arm/rockchip/rk32xx_mp.c | 2 -- sys/arm/ti/aintc.c | 2 -- sys/arm/ti/am335x/am3359_cppi41.c | 2 -- sys/arm/ti/am335x/am335x_dmtimer.c | 2 -- sys/arm/ti/am335x/am335x_dmtpps.c | 2 -- sys/arm/ti/am335x/am335x_ecap.c | 2 -- sys/arm/ti/am335x/am335x_ehrpwm.c | 2 -- sys/arm/ti/am335x/am335x_gpio.c | 2 -- sys/arm/ti/am335x/am335x_lcd.c | 2 -- sys/arm/ti/am335x/am335x_lcd_syscons.c | 2 -- sys/arm/ti/am335x/am335x_musb.c | 2 -- sys/arm/ti/am335x/am335x_pmic.c | 1 - sys/arm/ti/am335x/am335x_pwmss.c | 2 -- sys/arm/ti/am335x/am335x_rtc.c | 2 -- sys/arm/ti/am335x/am335x_scm.c | 2 -- sys/arm/ti/am335x/am335x_scm_padconf.c | 2 -- sys/arm/ti/am335x/am335x_usb_phy.c | 2 -- sys/arm/ti/am335x/tda19988.c | 1 - sys/arm/ti/clk/clock_common.c | 2 -- sys/arm/ti/clk/clock_common.h | 2 -- sys/arm/ti/clk/ti_clk_clkctrl.c | 2 -- sys/arm/ti/clk/ti_clk_dpll.c | 2 -- sys/arm/ti/clk/ti_clkctrl.c | 2 -- sys/arm/ti/clk/ti_divider_clock.c | 2 -- sys/arm/ti/clk/ti_dpll_clock.c | 2 -- sys/arm/ti/clk/ti_gate_clock.c | 2 -- sys/arm/ti/clk/ti_mux_clock.c | 2 -- sys/arm/ti/cpsw/if_cpsw.c | 2 -- sys/arm/ti/omap4/omap4_gpio.c | 2 -- sys/arm/ti/omap4/omap4_l2cache.c | 1 - sys/arm/ti/omap4/omap4_mp.c | 1 - sys/arm/ti/omap4/omap4_prcm_clks.c | 2 -- sys/arm/ti/omap4/omap4_scm_padconf.c | 2 -- sys/arm/ti/omap4/omap4_wugen.c | 2 -- sys/arm/ti/omap4/pandaboard/pandaboard.c | 2 -- sys/arm/ti/ti_adc.c | 2 -- sys/arm/ti/ti_cpuid.c | 2 -- sys/arm/ti/ti_edma3.c | 2 -- sys/arm/ti/ti_gpio.c | 2 -- sys/arm/ti/ti_i2c.c | 2 -- sys/arm/ti/ti_machdep.c | 2 -- sys/arm/ti/ti_mbox.c | 2 -- sys/arm/ti/ti_omap4_cm.c | 2 -- sys/arm/ti/ti_pinmux.c | 2 -- sys/arm/ti/ti_prcm.c | 2 -- sys/arm/ti/ti_prm.c | 2 -- sys/arm/ti/ti_pruss.c | 2 -- sys/arm/ti/ti_scm.c | 2 -- sys/arm/ti/ti_scm_syscon.c | 2 -- sys/arm/ti/ti_sdhci.c | 2 -- sys/arm/ti/ti_sdma.c | 2 -- sys/arm/ti/ti_smc.S | 2 -- sys/arm/ti/ti_spi.c | 2 -- sys/arm/ti/ti_sysc.c | 2 -- sys/arm/ti/ti_wdt.c | 2 -- sys/arm/ti/twl/twl.c | 2 -- sys/arm/ti/twl/twl_clks.c | 2 -- sys/arm/ti/twl/twl_vreg.c | 2 -- sys/arm/ti/usb/omap_ehci.c | 2 -- sys/arm/ti/usb/omap_host.c | 2 -- sys/arm/ti/usb/omap_tll.c | 2 -- sys/arm/xilinx/uart_dev_cdnc.c | 2 -- sys/arm/xilinx/zy7_devcfg.c | 2 -- sys/arm/xilinx/zy7_ehci.c | 2 -- sys/arm/xilinx/zy7_gpio.c | 2 -- sys/arm/xilinx/zy7_l2cache.c | 2 -- sys/arm/xilinx/zy7_machdep.c | 2 -- sys/arm/xilinx/zy7_mp.c | 1 - sys/arm/xilinx/zy7_qspi.c | 2 -- sys/arm/xilinx/zy7_slcr.c | 2 -- sys/arm/xilinx/zy7_spi.c | 2 -- sys/arm64/acpica/OsdEnvironment.c | 2 -- sys/arm64/acpica/acpi_iort.c | 2 -- sys/arm64/acpica/acpi_machdep.c | 2 -- sys/arm64/acpica/acpi_wakeup.c | 2 -- sys/arm64/acpica/pci_cfgreg.c | 2 -- sys/arm64/arm64/autoconf.c | 2 -- sys/arm64/arm64/bus_machdep.c | 2 -- sys/arm64/arm64/bus_space_asm.S | 2 -- sys/arm64/arm64/busdma_bounce.c | 2 -- sys/arm64/arm64/busdma_machdep.c | 2 -- sys/arm64/arm64/clock.c | 2 -- sys/arm64/arm64/cmn600.c | 2 -- sys/arm64/arm64/copyinout.S | 2 -- sys/arm64/arm64/cpu_errata.c | 2 -- sys/arm64/arm64/cpufunc_asm.S | 3 --- sys/arm64/arm64/db_disasm.c | 1 - sys/arm64/arm64/db_interface.c | 1 - sys/arm64/arm64/db_trace.c | 1 - sys/arm64/arm64/debug_monitor.c | 2 -- sys/arm64/arm64/disassem.c | 2 -- sys/arm64/arm64/dump_machdep.c | 2 -- sys/arm64/arm64/efirt_machdep.c | 2 -- sys/arm64/arm64/elf32_machdep.c | 2 -- sys/arm64/arm64/elf_machdep.c | 2 -- sys/arm64/arm64/exception.S | 2 -- sys/arm64/arm64/exec_machdep.c | 2 -- sys/arm64/arm64/freebsd32_machdep.c | 2 -- sys/arm64/arm64/genassym.c | 1 - sys/arm64/arm64/gic_v3.c | 2 -- sys/arm64/arm64/gic_v3_acpi.c | 2 -- sys/arm64/arm64/gic_v3_fdt.c | 2 -- sys/arm64/arm64/gicv3_its.c | 2 -- sys/arm64/arm64/identcpu.c | 2 -- sys/arm64/arm64/machdep.c | 2 -- sys/arm64/arm64/machdep_boot.c | 2 -- sys/arm64/arm64/mem.c | 2 -- sys/arm64/arm64/minidump_machdep.c | 2 -- sys/arm64/arm64/mp_machdep.c | 2 -- sys/arm64/arm64/nexus.c | 2 -- sys/arm64/arm64/ofw_machdep.c | 2 -- sys/arm64/arm64/pmap.c | 2 -- sys/arm64/arm64/ptrace_machdep.c | 2 -- sys/arm64/arm64/ptrauth.c | 2 -- sys/arm64/arm64/stack_machdep.c | 2 -- sys/arm64/arm64/support.S | 2 -- sys/arm64/arm64/swtch.S | 3 --- sys/arm64/arm64/sys_machdep.c | 2 -- sys/arm64/arm64/trap.c | 2 -- sys/arm64/arm64/uio_machdep.c | 2 -- sys/arm64/arm64/uma_machdep.c | 2 -- sys/arm64/arm64/undefined.c | 2 -- sys/arm64/arm64/unwind.c | 1 - sys/arm64/arm64/vfp.c | 2 -- sys/arm64/arm64/vm_machdep.c | 2 -- sys/arm64/broadcom/brcmmdio/mdio_mux_iproc.c | 2 -- sys/arm64/broadcom/brcmmdio/mdio_nexus_iproc.c | 2 -- sys/arm64/broadcom/brcmmdio/mdio_ns2_pcie_phy.c | 2 -- sys/arm64/broadcom/genet/if_genet.c | 2 -- sys/arm64/cavium/thunder_pcie_common.c | 2 -- sys/arm64/cavium/thunder_pcie_fdt.c | 2 -- sys/arm64/cavium/thunder_pcie_pem.c | 2 -- sys/arm64/cavium/thunder_pcie_pem_fdt.c | 2 -- sys/arm64/coresight/coresight.c | 2 -- sys/arm64/coresight/coresight_acpi.c | 2 -- sys/arm64/coresight/coresight_cmd.c | 2 -- sys/arm64/coresight/coresight_cpu_debug.c | 2 -- sys/arm64/coresight/coresight_etm4x.c | 2 -- sys/arm64/coresight/coresight_etm4x_acpi.c | 2 -- sys/arm64/coresight/coresight_etm4x_fdt.c | 2 -- sys/arm64/coresight/coresight_fdt.c | 2 -- sys/arm64/coresight/coresight_funnel.c | 2 -- sys/arm64/coresight/coresight_funnel_acpi.c | 2 -- sys/arm64/coresight/coresight_funnel_fdt.c | 2 -- sys/arm64/coresight/coresight_replicator.c | 2 -- sys/arm64/coresight/coresight_replicator_acpi.c | 2 -- sys/arm64/coresight/coresight_replicator_fdt.c | 2 -- sys/arm64/coresight/coresight_tmc.c | 2 -- sys/arm64/coresight/coresight_tmc_acpi.c | 2 -- sys/arm64/coresight/coresight_tmc_fdt.c | 2 -- sys/arm64/freescale/imx/clk/imx_clk_composite.c | 2 -- sys/arm64/freescale/imx/clk/imx_clk_frac_pll.c | 2 -- sys/arm64/freescale/imx/clk/imx_clk_gate.c | 2 -- sys/arm64/freescale/imx/clk/imx_clk_mux.c | 2 -- sys/arm64/freescale/imx/clk/imx_clk_sscg_pll.c | 2 -- sys/arm64/freescale/imx/imx7gpc.c | 2 -- sys/arm64/freescale/imx/imx8mq_ccm.c | 2 -- sys/arm64/intel/stratix10-soc-fpga-mgr.c | 2 -- sys/arm64/intel/stratix10-svc.c | 2 -- sys/arm64/iommu/iommu.c | 2 -- sys/arm64/iommu/iommu_pmap.c | 2 -- sys/arm64/iommu/smmu.c | 2 -- sys/arm64/iommu/smmu_acpi.c | 2 -- sys/arm64/iommu/smmu_fdt.c | 2 -- sys/arm64/iommu/smmu_quirks.c | 2 -- sys/arm64/linux/linux_dummy_machdep.c | 2 -- sys/arm64/linux/linux_genassym.c | 1 - sys/arm64/linux/linux_machdep.c | 2 -- sys/arm64/linux/linux_support.S | 2 -- sys/arm64/linux/linux_sysvec.c | 2 -- sys/arm64/linux/linux_vdso_gtod.c | 2 -- sys/arm64/nvidia/tegra210/max77620.c | 2 -- sys/arm64/nvidia/tegra210/max77620_gpio.c | 2 -- sys/arm64/nvidia/tegra210/max77620_regulators.c | 2 -- sys/arm64/nvidia/tegra210/max77620_rtc.c | 2 -- sys/arm64/nvidia/tegra210/tegra210_car.c | 2 -- sys/arm64/nvidia/tegra210/tegra210_clk_per.c | 2 -- sys/arm64/nvidia/tegra210/tegra210_clk_pll.c | 2 -- sys/arm64/nvidia/tegra210/tegra210_clk_super.c | 2 -- sys/arm64/nvidia/tegra210/tegra210_coretemp.c | 2 -- sys/arm64/nvidia/tegra210/tegra210_cpufreq.c | 2 -- sys/arm64/nvidia/tegra210/tegra210_pinmux.c | 2 -- sys/arm64/nvidia/tegra210/tegra210_pmc.c | 2 -- sys/arm64/nvidia/tegra210/tegra210_xusbpadctl.c | 2 -- sys/arm64/qoriq/clk/ls1028a_clkgen.c | 2 -- sys/arm64/qoriq/clk/ls1028a_flexspi_clk.c | 2 -- sys/arm64/qoriq/clk/ls1046a_clkgen.c | 2 -- sys/arm64/qoriq/clk/ls1088a_clkgen.c | 2 -- sys/arm64/qoriq/clk/lx2160a_clkgen.c | 2 -- sys/arm64/qoriq/clk/qoriq_clk_pll.c | 2 -- sys/arm64/qoriq/clk/qoriq_clkgen.c | 2 -- sys/arm64/qoriq/qoriq_dw_pci.c | 3 --- sys/arm64/qoriq/qoriq_gpio_pic.c | 2 -- sys/arm64/qoriq/qoriq_therm.c | 2 -- sys/arm64/qualcomm/qcom_gcc.c | 2 -- sys/arm64/rockchip/clk/rk3288_cru.c | 2 -- sys/arm64/rockchip/clk/rk3328_cru.c | 2 -- sys/arm64/rockchip/clk/rk3399_cru.c | 2 -- sys/arm64/rockchip/clk/rk3399_pmucru.c | 2 -- sys/arm64/rockchip/clk/rk_clk_armclk.c | 2 -- sys/arm64/rockchip/clk/rk_clk_composite.c | 2 -- sys/arm64/rockchip/clk/rk_clk_fract.c | 2 -- sys/arm64/rockchip/clk/rk_clk_gate.c | 2 -- sys/arm64/rockchip/clk/rk_clk_mux.c | 2 -- sys/arm64/rockchip/clk/rk_clk_pll.c | 2 -- sys/arm64/rockchip/clk/rk_cru.c | 2 -- sys/arm64/rockchip/if_dwc_rk.c | 2 -- sys/arm64/rockchip/rk3328_codec.c | 2 -- sys/arm64/rockchip/rk3399_emmcphy.c | 2 -- sys/arm64/rockchip/rk_dwc3.c | 2 -- sys/arm64/rockchip/rk_gpio.c | 2 -- sys/arm64/rockchip/rk_grf.c | 2 -- sys/arm64/rockchip/rk_i2c.c | 2 -- sys/arm64/rockchip/rk_i2s.c | 2 -- sys/arm64/rockchip/rk_iodomain.c | 2 -- sys/arm64/rockchip/rk_otp.c | 2 -- sys/arm64/rockchip/rk_pcie.c | 2 -- sys/arm64/rockchip/rk_pcie_phy.c | 2 -- sys/arm64/rockchip/rk_pinctrl.c | 2 -- sys/arm64/rockchip/rk_pmu.c | 2 -- sys/arm64/rockchip/rk_pwm.c | 2 -- sys/arm64/rockchip/rk_spi.c | 2 -- sys/arm64/rockchip/rk_tsadc.c | 2 -- sys/arm64/rockchip/rk_typec_phy.c | 2 -- sys/arm64/rockchip/rk_usb2phy.c | 2 -- sys/arm64/rockchip/rk_usbphy.c | 2 -- sys/cam/ata/ata_all.c | 2 -- sys/cam/ata/ata_da.c | 2 -- sys/cam/ata/ata_pmp.c | 2 -- sys/cam/ata/ata_xpt.c | 2 -- sys/cam/cam.c | 2 -- sys/cam/cam_compat.c | 2 -- sys/cam/cam_iosched.c | 2 -- sys/cam/cam_periph.c | 2 -- sys/cam/cam_queue.c | 2 -- sys/cam/cam_sim.c | 2 -- sys/cam/cam_xpt.c | 2 -- sys/cam/ctl/ctl.c | 2 -- sys/cam/ctl/ctl_backend.c | 2 -- sys/cam/ctl/ctl_backend_block.c | 2 -- sys/cam/ctl/ctl_backend_ramdisk.c | 2 -- sys/cam/ctl/ctl_error.c | 2 -- sys/cam/ctl/ctl_frontend.c | 2 -- sys/cam/ctl/ctl_frontend_cam_sim.c | 2 -- sys/cam/ctl/ctl_frontend_ioctl.c | 2 -- sys/cam/ctl/ctl_frontend_iscsi.c | 2 -- sys/cam/ctl/ctl_ha.c | 2 -- sys/cam/ctl/ctl_scsi_all.c | 3 --- sys/cam/ctl/ctl_scsi_all.h | 3 --- sys/cam/ctl/ctl_tpc.c | 2 -- sys/cam/ctl/ctl_tpc_local.c | 2 -- sys/cam/ctl/ctl_util.c | 2 -- sys/cam/ctl/scsi_ctl.c | 2 -- sys/cam/mmc/mmc_da.c | 2 -- sys/cam/mmc/mmc_sim.c | 2 -- sys/cam/mmc/mmc_xpt.c | 2 -- sys/cam/nvme/nvme_all.c | 2 -- sys/cam/nvme/nvme_da.c | 2 -- sys/cam/nvme/nvme_xpt.c | 2 -- sys/cam/scsi/scsi_all.c | 2 -- sys/cam/scsi/scsi_cd.c | 2 -- sys/cam/scsi/scsi_ch.c | 2 -- sys/cam/scsi/scsi_da.c | 2 -- sys/cam/scsi/scsi_enc.c | 2 -- sys/cam/scsi/scsi_enc_safte.c | 2 -- sys/cam/scsi/scsi_enc_ses.c | 2 -- sys/cam/scsi/scsi_pass.c | 2 -- sys/cam/scsi/scsi_pt.c | 2 -- sys/cam/scsi/scsi_sa.c | 2 -- sys/cam/scsi/scsi_sg.c | 2 -- sys/cam/scsi/scsi_targ_bh.c | 2 -- sys/cam/scsi/scsi_target.c | 2 -- sys/cam/scsi/scsi_xpt.c | 2 -- sys/cam/scsi/smp_all.c | 2 -- sys/cddl/boot/zfs/zfssubr.c | 2 -- sys/cddl/compat/opensolaris/kern/opensolaris_acl.c | 2 -- sys/cddl/compat/opensolaris/kern/opensolaris_atomic.c | 2 -- sys/cddl/compat/opensolaris/kern/opensolaris_proc.c | 2 -- sys/cddl/compat/opensolaris/kern/opensolaris_taskq.c | 2 -- sys/cddl/compat/opensolaris/kern/opensolaris_vm.c | 2 -- sys/cddl/dev/systrace/systrace.c | 2 -- sys/compat/freebsd32/freebsd32_abort2.c | 2 -- sys/compat/freebsd32/freebsd32_capability.c | 2 -- sys/compat/freebsd32/freebsd32_ioctl.c | 2 -- sys/compat/freebsd32/freebsd32_misc.c | 2 -- sys/compat/ia32/ia32_genassym.c | 2 -- sys/compat/ia32/ia32_sysvec.c | 2 -- sys/compat/lindebugfs/lindebugfs.c | 2 -- sys/compat/linprocfs/linprocfs.c | 2 -- sys/compat/linsysfs/linsysfs.c | 2 -- sys/compat/linsysfs/linsysfs_net.c | 2 -- sys/compat/linux/linux.c | 2 -- sys/compat/linux/linux_common.c | 2 -- sys/compat/linux/linux_dummy.c | 2 -- sys/compat/linux/linux_elf.c | 2 -- sys/compat/linux/linux_elf32.c | 2 -- sys/compat/linux/linux_elf64.c | 2 -- sys/compat/linux/linux_emul.c | 2 -- sys/compat/linux/linux_errno.c | 2 -- sys/compat/linux/linux_event.c | 2 -- sys/compat/linux/linux_file.c | 2 -- sys/compat/linux/linux_fork.c | 2 -- sys/compat/linux/linux_futex.c | 2 -- sys/compat/linux/linux_getcwd.c | 2 -- sys/compat/linux/linux_ioctl.c | 2 -- sys/compat/linux/linux_ipc.c | 2 -- sys/compat/linux/linux_mib.c | 2 -- sys/compat/linux/linux_misc.c | 2 -- sys/compat/linux/linux_mmap.c | 2 -- sys/compat/linux/linux_netlink.c | 2 -- sys/compat/linux/linux_ptrace.c | 2 -- sys/compat/linux/linux_rseq.c | 2 -- sys/compat/linux/linux_signal.c | 2 -- sys/compat/linux/linux_socket.c | 2 -- sys/compat/linux/linux_stats.c | 2 -- sys/compat/linux/linux_sysctl.c | 2 -- sys/compat/linux/linux_time.c | 1 - sys/compat/linux/linux_timer.c | 2 -- sys/compat/linux/linux_uid16.c | 2 -- sys/compat/linux/linux_util.c | 2 -- sys/compat/linux/linux_vdso.c | 2 -- sys/compat/linux/linux_xattr.c | 2 -- sys/compat/linuxkpi/common/src/linux_80211.c | 2 -- sys/compat/linuxkpi/common/src/linux_80211_macops.c | 2 -- sys/compat/linuxkpi/common/src/linux_compat.c | 2 -- sys/compat/linuxkpi/common/src/linux_current.c | 2 -- sys/compat/linuxkpi/common/src/linux_devres.c | 2 -- sys/compat/linuxkpi/common/src/linux_domain.c | 2 -- sys/compat/linuxkpi/common/src/linux_hrtimer.c | 2 -- sys/compat/linuxkpi/common/src/linux_i2c.c | 2 -- sys/compat/linuxkpi/common/src/linux_i2cbb.c | 2 -- sys/compat/linuxkpi/common/src/linux_idr.c | 2 -- sys/compat/linuxkpi/common/src/linux_kmod.c | 2 -- sys/compat/linuxkpi/common/src/linux_kthread.c | 2 -- sys/compat/linuxkpi/common/src/linux_mhi.c | 2 -- sys/compat/linuxkpi/common/src/linux_netdev.c | 2 -- sys/compat/linuxkpi/common/src/linux_page.c | 2 -- sys/compat/linuxkpi/common/src/linux_pci.c | 2 -- sys/compat/linuxkpi/common/src/linux_radix.c | 2 -- sys/compat/linuxkpi/common/src/linux_rcu.c | 2 -- sys/compat/linuxkpi/common/src/linux_schedule.c | 2 -- sys/compat/linuxkpi/common/src/linux_seq_file.c | 2 -- sys/compat/linuxkpi/common/src/linux_shmemfs.c | 2 -- sys/compat/linuxkpi/common/src/linux_shrinker.c | 2 -- sys/compat/linuxkpi/common/src/linux_simple_attr.c | 2 -- sys/compat/linuxkpi/common/src/linux_skbuff.c | 2 -- sys/compat/linuxkpi/common/src/linux_slab.c | 2 -- sys/compat/linuxkpi/common/src/linux_tasklet.c | 2 -- sys/compat/linuxkpi/common/src/linux_work.c | 2 -- sys/compat/linuxkpi/common/src/linux_xarray.c | 2 -- sys/compat/x86bios/x86bios.c | 2 -- sys/crypto/aesni/aesni.c | 2 -- sys/crypto/aesni/aesni_wrap.c | 2 -- sys/crypto/aesni/intel_sha1.c | 2 -- sys/crypto/aesni/intel_sha256.c | 2 -- sys/crypto/armv8/armv8_crypto.c | 2 -- sys/crypto/armv8/armv8_crypto_wrap.c | 2 -- sys/crypto/blake2/blake2-sw.c | 2 -- sys/crypto/blake2/blake2_cryptodev.c | 2 -- sys/crypto/ccp/ccp.c | 2 -- sys/crypto/ccp/ccp_hardware.c | 2 -- sys/crypto/ccp/ccp_lsb.c | 2 -- sys/crypto/chacha20/chacha-sw.c | 2 -- sys/crypto/chacha20/chacha.c | 2 -- sys/crypto/des/des_ecb.c | 2 -- sys/crypto/des/des_enc.c | 2 -- sys/crypto/des/des_setkey.c | 2 -- sys/crypto/libsodium/randombytes.c | 1 - sys/crypto/libsodium/utils.c | 1 - sys/crypto/openssl/ossl.c | 2 -- sys/crypto/openssl/ossl_aes.c | 2 -- sys/crypto/openssl/ossl_sha1.c | 2 -- sys/crypto/openssl/ossl_sha256.c | 2 -- sys/crypto/openssl/ossl_sha512.c | 2 -- sys/crypto/rc4/rc4.c | 2 -- sys/crypto/rijndael/rijndael-alg-fst.c | 2 -- sys/crypto/rijndael/rijndael-api-fst.c | 2 -- sys/crypto/rijndael/rijndael-api.c | 2 -- sys/crypto/sha1.c | 2 -- sys/crypto/sha2/sha256c.c | 2 -- sys/crypto/sha2/sha256c_arm64.c | 2 -- sys/crypto/sha2/sha512c.c | 2 -- sys/crypto/sha2/sha512c_arm64.c | 2 -- sys/crypto/siphash/siphash.c | 2 -- sys/crypto/siphash/siphash_test.c | 2 -- sys/crypto/skein/skein.c | 2 -- sys/crypto/skein/skein_block.c | 2 -- sys/crypto/via/padlock.c | 2 -- sys/crypto/via/padlock_cipher.c | 2 -- sys/crypto/via/padlock_hash.c | 2 -- sys/ddb/db_access.c | 2 -- sys/ddb/db_break.c | 2 -- sys/ddb/db_capture.c | 2 -- sys/ddb/db_command.c | 2 -- sys/ddb/db_examine.c | 2 -- sys/ddb/db_expr.c | 2 -- sys/ddb/db_input.c | 2 -- sys/ddb/db_lex.c | 2 -- sys/ddb/db_main.c | 2 -- sys/ddb/db_output.c | 2 -- sys/ddb/db_print.c | 2 -- sys/ddb/db_ps.c | 2 -- sys/ddb/db_run.c | 2 -- sys/ddb/db_script.c | 2 -- sys/ddb/db_sym.c | 2 -- sys/ddb/db_textdump.c | 2 -- sys/ddb/db_thread.c | 2 -- sys/ddb/db_variables.c | 2 -- sys/ddb/db_watch.c | 2 -- sys/ddb/db_write_cmd.c | 2 -- sys/dev/aac/aac.c | 2 -- sys/dev/aac/aac_cam.c | 2 -- sys/dev/aac/aac_debug.c | 2 -- sys/dev/aac/aac_disk.c | 2 -- sys/dev/aac/aac_linux.c | 2 -- sys/dev/aac/aac_pci.c | 2 -- sys/dev/aacraid/aacraid.c | 2 -- sys/dev/aacraid/aacraid_cam.c | 2 -- sys/dev/aacraid/aacraid_debug.c | 2 -- sys/dev/aacraid/aacraid_endian.c | 2 -- sys/dev/aacraid/aacraid_linux.c | 2 -- sys/dev/aacraid/aacraid_pci.c | 2 -- sys/dev/acpi_support/acpi_asus.c | 2 -- sys/dev/acpi_support/acpi_asus_wmi.c | 2 -- sys/dev/acpi_support/acpi_fujitsu.c | 2 -- sys/dev/acpi_support/acpi_hp.c | 2 -- sys/dev/acpi_support/acpi_ibm.c | 2 -- sys/dev/acpi_support/acpi_panasonic.c | 2 -- sys/dev/acpi_support/acpi_rapidstart.c | 2 -- sys/dev/acpi_support/acpi_sony.c | 2 -- sys/dev/acpi_support/acpi_toshiba.c | 2 -- sys/dev/acpi_support/acpi_wmi.c | 2 -- sys/dev/acpi_support/atk0110.c | 2 -- sys/dev/acpica/Osd/OsdDebug.c | 2 -- sys/dev/acpica/Osd/OsdHardware.c | 2 -- sys/dev/acpica/Osd/OsdInterrupt.c | 2 -- sys/dev/acpica/Osd/OsdMemory.c | 2 -- sys/dev/acpica/Osd/OsdSchedule.c | 2 -- sys/dev/acpica/Osd/OsdStream.c | 2 -- sys/dev/acpica/Osd/OsdSynch.c | 2 -- sys/dev/acpica/Osd/OsdTable.c | 2 -- sys/dev/acpica/acpi.c | 2 -- sys/dev/acpica/acpi_acad.c | 2 -- sys/dev/acpica/acpi_apei.c | 2 -- sys/dev/acpica/acpi_battery.c | 2 -- sys/dev/acpica/acpi_button.c | 2 -- sys/dev/acpica/acpi_cmbat.c | 2 -- sys/dev/acpica/acpi_container.c | 2 -- sys/dev/acpica/acpi_cpu.c | 2 -- sys/dev/acpica/acpi_ec.c | 2 -- sys/dev/acpica/acpi_ged.c | 2 -- sys/dev/acpica/acpi_hpet.c | 2 -- sys/dev/acpica/acpi_isab.c | 2 -- sys/dev/acpica/acpi_lid.c | 2 -- sys/dev/acpica/acpi_package.c | 2 -- sys/dev/acpica/acpi_pci.c | 2 -- sys/dev/acpica/acpi_pci_link.c | 2 -- sys/dev/acpica/acpi_pcib.c | 2 -- sys/dev/acpica/acpi_pcib_acpi.c | 2 -- sys/dev/acpica/acpi_pcib_pci.c | 2 -- sys/dev/acpica/acpi_perf.c | 2 -- sys/dev/acpica/acpi_powerres.c | 2 -- sys/dev/acpica/acpi_pxm.c | 2 -- sys/dev/acpica/acpi_quirk.c | 2 -- sys/dev/acpica/acpi_resource.c | 2 -- sys/dev/acpica/acpi_smbat.c | 2 -- sys/dev/acpica/acpi_thermal.c | 2 -- sys/dev/acpica/acpi_throttle.c | 2 -- sys/dev/acpica/acpi_timer.c | 2 -- sys/dev/acpica/acpi_video.c | 2 -- sys/dev/adlink/adlink.c | 2 -- sys/dev/ae/if_ae.c | 2 -- sys/dev/age/if_age.c | 2 -- sys/dev/agp/agp.c | 2 -- sys/dev/agp/agp_ali.c | 2 -- sys/dev/agp/agp_amd.c | 2 -- sys/dev/agp/agp_amd64.c | 2 -- sys/dev/agp/agp_apple.c | 2 -- sys/dev/agp/agp_ati.c | 2 -- sys/dev/agp/agp_i810.c | 2 -- sys/dev/agp/agp_intel.c | 2 -- sys/dev/agp/agp_nvidia.c | 2 -- sys/dev/agp/agp_sis.c | 2 -- sys/dev/agp/agp_via.c | 2 -- sys/dev/ahci/ahci.c | 2 -- sys/dev/ahci/ahci_fsl_fdt.c | 2 -- sys/dev/ahci/ahci_generic.c | 2 -- sys/dev/ahci/ahci_mv_fdt.c | 2 -- sys/dev/ahci/ahci_pci.c | 2 -- sys/dev/ahci/ahciem.c | 2 -- sys/dev/aic7xxx/ahc_isa.c | 2 -- sys/dev/aic7xxx/ahc_pci.c | 2 -- sys/dev/aic7xxx/ahd_pci.c | 2 -- sys/dev/aic7xxx/aic7770.c | 1 - sys/dev/aic7xxx/aic79xx.c | 1 - sys/dev/aic7xxx/aic79xx_osm.c | 2 -- sys/dev/aic7xxx/aic79xx_pci.c | 1 - sys/dev/aic7xxx/aic79xx_reg_print.c | 1 - sys/dev/aic7xxx/aic7xxx.c | 1 - sys/dev/aic7xxx/aic7xxx_93cx6.c | 1 - sys/dev/aic7xxx/aic7xxx_osm.c | 2 -- sys/dev/aic7xxx/aic7xxx_pci.c | 1 - sys/dev/aic7xxx/aic7xxx_reg_print.c | 1 - sys/dev/aic7xxx/aic_osm_lib.c | 2 -- sys/dev/al_eth/al_eth.c | 2 -- sys/dev/al_eth/al_init_eth_kr.c | 2 -- sys/dev/al_eth/al_init_eth_lm.c | 2 -- sys/dev/alc/if_alc.c | 2 -- sys/dev/ale/if_ale.c | 2 -- sys/dev/alpm/alpm.c | 2 -- sys/dev/altera/atse/if_atse.c | 2 -- sys/dev/altera/atse/if_atse_fdt.c | 2 -- sys/dev/altera/atse/if_atse_nexus.c | 2 -- sys/dev/altera/avgen/altera_avgen.c | 2 -- sys/dev/altera/avgen/altera_avgen_fdt.c | 2 -- sys/dev/altera/avgen/altera_avgen_nexus.c | 2 -- sys/dev/altera/dwc/if_dwc_socfpga.c | 2 -- sys/dev/altera/jtag_uart/altera_jtag_uart_cons.c | 2 -- sys/dev/altera/jtag_uart/altera_jtag_uart_fdt.c | 2 -- sys/dev/altera/jtag_uart/altera_jtag_uart_nexus.c | 2 -- sys/dev/altera/jtag_uart/altera_jtag_uart_tty.c | 2 -- sys/dev/altera/msgdma/msgdma.c | 2 -- sys/dev/altera/pio/pio.c | 2 -- sys/dev/altera/sdcard/altera_sdcard.c | 2 -- sys/dev/altera/sdcard/altera_sdcard_disk.c | 2 -- sys/dev/altera/sdcard/altera_sdcard_fdt.c | 2 -- sys/dev/altera/sdcard/altera_sdcard_io.c | 2 -- sys/dev/altera/sdcard/altera_sdcard_nexus.c | 2 -- sys/dev/altera/softdma/softdma.c | 2 -- sys/dev/amdgpio/amdgpio.c | 2 -- sys/dev/amdpm/amdpm.c | 2 -- sys/dev/amdsbwd/amdsbwd.c | 2 -- sys/dev/amdsmb/amdsmb.c | 2 -- sys/dev/amdsmn/amdsmn.c | 2 -- sys/dev/amdtemp/amdtemp.c | 2 -- sys/dev/arcmsr/arcmsr.c | 2 -- sys/dev/asmc/asmc.c | 2 -- sys/dev/ata/ata-all.c | 2 -- sys/dev/ata/ata-dma.c | 2 -- sys/dev/ata/ata-isa.c | 2 -- sys/dev/ata/ata-lowlevel.c | 2 -- sys/dev/ata/ata-pci.c | 2 -- sys/dev/ata/ata-sata.c | 2 -- sys/dev/ata/chipsets/ata-acard.c | 2 -- sys/dev/ata/chipsets/ata-acerlabs.c | 2 -- sys/dev/ata/chipsets/ata-amd.c | 2 -- sys/dev/ata/chipsets/ata-ati.c | 2 -- sys/dev/ata/chipsets/ata-cenatek.c | 2 -- sys/dev/ata/chipsets/ata-cypress.c | 2 -- sys/dev/ata/chipsets/ata-cyrix.c | 2 -- sys/dev/ata/chipsets/ata-fsl.c | 2 -- sys/dev/ata/chipsets/ata-highpoint.c | 2 -- sys/dev/ata/chipsets/ata-intel.c | 2 -- sys/dev/ata/chipsets/ata-ite.c | 2 -- sys/dev/ata/chipsets/ata-jmicron.c | 2 -- sys/dev/ata/chipsets/ata-marvell.c | 2 -- sys/dev/ata/chipsets/ata-micron.c | 2 -- sys/dev/ata/chipsets/ata-national.c | 2 -- sys/dev/ata/chipsets/ata-netcell.c | 2 -- sys/dev/ata/chipsets/ata-nvidia.c | 2 -- sys/dev/ata/chipsets/ata-promise.c | 2 -- sys/dev/ata/chipsets/ata-serverworks.c | 2 -- sys/dev/ata/chipsets/ata-siliconimage.c | 2 -- sys/dev/ata/chipsets/ata-sis.c | 2 -- sys/dev/ata/chipsets/ata-via.c | 2 -- sys/dev/ath/ath_dfs/null/dfs_null.c | 2 -- sys/dev/ath/ath_rate/amrr/amrr.c | 2 -- sys/dev/ath/ath_rate/onoe/onoe.c | 2 -- sys/dev/ath/ath_rate/sample/sample.c | 2 -- sys/dev/ath/ath_rate/sample/tx_schedules.h | 2 -- sys/dev/ath/if_ath.c | 2 -- sys/dev/ath/if_ath_beacon.c | 2 -- sys/dev/ath/if_ath_btcoex.c | 2 -- sys/dev/ath/if_ath_btcoex_mci.c | 2 -- sys/dev/ath/if_ath_debug.c | 2 -- sys/dev/ath/if_ath_descdma.c | 2 -- sys/dev/ath/if_ath_ioctl.c | 2 -- sys/dev/ath/if_ath_keycache.c | 2 -- sys/dev/ath/if_ath_led.c | 2 -- sys/dev/ath/if_ath_lna_div.c | 2 -- sys/dev/ath/if_ath_pci.c | 2 -- sys/dev/ath/if_ath_rx.c | 2 -- sys/dev/ath/if_ath_rx_edma.c | 2 -- sys/dev/ath/if_ath_spectral.c | 2 -- sys/dev/ath/if_ath_sysctl.c | 2 -- sys/dev/ath/if_ath_tdma.c | 2 -- sys/dev/ath/if_ath_tx.c | 2 -- sys/dev/ath/if_ath_tx_edma.c | 2 -- sys/dev/ath/if_ath_tx_ht.c | 2 -- sys/dev/atkbdc/atkbd.c | 2 -- sys/dev/atkbdc/atkbd_atkbdc.c | 2 -- sys/dev/atkbdc/atkbdc.c | 2 -- sys/dev/atkbdc/atkbdc_isa.c | 2 -- sys/dev/atkbdc/atkbdc_subr.c | 2 -- sys/dev/atkbdc/psm.c | 2 -- sys/dev/axgbe/if_axgbe.c | 2 -- sys/dev/axgbe/if_axgbe_pci.c | 2 -- sys/dev/axgbe/xgbe-dcb.c | 2 -- sys/dev/axgbe/xgbe-desc.c | 2 -- sys/dev/axgbe/xgbe-dev.c | 2 -- sys/dev/axgbe/xgbe-drv.c | 2 -- sys/dev/axgbe/xgbe-i2c.c | 2 -- sys/dev/axgbe/xgbe-mdio.c | 2 -- sys/dev/axgbe/xgbe-phy-v1.c | 2 -- sys/dev/axgbe/xgbe-phy-v2.c | 2 -- sys/dev/axgbe/xgbe-ptp.c | 2 -- sys/dev/axgbe/xgbe-sysctl.c | 2 -- sys/dev/axgbe/xgbe-txrx.c | 2 -- sys/dev/axgbe/xgbe_osdep.c | 2 -- sys/dev/backlight/backlight.c | 2 -- sys/dev/bce/if_bce.c | 2 -- sys/dev/beri/beri_mem.c | 2 -- sys/dev/beri/beri_ring.c | 2 -- sys/dev/beri/virtio/network/if_vtbe.c | 2 -- sys/dev/beri/virtio/virtio.c | 2 -- sys/dev/beri/virtio/virtio_block.c | 2 -- sys/dev/beri/virtio/virtio_mmio_platform.c | 2 -- sys/dev/bfe/if_bfe.c | 2 -- sys/dev/bge/if_bge.c | 2 -- sys/dev/bhnd/bcma/bcma.c | 2 -- sys/dev/bhnd/bcma/bcma_bhndb.c | 2 -- sys/dev/bhnd/bcma/bcma_erom.c | 2 -- sys/dev/bhnd/bcma/bcma_subr.c | 2 -- sys/dev/bhnd/bhnd.c | 2 -- sys/dev/bhnd/bhnd_erom.c | 2 -- sys/dev/bhnd/bhnd_subr.c | 2 -- sys/dev/bhnd/bhndb/bhnd_bhndb.c | 2 -- sys/dev/bhnd/bhndb/bhndb.c | 2 -- sys/dev/bhnd/bhndb/bhndb_hwdata.c | 2 -- sys/dev/bhnd/bhndb/bhndb_pci.c | 2 -- sys/dev/bhnd/bhndb/bhndb_pci_hwdata.c | 2 -- sys/dev/bhnd/bhndb/bhndb_pci_sprom.c | 2 -- sys/dev/bhnd/bhndb/bhndb_subr.c | 2 -- sys/dev/bhnd/cores/chipc/bhnd_pmu_chipc.c | 2 -- sys/dev/bhnd/cores/chipc/bhnd_sprom_chipc.c | 2 -- sys/dev/bhnd/cores/chipc/chipc.c | 2 -- sys/dev/bhnd/cores/chipc/chipc_cfi.c | 2 -- sys/dev/bhnd/cores/chipc/chipc_gpio.c | 2 -- sys/dev/bhnd/cores/chipc/chipc_slicer.c | 2 -- sys/dev/bhnd/cores/chipc/chipc_spi.c | 2 -- sys/dev/bhnd/cores/chipc/chipc_subr.c | 2 -- sys/dev/bhnd/cores/chipc/pwrctl/bhnd_pwrctl.c | 2 -- sys/dev/bhnd/cores/chipc/pwrctl/bhnd_pwrctl_subr.c | 2 -- sys/dev/bhnd/cores/pci/bhnd_pci.c | 2 -- sys/dev/bhnd/cores/pci/bhnd_pci_hostb.c | 2 -- sys/dev/bhnd/cores/pci/bhnd_pcib.c | 2 -- sys/dev/bhnd/cores/pcie2/bhnd_pcie2.c | 2 -- sys/dev/bhnd/cores/pcie2/bhnd_pcie2_hostb.c | 2 -- sys/dev/bhnd/cores/pcie2/bhnd_pcie2b.c | 2 -- sys/dev/bhnd/cores/pmu/bhnd_pmu.c | 2 -- sys/dev/bhnd/cores/pmu/bhnd_pmu_core.c | 2 -- sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c | 2 -- sys/dev/bhnd/cores/usb/bhnd_ehci.c | 2 -- sys/dev/bhnd/cores/usb/bhnd_ohci.c | 2 -- sys/dev/bhnd/cores/usb/bhnd_usb.c | 2 -- sys/dev/bhnd/nvram/bhnd_nvram_data.c | 2 -- sys/dev/bhnd/nvram/bhnd_nvram_data_bcm.c | 2 -- sys/dev/bhnd/nvram/bhnd_nvram_data_bcmraw.c | 2 -- sys/dev/bhnd/nvram/bhnd_nvram_data_btxt.c | 2 -- sys/dev/bhnd/nvram/bhnd_nvram_data_sprom.c | 2 -- sys/dev/bhnd/nvram/bhnd_nvram_data_sprom_subr.c | 2 -- sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c | 2 -- sys/dev/bhnd/nvram/bhnd_nvram_io.c | 2 -- sys/dev/bhnd/nvram/bhnd_nvram_iobuf.c | 2 -- sys/dev/bhnd/nvram/bhnd_nvram_ioptr.c | 2 -- sys/dev/bhnd/nvram/bhnd_nvram_iores.c | 2 -- sys/dev/bhnd/nvram/bhnd_nvram_plist.c | 2 -- sys/dev/bhnd/nvram/bhnd_nvram_store.c | 2 -- sys/dev/bhnd/nvram/bhnd_nvram_store_subr.c | 2 -- sys/dev/bhnd/nvram/bhnd_nvram_subr.c | 2 -- sys/dev/bhnd/nvram/bhnd_nvram_value.c | 2 -- sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c | 2 -- sys/dev/bhnd/nvram/bhnd_nvram_value_prf.c | 2 -- sys/dev/bhnd/nvram/bhnd_nvram_value_subr.c | 2 -- sys/dev/bhnd/nvram/bhnd_sprom.c | 2 -- sys/dev/bhnd/siba/siba.c | 2 -- sys/dev/bhnd/siba/siba_bhndb.c | 2 -- sys/dev/bhnd/siba/siba_erom.c | 2 -- sys/dev/bhnd/siba/siba_subr.c | 2 -- sys/dev/bnxt/bnxt.h | 2 -- sys/dev/bnxt/bnxt_hwrm.c | 2 -- sys/dev/bnxt/bnxt_hwrm.h | 2 -- sys/dev/bnxt/bnxt_ioctl.h | 2 -- sys/dev/bnxt/bnxt_sysctl.c | 2 -- sys/dev/bnxt/bnxt_sysctl.h | 2 -- sys/dev/bnxt/bnxt_txrx.c | 2 -- sys/dev/bnxt/hsi_struct_def.h | 2 -- sys/dev/bnxt/if_bnxt.c | 2 -- sys/dev/bwi/bwimac.c | 2 -- sys/dev/bwi/bwiphy.c | 2 -- sys/dev/bwi/bwirf.c | 2 -- sys/dev/bwi/if_bwi.c | 2 -- sys/dev/bwi/if_bwi_pci.c | 2 -- sys/dev/bwn/if_bwn.c | 2 -- sys/dev/bwn/if_bwn_pci.c | 2 -- sys/dev/bwn/if_bwn_phy_common.c | 2 -- sys/dev/bwn/if_bwn_phy_g.c | 2 -- sys/dev/bwn/if_bwn_phy_lp.c | 2 -- sys/dev/bwn/if_bwn_phy_n.c | 2 -- sys/dev/bwn/if_bwn_util.c | 2 -- sys/dev/bxe/57710_init_values.c | 1 - sys/dev/bxe/57710_int_offsets.h | 3 --- sys/dev/bxe/57711_init_values.c | 1 - sys/dev/bxe/57711_int_offsets.h | 3 --- sys/dev/bxe/57712_init_values.c | 1 - sys/dev/bxe/57712_int_offsets.h | 3 --- sys/dev/bxe/bxe.c | 2 -- sys/dev/bxe/bxe.h | 2 -- sys/dev/bxe/bxe_dcb.h | 2 -- sys/dev/bxe/bxe_debug.c | 2 -- sys/dev/bxe/bxe_dump.h | 2 -- sys/dev/bxe/bxe_elink.c | 2 -- sys/dev/bxe/bxe_elink.h | 2 -- sys/dev/bxe/bxe_ioctl.h | 2 -- sys/dev/bxe/bxe_stats.c | 2 -- sys/dev/bxe/bxe_stats.h | 2 -- sys/dev/bxe/ecore_fw_defs.h | 2 -- sys/dev/bxe/ecore_hsi.h | 2 -- sys/dev/bxe/ecore_init.h | 2 -- sys/dev/bxe/ecore_init_ops.h | 2 -- sys/dev/bxe/ecore_mfw_req.h | 2 -- sys/dev/bxe/ecore_reg.h | 2 -- sys/dev/bxe/ecore_sp.c | 2 -- sys/dev/bxe/ecore_sp.h | 2 -- sys/dev/cadence/if_cgem.c | 2 -- sys/dev/cardbus/cardbus.c | 2 -- sys/dev/cardbus/cardbus_cis.c | 2 -- sys/dev/cardbus/cardbus_device.c | 2 -- sys/dev/cas/if_cas.c | 2 -- sys/dev/cesa/cesa.c | 2 -- sys/dev/cfe/cfe_api.c | 2 -- sys/dev/cfe/cfe_console.c | 2 -- sys/dev/cfe/cfe_env.c | 3 --- sys/dev/cfe/cfe_resource.c | 2 -- sys/dev/cfi/cfi_bus_fdt.c | 2 -- sys/dev/cfi/cfi_bus_nexus.c | 2 -- sys/dev/cfi/cfi_core.c | 2 -- sys/dev/cfi/cfi_dev.c | 2 -- sys/dev/cfi/cfi_disk.c | 2 -- sys/dev/chromebook_platform/chromebook_platform.c | 2 -- sys/dev/coretemp/coretemp.c | 2 -- sys/dev/cpuctl/cpuctl.c | 2 -- sys/dev/cpufreq/cpufreq_dt.c | 2 -- sys/dev/cpufreq/ichss.c | 2 -- sys/dev/cxgb/common/cxgb_ael1002.c | 2 -- sys/dev/cxgb/common/cxgb_aq100x.c | 2 -- sys/dev/cxgb/common/cxgb_mc5.c | 2 -- sys/dev/cxgb/common/cxgb_mv88e1xxx.c | 2 -- sys/dev/cxgb/common/cxgb_t3_hw.c | 3 --- sys/dev/cxgb/common/cxgb_tn1010.c | 2 -- sys/dev/cxgb/common/cxgb_vsc7323.c | 2 -- sys/dev/cxgb/common/cxgb_vsc8211.c | 2 -- sys/dev/cxgb/common/cxgb_xgmac.c | 2 -- sys/dev/cxgb/cxgb_main.c | 2 -- sys/dev/cxgb/cxgb_sge.c | 2 -- sys/dev/cxgb/cxgb_t3fw.c | 1 - sys/dev/cxgb/sys/uipc_mvec.c | 2 -- sys/dev/cxgbe/common/t4_hw.c | 2 -- sys/dev/cxgbe/common/t4vf_hw.c | 2 -- sys/dev/cxgbe/crypto/t4_crypto.c | 2 -- sys/dev/cxgbe/crypto/t4_keyctx.c | 2 -- sys/dev/cxgbe/crypto/t6_kern_tls.c | 2 -- sys/dev/cxgbe/cudbg/cudbg_common.c | 2 -- sys/dev/cxgbe/cudbg/cudbg_flash_utils.c | 2 -- sys/dev/cxgbe/cudbg/cudbg_lib.c | 2 -- sys/dev/cxgbe/cudbg/cudbg_wtp.c | 2 -- sys/dev/cxgbe/cudbg/fastlz.c | 2 -- sys/dev/cxgbe/cudbg/fastlz_api.c | 2 -- sys/dev/cxgbe/cxgbei/cxgbei.c | 2 -- sys/dev/cxgbe/cxgbei/icl_cxgbei.c | 2 -- sys/dev/cxgbe/if_cc.c | 2 -- sys/dev/cxgbe/if_ccv.c | 2 -- sys/dev/cxgbe/if_cxl.c | 2 -- sys/dev/cxgbe/if_cxlv.c | 2 -- sys/dev/cxgbe/iw_cxgbe/cm.c | 2 -- sys/dev/cxgbe/iw_cxgbe/cq.c | 2 -- sys/dev/cxgbe/iw_cxgbe/device.c | 2 -- sys/dev/cxgbe/iw_cxgbe/ev.c | 2 -- sys/dev/cxgbe/iw_cxgbe/id_table.c | 2 -- sys/dev/cxgbe/iw_cxgbe/mem.c | 2 -- sys/dev/cxgbe/iw_cxgbe/provider.c | 2 -- sys/dev/cxgbe/iw_cxgbe/qp.c | 2 -- sys/dev/cxgbe/iw_cxgbe/resource.c | 2 -- sys/dev/cxgbe/t4_clip.c | 2 -- sys/dev/cxgbe/t4_filter.c | 2 -- sys/dev/cxgbe/t4_iov.c | 2 -- sys/dev/cxgbe/t4_l2t.c | 2 -- sys/dev/cxgbe/t4_main.c | 2 -- sys/dev/cxgbe/t4_mp_ring.c | 2 -- sys/dev/cxgbe/t4_netmap.c | 2 -- sys/dev/cxgbe/t4_sched.c | 2 -- sys/dev/cxgbe/t4_sge.c | 2 -- sys/dev/cxgbe/t4_smt.c | 2 -- sys/dev/cxgbe/t4_tracer.c | 2 -- sys/dev/cxgbe/t4_vf.c | 2 -- sys/dev/cxgbe/tom/t4_connect.c | 2 -- sys/dev/cxgbe/tom/t4_cpl_io.c | 2 -- sys/dev/cxgbe/tom/t4_ddp.c | 2 -- sys/dev/cxgbe/tom/t4_listen.c | 2 -- sys/dev/cxgbe/tom/t4_tls.c | 2 -- sys/dev/cxgbe/tom/t4_tom.c | 2 -- sys/dev/cxgbe/tom/t4_tom_l2t.c | 2 -- sys/dev/cyapa/cyapa.c | 2 -- sys/dev/dc/dcphy.c | 2 -- sys/dev/dc/if_dc.c | 2 -- sys/dev/dc/pnphy.c | 2 -- sys/dev/dpaa/bman.c | 2 -- sys/dev/dpaa/bman_fdt.c | 2 -- sys/dev/dpaa/bman_portals.c | 2 -- sys/dev/dpaa/fman.c | 2 -- sys/dev/dpaa/fman_fdt.c | 2 -- sys/dev/dpaa/fman_mdio.c | 2 -- sys/dev/dpaa/if_dtsec.c | 2 -- sys/dev/dpaa/if_dtsec_fdt.c | 2 -- sys/dev/dpaa/if_dtsec_im.c | 2 -- sys/dev/dpaa/if_dtsec_rm.c | 2 -- sys/dev/dpaa/portals_common.c | 2 -- sys/dev/dpaa/qman.c | 2 -- sys/dev/dpaa/qman_fdt.c | 2 -- sys/dev/dpaa/qman_portals.c | 2 -- sys/dev/dpaa2/dpaa2_bp.c | 2 -- sys/dev/dpaa2/dpaa2_con.c | 2 -- sys/dev/dpaa2/dpaa2_io.c | 2 -- sys/dev/dpaa2/dpaa2_mac.c | 2 -- sys/dev/dpaa2/dpaa2_mc.c | 2 -- sys/dev/dpaa2/dpaa2_mc_acpi.c | 2 -- sys/dev/dpaa2/dpaa2_mc_fdt.c | 2 -- sys/dev/dpaa2/dpaa2_mcp.c | 2 -- sys/dev/dpaa2/dpaa2_ni.c | 2 -- sys/dev/dpaa2/dpaa2_rc.c | 2 -- sys/dev/dpaa2/dpaa2_swp.c | 2 -- sys/dev/dpaa2/memac_mdio_acpi.c | 2 -- sys/dev/dpaa2/memac_mdio_common.c | 2 -- sys/dev/dpaa2/memac_mdio_fdt.c | 2 -- sys/dev/dpms/dpms.c | 2 -- sys/dev/drm2/drm.h | 2 -- sys/dev/drm2/drmP.h | 2 -- sys/dev/drm2/drm_agpsupport.c | 2 -- sys/dev/drm2/drm_atomic.h | 2 -- sys/dev/drm2/drm_auth.c | 2 -- sys/dev/drm2/drm_buffer.c | 2 -- sys/dev/drm2/drm_buffer.h | 2 -- sys/dev/drm2/drm_bufs.c | 2 -- sys/dev/drm2/drm_context.c | 2 -- sys/dev/drm2/drm_core.h | 2 -- sys/dev/drm2/drm_crtc.c | 2 -- sys/dev/drm2/drm_crtc_helper.c | 2 -- sys/dev/drm2/drm_dma.c | 2 -- sys/dev/drm2/drm_dp_helper.c | 2 -- sys/dev/drm2/drm_dp_iic_helper.c | 2 -- sys/dev/drm2/drm_drv.c | 2 -- sys/dev/drm2/drm_edid.c | 2 -- sys/dev/drm2/drm_fb_helper.c | 2 -- sys/dev/drm2/drm_fixed.h | 2 -- sys/dev/drm2/drm_fops.c | 2 -- sys/dev/drm2/drm_gem.c | 2 -- sys/dev/drm2/drm_gem_names.c | 2 -- sys/dev/drm2/drm_global.c | 2 -- sys/dev/drm2/drm_hashtab.c | 2 -- sys/dev/drm2/drm_hashtab.h | 2 -- sys/dev/drm2/drm_ioc32.c | 2 -- sys/dev/drm2/drm_ioctl.c | 2 -- sys/dev/drm2/drm_irq.c | 2 -- sys/dev/drm2/drm_linux_list.h | 2 -- sys/dev/drm2/drm_linux_list_sort.c | 2 -- sys/dev/drm2/drm_lock.c | 2 -- sys/dev/drm2/drm_mem_util.h | 2 -- sys/dev/drm2/drm_memory.c | 2 -- sys/dev/drm2/drm_mm.c | 2 -- sys/dev/drm2/drm_mm.h | 2 -- sys/dev/drm2/drm_modes.c | 2 -- sys/dev/drm2/drm_os_freebsd.c | 2 -- sys/dev/drm2/drm_os_freebsd.h | 2 -- sys/dev/drm2/drm_pci.c | 2 -- sys/dev/drm2/drm_platform.c | 2 -- sys/dev/drm2/drm_sarea.h | 2 -- sys/dev/drm2/drm_scatter.c | 2 -- sys/dev/drm2/drm_stub.c | 2 -- sys/dev/drm2/drm_sysctl.c | 2 -- sys/dev/drm2/drm_vm.c | 2 -- sys/dev/drm2/ttm/ttm_agp_backend.c | 2 -- sys/dev/drm2/ttm/ttm_bo.c | 2 -- sys/dev/drm2/ttm/ttm_bo_manager.c | 2 -- sys/dev/drm2/ttm/ttm_bo_util.c | 2 -- sys/dev/drm2/ttm/ttm_bo_vm.c | 2 -- sys/dev/drm2/ttm/ttm_execbuf_util.c | 2 -- sys/dev/drm2/ttm/ttm_lock.c | 2 -- sys/dev/drm2/ttm/ttm_memory.c | 2 -- sys/dev/drm2/ttm/ttm_object.c | 2 -- sys/dev/drm2/ttm/ttm_page_alloc.c | 2 -- sys/dev/drm2/ttm/ttm_page_alloc_dma.c | 2 -- sys/dev/drm2/ttm/ttm_tt.c | 2 -- sys/dev/dwc/if_dwc.c | 2 -- sys/dev/efidev/efidev.c | 2 -- sys/dev/efidev/efirt.c | 2 -- sys/dev/efidev/efirtc.c | 2 -- sys/dev/ena/ena.c | 2 -- sys/dev/ena/ena_datapath.c | 2 -- sys/dev/ena/ena_netmap.c | 2 -- sys/dev/ena/ena_rss.c | 2 -- sys/dev/ena/ena_sysctl.c | 2 -- sys/dev/enetc/enetc.h | 2 -- sys/dev/enetc/enetc_mdio.c | 2 -- sys/dev/enetc/if_enetc.c | 2 -- sys/dev/et/if_et.c | 2 -- sys/dev/etherswitch/e6000sw/e6000sw.c | 2 -- sys/dev/etherswitch/felix/felix.c | 2 -- sys/dev/exca/exca.c | 2 -- sys/dev/extres/clk/clk.c | 2 -- sys/dev/extres/clk/clk_bus.c | 2 -- sys/dev/extres/clk/clk_div.c | 3 --- sys/dev/extres/clk/clk_fixed.c | 2 -- sys/dev/extres/clk/clk_gate.c | 3 --- sys/dev/extres/clk/clk_link.c | 2 -- sys/dev/extres/clk/clk_mux.c | 3 --- sys/dev/extres/nvmem/nvmem.c | 2 -- sys/dev/extres/phy/phy_usb.c | 2 -- sys/dev/extres/regulator/regulator.c | 2 -- sys/dev/extres/regulator/regulator_bus.c | 2 -- sys/dev/extres/regulator/regulator_fixed.c | 2 -- sys/dev/extres/syscon/syscon.c | 1 - sys/dev/extres/syscon/syscon_generic.c | 1 - sys/dev/extres/syscon/syscon_power.c | 2 -- sys/dev/fb/fb.c | 2 -- sys/dev/fb/fbd.c | 2 -- sys/dev/fb/s3_pci.c | 2 -- sys/dev/fb/splash.c | 2 -- sys/dev/fb/vesa.c | 2 -- sys/dev/fb/vga.c | 2 -- sys/dev/fdc/fdc.c | 2 -- sys/dev/fdc/fdc_acpi.c | 2 -- sys/dev/fdc/fdc_isa.c | 2 -- sys/dev/fdt/fdt_arm_platform.c | 2 -- sys/dev/fdt/fdt_common.c | 2 -- sys/dev/fdt/fdt_slicer.c | 2 -- sys/dev/fdt/simple_mfd.c | 2 -- sys/dev/fdt/simplebus.c | 1 - sys/dev/ffec/if_ffec.c | 2 -- sys/dev/ffec/if_ffecreg.h | 2 -- sys/dev/filemon/filemon.c | 2 -- sys/dev/filemon/filemon_wrapper.c | 2 -- sys/dev/firewire/firewire.c | 2 -- sys/dev/firewire/fwcrom.c | 1 - sys/dev/firewire/fwdma.c | 1 - sys/dev/firewire/fwmem.c | 1 - sys/dev/firewire/fwohci_pci.c | 2 -- sys/dev/firmware/arm/scmi.c | 2 -- sys/dev/firmware/arm/scmi_clk.c | 2 -- sys/dev/firmware/arm/scmi_shmem.c | 2 -- sys/dev/flash/at45d.c | 2 -- sys/dev/flash/cqspi.c | 2 -- sys/dev/flash/flexspi/flex_spi.c | 2 -- sys/dev/flash/mx25l.c | 2 -- sys/dev/flash/n25q.c | 2 -- sys/dev/ftwd/ftwd.c | 2 -- sys/dev/fxp/if_fxp.c | 2 -- sys/dev/fxp/inphy.c | 2 -- sys/dev/gem/if_gem.c | 2 -- sys/dev/gem/if_gem_pci.c | 2 -- sys/dev/glxiic/glxiic.c | 1 - sys/dev/glxsb/glxsb.c | 2 -- sys/dev/glxsb/glxsb_hash.c | 2 -- sys/dev/goldfish/goldfish_rtc.c | 2 -- sys/dev/gpio/bytgpio.c | 2 -- sys/dev/gpio/chvgpio.c | 2 -- sys/dev/gpio/dwgpio/dwgpio.c | 2 -- sys/dev/gpio/dwgpio/dwgpio_bus.c | 2 -- sys/dev/gpio/gpiobacklight.c | 2 -- sys/dev/gpio/gpiobus.c | 2 -- sys/dev/gpio/gpioc.c | 2 -- sys/dev/gpio/gpioiic.c | 2 -- sys/dev/gpio/gpiokeys.c | 2 -- sys/dev/gpio/gpiokeys_codes.c | 2 -- sys/dev/gpio/gpioled.c | 2 -- sys/dev/gpio/gpioled_fdt.c | 2 -- sys/dev/gpio/gpiomdio.c | 2 -- sys/dev/gpio/gpiopps.c | 2 -- sys/dev/gpio/gpioregulator.c | 2 -- sys/dev/gpio/gpiospi.c | 2 -- sys/dev/gpio/gpioths.c | 2 -- sys/dev/gpio/ofw_gpiobus.c | 2 -- sys/dev/gpio/pl061.c | 2 -- sys/dev/gpio/pl061_acpi.c | 2 -- sys/dev/gpio/pl061_fdt.c | 2 -- sys/dev/gpio/qoriq_gpio.c | 2 -- sys/dev/hdmi/dwc_hdmi.c | 2 -- sys/dev/hdmi/dwc_hdmi_fdt.c | 2 -- sys/dev/hid/bcm5974.c | 2 -- sys/dev/hid/hconf.c | 2 -- sys/dev/hid/hcons.c | 2 -- sys/dev/hid/hgame.c | 2 -- sys/dev/hid/hidbus.c | 2 -- sys/dev/hid/hidmap.c | 2 -- sys/dev/hid/hidraw.c | 2 -- sys/dev/hid/hkbd.c | 2 -- sys/dev/hid/hms.c | 2 -- sys/dev/hid/hmt.c | 2 -- sys/dev/hid/hpen.c | 2 -- sys/dev/hid/hsctrl.c | 2 -- sys/dev/hid/ietp.c | 2 -- sys/dev/hid/ps4dshock.c | 2 -- sys/dev/hid/xb360gp.c | 2 -- sys/dev/hifn/hifn7751.c | 2 -- sys/dev/hptiop/hptiop.c | 2 -- sys/dev/hptiop/hptiop.h | 2 -- sys/dev/hptmv/entry.c | 2 -- sys/dev/hptrr/hptrr_osm_bsd.c | 2 -- sys/dev/hwpmc/hwpmc_amd.c | 2 -- sys/dev/hwpmc/hwpmc_arm.c | 2 -- sys/dev/hwpmc/hwpmc_arm64.c | 2 -- sys/dev/hwpmc/hwpmc_arm64_md.c | 2 -- sys/dev/hwpmc/hwpmc_armv7.c | 2 -- sys/dev/hwpmc/hwpmc_cmn600.c | 2 -- sys/dev/hwpmc/hwpmc_core.c | 2 -- sys/dev/hwpmc/hwpmc_dmc620.c | 2 -- sys/dev/hwpmc/hwpmc_e500.c | 2 -- sys/dev/hwpmc/hwpmc_intel.c | 2 -- sys/dev/hwpmc/hwpmc_logging.c | 2 -- sys/dev/hwpmc/hwpmc_mod.c | 2 -- sys/dev/hwpmc/hwpmc_mpc7xxx.c | 2 -- sys/dev/hwpmc/hwpmc_power8.c | 2 -- sys/dev/hwpmc/hwpmc_powerpc.c | 2 -- sys/dev/hwpmc/hwpmc_ppc970.c | 2 -- sys/dev/hwpmc/hwpmc_soft.c | 2 -- sys/dev/hwpmc/hwpmc_tsc.c | 2 -- sys/dev/hwpmc/hwpmc_uncore.c | 2 -- sys/dev/hwpmc/hwpmc_x86.c | 2 -- sys/dev/hwpmc/pmu_dmc620.c | 2 -- sys/dev/hyperv/hvsock/hv_sock.c | 2 -- sys/dev/hyperv/input/hv_kbd.c | 2 -- sys/dev/hyperv/input/hv_kbdc.c | 2 -- sys/dev/hyperv/netvsc/hn_nvs.c | 2 -- sys/dev/hyperv/netvsc/hn_rndis.c | 2 -- sys/dev/hyperv/netvsc/if_hn.c | 2 -- sys/dev/hyperv/pcib/vmbus_pcib.c | 2 -- sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c | 2 -- sys/dev/hyperv/utilities/hv_kvp.c | 2 -- sys/dev/hyperv/utilities/hv_snapshot.c | 2 -- sys/dev/hyperv/utilities/vmbus_heartbeat.c | 2 -- sys/dev/hyperv/utilities/vmbus_ic.c | 2 -- sys/dev/hyperv/utilities/vmbus_shutdown.c | 2 -- sys/dev/hyperv/utilities/vmbus_timesync.c | 2 -- sys/dev/hyperv/vmbus/aarch64/hyperv_aarch64.c | 2 -- sys/dev/hyperv/vmbus/aarch64/hyperv_machdep.c | 2 -- sys/dev/hyperv/vmbus/aarch64/vmbus_aarch64.c | 2 -- sys/dev/hyperv/vmbus/amd64/hyperv_machdep.c | 2 -- sys/dev/hyperv/vmbus/hyperv.c | 2 -- sys/dev/hyperv/vmbus/hyperv_busdma.c | 2 -- sys/dev/hyperv/vmbus/i386/hyperv_machdep.c | 2 -- sys/dev/hyperv/vmbus/vmbus.c | 2 -- sys/dev/hyperv/vmbus/vmbus_br.c | 2 -- sys/dev/hyperv/vmbus/vmbus_chan.c | 2 -- sys/dev/hyperv/vmbus/vmbus_et.c | 2 -- sys/dev/hyperv/vmbus/vmbus_res.c | 2 -- sys/dev/hyperv/vmbus/vmbus_xact.c | 2 -- sys/dev/hyperv/vmbus/x86/hyperv_x86.c | 2 -- sys/dev/hyperv/vmbus/x86/vmbus_x86.c | 2 -- sys/dev/ichiic/ig4_acpi.c | 2 -- sys/dev/ichiic/ig4_iic.c | 2 -- sys/dev/ichiic/ig4_pci.c | 2 -- sys/dev/ichsmb/ichsmb.c | 2 -- sys/dev/ichsmb/ichsmb_pci.c | 2 -- sys/dev/ichwd/ichwd.c | 2 -- sys/dev/ida/ida.c | 2 -- sys/dev/ida/ida_pci.c | 2 -- sys/dev/igc/if_igc.c | 2 -- sys/dev/igc/igc_api.c | 2 -- sys/dev/igc/igc_base.c | 2 -- sys/dev/igc/igc_i225.c | 2 -- sys/dev/igc/igc_mac.c | 2 -- sys/dev/igc/igc_nvm.c | 2 -- sys/dev/igc/igc_phy.c | 2 -- sys/dev/igc/igc_txrx.c | 2 -- sys/dev/iicbus/acpi_iicbus.c | 2 -- sys/dev/iicbus/ad7417.c | 2 -- sys/dev/iicbus/ad7418.c | 1 - sys/dev/iicbus/adm1030.c | 2 -- sys/dev/iicbus/ads111x.c | 2 -- sys/dev/iicbus/adt746x.c | 2 -- sys/dev/iicbus/ds1307.c | 2 -- sys/dev/iicbus/ds13rtc.c | 2 -- sys/dev/iicbus/ds1631.c | 2 -- sys/dev/iicbus/ds1672.c | 1 - sys/dev/iicbus/ds1775.c | 2 -- sys/dev/iicbus/ds3231.c | 2 -- sys/dev/iicbus/gpio/pcf8574.c | 2 -- sys/dev/iicbus/gpio/tca64xx.c | 2 -- sys/dev/iicbus/htu21.c | 2 -- sys/dev/iicbus/icee.c | 1 - sys/dev/iicbus/if_ic.c | 2 -- sys/dev/iicbus/iic_recover_bus.c | 2 -- sys/dev/iicbus/iicbb.c | 2 -- sys/dev/iicbus/iicbus.c | 2 -- sys/dev/iicbus/iichid.c | 2 -- sys/dev/iicbus/iicoc.c | 2 -- sys/dev/iicbus/iicoc_fdt.c | 2 -- sys/dev/iicbus/iicoc_pci.c | 2 -- sys/dev/iicbus/iiconf.c | 2 -- sys/dev/iicbus/iicsmb.c | 2 -- sys/dev/iicbus/isl12xx.c | 2 -- sys/dev/iicbus/lm75.c | 2 -- sys/dev/iicbus/max44009.c | 2 -- sys/dev/iicbus/max6690.c | 2 -- sys/dev/iicbus/mux/iic_gpiomux.c | 2 -- sys/dev/iicbus/mux/iicmux.c | 2 -- sys/dev/iicbus/mux/ltc430x.c | 2 -- sys/dev/iicbus/mux/pca9547.c | 2 -- sys/dev/iicbus/mux/pca954x.c | 2 -- sys/dev/iicbus/nxprtc.c | 2 -- sys/dev/iicbus/ofw_iicbus.c | 2 -- sys/dev/iicbus/pcf8591.c | 2 -- sys/dev/iicbus/pmic/act8846.c | 2 -- sys/dev/iicbus/pmic/act8846_regulator.c | 2 -- sys/dev/iicbus/pmic/fan53555.c | 2 -- sys/dev/iicbus/pmic/rockchip/rk805.c | 2 -- sys/dev/iicbus/pmic/rockchip/rk808.c | 2 -- sys/dev/iicbus/pmic/rockchip/rk817.c | 2 -- sys/dev/iicbus/pmic/rockchip/rk8xx.c | 2 -- sys/dev/iicbus/pmic/rockchip/rk8xx_clocks.c | 2 -- sys/dev/iicbus/pmic/rockchip/rk8xx_regulators.c | 2 -- sys/dev/iicbus/pmic/rockchip/rk8xx_rtc.c | 2 -- sys/dev/iicbus/rtc/hym8563.c | 2 -- sys/dev/iicbus/rtc/pcf85063.c | 2 -- sys/dev/iicbus/rtc/rx8803.c | 2 -- sys/dev/iicbus/rtc8583.c | 2 -- sys/dev/iicbus/s35390a.c | 2 -- sys/dev/iicbus/sy8106a.c | 2 -- sys/dev/iicbus/syr827.c | 2 -- sys/dev/iicbus/tmp461.c | 2 -- sys/dev/iicbus/twsi/a10_twsi.c | 2 -- sys/dev/iicbus/twsi/mv_twsi.c | 2 -- sys/dev/iicbus/twsi/twsi.c | 2 -- sys/dev/intel/pchtherm.c | 2 -- sys/dev/intpm/intpm.c | 2 -- sys/dev/io/iodev.c | 2 -- sys/dev/ioat/ioat.c | 2 -- sys/dev/ioat/ioat.h | 3 --- sys/dev/ioat/ioat_hw.h | 3 --- sys/dev/ioat/ioat_internal.h | 3 --- sys/dev/ioat/ioat_test.c | 2 -- sys/dev/ioat/ioat_test.h | 3 --- sys/dev/iommu/busdma_iommu.c | 2 -- sys/dev/iommu/iommu_gas.c | 2 -- sys/dev/ipmi/ipmi.c | 2 -- sys/dev/ipmi/ipmi_acpi.c | 2 -- sys/dev/ipmi/ipmi_bt.c | 2 -- sys/dev/ipmi/ipmi_isa.c | 2 -- sys/dev/ipmi/ipmi_kcs.c | 2 -- sys/dev/ipmi/ipmi_linux.c | 2 -- sys/dev/ipmi/ipmi_opal.c | 2 -- sys/dev/ipmi/ipmi_pci.c | 2 -- sys/dev/ipmi/ipmi_smbios.c | 2 -- sys/dev/ipmi/ipmi_smbus.c | 2 -- sys/dev/ipmi/ipmi_smic.c | 2 -- sys/dev/ipmi/ipmi_ssif.c | 2 -- sys/dev/ips/ips.c | 2 -- sys/dev/ips/ips_commands.c | 2 -- sys/dev/ips/ips_disk.c | 2 -- sys/dev/ips/ips_ioctl.c | 2 -- sys/dev/ips/ips_pci.c | 2 -- sys/dev/ipw/if_ipw.c | 2 -- sys/dev/isci/isci.c | 2 -- sys/dev/isci/isci_controller.c | 2 -- sys/dev/isci/isci_domain.c | 2 -- sys/dev/isci/isci_interrupt.c | 2 -- sys/dev/isci/isci_io_request.c | 2 -- sys/dev/isci/isci_logger.c | 2 -- sys/dev/isci/isci_oem_parameters.c | 2 -- sys/dev/isci/isci_remote_device.c | 2 -- sys/dev/isci/isci_sysctl.c | 2 -- sys/dev/isci/isci_task_request.c | 2 -- sys/dev/isci/isci_timer.c | 2 -- sys/dev/isci/scil/sati.c | 2 -- sys/dev/isci/scil/sati_abort_task_set.c | 2 -- sys/dev/isci/scil/sati_atapi.c | 2 -- sys/dev/isci/scil/sati_device.c | 2 -- sys/dev/isci/scil/sati_inquiry.c | 2 -- sys/dev/isci/scil/sati_log_sense.c | 2 -- sys/dev/isci/scil/sati_lun_reset.c | 2 -- sys/dev/isci/scil/sati_mode_pages.c | 2 -- sys/dev/isci/scil/sati_mode_select.c | 2 -- sys/dev/isci/scil/sati_mode_sense.c | 2 -- sys/dev/isci/scil/sati_mode_sense_10.c | 2 -- sys/dev/isci/scil/sati_mode_sense_6.c | 2 -- sys/dev/isci/scil/sati_move.c | 2 -- sys/dev/isci/scil/sati_passthrough.c | 2 -- sys/dev/isci/scil/sati_read.c | 2 -- sys/dev/isci/scil/sati_read_buffer.c | 2 -- sys/dev/isci/scil/sati_read_capacity.c | 2 -- sys/dev/isci/scil/sati_reassign_blocks.c | 2 -- sys/dev/isci/scil/sati_report_luns.c | 2 -- sys/dev/isci/scil/sati_request_sense.c | 2 -- sys/dev/isci/scil/sati_start_stop_unit.c | 2 -- sys/dev/isci/scil/sati_synchronize_cache.c | 2 -- sys/dev/isci/scil/sati_test_unit_ready.c | 2 -- sys/dev/isci/scil/sati_unmap.c | 2 -- sys/dev/isci/scil/sati_util.c | 2 -- sys/dev/isci/scil/sati_verify.c | 2 -- sys/dev/isci/scil/sati_write.c | 2 -- sys/dev/isci/scil/sati_write_and_verify.c | 2 -- sys/dev/isci/scil/sati_write_buffer.c | 2 -- sys/dev/isci/scil/sati_write_long.c | 2 -- sys/dev/isci/scil/sci_abstract_list.c | 2 -- sys/dev/isci/scil/sci_base_controller.c | 2 -- sys/dev/isci/scil/sci_base_domain.c | 2 -- sys/dev/isci/scil/sci_base_iterator.c | 2 -- sys/dev/isci/scil/sci_base_library.c | 2 -- sys/dev/isci/scil/sci_base_logger.c | 2 -- sys/dev/isci/scil/sci_base_memory_descriptor_list.c | 2 -- sys/dev/isci/scil/sci_base_memory_descriptor_list_decorator.c | 2 -- sys/dev/isci/scil/sci_base_object.c | 2 -- sys/dev/isci/scil/sci_base_observer.c | 2 -- sys/dev/isci/scil/sci_base_phy.c | 2 -- sys/dev/isci/scil/sci_base_port.c | 2 -- sys/dev/isci/scil/sci_base_remote_device.c | 2 -- sys/dev/isci/scil/sci_base_request.c | 2 -- sys/dev/isci/scil/sci_base_state_machine.c | 2 -- sys/dev/isci/scil/sci_base_state_machine_logger.c | 2 -- sys/dev/isci/scil/sci_base_state_machine_observer.c | 2 -- sys/dev/isci/scil/sci_base_subject.c | 2 -- sys/dev/isci/scil/sci_util.c | 2 -- sys/dev/isci/scil/scic_sds_controller.c | 2 -- sys/dev/isci/scil/scic_sds_library.c | 2 -- sys/dev/isci/scil/scic_sds_pci.c | 2 -- sys/dev/isci/scil/scic_sds_phy.c | 2 -- sys/dev/isci/scil/scic_sds_port.c | 2 -- sys/dev/isci/scil/scic_sds_port_configuration_agent.c | 2 -- sys/dev/isci/scil/scic_sds_remote_device.c | 2 -- sys/dev/isci/scil/scic_sds_remote_node_context.c | 2 -- sys/dev/isci/scil/scic_sds_remote_node_table.c | 2 -- sys/dev/isci/scil/scic_sds_request.c | 2 -- sys/dev/isci/scil/scic_sds_sgpio.c | 2 -- sys/dev/isci/scil/scic_sds_smp_remote_device.c | 2 -- sys/dev/isci/scil/scic_sds_smp_request.c | 2 -- sys/dev/isci/scil/scic_sds_ssp_request.c | 2 -- sys/dev/isci/scil/scic_sds_stp_packet_request.c | 2 -- sys/dev/isci/scil/scic_sds_stp_remote_device.c | 2 -- sys/dev/isci/scil/scic_sds_stp_request.c | 2 -- sys/dev/isci/scil/scic_sds_unsolicited_frame_control.c | 2 -- sys/dev/isci/scil/scif_sas_controller.c | 2 -- sys/dev/isci/scil/scif_sas_controller_state_handlers.c | 2 -- sys/dev/isci/scil/scif_sas_controller_states.c | 2 -- sys/dev/isci/scil/scif_sas_domain.c | 2 -- sys/dev/isci/scil/scif_sas_domain_state_handlers.c | 2 -- sys/dev/isci/scil/scif_sas_domain_states.c | 2 -- sys/dev/isci/scil/scif_sas_high_priority_request_queue.c | 2 -- sys/dev/isci/scil/scif_sas_internal_io_request.c | 2 -- sys/dev/isci/scil/scif_sas_io_request.c | 2 -- sys/dev/isci/scil/scif_sas_io_request_state_handlers.c | 2 -- sys/dev/isci/scil/scif_sas_io_request_states.c | 2 -- sys/dev/isci/scil/scif_sas_library.c | 2 -- sys/dev/isci/scil/scif_sas_remote_device.c | 2 -- .../isci/scil/scif_sas_remote_device_ready_substate_handlers.c | 2 -- sys/dev/isci/scil/scif_sas_remote_device_ready_substates.c | 2 -- .../scil/scif_sas_remote_device_starting_substate_handlers.c | 2 -- sys/dev/isci/scil/scif_sas_remote_device_starting_substates.c | 2 -- sys/dev/isci/scil/scif_sas_remote_device_state_handlers.c | 2 -- sys/dev/isci/scil/scif_sas_remote_device_states.c | 2 -- sys/dev/isci/scil/scif_sas_request.c | 2 -- sys/dev/isci/scil/scif_sas_smp_activity_clear_affiliation.c | 2 -- sys/dev/isci/scil/scif_sas_smp_io_request.c | 2 -- sys/dev/isci/scil/scif_sas_smp_phy.c | 2 -- sys/dev/isci/scil/scif_sas_smp_remote_device.c | 2 -- sys/dev/isci/scil/scif_sas_stp_io_request.c | 2 -- sys/dev/isci/scil/scif_sas_stp_remote_device.c | 2 -- sys/dev/isci/scil/scif_sas_stp_task_request.c | 2 -- sys/dev/isci/scil/scif_sas_task_request.c | 2 -- sys/dev/isci/scil/scif_sas_task_request_state_handlers.c | 2 -- sys/dev/isci/scil/scif_sas_task_request_states.c | 2 -- sys/dev/isci/scil/scif_sas_timer.c | 2 -- sys/dev/iscsi/icl.c | 2 -- sys/dev/iscsi/icl_soft.c | 2 -- sys/dev/iscsi/icl_soft_proxy.c | 2 -- sys/dev/iscsi/iscsi.c | 2 -- sys/dev/isl/isl.c | 2 -- sys/dev/ismt/ismt.c | 2 -- sys/dev/isp/isp.c | 1 - sys/dev/isp/isp_freebsd.c | 2 -- sys/dev/isp/isp_library.c | 1 - sys/dev/isp/isp_pci.c | 2 -- sys/dev/isp/isp_target.c | 1 - sys/dev/ispfw/ispfw.c | 2 -- sys/dev/itwd/itwd.c | 2 -- sys/dev/iwi/if_iwi.c | 2 -- sys/dev/iwm/if_iwm.c | 2 -- sys/dev/iwm/if_iwm_7000.c | 2 -- sys/dev/iwm/if_iwm_8000.c | 2 -- sys/dev/iwm/if_iwm_9000.c | 2 -- sys/dev/iwm/if_iwm_9260.c | 2 -- sys/dev/iwm/if_iwm_binding.c | 2 -- sys/dev/iwm/if_iwm_fw.c | 2 -- sys/dev/iwm/if_iwm_led.c | 2 -- sys/dev/iwm/if_iwm_mac_ctxt.c | 2 -- sys/dev/iwm/if_iwm_notif_wait.c | 2 -- sys/dev/iwm/if_iwm_pcie_trans.c | 2 -- sys/dev/iwm/if_iwm_phy_ctxt.c | 2 -- sys/dev/iwm/if_iwm_phy_db.c | 2 -- sys/dev/iwm/if_iwm_power.c | 2 -- sys/dev/iwm/if_iwm_scan.c | 2 -- sys/dev/iwm/if_iwm_sf.c | 2 -- sys/dev/iwm/if_iwm_sta.c | 2 -- sys/dev/iwm/if_iwm_time_event.c | 2 -- sys/dev/iwm/if_iwm_util.c | 2 -- sys/dev/iwn/if_iwn.c | 2 -- sys/dev/jme/if_jme.c | 2 -- sys/dev/kbd/kbd.c | 2 -- sys/dev/kvm_clock/kvm_clock.c | 2 -- sys/dev/le/am7990.c | 2 -- sys/dev/le/am79900.c | 2 -- sys/dev/le/if_le_isa.c | 2 -- sys/dev/le/if_le_pci.c | 2 -- sys/dev/le/lance.c | 2 -- sys/dev/led/led.c | 2 -- sys/dev/lge/if_lge.c | 2 -- sys/dev/mailbox/arm/arm_doorbell.c | 2 -- sys/dev/malo/if_malo.c | 1 - sys/dev/malo/if_malo_pci.c | 1 - sys/dev/malo/if_malohal.c | 1 - sys/dev/mana/gdma_main.c | 2 -- sys/dev/mana/gdma_util.c | 2 -- sys/dev/mana/hw_channel.c | 2 -- sys/dev/mana/mana_en.c | 2 -- sys/dev/mana/mana_sysctl.c | 3 --- sys/dev/mana/shm_channel.c | 2 -- sys/dev/mem/memdev.c | 2 -- sys/dev/mem/memutil.c | 2 -- sys/dev/mfi/mfi.c | 2 -- sys/dev/mfi/mfi_cam.c | 2 -- sys/dev/mfi/mfi_debug.c | 2 -- sys/dev/mfi/mfi_disk.c | 2 -- sys/dev/mfi/mfi_ioctl.h | 2 -- sys/dev/mfi/mfi_linux.c | 2 -- sys/dev/mfi/mfi_pci.c | 2 -- sys/dev/mfi/mfi_syspd.c | 2 -- sys/dev/mfi/mfi_tbolt.c | 2 -- sys/dev/mfi/mfireg.h | 2 -- sys/dev/mfi/mfivar.h | 2 -- sys/dev/mgb/if_mgb.c | 2 -- sys/dev/mge/if_mge.c | 2 -- sys/dev/mii/acphy.c | 2 -- sys/dev/mii/amphy.c | 2 -- sys/dev/mii/atphy.c | 2 -- sys/dev/mii/axphy.c | 2 -- sys/dev/mii/bmtphy.c | 2 -- sys/dev/mii/brgphy.c | 2 -- sys/dev/mii/ciphy.c | 2 -- sys/dev/mii/dp83822phy.c | 2 -- sys/dev/mii/dp83867phy.c | 2 -- sys/dev/mii/e1000phy.c | 2 -- sys/dev/mii/gentbi.c | 2 -- sys/dev/mii/icsphy.c | 2 -- sys/dev/mii/ip1000phy.c | 2 -- sys/dev/mii/jmphy.c | 2 -- sys/dev/mii/lxtphy.c | 2 -- sys/dev/mii/micphy.c | 2 -- sys/dev/mii/mii.c | 2 -- sys/dev/mii/mii_bitbang.c | 2 -- sys/dev/mii/mii_fdt.c | 2 -- sys/dev/mii/mii_physubr.c | 2 -- sys/dev/mii/mv88e151x.c | 2 -- sys/dev/mii/nsgphy.c | 2 -- sys/dev/mii/nsphy.c | 2 -- sys/dev/mii/nsphyter.c | 2 -- sys/dev/mii/pnaphy.c | 2 -- sys/dev/mii/qsphy.c | 2 -- sys/dev/mii/rdcphy.c | 2 -- sys/dev/mii/rgephy.c | 2 -- sys/dev/mii/rlphy.c | 2 -- sys/dev/mii/rlswitch.c | 2 -- sys/dev/mii/smcphy.c | 2 -- sys/dev/mii/smscphy.c | 2 -- sys/dev/mii/tdkphy.c | 2 -- sys/dev/mii/ukphy.c | 2 -- sys/dev/mii/ukphy_subr.c | 2 -- sys/dev/mii/vscphy.c | 2 -- sys/dev/mii/xmphy.c | 2 -- sys/dev/mlx/mlx_disk.c | 2 -- sys/dev/mlx/mlx_pci.c | 2 -- sys/dev/mlx5/mlx5_core/mlx5_fwdump.c | 2 -- sys/dev/mmc/host/dwmmc.c | 2 -- sys/dev/mmc/host/dwmmc_altera.c | 2 -- sys/dev/mmc/host/dwmmc_hisi.c | 2 -- sys/dev/mmc/host/dwmmc_rockchip.c | 2 -- sys/dev/mmc/host/dwmmc_samsung.c | 2 -- sys/dev/mmc/mmc.c | 2 -- sys/dev/mmc/mmc_fdt_helpers.c | 2 -- sys/dev/mmc/mmc_helpers.c | 2 -- sys/dev/mmc/mmc_pwrseq.c | 2 -- sys/dev/mmc/mmc_subr.c | 2 -- sys/dev/mmc/mmcsd.c | 2 -- sys/dev/mmcnull/mmcnull.c | 2 -- sys/dev/mpi3mr/mpi3mr.c | 2 -- sys/dev/mpi3mr/mpi3mr.h | 1 - sys/dev/mpi3mr/mpi3mr_app.c | 2 -- sys/dev/mpi3mr/mpi3mr_cam.c | 2 -- sys/dev/mpr/mpr.c | 2 -- sys/dev/mpr/mpr_config.c | 2 -- sys/dev/mpr/mpr_mapping.c | 2 -- sys/dev/mpr/mpr_pci.c | 2 -- sys/dev/mpr/mpr_sas.c | 2 -- sys/dev/mpr/mpr_sas_lsi.c | 2 -- sys/dev/mpr/mpr_table.c | 2 -- sys/dev/mpr/mpr_user.c | 2 -- sys/dev/mps/mps.c | 2 -- sys/dev/mps/mps_config.c | 2 -- sys/dev/mps/mps_mapping.c | 2 -- sys/dev/mps/mps_pci.c | 2 -- sys/dev/mps/mps_sas.c | 2 -- sys/dev/mps/mps_sas_lsi.c | 2 -- sys/dev/mps/mps_table.c | 2 -- sys/dev/mps/mps_user.c | 2 -- sys/dev/mpt/mpt.c | 2 -- sys/dev/mpt/mpt_cam.c | 2 -- sys/dev/mpt/mpt_debug.c | 2 -- sys/dev/mpt/mpt_pci.c | 2 -- sys/dev/mpt/mpt_raid.c | 2 -- sys/dev/mpt/mpt_user.c | 2 -- sys/dev/mrsas/mrsas.c | 2 -- sys/dev/mrsas/mrsas.h | 2 -- sys/dev/mrsas/mrsas_cam.c | 2 -- sys/dev/mrsas/mrsas_fp.c | 2 -- sys/dev/mrsas/mrsas_ioctl.c | 2 -- sys/dev/mrsas/mrsas_ioctl.h | 2 -- sys/dev/mrsas/mrsas_linux.c | 2 -- sys/dev/msk/if_msk.c | 2 -- sys/dev/mvs/mvs.c | 2 -- sys/dev/mvs/mvs_pci.c | 2 -- sys/dev/mvs/mvs_soc.c | 2 -- sys/dev/mwl/if_mwl.c | 2 -- sys/dev/mwl/if_mwl_pci.c | 1 - sys/dev/mxge/if_mxge.c | 2 -- sys/dev/mxge/mxge_eth_z8e.c | 1 - sys/dev/mxge/mxge_ethp_z8e.c | 1 - sys/dev/mxge/mxge_rss_eth_z8e.c | 1 - sys/dev/mxge/mxge_rss_ethp_z8e.c | 1 - sys/dev/my/if_my.c | 2 -- sys/dev/ncthwm/ncthwm.c | 2 -- sys/dev/neta/if_mvneta.c | 2 -- sys/dev/neta/if_mvneta_fdt.c | 2 -- sys/dev/netmap/netmap_bdg.c | 2 -- sys/dev/netmap/netmap_generic.c | 2 -- sys/dev/netmap/netmap_mem2.c | 2 -- sys/dev/netmap/netmap_vale.c | 2 -- sys/dev/nfe/if_nfe.c | 2 -- sys/dev/nfsmb/nfsmb.c | 2 -- sys/dev/nge/if_nge.c | 2 -- sys/dev/nmdm/nmdm.c | 2 -- sys/dev/ntb/if_ntb/if_ntb.c | 2 -- sys/dev/ntb/ntb.c | 2 -- sys/dev/ntb/ntb_hw/ntb_hw_amd.c | 2 -- sys/dev/ntb/ntb_hw/ntb_hw_intel.c | 2 -- sys/dev/ntb/ntb_hw/ntb_hw_plx.c | 2 -- sys/dev/ntb/ntb_transport.c | 2 -- sys/dev/ntb/test/ntb_tool.c | 2 -- sys/dev/null/null.c | 2 -- sys/dev/nvd/nvd.c | 2 -- sys/dev/nvdimm/nvdimm.c | 2 -- sys/dev/nvdimm/nvdimm_acpi.c | 2 -- sys/dev/nvdimm/nvdimm_e820.c | 2 -- sys/dev/nvdimm/nvdimm_nfit.c | 2 -- sys/dev/nvdimm/nvdimm_ns.c | 2 -- sys/dev/nvdimm/nvdimm_spa.c | 2 -- sys/dev/nvme/nvme.c | 2 -- sys/dev/nvme/nvme_ahci.c | 1 - sys/dev/nvme/nvme_ctrlr.c | 2 -- sys/dev/nvme/nvme_ctrlr_cmd.c | 2 -- sys/dev/nvme/nvme_ns.c | 2 -- sys/dev/nvme/nvme_ns_cmd.c | 2 -- sys/dev/nvme/nvme_pci.c | 2 -- sys/dev/nvme/nvme_qpair.c | 2 -- sys/dev/nvme/nvme_sim.c | 2 -- sys/dev/nvme/nvme_sysctl.c | 2 -- sys/dev/nvme/nvme_test.c | 2 -- sys/dev/nvme/nvme_util.c | 2 -- sys/dev/ofw/ofw_bus_subr.c | 2 -- sys/dev/ofw/ofw_console.c | 2 -- sys/dev/ofw/ofw_cpu.c | 2 -- sys/dev/ofw/ofw_disk.c | 2 -- sys/dev/ofw/ofw_fdt.c | 2 -- sys/dev/ofw/ofw_graph.c | 2 -- sys/dev/ofw/ofw_pci.c | 2 -- sys/dev/ofw/ofw_pcib.c | 1 - sys/dev/ofw/ofw_standard.c | 2 -- sys/dev/ofw/ofw_subr.c | 2 -- sys/dev/ofw/ofwbus.c | 2 -- sys/dev/ofw/openfirm.c | 2 -- sys/dev/ofw/openfirmio.c | 2 -- sys/dev/otus/if_otus.c | 2 -- sys/dev/ow/ow.c | 2 -- sys/dev/ow/ow_temp.c | 2 -- sys/dev/ow/owc_gpiobus.c | 2 -- sys/dev/pbio/pbio.c | 2 -- sys/dev/pccbb/pccbb.c | 2 -- sys/dev/pccbb/pccbb_pci.c | 2 -- sys/dev/pcf/pcf.c | 2 -- sys/dev/pcf/pcf_isa.c | 2 -- sys/dev/pci/controller/pci_n1sdp.c | 2 -- sys/dev/pci/fixup_pci.c | 2 -- sys/dev/pci/hostb_pci.c | 2 -- sys/dev/pci/ignore_pci.c | 2 -- sys/dev/pci/isa_pci.c | 2 -- sys/dev/pci/pci.c | 2 -- sys/dev/pci/pci_dw.c | 2 -- sys/dev/pci/pci_dw_mv.c | 2 -- sys/dev/pci/pci_host_generic.c | 2 -- sys/dev/pci/pci_host_generic_acpi.c | 2 -- sys/dev/pci/pci_host_generic_fdt.c | 2 -- sys/dev/pci/pci_iov.c | 2 -- sys/dev/pci/pci_iov_schema.c | 2 -- sys/dev/pci/pci_pci.c | 2 -- sys/dev/pci/pci_subr.c | 2 -- sys/dev/pci/pci_user.c | 2 -- sys/dev/pci/pcib_support.c | 2 -- sys/dev/pci/vga_pci.c | 2 -- sys/dev/pms/RefTisa/discovery/dm/dmdisc.c | 1 - sys/dev/pms/RefTisa/discovery/dm/dminit.c | 1 - sys/dev/pms/RefTisa/discovery/dm/dmmisc.c | 1 - sys/dev/pms/RefTisa/discovery/dm/dmport.c | 1 - sys/dev/pms/RefTisa/discovery/dm/dmsmp.c | 1 - sys/dev/pms/RefTisa/discovery/dm/dmtimer.c | 1 - sys/dev/pms/RefTisa/sallsdk/spc/mpi.c | 1 - sys/dev/pms/RefTisa/sallsdk/spc/mpidebug.c | 1 - sys/dev/pms/RefTisa/sallsdk/spc/sadisc.c | 1 - sys/dev/pms/RefTisa/sallsdk/spc/saframe.c | 1 - sys/dev/pms/RefTisa/sallsdk/spc/sahw.c | 1 - sys/dev/pms/RefTisa/sallsdk/spc/sainit.c | 1 - sys/dev/pms/RefTisa/sallsdk/spc/saint.c | 1 - sys/dev/pms/RefTisa/sallsdk/spc/saioctlcmd.c | 1 - sys/dev/pms/RefTisa/sallsdk/spc/sampicmd.c | 1 - sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c | 1 - sys/dev/pms/RefTisa/sallsdk/spc/saphy.c | 1 - sys/dev/pms/RefTisa/sallsdk/spc/saport.c | 1 - sys/dev/pms/RefTisa/sallsdk/spc/sasata.c | 1 - sys/dev/pms/RefTisa/sallsdk/spc/sasmp.c | 1 - sys/dev/pms/RefTisa/sallsdk/spc/sassp.c | 1 - sys/dev/pms/RefTisa/sallsdk/spc/satimer.c | 1 - sys/dev/pms/RefTisa/sallsdk/spc/sautil.c | 1 - sys/dev/pms/RefTisa/sat/src/sminit.c | 1 - sys/dev/pms/RefTisa/sat/src/smmisc.c | 1 - sys/dev/pms/RefTisa/sat/src/smsat.c | 1 - sys/dev/pms/RefTisa/sat/src/smsatcb.c | 1 - sys/dev/pms/RefTisa/sat/src/smsathw.c | 1 - sys/dev/pms/RefTisa/sat/src/smtimer.c | 1 - sys/dev/pms/RefTisa/tisa/sassata/common/ossacmnapi.c | 1 - sys/dev/pms/RefTisa/tisa/sassata/common/tddmcmnapi.c | 1 - sys/dev/pms/RefTisa/tisa/sassata/common/tdesgl.c | 1 - sys/dev/pms/RefTisa/tisa/sassata/common/tdhw.c | 1 - sys/dev/pms/RefTisa/tisa/sassata/common/tdinit.c | 1 - sys/dev/pms/RefTisa/tisa/sassata/common/tdint.c | 1 - sys/dev/pms/RefTisa/tisa/sassata/common/tdioctl.c | 1 - sys/dev/pms/RefTisa/tisa/sassata/common/tdmisc.c | 1 - sys/dev/pms/RefTisa/tisa/sassata/common/tdport.c | 1 - sys/dev/pms/RefTisa/tisa/sassata/common/tdsmcmnapi.c | 1 - sys/dev/pms/RefTisa/tisa/sassata/common/tdtimers.c | 1 - sys/dev/pms/RefTisa/tisa/sassata/sas/ini/itdcb.c | 1 - sys/dev/pms/RefTisa/tisa/sassata/sas/ini/itddisc.c | 1 - sys/dev/pms/RefTisa/tisa/sassata/sas/ini/itdinit.c | 1 - sys/dev/pms/RefTisa/tisa/sassata/sas/ini/itdio.c | 1 - sys/dev/pms/RefTisa/tisa/sassata/sata/host/ossasat.c | 1 - sys/dev/pms/RefTisa/tisa/sassata/sata/host/sat.c | 1 - sys/dev/pms/RefTisa/tisa/sassata/sata/host/sathw.c | 1 - sys/dev/pms/freebsd/driver/ini/src/agtiapi.c | 1 - sys/dev/ppbus/if_plip.c | 2 -- sys/dev/ppbus/lpbb.c | 2 -- sys/dev/ppbus/lpt.c | 2 -- sys/dev/ppbus/pcfclock.c | 2 -- sys/dev/ppbus/ppb_1284.c | 2 -- sys/dev/ppbus/ppb_base.c | 2 -- sys/dev/ppbus/ppb_msq.c | 1 - sys/dev/ppbus/ppbconf.c | 1 - sys/dev/ppbus/ppi.c | 1 - sys/dev/ppbus/pps.c | 2 -- sys/dev/ppc/ppc.c | 2 -- sys/dev/ppc/ppc_acpi.c | 2 -- sys/dev/ppc/ppc_isa.c | 2 -- sys/dev/ppc/ppc_pci.c | 2 -- sys/dev/ppc/ppc_puc.c | 2 -- sys/dev/proto/proto_bus_isa.c | 2 -- sys/dev/proto/proto_bus_pci.c | 2 -- sys/dev/proto/proto_busdma.c | 2 -- sys/dev/proto/proto_core.c | 2 -- sys/dev/psci/psci.c | 2 -- sys/dev/psci/smccc.c | 2 -- sys/dev/psci/smccc_arm.S | 2 -- sys/dev/psci/smccc_arm64.S | 2 -- sys/dev/pst/pst-iop.c | 2 -- sys/dev/pst/pst-pci.c | 2 -- sys/dev/pst/pst-raid.c | 2 -- sys/dev/pty/pty.c | 2 -- sys/dev/puc/puc.c | 2 -- sys/dev/puc/puc_cfg.c | 2 -- sys/dev/puc/puc_pci.c | 2 -- sys/dev/puc/pucdata.c | 2 -- sys/dev/pwm/ofw_pwm.c | 2 -- sys/dev/pwm/ofw_pwmbus.c | 2 -- sys/dev/pwm/pwm_backlight.c | 3 --- sys/dev/pwm/pwmbus.c | 2 -- sys/dev/pwm/pwmc.c | 2 -- sys/dev/qat_c2xxx/qat.c | 1 - sys/dev/qat_c2xxx/qat_ae.c | 1 - sys/dev/qat_c2xxx/qat_c2xxx.c | 1 - sys/dev/qat_c2xxx/qat_hw15.c | 1 - sys/dev/qcom_clk/qcom_clk_apssdiv.c | 2 -- sys/dev/qcom_clk/qcom_clk_branch2.c | 2 -- sys/dev/qcom_clk/qcom_clk_fdiv.c | 2 -- sys/dev/qcom_clk/qcom_clk_fepll.c | 2 -- sys/dev/qcom_clk/qcom_clk_freqtbl.c | 2 -- sys/dev/qcom_clk/qcom_clk_rcg2.c | 2 -- sys/dev/qcom_clk/qcom_clk_ro_div.c | 2 -- sys/dev/qcom_dwc3/qcom_dwc3.c | 2 -- sys/dev/qcom_gcc/qcom_gcc_ipq4018.c | 2 -- sys/dev/qcom_gcc/qcom_gcc_ipq4018_clock.c | 2 -- sys/dev/qcom_gcc/qcom_gcc_ipq4018_reset.c | 2 -- sys/dev/qcom_qup/qcom_spi.c | 2 -- sys/dev/qcom_qup/qcom_spi_hw.c | 2 -- sys/dev/qcom_rnd/qcom_rnd.c | 2 -- sys/dev/qcom_tcsr/qcom_tcsr.c | 2 -- sys/dev/qcom_tlmm/qcom_tlmm_debug.c | 2 -- sys/dev/qcom_tlmm/qcom_tlmm_ipq4018.c | 2 -- sys/dev/qcom_tlmm/qcom_tlmm_ipq4018_hw.c | 2 -- sys/dev/qcom_tlmm/qcom_tlmm_pin.c | 2 -- sys/dev/qcom_tlmm/qcom_tlmm_pinmux.c | 2 -- sys/dev/qlnx/qlnxe/ecore_cxt.c | 2 -- sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c | 2 -- sys/dev/qlnx/qlnxe/ecore_dcbx.c | 2 -- sys/dev/qlnx/qlnxe/ecore_dev.c | 2 -- sys/dev/qlnx/qlnxe/ecore_hw.c | 2 -- sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c | 2 -- sys/dev/qlnx/qlnxe/ecore_init_ops.c | 2 -- sys/dev/qlnx/qlnxe/ecore_int.c | 2 -- sys/dev/qlnx/qlnxe/ecore_iwarp.c | 2 -- sys/dev/qlnx/qlnxe/ecore_l2.c | 2 -- sys/dev/qlnx/qlnxe/ecore_ll2.c | 2 -- sys/dev/qlnx/qlnxe/ecore_mcp.c | 2 -- sys/dev/qlnx/qlnxe/ecore_mng_tlv.c | 2 -- sys/dev/qlnx/qlnxe/ecore_ooo.c | 2 -- sys/dev/qlnx/qlnxe/ecore_rdma.c | 2 -- sys/dev/qlnx/qlnxe/ecore_roce.c | 2 -- sys/dev/qlnx/qlnxe/ecore_sp_commands.c | 2 -- sys/dev/qlnx/qlnxe/ecore_spq.c | 2 -- sys/dev/qlnx/qlnxe/ecore_sriov.c | 2 -- sys/dev/qlnx/qlnxe/ecore_vf.c | 2 -- sys/dev/qlnx/qlnxe/qlnx_ioctl.c | 2 -- sys/dev/qlnx/qlnxe/qlnx_os.c | 2 -- sys/dev/qlnx/qlnxe/qlnx_rdma.c | 2 -- sys/dev/qlnx/qlnxr/qlnxr_cm.c | 2 -- sys/dev/qlnx/qlnxr/qlnxr_os.c | 2 -- sys/dev/qlnx/qlnxr/qlnxr_verbs.c | 2 -- sys/dev/qlxgb/qla_dbg.c | 2 -- sys/dev/qlxgb/qla_hw.c | 2 -- sys/dev/qlxgb/qla_ioctl.c | 2 -- sys/dev/qlxgb/qla_isr.c | 2 -- sys/dev/qlxgb/qla_misc.c | 2 -- sys/dev/qlxgb/qla_os.c | 2 -- sys/dev/qlxgbe/ql_boot.c | 2 -- sys/dev/qlxgbe/ql_dbg.c | 2 -- sys/dev/qlxgbe/ql_fw.c | 2 -- sys/dev/qlxgbe/ql_hw.c | 2 -- sys/dev/qlxgbe/ql_ioctl.c | 2 -- sys/dev/qlxgbe/ql_isr.c | 2 -- sys/dev/qlxgbe/ql_minidump.c | 2 -- sys/dev/qlxgbe/ql_misc.c | 2 -- sys/dev/qlxgbe/ql_os.c | 2 -- sys/dev/qlxgbe/ql_reset.c | 2 -- sys/dev/qlxge/qls_dbg.c | 2 -- sys/dev/qlxge/qls_dump.c | 2 -- sys/dev/qlxge/qls_hw.c | 2 -- sys/dev/qlxge/qls_ioctl.c | 2 -- sys/dev/qlxge/qls_isr.c | 2 -- sys/dev/qlxge/qls_os.c | 2 -- sys/dev/quicc/quicc_bfe_fdt.c | 2 -- sys/dev/quicc/quicc_core.c | 2 -- sys/dev/ral/if_ral_pci.c | 2 -- sys/dev/ral/rt2560.c | 2 -- sys/dev/ral/rt2661.c | 2 -- sys/dev/ral/rt2860.c | 2 -- sys/dev/random/darn.c | 2 -- sys/dev/random/fenestrasX/fx_brng.c | 2 -- sys/dev/random/fenestrasX/fx_main.c | 2 -- sys/dev/random/fenestrasX/fx_pool.c | 2 -- sys/dev/random/fenestrasX/fx_rng.c | 2 -- sys/dev/random/fortuna.c | 2 -- sys/dev/random/hash.c | 2 -- sys/dev/random/ivy.c | 2 -- sys/dev/random/nehemiah.c | 2 -- sys/dev/random/other_algorithm.c | 2 -- sys/dev/random/random_harvestq.c | 2 -- sys/dev/random/random_infra.c | 2 -- sys/dev/random/randomdev.c | 2 -- sys/dev/rccgpio/rccgpio.c | 2 -- sys/dev/re/if_re.c | 2 -- sys/dev/rl/if_rl.c | 2 -- sys/dev/rndtest/rndtest.c | 2 -- sys/dev/rtsx/rtsx.c | 2 -- sys/dev/rtwn/if_rtwn.c | 2 -- sys/dev/rtwn/if_rtwn_beacon.c | 2 -- sys/dev/rtwn/if_rtwn_calib.c | 2 -- sys/dev/rtwn/if_rtwn_cam.c | 2 -- sys/dev/rtwn/if_rtwn_efuse.c | 2 -- sys/dev/rtwn/if_rtwn_fw.c | 2 -- sys/dev/rtwn/if_rtwn_rx.c | 2 -- sys/dev/rtwn/if_rtwn_task.c | 2 -- sys/dev/rtwn/if_rtwn_tx.c | 2 -- sys/dev/rtwn/pci/rtwn_pci_attach.c | 2 -- sys/dev/rtwn/pci/rtwn_pci_reg.c | 2 -- sys/dev/rtwn/pci/rtwn_pci_rx.c | 2 -- sys/dev/rtwn/pci/rtwn_pci_tx.c | 2 -- sys/dev/rtwn/rtl8188e/pci/r88ee_attach.c | 2 -- sys/dev/rtwn/rtl8188e/pci/r88ee_init.c | 2 -- sys/dev/rtwn/rtl8188e/pci/r88ee_rx.c | 2 -- sys/dev/rtwn/rtl8188e/r88e_beacon.c | 2 -- sys/dev/rtwn/rtl8188e/r88e_calib.c | 2 -- sys/dev/rtwn/rtl8188e/r88e_chan.c | 2 -- sys/dev/rtwn/rtl8188e/r88e_fw.c | 2 -- sys/dev/rtwn/rtl8188e/r88e_init.c | 2 -- sys/dev/rtwn/rtl8188e/r88e_led.c | 2 -- sys/dev/rtwn/rtl8188e/r88e_rf.c | 2 -- sys/dev/rtwn/rtl8188e/r88e_rom.c | 2 -- sys/dev/rtwn/rtl8188e/r88e_rx.c | 2 -- sys/dev/rtwn/rtl8188e/r88e_tx.c | 2 -- sys/dev/rtwn/rtl8188e/usb/r88eu_attach.c | 2 -- sys/dev/rtwn/rtl8188e/usb/r88eu_init.c | 2 -- sys/dev/rtwn/rtl8192c/pci/r92ce_attach.c | 2 -- sys/dev/rtwn/rtl8192c/pci/r92ce_calib.c | 2 -- sys/dev/rtwn/rtl8192c/pci/r92ce_fw.c | 2 -- sys/dev/rtwn/rtl8192c/pci/r92ce_init.c | 2 -- sys/dev/rtwn/rtl8192c/pci/r92ce_led.c | 2 -- sys/dev/rtwn/rtl8192c/pci/r92ce_rx.c | 2 -- sys/dev/rtwn/rtl8192c/pci/r92ce_tx.c | 2 -- sys/dev/rtwn/rtl8192c/r92c_attach.c | 2 -- sys/dev/rtwn/rtl8192c/r92c_beacon.c | 2 -- sys/dev/rtwn/rtl8192c/r92c_calib.c | 2 -- sys/dev/rtwn/rtl8192c/r92c_chan.c | 2 -- sys/dev/rtwn/rtl8192c/r92c_fw.c | 2 -- sys/dev/rtwn/rtl8192c/r92c_init.c | 2 -- sys/dev/rtwn/rtl8192c/r92c_llt.c | 2 -- sys/dev/rtwn/rtl8192c/r92c_rf.c | 2 -- sys/dev/rtwn/rtl8192c/r92c_rom.c | 2 -- sys/dev/rtwn/rtl8192c/r92c_rx.c | 2 -- sys/dev/rtwn/rtl8192c/r92c_tx.c | 2 -- sys/dev/rtwn/rtl8192c/usb/r92cu_attach.c | 2 -- sys/dev/rtwn/rtl8192c/usb/r92cu_init.c | 2 -- sys/dev/rtwn/rtl8192c/usb/r92cu_led.c | 2 -- sys/dev/rtwn/rtl8192c/usb/r92cu_rx.c | 2 -- sys/dev/rtwn/rtl8192c/usb/r92cu_tx.c | 2 -- sys/dev/rtwn/rtl8192e/r92e_chan.c | 2 -- sys/dev/rtwn/rtl8192e/r92e_fw.c | 2 -- sys/dev/rtwn/rtl8192e/r92e_init.c | 2 -- sys/dev/rtwn/rtl8192e/r92e_led.c | 2 -- sys/dev/rtwn/rtl8192e/r92e_rf.c | 2 -- sys/dev/rtwn/rtl8192e/r92e_rom.c | 2 -- sys/dev/rtwn/rtl8192e/r92e_rx.c | 2 -- sys/dev/rtwn/rtl8192e/usb/r92eu_attach.c | 2 -- sys/dev/rtwn/rtl8192e/usb/r92eu_init.c | 2 -- sys/dev/rtwn/rtl8812a/r12a_beacon.c | 2 -- sys/dev/rtwn/rtl8812a/r12a_calib.c | 2 -- sys/dev/rtwn/rtl8812a/r12a_caps.c | 2 -- sys/dev/rtwn/rtl8812a/r12a_chan.c | 2 -- sys/dev/rtwn/rtl8812a/r12a_fw.c | 2 -- sys/dev/rtwn/rtl8812a/r12a_init.c | 2 -- sys/dev/rtwn/rtl8812a/r12a_led.c | 2 -- sys/dev/rtwn/rtl8812a/r12a_rf.c | 2 -- sys/dev/rtwn/rtl8812a/r12a_rom.c | 2 -- sys/dev/rtwn/rtl8812a/r12a_rx.c | 2 -- sys/dev/rtwn/rtl8812a/r12a_tx.c | 2 -- sys/dev/rtwn/rtl8812a/usb/r12au_attach.c | 2 -- sys/dev/rtwn/rtl8812a/usb/r12au_init.c | 2 -- sys/dev/rtwn/rtl8812a/usb/r12au_rx.c | 2 -- sys/dev/rtwn/rtl8812a/usb/r12au_tx.c | 2 -- sys/dev/rtwn/rtl8821a/r21a_beacon.c | 2 -- sys/dev/rtwn/rtl8821a/r21a_calib.c | 2 -- sys/dev/rtwn/rtl8821a/r21a_chan.c | 2 -- sys/dev/rtwn/rtl8821a/r21a_fw.c | 2 -- sys/dev/rtwn/rtl8821a/r21a_init.c | 2 -- sys/dev/rtwn/rtl8821a/r21a_led.c | 2 -- sys/dev/rtwn/rtl8821a/r21a_rom.c | 2 -- sys/dev/rtwn/rtl8821a/r21a_rx.c | 2 -- sys/dev/rtwn/rtl8821a/usb/r21au_attach.c | 2 -- sys/dev/rtwn/rtl8821a/usb/r21au_dfs.c | 2 -- sys/dev/rtwn/rtl8821a/usb/r21au_init.c | 2 -- sys/dev/rtwn/usb/rtwn_usb_attach.c | 2 -- sys/dev/rtwn/usb/rtwn_usb_ep.c | 2 -- sys/dev/rtwn/usb/rtwn_usb_reg.c | 2 -- sys/dev/rtwn/usb/rtwn_usb_rx.c | 2 -- sys/dev/rtwn/usb/rtwn_usb_tx.c | 2 -- sys/dev/safe/safe.c | 2 -- sys/dev/safexcel/safexcel.c | 2 -- sys/dev/sbni/if_sbni.c | 2 -- sys/dev/sbni/if_sbni_isa.c | 2 -- sys/dev/sbni/if_sbni_pci.c | 2 -- sys/dev/scc/scc_bfe_macio.c | 2 -- sys/dev/scc/scc_bfe_quicc.c | 2 -- sys/dev/scc/scc_core.c | 2 -- sys/dev/scc/scc_dev_quicc.c | 2 -- sys/dev/scc/scc_dev_z8530.c | 2 -- sys/dev/sdhci/fsl_sdhci.c | 2 -- sys/dev/sdhci/sdhci.c | 2 -- sys/dev/sdhci/sdhci_acpi.c | 2 -- sys/dev/sdhci/sdhci_fdt.c | 2 -- sys/dev/sdhci/sdhci_fdt_gpio.c | 2 -- sys/dev/sdhci/sdhci_fsl_fdt.c | 2 -- sys/dev/sdhci/sdhci_pci.c | 2 -- sys/dev/sdhci/sdhci_xenon.c | 2 -- sys/dev/sdhci/sdhci_xenon_acpi.c | 2 -- sys/dev/sdhci/sdhci_xenon_fdt.c | 2 -- sys/dev/sdio/sdio_subr.c | 2 -- sys/dev/sdio/sdiob.c | 2 -- sys/dev/sec/sec.c | 2 -- sys/dev/sfxge/common/ef10_ev.c | 2 -- sys/dev/sfxge/common/ef10_filter.c | 2 -- sys/dev/sfxge/common/ef10_image.c | 2 -- sys/dev/sfxge/common/ef10_intr.c | 2 -- sys/dev/sfxge/common/ef10_mac.c | 2 -- sys/dev/sfxge/common/ef10_mcdi.c | 2 -- sys/dev/sfxge/common/ef10_nic.c | 2 -- sys/dev/sfxge/common/ef10_nvram.c | 2 -- sys/dev/sfxge/common/ef10_phy.c | 2 -- sys/dev/sfxge/common/ef10_rx.c | 2 -- sys/dev/sfxge/common/ef10_tx.c | 2 -- sys/dev/sfxge/common/ef10_vpd.c | 2 -- sys/dev/sfxge/common/efx_bootcfg.c | 2 -- sys/dev/sfxge/common/efx_crc32.c | 2 -- sys/dev/sfxge/common/efx_ev.c | 2 -- sys/dev/sfxge/common/efx_filter.c | 2 -- sys/dev/sfxge/common/efx_hash.c | 2 -- sys/dev/sfxge/common/efx_intr.c | 2 -- sys/dev/sfxge/common/efx_lic.c | 2 -- sys/dev/sfxge/common/efx_mac.c | 2 -- sys/dev/sfxge/common/efx_mcdi.c | 2 -- sys/dev/sfxge/common/efx_mon.c | 2 -- sys/dev/sfxge/common/efx_nic.c | 2 -- sys/dev/sfxge/common/efx_nvram.c | 2 -- sys/dev/sfxge/common/efx_phy.c | 2 -- sys/dev/sfxge/common/efx_port.c | 2 -- sys/dev/sfxge/common/efx_rx.c | 2 -- sys/dev/sfxge/common/efx_sram.c | 2 -- sys/dev/sfxge/common/efx_tunnel.c | 2 -- sys/dev/sfxge/common/efx_tx.c | 2 -- sys/dev/sfxge/common/efx_vpd.c | 2 -- sys/dev/sfxge/common/hunt_nic.c | 2 -- sys/dev/sfxge/common/mcdi_mon.c | 2 -- sys/dev/sfxge/common/medford2_nic.c | 2 -- sys/dev/sfxge/common/medford_nic.c | 2 -- sys/dev/sfxge/common/siena_mac.c | 2 -- sys/dev/sfxge/common/siena_mcdi.c | 2 -- sys/dev/sfxge/common/siena_nic.c | 2 -- sys/dev/sfxge/common/siena_nvram.c | 2 -- sys/dev/sfxge/common/siena_phy.c | 2 -- sys/dev/sfxge/common/siena_sram.c | 2 -- sys/dev/sfxge/common/siena_vpd.c | 2 -- sys/dev/sfxge/sfxge.c | 2 -- sys/dev/sfxge/sfxge_dma.c | 2 -- sys/dev/sfxge/sfxge_ev.c | 2 -- sys/dev/sfxge/sfxge_intr.c | 2 -- sys/dev/sfxge/sfxge_mcdi.c | 2 -- sys/dev/sfxge/sfxge_nvram.c | 2 -- sys/dev/sfxge/sfxge_port.c | 2 -- sys/dev/sfxge/sfxge_rx.c | 2 -- sys/dev/sfxge/sfxge_tx.c | 2 -- sys/dev/sge/if_sge.c | 2 -- sys/dev/siis/siis.c | 2 -- sys/dev/sis/if_sis.c | 2 -- sys/dev/sk/if_sk.c | 2 -- sys/dev/smbios/smbios.c | 2 -- sys/dev/smbus/smbconf.c | 1 - sys/dev/smbus/smbus.c | 1 - sys/dev/smc/if_smc.c | 2 -- sys/dev/smc/if_smc_acpi.c | 2 -- sys/dev/smc/if_smc_fdt.c | 2 -- sys/dev/snp/snp.c | 2 -- sys/dev/sound/fdt/audio_soc.c | 2 -- sys/dev/sound/fdt/dummy_codec.c | 2 -- sys/dev/sound/fdt/simple_amplifier.c | 2 -- sys/dev/sound/midi/midi.c | 2 -- sys/dev/sound/midi/mpu401.c | 2 -- sys/dev/sound/midi/sequencer.c | 2 -- sys/dev/sound/usb/uaudio.c | 2 -- sys/dev/speaker/spkr.c | 2 -- sys/dev/spibus/ofw_spibus.c | 2 -- sys/dev/spibus/spibus.c | 2 -- sys/dev/spibus/spigen.c | 2 -- sys/dev/sram/mmio_sram.c | 2 -- sys/dev/ste/if_ste.c | 2 -- sys/dev/stge/if_stge.c | 2 -- sys/dev/sume/if_sume.c | 2 -- sys/dev/superio/superio.c | 2 -- sys/dev/sym/sym_hipd.c | 2 -- sys/dev/syscons/scgfbrndr.c | 2 -- sys/dev/syscons/schistory.c | 2 -- sys/dev/syscons/scmouse.c | 2 -- sys/dev/syscons/scterm-dumb.c | 2 -- sys/dev/syscons/scterm-sc.c | 2 -- sys/dev/syscons/scterm-teken.c | 2 -- sys/dev/syscons/scterm.c | 2 -- sys/dev/syscons/scvesactl.c | 2 -- sys/dev/syscons/scvgarndr.c | 2 -- sys/dev/syscons/scvidctl.c | 2 -- sys/dev/syscons/scvtb.c | 2 -- sys/dev/syscons/syscons.c | 2 -- sys/dev/syscons/sysmouse.c | 2 -- sys/dev/tcp_log/tcp_log_dev.c | 2 -- sys/dev/tdfx/tdfx_linux.c | 2 -- sys/dev/tdfx/tdfx_pci.c | 2 -- sys/dev/ti/if_ti.c | 2 -- sys/dev/tpm/tpm.c | 2 -- sys/dev/tpm/tpm20.c | 2 -- sys/dev/tpm/tpm20.h | 2 -- sys/dev/tpm/tpm_acpi.c | 2 -- sys/dev/tpm/tpm_crb.c | 2 -- sys/dev/tpm/tpm_isa.c | 2 -- sys/dev/tpm/tpm_tis.c | 2 -- sys/dev/tsec/if_tsec.c | 2 -- sys/dev/tsec/if_tsec_fdt.c | 2 -- sys/dev/tws/tws.c | 2 -- sys/dev/uart/uart_bus_acpi.c | 2 -- sys/dev/uart/uart_bus_fdt.c | 2 -- sys/dev/uart/uart_bus_isa.c | 2 -- sys/dev/uart/uart_bus_pci.c | 2 -- sys/dev/uart/uart_bus_puc.c | 2 -- sys/dev/uart/uart_bus_scc.c | 2 -- sys/dev/uart/uart_core.c | 2 -- sys/dev/uart/uart_cpu_acpi.c | 2 -- sys/dev/uart/uart_cpu_arm64.c | 2 -- sys/dev/uart/uart_cpu_fdt.c | 2 -- sys/dev/uart/uart_cpu_powerpc.c | 2 -- sys/dev/uart/uart_cpu_x86.c | 2 -- sys/dev/uart/uart_dbg.c | 2 -- sys/dev/uart/uart_dev_imx.c | 2 -- sys/dev/uart/uart_dev_lowrisc.c | 2 -- sys/dev/uart/uart_dev_msm.c | 2 -- sys/dev/uart/uart_dev_mu.c | 2 -- sys/dev/uart/uart_dev_mvebu.c | 2 -- sys/dev/uart/uart_dev_ns8250.c | 2 -- sys/dev/uart/uart_dev_pl011.c | 2 -- sys/dev/uart/uart_dev_quicc.c | 2 -- sys/dev/uart/uart_dev_snps.c | 2 -- sys/dev/uart/uart_dev_ti8250.c | 2 -- sys/dev/uart/uart_dev_z8530.c | 2 -- sys/dev/uart/uart_subr.c | 2 -- sys/dev/uart/uart_tty.c | 2 -- sys/dev/usb/controller/dwc3.c | 2 -- sys/dev/usb/controller/dwc_otg_acpi.c | 2 -- sys/dev/usb/controller/dwc_otg_fdt.c | 2 -- sys/dev/usb/controller/dwc_otg_hisi.c | 2 -- sys/dev/usb/controller/ehci_fsl.c | 2 -- sys/dev/usb/controller/ehci_imx.c | 2 -- sys/dev/usb/controller/ehci_msm.c | 2 -- sys/dev/usb/controller/ehci_mv.c | 2 -- sys/dev/usb/controller/ehci_pci.c | 2 -- sys/dev/usb/controller/generic_ehci.c | 2 -- sys/dev/usb/controller/generic_ehci_acpi.c | 2 -- sys/dev/usb/controller/generic_ehci_fdt.c | 2 -- sys/dev/usb/controller/generic_ohci.c | 2 -- sys/dev/usb/controller/generic_xhci.c | 2 -- sys/dev/usb/controller/generic_xhci_acpi.c | 2 -- sys/dev/usb/controller/generic_xhci_fdt.c | 2 -- sys/dev/usb/controller/musb_otg_allwinner.c | 2 -- sys/dev/usb/controller/ohci_pci.c | 2 -- sys/dev/usb/controller/uhci_pci.c | 2 -- sys/dev/usb/controller/usb_nop_xceiv.c | 2 -- sys/dev/usb/controller/xhci_pci.c | 2 -- sys/dev/usb/gadget/g_audio.c | 2 -- sys/dev/usb/gadget/g_keyboard.c | 2 -- sys/dev/usb/gadget/g_modem.c | 2 -- sys/dev/usb/gadget/g_mouse.c | 2 -- sys/dev/usb/input/atp.c | 2 -- sys/dev/usb/input/uhid.c | 2 -- sys/dev/usb/input/ukbd.c | 2 -- sys/dev/usb/input/ums.c | 2 -- sys/dev/usb/input/usbhid.c | 2 -- sys/dev/usb/input/wmt.c | 2 -- sys/dev/usb/input/wsp.c | 2 -- sys/dev/usb/misc/cp2112.c | 2 -- sys/dev/usb/misc/udbp.c | 2 -- sys/dev/usb/misc/ugold.c | 2 -- sys/dev/usb/misc/uled.c | 2 -- sys/dev/usb/net/if_aue.c | 2 -- sys/dev/usb/net/if_axe.c | 2 -- sys/dev/usb/net/if_axge.c | 2 -- sys/dev/usb/net/if_cdce.c | 2 -- sys/dev/usb/net/if_cdceem.c | 2 -- sys/dev/usb/net/if_cue.c | 2 -- sys/dev/usb/net/if_ipheth.c | 2 -- sys/dev/usb/net/if_kue.c | 2 -- sys/dev/usb/net/if_mos.c | 2 -- sys/dev/usb/net/if_muge.c | 2 -- sys/dev/usb/net/if_rue.c | 2 -- sys/dev/usb/net/if_smsc.c | 2 -- sys/dev/usb/net/if_udav.c | 2 -- sys/dev/usb/net/if_ure.c | 2 -- sys/dev/usb/net/if_urndis.c | 2 -- sys/dev/usb/net/if_usie.c | 2 -- sys/dev/usb/net/ruephy.c | 2 -- sys/dev/usb/net/uhso.c | 2 -- sys/dev/usb/net/usb_ethernet.c | 2 -- sys/dev/usb/serial/ubsa.c | 1 - sys/dev/usb/serial/ubser.c | 2 -- sys/dev/usb/serial/uchcom.c | 2 -- sys/dev/usb/serial/ucycom.c | 2 -- sys/dev/usb/serial/ufoma.c | 1 - sys/dev/usb/serial/uftdi.c | 2 -- sys/dev/usb/serial/uipaq.c | 2 -- sys/dev/usb/serial/ulpt.c | 2 -- sys/dev/usb/serial/umcs.c | 2 -- sys/dev/usb/serial/umct.c | 2 -- sys/dev/usb/serial/umodem.c | 2 -- sys/dev/usb/serial/uplcom.c | 2 -- sys/dev/usb/serial/usb_serial.c | 2 -- sys/dev/usb/serial/uslcom.c | 2 -- sys/dev/usb/serial/uvscom.c | 2 -- sys/dev/usb/storage/cfumass.c | 2 -- sys/dev/usb/storage/umass.c | 2 -- sys/dev/usb/storage/urio.c | 2 -- sys/dev/usb/template/usb_template_multi.c | 2 -- sys/dev/usb/template/usb_template_serialnet.c | 2 -- sys/dev/usb/usb_fdt_support.c | 2 -- sys/dev/usb/wlan/if_rsu.c | 2 -- sys/dev/usb/wlan/if_rum.c | 2 -- sys/dev/usb/wlan/if_run.c | 2 -- sys/dev/usb/wlan/if_uath.c | 2 -- sys/dev/usb/wlan/if_ural.c | 2 -- sys/dev/usb/wlan/if_urtw.c | 2 -- sys/dev/usb/wlan/if_zyd.c | 2 -- sys/dev/vge/if_vge.c | 2 -- sys/dev/viapm/viapm.c | 2 -- sys/dev/viawd/viawd.c | 2 -- sys/dev/videomode/edid.c | 2 -- sys/dev/videomode/pickmode.c | 2 -- sys/dev/videomode/videomode.c | 2 -- sys/dev/virtio/balloon/virtio_balloon.c | 2 -- sys/dev/virtio/block/virtio_blk.c | 2 -- sys/dev/virtio/console/virtio_console.c | 2 -- sys/dev/virtio/mmio/virtio_mmio.c | 2 -- sys/dev/virtio/mmio/virtio_mmio_acpi.c | 2 -- sys/dev/virtio/mmio/virtio_mmio_fdt.c | 2 -- sys/dev/virtio/network/if_vtnet.c | 2 -- sys/dev/virtio/pci/virtio_pci.c | 2 -- sys/dev/virtio/pci/virtio_pci_legacy.c | 2 -- sys/dev/virtio/pci/virtio_pci_modern.c | 2 -- sys/dev/virtio/random/virtio_random.c | 2 -- sys/dev/virtio/scsi/virtio_scsi.c | 2 -- sys/dev/virtio/virtio.c | 2 -- sys/dev/virtio/virtqueue.c | 2 -- sys/dev/vmd/vmd.c | 2 -- sys/dev/vmgenc/vmgenc_acpi.c | 2 -- sys/dev/vmware/pvscsi/pvscsi.c | 2 -- sys/dev/vmware/vmci/vmci.c | 2 -- sys/dev/vmware/vmci/vmci_datagram.c | 2 -- sys/dev/vmware/vmci/vmci_doorbell.c | 2 -- sys/dev/vmware/vmci/vmci_driver.c | 2 -- sys/dev/vmware/vmci/vmci_event.c | 2 -- sys/dev/vmware/vmci/vmci_hashtable.c | 2 -- sys/dev/vmware/vmci/vmci_kernel_if.c | 2 -- sys/dev/vmware/vmci/vmci_qpair.c | 2 -- sys/dev/vmware/vmci/vmci_queue_pair.c | 2 -- sys/dev/vmware/vmci/vmci_resource.c | 2 -- sys/dev/vmware/vmxnet3/if_vmx.c | 2 -- sys/dev/vnic/mrml_bridge.c | 2 -- sys/dev/vnic/nic_main.c | 2 -- sys/dev/vnic/nicvf_main.c | 2 -- sys/dev/vnic/nicvf_queues.c | 2 -- sys/dev/vnic/thunder_bgx.c | 2 -- sys/dev/vnic/thunder_bgx_fdt.c | 2 -- sys/dev/vnic/thunder_mdio.c | 2 -- sys/dev/vnic/thunder_mdio_fdt.c | 2 -- sys/dev/vr/if_vr.c | 2 -- sys/dev/vt/colors/vt_termcolors.c | 2 -- sys/dev/vt/font/vt_mouse_cursor.c | 2 -- sys/dev/vt/hw/efifb/efifb.c | 2 -- sys/dev/vt/hw/fb/vt_early_fb.c | 2 -- sys/dev/vt/hw/fb/vt_fb.c | 2 -- sys/dev/vt/hw/ofwfb/ofwfb.c | 2 -- sys/dev/vt/hw/simplefb/simplefb.c | 2 -- sys/dev/vt/hw/vbefb/vbefb.c | 2 -- sys/dev/vt/hw/vga/vt_vga.c | 2 -- sys/dev/vt/logo/logo_beastie.c | 2 -- sys/dev/vt/logo/logo_freebsd.c | 2 -- sys/dev/vt/vt_buf.c | 2 -- sys/dev/vt/vt_consolectl.c | 2 -- sys/dev/vt/vt_core.c | 2 -- sys/dev/vt/vt_cpulogos.c | 2 -- sys/dev/vt/vt_font.c | 2 -- sys/dev/vt/vt_sysmouse.c | 2 -- sys/dev/vte/if_vte.c | 2 -- sys/dev/watchdog/watchdog.c | 2 -- sys/dev/wbwd/wbwd.c | 2 -- sys/dev/wdatwd/wdatwd.c | 2 -- sys/dev/wpi/if_wpi.c | 2 -- sys/dev/xdma/controller/pl330.c | 2 -- sys/dev/xdma/xdma.c | 2 -- sys/dev/xdma/xdma_bank.c | 2 -- sys/dev/xdma/xdma_bio.c | 2 -- sys/dev/xdma/xdma_fdt_test.c | 2 -- sys/dev/xdma/xdma_iommu.c | 2 -- sys/dev/xdma/xdma_mbuf.c | 2 -- sys/dev/xdma/xdma_queue.c | 2 -- sys/dev/xdma/xdma_sg.c | 2 -- sys/dev/xdma/xdma_sglist.c | 2 -- sys/dev/xen/balloon/balloon.c | 2 -- sys/dev/xen/blkback/blkback.c | 2 -- sys/dev/xen/blkfront/blkfront.c | 2 -- sys/dev/xen/bus/xen_intr.c | 2 -- sys/dev/xen/bus/xenpv.c | 2 -- sys/dev/xen/console/xen_console.c | 2 -- sys/dev/xen/control/control.c | 2 -- sys/dev/xen/cpu/xen_acpi_cpu.c | 2 -- sys/dev/xen/debug/debug.c | 2 -- sys/dev/xen/efi/pvefi.c | 2 -- sys/dev/xen/evtchn/evtchn_dev.c | 2 -- sys/dev/xen/gntdev/gntdev.c | 2 -- sys/dev/xen/grant_table/grant_table.c | 2 -- sys/dev/xen/netback/netback.c | 2 -- sys/dev/xen/netback/netback_unit_tests.c | 2 -- sys/dev/xen/netfront/netfront.c | 2 -- sys/dev/xen/privcmd/privcmd.c | 2 -- sys/dev/xen/timer/xen_timer.c | 2 -- sys/dev/xen/xenpci/xenpci.c | 2 -- sys/dev/xen/xenstore/xenstore.c | 2 -- sys/dev/xen/xenstore/xenstore_dev.c | 2 -- sys/dev/xen/xenstore/xenstored_dev.c | 2 -- sys/dev/xilinx/axi_quad_spi.c | 2 -- sys/dev/xilinx/axidma.c | 2 -- sys/dev/xilinx/if_xae.c | 2 -- sys/dev/xilinx/xlnx_pcib.c | 2 -- sys/dev/xl/if_xl.c | 2 -- sys/dev/xl/xlphy.c | 2 -- sys/dev/xz/xz_mod.c | 2 -- sys/fs/autofs/autofs.c | 2 -- sys/fs/autofs/autofs_vnops.c | 2 -- sys/fs/cd9660/cd9660_bmap.c | 2 -- sys/fs/cd9660/cd9660_iconv.c | 2 -- sys/fs/cd9660/cd9660_lookup.c | 2 -- sys/fs/cd9660/cd9660_node.c | 2 -- sys/fs/cd9660/cd9660_rrip.c | 2 -- sys/fs/cd9660/cd9660_util.c | 2 -- sys/fs/cd9660/cd9660_vfsops.c | 2 -- sys/fs/cd9660/cd9660_vnops.c | 2 -- sys/fs/fuse/fuse_device.c | 2 -- sys/fs/fuse/fuse_file.c | 2 -- sys/fs/fuse/fuse_internal.c | 2 -- sys/fs/fuse/fuse_io.c | 2 -- sys/fs/fuse/fuse_ipc.c | 2 -- sys/fs/fuse/fuse_main.c | 2 -- sys/fs/fuse/fuse_node.c | 2 -- sys/fs/fuse/fuse_vfsops.c | 2 -- sys/fs/fuse/fuse_vnops.c | 2 -- sys/fs/msdosfs/msdosfs_iconv.c | 2 -- sys/fs/nfs/nfs_commonacl.c | 2 -- sys/fs/nfs/nfs_commonkrpc.c | 2 -- sys/fs/nfs/nfs_commonport.c | 2 -- sys/fs/nfs/nfs_commonsubs.c | 2 -- sys/fs/nfsclient/nfs_clbio.c | 2 -- sys/fs/nfsclient/nfs_clcomsubs.c | 2 -- sys/fs/nfsclient/nfs_clkdtrace.c | 2 -- sys/fs/nfsclient/nfs_clkrpc.c | 2 -- sys/fs/nfsclient/nfs_clnfsiod.c | 2 -- sys/fs/nfsclient/nfs_clnode.c | 2 -- sys/fs/nfsclient/nfs_clport.c | 2 -- sys/fs/nfsclient/nfs_clrpcops.c | 2 -- sys/fs/nfsclient/nfs_clstate.c | 2 -- sys/fs/nfsclient/nfs_clsubs.c | 2 -- sys/fs/nfsclient/nfs_clvfsops.c | 2 -- sys/fs/nfsclient/nfs_clvnops.c | 2 -- sys/fs/nfsserver/nfs_fha_new.c | 2 -- sys/fs/nfsserver/nfs_nfsdcache.c | 2 -- sys/fs/nfsserver/nfs_nfsdkrpc.c | 2 -- sys/fs/nfsserver/nfs_nfsdport.c | 2 -- sys/fs/nfsserver/nfs_nfsdserv.c | 2 -- sys/fs/nfsserver/nfs_nfsdsocket.c | 2 -- sys/fs/nfsserver/nfs_nfsdstate.c | 2 -- sys/fs/nfsserver/nfs_nfsdsubs.c | 2 -- sys/fs/procfs/procfs_osrel.c | 2 -- sys/fs/pseudofs/pseudofs.c | 2 -- sys/fs/pseudofs/pseudofs_fileno.c | 2 -- sys/fs/pseudofs/pseudofs_vncache.c | 2 -- sys/fs/pseudofs/pseudofs_vnops.c | 2 -- sys/fs/tmpfs/tmpfs_subr.c | 2 -- sys/fs/tmpfs/tmpfs_vfsops.c | 2 -- sys/fs/tmpfs/tmpfs_vnops.c | 2 -- sys/fs/udf/udf_iconv.c | 2 -- sys/gdb/gdb_cons.c | 2 -- sys/gdb/gdb_main.c | 2 -- sys/gdb/gdb_packet.c | 2 -- sys/gdb/netgdb.c | 2 -- sys/geom/cache/g_cache.c | 2 -- sys/geom/concat/g_concat.c | 2 -- sys/geom/eli/g_eli.c | 2 -- sys/geom/eli/g_eli_crypto.c | 2 -- sys/geom/eli/g_eli_ctl.c | 2 -- sys/geom/eli/g_eli_hmac.c | 2 -- sys/geom/eli/g_eli_integrity.c | 2 -- sys/geom/eli/g_eli_key.c | 2 -- sys/geom/eli/g_eli_key_cache.c | 2 -- sys/geom/eli/g_eli_privacy.c | 2 -- sys/geom/eli/pkcs5v2.c | 2 -- sys/geom/gate/g_gate.c | 2 -- sys/geom/geom_bsd_enc.c | 2 -- sys/geom/geom_ccd.c | 2 -- sys/geom/geom_ctl.c | 2 -- sys/geom/geom_dev.c | 2 -- sys/geom/geom_disk.c | 2 -- sys/geom/geom_dump.c | 2 -- sys/geom/geom_event.c | 2 -- sys/geom/geom_flashmap.c | 2 -- sys/geom/geom_io.c | 2 -- sys/geom/geom_kern.c | 2 -- sys/geom/geom_map.c | 2 -- sys/geom/geom_redboot.c | 2 -- sys/geom/geom_slice.c | 2 -- sys/geom/geom_subr.c | 2 -- sys/geom/geom_vfs.c | 2 -- sys/geom/journal/g_journal.c | 2 -- sys/geom/journal/g_journal_ufs.c | 2 -- sys/geom/label/g_label.c | 2 -- sys/geom/label/g_label_disk_ident.c | 2 -- sys/geom/label/g_label_ext2fs.c | 2 -- sys/geom/label/g_label_flashmap.c | 2 -- sys/geom/label/g_label_gpt.c | 2 -- sys/geom/label/g_label_iso9660.c | 2 -- sys/geom/label/g_label_msdosfs.c | 2 -- sys/geom/label/g_label_ntfs.c | 2 -- sys/geom/label/g_label_reiserfs.c | 2 -- sys/geom/label/g_label_ufs.c | 2 -- sys/geom/linux_lvm/g_linux_lvm.c | 2 -- sys/geom/mirror/g_mirror.c | 2 -- sys/geom/mirror/g_mirror_ctl.c | 2 -- sys/geom/mountver/g_mountver.c | 2 -- sys/geom/multipath/g_multipath.c | 1 - sys/geom/nop/g_nop.c | 2 -- sys/geom/part/g_part.c | 2 -- sys/geom/part/g_part_apm.c | 2 -- sys/geom/part/g_part_bsd.c | 2 -- sys/geom/part/g_part_bsd64.c | 2 -- sys/geom/part/g_part_ebr.c | 2 -- sys/geom/part/g_part_gpt.c | 2 -- sys/geom/part/g_part_ldm.c | 2 -- sys/geom/part/g_part_mbr.c | 2 -- sys/geom/raid/g_raid.c | 2 -- sys/geom/raid/g_raid_ctl.c | 2 -- sys/geom/raid/md_ddf.c | 2 -- sys/geom/raid/md_intel.c | 2 -- sys/geom/raid/md_jmicron.c | 2 -- sys/geom/raid/md_nvidia.c | 2 -- sys/geom/raid/md_promise.c | 2 -- sys/geom/raid/md_sii.c | 2 -- sys/geom/raid/tr_concat.c | 2 -- sys/geom/raid/tr_raid0.c | 2 -- sys/geom/raid/tr_raid1.c | 2 -- sys/geom/raid/tr_raid1e.c | 2 -- sys/geom/raid/tr_raid5.c | 2 -- sys/geom/raid3/g_raid3.c | 2 -- sys/geom/raid3/g_raid3_ctl.c | 2 -- sys/geom/shsec/g_shsec.c | 2 -- sys/geom/stripe/g_stripe.c | 2 -- sys/geom/uzip/g_uzip.c | 2 -- sys/geom/uzip/g_uzip_lzma.c | 2 -- sys/geom/uzip/g_uzip_wrkthr.c | 2 -- sys/geom/uzip/g_uzip_zlib.c | 2 -- sys/geom/uzip/g_uzip_zstd.c | 2 -- sys/geom/vinum/geom_vinum.c | 2 -- sys/geom/vinum/geom_vinum_create.c | 2 -- sys/geom/vinum/geom_vinum_drive.c | 2 -- sys/geom/vinum/geom_vinum_events.c | 2 -- sys/geom/vinum/geom_vinum_init.c | 1 - sys/geom/vinum/geom_vinum_list.c | 2 -- sys/geom/vinum/geom_vinum_move.c | 2 -- sys/geom/vinum/geom_vinum_plex.c | 2 -- sys/geom/vinum/geom_vinum_raid5.c | 2 -- sys/geom/vinum/geom_vinum_rename.c | 2 -- sys/geom/vinum/geom_vinum_rm.c | 2 -- sys/geom/vinum/geom_vinum_share.c | 2 -- sys/geom/vinum/geom_vinum_state.c | 2 -- sys/geom/vinum/geom_vinum_subr.c | 2 -- sys/geom/vinum/geom_vinum_volume.c | 2 -- sys/geom/virstor/binstream.c | 2 -- sys/geom/virstor/g_virstor.c | 2 -- sys/geom/virstor/g_virstor_md.c | 2 -- sys/geom/zero/g_zero.c | 2 -- sys/gnu/dev/bwn/phy_n/if_bwn_phy_n_core.c | 2 -- sys/gnu/dev/bwn/phy_n/if_bwn_phy_n_ppr.c | 2 -- sys/gnu/dev/bwn/phy_n/if_bwn_phy_n_sprom.c | 2 -- sys/gnu/dev/bwn/phy_n/if_bwn_phy_n_tables.c | 2 -- sys/gnu/dev/bwn/phy_n/if_bwn_radio_2055.c | 2 -- sys/gnu/dev/bwn/phy_n/if_bwn_radio_2056.c | 2 -- sys/gnu/dev/bwn/phy_n/if_bwn_radio_2057.c | 2 -- sys/gnu/gcov/gcc_4_7.c | 2 -- sys/gnu/gcov/gcov_fs.c | 2 -- sys/gnu/gcov/gcov_subr.c | 2 -- sys/i386/acpica/acpi_machdep.c | 2 -- sys/i386/acpica/acpi_wakeup.c | 2 -- sys/i386/bios/smapi.c | 2 -- sys/i386/bios/smapi_bios.S | 2 -- sys/i386/i386/bios.c | 2 -- sys/i386/i386/bpf_jit_machdep.c | 2 -- sys/i386/i386/copyout.c | 2 -- sys/i386/i386/db_disasm.c | 2 -- sys/i386/i386/db_interface.c | 2 -- sys/i386/i386/db_trace.c | 2 -- sys/i386/i386/elan-mmcr.c | 2 -- sys/i386/i386/elf_machdep.c | 2 -- sys/i386/i386/exec_machdep.c | 2 -- sys/i386/i386/gdb_machdep.c | 2 -- sys/i386/i386/genassym.c | 2 -- sys/i386/i386/geode.c | 2 -- sys/i386/i386/in_cksum_machdep.c | 2 -- sys/i386/i386/initcpu.c | 2 -- sys/i386/i386/io.c | 2 -- sys/i386/i386/k6_mem.c | 2 -- sys/i386/i386/longrun.c | 2 -- sys/i386/i386/machdep.c | 2 -- sys/i386/i386/mem.c | 2 -- sys/i386/i386/minidump_machdep.c | 2 -- sys/i386/i386/minidump_machdep_base.c | 2 -- sys/i386/i386/minidump_machdep_nopae.c | 2 -- sys/i386/i386/minidump_machdep_pae.c | 2 -- sys/i386/i386/mp_clock.c | 2 -- sys/i386/i386/mp_machdep.c | 2 -- sys/i386/i386/npx.c | 2 -- sys/i386/i386/perfmon.c | 2 -- sys/i386/i386/pmap.c | 2 -- sys/i386/i386/pmap_base.c | 2 -- sys/i386/i386/pmap_nopae.c | 2 -- sys/i386/i386/pmap_pae.c | 2 -- sys/i386/i386/ptrace_machdep.c | 2 -- sys/i386/i386/sys_machdep.c | 2 -- sys/i386/i386/trap.c | 2 -- sys/i386/i386/uio_machdep.c | 2 -- sys/i386/i386/vm86.c | 2 -- sys/i386/i386/vm_machdep.c | 2 -- sys/i386/linux/imgact_linux.c | 2 -- sys/i386/linux/linux_copyout.c | 2 -- sys/i386/linux/linux_dummy_machdep.c | 2 -- sys/i386/linux/linux_genassym.c | 2 -- sys/i386/linux/linux_machdep.c | 2 -- sys/i386/linux/linux_ptrace_machdep.c | 2 -- sys/i386/linux/linux_sysvec.c | 2 -- sys/i386/linux/linux_vdso_gtod.c | 2 -- sys/i386/pci/pci_cfgreg.c | 2 -- sys/i386/pci/pci_pir.c | 2 -- sys/isa/isa_common.c | 2 -- sys/isa/isahint.c | 2 -- sys/isa/pnp.c | 2 -- sys/isa/pnpparse.c | 2 -- sys/isa/syscons_isa.c | 2 -- sys/isa/vga_isa.c | 2 -- sys/kern/genoffset.c | 1 - sys/kern/imgact_aout.c | 2 -- sys/kern/imgact_binmisc.c | 2 -- sys/kern/imgact_elf.c | 2 -- sys/kern/imgact_elf32.c | 2 -- sys/kern/imgact_elf64.c | 2 -- sys/kern/imgact_shell.c | 2 -- sys/kern/init_main.c | 2 -- sys/kern/kern_acct.c | 2 -- sys/kern/kern_alq.c | 2 -- sys/kern/kern_clock.c | 2 -- sys/kern/kern_clocksource.c | 2 -- sys/kern/kern_condvar.c | 2 -- sys/kern/kern_conf.c | 2 -- sys/kern/kern_cons.c | 2 -- sys/kern/kern_context.c | 2 -- sys/kern/kern_cpu.c | 2 -- sys/kern/kern_cpuset.c | 2 -- sys/kern/kern_descrip.c | 2 -- sys/kern/kern_devctl.c | 2 -- sys/kern/kern_dtrace.c | 2 -- sys/kern/kern_dump.c | 2 -- sys/kern/kern_environment.c | 2 -- sys/kern/kern_et.c | 2 -- sys/kern/kern_event.c | 2 -- sys/kern/kern_exec.c | 2 -- sys/kern/kern_exit.c | 2 -- sys/kern/kern_fail.c | 2 -- sys/kern/kern_ffclock.c | 2 -- sys/kern/kern_fork.c | 2 -- sys/kern/kern_hhook.c | 2 -- sys/kern/kern_idle.c | 2 -- sys/kern/kern_intr.c | 2 -- sys/kern/kern_jail.c | 2 -- sys/kern/kern_kcov.c | 2 -- sys/kern/kern_khelp.c | 2 -- sys/kern/kern_kthread.c | 2 -- sys/kern/kern_ktr.c | 2 -- sys/kern/kern_ktrace.c | 2 -- sys/kern/kern_linker.c | 2 -- sys/kern/kern_lock.c | 2 -- sys/kern/kern_lockf.c | 2 -- sys/kern/kern_lockstat.c | 2 -- sys/kern/kern_loginclass.c | 2 -- sys/kern/kern_malloc.c | 2 -- sys/kern/kern_mbuf.c | 2 -- sys/kern/kern_mib.c | 2 -- sys/kern/kern_module.c | 2 -- sys/kern/kern_mtxpool.c | 2 -- sys/kern/kern_mutex.c | 2 -- sys/kern/kern_ntptime.c | 2 -- sys/kern/kern_osd.c | 2 -- sys/kern/kern_physio.c | 2 -- sys/kern/kern_pmc.c | 2 -- sys/kern/kern_poll.c | 2 -- sys/kern/kern_priv.c | 2 -- sys/kern/kern_proc.c | 2 -- sys/kern/kern_procctl.c | 2 -- sys/kern/kern_prot.c | 2 -- sys/kern/kern_racct.c | 2 -- sys/kern/kern_rangelock.c | 2 -- sys/kern/kern_rctl.c | 2 -- sys/kern/kern_resource.c | 2 -- sys/kern/kern_rmlock.c | 2 -- sys/kern/kern_rwlock.c | 2 -- sys/kern/kern_sema.c | 2 -- sys/kern/kern_sendfile.c | 2 -- sys/kern/kern_sharedpage.c | 2 -- sys/kern/kern_shutdown.c | 2 -- sys/kern/kern_sig.c | 2 -- sys/kern/kern_switch.c | 2 -- sys/kern/kern_sx.c | 2 -- sys/kern/kern_synch.c | 2 -- sys/kern/kern_syscalls.c | 2 -- sys/kern/kern_sysctl.c | 2 -- sys/kern/kern_tc.c | 2 -- sys/kern/kern_thr.c | 2 -- sys/kern/kern_thread.c | 2 -- sys/kern/kern_time.c | 2 -- sys/kern/kern_timeout.c | 2 -- sys/kern/kern_tslog.c | 2 -- sys/kern/kern_ubsan.c | 1 - sys/kern/kern_umtx.c | 2 -- sys/kern/kern_uuid.c | 2 -- sys/kern/kern_xxx.c | 2 -- sys/kern/ksched.c | 2 -- sys/kern/link_elf.c | 2 -- sys/kern/link_elf_obj.c | 2 -- sys/kern/md4c.c | 2 -- sys/kern/md5c.c | 2 -- sys/kern/p1003_1b.c | 2 -- sys/kern/posix4_mib.c | 2 -- sys/kern/sched_4bsd.c | 2 -- sys/kern/sched_ule.c | 2 -- sys/kern/stack_protector.c | 2 -- sys/kern/subr_acl_nfs4.c | 2 -- sys/kern/subr_acl_posix1e.c | 2 -- sys/kern/subr_asan.c | 1 - sys/kern/subr_autoconf.c | 2 -- sys/kern/subr_blist.c | 2 -- sys/kern/subr_boot.c | 2 -- sys/kern/subr_bufring.c | 2 -- sys/kern/subr_bus.c | 2 -- sys/kern/subr_bus_dma.c | 2 -- sys/kern/subr_busdma_bufalloc.c | 2 -- sys/kern/subr_capability.c | 2 -- sys/kern/subr_clock.c | 2 -- sys/kern/subr_clockcalib.c | 2 -- sys/kern/subr_compressor.c | 2 -- sys/kern/subr_counter.c | 2 -- sys/kern/subr_coverage.c | 2 -- sys/kern/subr_csan.c | 2 -- sys/kern/subr_devmap.c | 2 -- sys/kern/subr_devstat.c | 2 -- sys/kern/subr_disk.c | 2 -- sys/kern/subr_dummy_vdso_tc.c | 2 -- sys/kern/subr_early.c | 2 -- sys/kern/subr_epoch.c | 2 -- sys/kern/subr_eventhandler.c | 2 -- sys/kern/subr_filter.c | 1 - sys/kern/subr_firmware.c | 2 -- sys/kern/subr_gtaskqueue.c | 2 -- sys/kern/subr_hash.c | 2 -- sys/kern/subr_hints.c | 2 -- sys/kern/subr_intr.c | 2 -- sys/kern/subr_kdb.c | 2 -- sys/kern/subr_kobj.c | 2 -- sys/kern/subr_lock.c | 2 -- sys/kern/subr_log.c | 2 -- sys/kern/subr_mchain.c | 2 -- sys/kern/subr_module.c | 2 -- sys/kern/subr_msan.c | 1 - sys/kern/subr_param.c | 2 -- sys/kern/subr_pcpu.c | 2 -- sys/kern/subr_pctrie.c | 2 -- sys/kern/subr_physmem.c | 2 -- sys/kern/subr_pidctrl.c | 2 -- sys/kern/subr_power.c | 2 -- sys/kern/subr_prf.c | 2 -- sys/kern/subr_prng.c | 2 -- sys/kern/subr_prof.c | 2 -- sys/kern/subr_rangeset.c | 2 -- sys/kern/subr_rman.c | 2 -- sys/kern/subr_rtc.c | 2 -- sys/kern/subr_sbuf.c | 2 -- sys/kern/subr_scanf.c | 2 -- sys/kern/subr_sfbuf.c | 2 -- sys/kern/subr_sglist.c | 2 -- sys/kern/subr_sleepqueue.c | 2 -- sys/kern/subr_smp.c | 2 -- sys/kern/subr_smr.c | 2 -- sys/kern/subr_stack.c | 2 -- sys/kern/subr_stats.c | 2 -- sys/kern/subr_syscall.c | 3 --- sys/kern/subr_taskqueue.c | 2 -- sys/kern/subr_terminal.c | 2 -- sys/kern/subr_trap.c | 2 -- sys/kern/subr_turnstile.c | 2 -- sys/kern/subr_uio.c | 2 -- sys/kern/subr_vmem.c | 2 -- sys/kern/subr_witness.c | 2 -- sys/kern/sys_capability.c | 2 -- sys/kern/sys_eventfd.c | 2 -- sys/kern/sys_generic.c | 2 -- sys/kern/sys_getrandom.c | 2 -- sys/kern/sys_pipe.c | 2 -- sys/kern/sys_procdesc.c | 2 -- sys/kern/sys_process.c | 2 -- sys/kern/sys_socket.c | 2 -- sys/kern/sysv_ipc.c | 2 -- sys/kern/sysv_msg.c | 2 -- sys/kern/sysv_sem.c | 2 -- sys/kern/sysv_shm.c | 2 -- sys/kern/tty.c | 2 -- sys/kern/tty_compat.c | 2 -- sys/kern/tty_info.c | 2 -- sys/kern/tty_inq.c | 2 -- sys/kern/tty_outq.c | 2 -- sys/kern/tty_pts.c | 2 -- sys/kern/tty_tty.c | 2 -- sys/kern/tty_ttydisc.c | 2 -- sys/kern/uipc_accf.c | 2 -- sys/kern/uipc_debug.c | 2 -- sys/kern/uipc_domain.c | 2 -- sys/kern/uipc_ktls.c | 2 -- sys/kern/uipc_mbuf.c | 2 -- sys/kern/uipc_mbuf2.c | 2 -- sys/kern/uipc_mbufhash.c | 2 -- sys/kern/uipc_mqueue.c | 2 -- sys/kern/uipc_sem.c | 2 -- sys/kern/uipc_shm.c | 2 -- sys/kern/uipc_sockbuf.c | 2 -- sys/kern/uipc_socket.c | 2 -- sys/kern/uipc_syscalls.c | 2 -- sys/kern/uipc_usrreq.c | 2 -- sys/kern/vfs_acl.c | 2 -- sys/kern/vfs_aio.c | 2 -- sys/kern/vfs_bio.c | 2 -- sys/kern/vfs_cache.c | 2 -- sys/kern/vfs_cluster.c | 2 -- sys/kern/vfs_default.c | 2 -- sys/kern/vfs_export.c | 2 -- sys/kern/vfs_extattr.c | 2 -- sys/kern/vfs_hash.c | 2 -- sys/kern/vfs_init.c | 2 -- sys/kern/vfs_lookup.c | 2 -- sys/kern/vfs_mount.c | 2 -- sys/kern/vfs_mountroot.c | 2 -- sys/kern/vfs_subr.c | 2 -- sys/kern/vfs_syscalls.c | 2 -- sys/kern/vfs_vnops.c | 2 -- sys/kgssapi/gss_accept_sec_context.c | 2 -- sys/kgssapi/gss_acquire_cred.c | 2 -- sys/kgssapi/gss_add_oid_set_member.c | 2 -- sys/kgssapi/gss_canonicalize_name.c | 2 -- sys/kgssapi/gss_create_empty_oid_set.c | 2 -- sys/kgssapi/gss_delete_sec_context.c | 2 -- sys/kgssapi/gss_display_status.c | 2 -- sys/kgssapi/gss_export_name.c | 2 -- sys/kgssapi/gss_get_mic.c | 2 -- sys/kgssapi/gss_impl.c | 2 -- sys/kgssapi/gss_import_name.c | 2 -- sys/kgssapi/gss_init_sec_context.c | 2 -- sys/kgssapi/gss_names.c | 2 -- sys/kgssapi/gss_pname_to_uid.c | 2 -- sys/kgssapi/gss_release_buffer.c | 2 -- sys/kgssapi/gss_release_cred.c | 2 -- sys/kgssapi/gss_release_name.c | 2 -- sys/kgssapi/gss_release_oid_set.c | 2 -- sys/kgssapi/gss_set_cred_option.c | 2 -- sys/kgssapi/gss_test_oid_set_member.c | 2 -- sys/kgssapi/gss_unwrap.c | 2 -- sys/kgssapi/gss_verify_mic.c | 2 -- sys/kgssapi/gss_wrap.c | 2 -- sys/kgssapi/gss_wrap_size_limit.c | 2 -- sys/kgssapi/gssd_prot.c | 2 -- sys/kgssapi/gsstest.c | 2 -- sys/kgssapi/krb5/kcrypto.c | 2 -- sys/kgssapi/krb5/kcrypto_aes.c | 2 -- sys/kgssapi/krb5/krb5_mech.c | 2 -- sys/libkern/arc4random.c | 2 -- sys/libkern/arm/aeabi_unwind.c | 2 -- sys/libkern/arm/divsi3.S | 2 -- sys/libkern/arm/ldivmod.S | 2 -- sys/libkern/arm/ldivmod_helper.c | 2 -- sys/libkern/arm/memclr.S | 2 -- sys/libkern/arm/memcpy.S | 2 -- sys/libkern/arm/memset.S | 2 -- sys/libkern/arm/muldi3.c | 1 - sys/libkern/arm64/crc32c_armv8.S | 2 -- sys/libkern/ashldi3.c | 2 -- sys/libkern/ashrdi3.c | 2 -- sys/libkern/asprintf.c | 2 -- sys/libkern/bcd.c | 2 -- sys/libkern/bcopy.c | 2 -- sys/libkern/bsearch.c | 2 -- sys/libkern/cmpdi2.c | 2 -- sys/libkern/divdi3.c | 2 -- sys/libkern/explicit_bzero.c | 2 -- sys/libkern/fnmatch.c | 2 -- sys/libkern/gsb_crc32.c | 2 -- sys/libkern/iconv.c | 2 -- sys/libkern/iconv_ucs.c | 2 -- sys/libkern/iconv_xlat.c | 2 -- sys/libkern/iconv_xlat16.c | 2 -- sys/libkern/inet_aton.c | 2 -- sys/libkern/inet_ntoa.c | 2 -- sys/libkern/inet_ntop.c | 2 -- sys/libkern/inet_pton.c | 2 -- sys/libkern/lshrdi3.c | 2 -- sys/libkern/memcchr.c | 2 -- sys/libkern/memchr.c | 2 -- sys/libkern/memcmp.c | 2 -- sys/libkern/memmem.c | 2 -- sys/libkern/memset.c | 2 -- sys/libkern/moddi3.c | 2 -- sys/libkern/qdivrem.c | 2 -- sys/libkern/qsort.c | 2 -- sys/libkern/random.c | 2 -- sys/libkern/scanc.c | 2 -- sys/libkern/strcasecmp.c | 2 -- sys/libkern/strcasestr.c | 2 -- sys/libkern/strcat.c | 2 -- sys/libkern/strchr.c | 2 -- sys/libkern/strchrnul.c | 2 -- sys/libkern/strcmp.c | 2 -- sys/libkern/strcpy.c | 2 -- sys/libkern/strcspn.c | 2 -- sys/libkern/strdup.c | 2 -- sys/libkern/strlcat.c | 2 -- sys/libkern/strlcpy.c | 2 -- sys/libkern/strlen.c | 2 -- sys/libkern/strncat.c | 2 -- sys/libkern/strncmp.c | 2 -- sys/libkern/strncpy.c | 2 -- sys/libkern/strndup.c | 2 -- sys/libkern/strnlen.c | 2 -- sys/libkern/strrchr.c | 2 -- sys/libkern/strsep.c | 2 -- sys/libkern/strspn.c | 2 -- sys/libkern/strstr.c | 2 -- sys/libkern/strtol.c | 2 -- sys/libkern/strtoq.c | 2 -- sys/libkern/strtoul.c | 2 -- sys/libkern/strtouq.c | 2 -- sys/libkern/strvalid.c | 2 -- sys/libkern/ucmpdi2.c | 2 -- sys/libkern/udivdi3.c | 2 -- sys/libkern/umoddi3.c | 2 -- sys/libkern/x86/crc32_sse42.c | 2 -- sys/net/bpf.c | 2 -- sys/net/bpf_buffer.c | 2 -- sys/net/bpf_filter.c | 2 -- sys/net/bpf_jitter.c | 2 -- sys/net/bpf_zerocopy.c | 2 -- sys/net/bridgestp.c | 2 -- sys/net/debugnet.c | 2 -- sys/net/debugnet_inet.c | 2 -- sys/net/ieee8023ad_lacp.c | 2 -- sys/net/if_bridge.c | 2 -- sys/net/if_dead.c | 2 -- sys/net/if_epair.c | 2 -- sys/net/if_gif.c | 2 -- sys/net/if_gre.c | 2 -- sys/net/if_infiniband.c | 2 -- sys/net/if_ipsec.c | 2 -- sys/net/if_lagg.c | 2 -- sys/net/if_llatbl.c | 2 -- sys/net/if_llatbl.h | 2 -- sys/net/if_me.c | 2 -- sys/net/if_media.c | 2 -- sys/net/if_vlan.c | 2 -- sys/net/if_vxlan.c | 2 -- sys/net/iflib.c | 2 -- sys/net/mp_ring.c | 2 -- sys/net/netisr.c | 2 -- sys/net/route/fib_algo.c | 1 - sys/net/route/nhop.c | 1 - sys/net/route/nhop_ctl.c | 1 - sys/net/route/nhop_utils.c | 1 - sys/net/route/route_ctl.c | 1 - sys/net/route/route_ddb.c | 1 - sys/net/route/route_helpers.c | 1 - sys/net/route/route_rtentry.c | 1 - sys/net/route/route_subscription.c | 1 - sys/net/route/route_tables.c | 1 - sys/net/route/route_temporal.c | 2 -- sys/net/toeplitz.c | 2 -- sys/net/vnet.c | 2 -- sys/net80211/ieee80211.c | 2 -- sys/net80211/ieee80211_acl.c | 2 -- sys/net80211/ieee80211_action.c | 1 - sys/net80211/ieee80211_adhoc.c | 1 - sys/net80211/ieee80211_ageq.c | 2 -- sys/net80211/ieee80211_alq.c | 1 - sys/net80211/ieee80211_amrr.c | 2 -- sys/net80211/ieee80211_crypto.c | 2 -- sys/net80211/ieee80211_crypto_ccmp.c | 2 -- sys/net80211/ieee80211_crypto_none.c | 2 -- sys/net80211/ieee80211_crypto_tkip.c | 2 -- sys/net80211/ieee80211_crypto_wep.c | 2 -- sys/net80211/ieee80211_ddb.c | 2 -- sys/net80211/ieee80211_dfs.c | 1 - sys/net80211/ieee80211_freebsd.c | 2 -- sys/net80211/ieee80211_hostap.c | 1 - sys/net80211/ieee80211_ht.c | 1 - sys/net80211/ieee80211_hwmp.c | 1 - sys/net80211/ieee80211_input.c | 2 -- sys/net80211/ieee80211_ioctl.c | 2 -- sys/net80211/ieee80211_mesh.c | 1 - sys/net80211/ieee80211_monitor.c | 1 - sys/net80211/ieee80211_node.c | 2 -- sys/net80211/ieee80211_output.c | 2 -- sys/net80211/ieee80211_phy.c | 2 -- sys/net80211/ieee80211_power.c | 2 -- sys/net80211/ieee80211_proto.c | 2 -- sys/net80211/ieee80211_radiotap.c | 2 -- sys/net80211/ieee80211_ratectl.c | 2 -- sys/net80211/ieee80211_ratectl_none.c | 2 -- sys/net80211/ieee80211_regdomain.c | 2 -- sys/net80211/ieee80211_scan.c | 2 -- sys/net80211/ieee80211_scan_sta.c | 2 -- sys/net80211/ieee80211_scan_sw.c | 2 -- sys/net80211/ieee80211_sta.c | 1 - sys/net80211/ieee80211_superg.c | 2 -- sys/net80211/ieee80211_tdma.c | 1 - sys/net80211/ieee80211_vht.c | 1 - sys/net80211/ieee80211_wds.c | 1 - sys/net80211/ieee80211_xauth.c | 2 -- sys/netgraph/netflow/netflow.c | 2 -- sys/netgraph/netflow/netflow_v9.c | 2 -- sys/netgraph/netflow/ng_netflow.c | 2 -- sys/netgraph/ng_checksum.c | 2 -- sys/netgraph/ng_patch.c | 2 -- sys/netgraph/ng_source.c | 2 -- sys/netinet/accf_data.c | 2 -- sys/netinet/accf_http.c | 2 -- sys/netinet/cc/cc.c | 1 - sys/netinet/cc/cc_cdg.c | 2 -- sys/netinet/cc/cc_chd.c | 2 -- sys/netinet/cc/cc_cubic.c | 2 -- sys/netinet/cc/cc_dctcp.c | 2 -- sys/netinet/cc/cc_hd.c | 2 -- sys/netinet/cc/cc_htcp.c | 2 -- sys/netinet/cc/cc_newreno.c | 2 -- sys/netinet/cc/cc_vegas.c | 2 -- sys/netinet/if_ether.c | 2 -- sys/netinet/igmp.c | 2 -- sys/netinet/in.c | 2 -- sys/netinet/in_cksum.c | 2 -- sys/netinet/in_debug.c | 2 -- sys/netinet/in_fib.c | 2 -- sys/netinet/in_fib_algo.c | 1 - sys/netinet/in_fib_dxr.c | 2 -- sys/netinet/in_gif.c | 2 -- sys/netinet/in_jail.c | 2 -- sys/netinet/in_kdtrace.c | 2 -- sys/netinet/in_mcast.c | 2 -- sys/netinet/in_pcb.c | 2 -- sys/netinet/in_prot.c | 2 -- sys/netinet/in_proto.c | 2 -- sys/netinet/in_rmx.c | 2 -- sys/netinet/ip_carp.c | 2 -- sys/netinet/ip_divert.c | 2 -- sys/netinet/ip_ecn.c | 2 -- sys/netinet/ip_encap.c | 2 -- sys/netinet/ip_fastfwd.c | 2 -- sys/netinet/ip_gre.c | 2 -- sys/netinet/ip_icmp.c | 2 -- sys/netinet/ip_id.c | 2 -- sys/netinet/ip_input.c | 2 -- sys/netinet/ip_mroute.c | 2 -- sys/netinet/ip_options.c | 2 -- sys/netinet/ip_output.c | 2 -- sys/netinet/ip_reass.c | 2 -- sys/netinet/khelp/h_ertt.c | 2 -- sys/netinet/libalias/alias.c | 2 -- sys/netinet/libalias/alias_db.c | 2 -- sys/netinet/libalias/alias_dummy.c | 2 -- sys/netinet/libalias/alias_ftp.c | 2 -- sys/netinet/libalias/alias_irc.c | 2 -- sys/netinet/libalias/alias_mod.c | 2 -- sys/netinet/libalias/alias_nbt.c | 2 -- sys/netinet/libalias/alias_pptp.c | 2 -- sys/netinet/libalias/alias_proxy.c | 2 -- sys/netinet/libalias/alias_smedia.c | 2 -- sys/netinet/libalias/alias_util.c | 2 -- sys/netinet/netdump/netdump_client.c | 2 -- sys/netinet/raw_ip.c | 2 -- sys/netinet/sctp.h | 2 -- sys/netinet/sctp_asconf.c | 2 -- sys/netinet/sctp_asconf.h | 2 -- sys/netinet/sctp_auth.c | 2 -- sys/netinet/sctp_auth.h | 2 -- sys/netinet/sctp_bsd_addr.c | 2 -- sys/netinet/sctp_bsd_addr.h | 2 -- sys/netinet/sctp_cc_functions.c | 2 -- sys/netinet/sctp_constants.h | 2 -- sys/netinet/sctp_crc32.c | 2 -- sys/netinet/sctp_crc32.h | 2 -- sys/netinet/sctp_header.h | 2 -- sys/netinet/sctp_indata.c | 2 -- sys/netinet/sctp_indata.h | 2 -- sys/netinet/sctp_input.c | 2 -- sys/netinet/sctp_input.h | 2 -- sys/netinet/sctp_kdtrace.c | 2 -- sys/netinet/sctp_kdtrace.h | 2 -- sys/netinet/sctp_lock_bsd.h | 2 -- sys/netinet/sctp_module.c | 2 -- sys/netinet/sctp_os.h | 2 -- sys/netinet/sctp_os_bsd.h | 2 -- sys/netinet/sctp_output.c | 2 -- sys/netinet/sctp_output.h | 2 -- sys/netinet/sctp_pcb.c | 2 -- sys/netinet/sctp_pcb.h | 2 -- sys/netinet/sctp_peeloff.c | 2 -- sys/netinet/sctp_peeloff.h | 2 -- sys/netinet/sctp_ss_functions.c | 2 -- sys/netinet/sctp_structs.h | 2 -- sys/netinet/sctp_syscalls.c | 2 -- sys/netinet/sctp_sysctl.c | 2 -- sys/netinet/sctp_sysctl.h | 2 -- sys/netinet/sctp_timer.c | 2 -- sys/netinet/sctp_timer.h | 2 -- sys/netinet/sctp_uio.h | 2 -- sys/netinet/sctp_usrreq.c | 2 -- sys/netinet/sctp_var.h | 2 -- sys/netinet/sctputil.c | 2 -- sys/netinet/sctputil.h | 2 -- sys/netinet/siftr.c | 2 -- sys/netinet/tcp_ecn.c | 2 -- sys/netinet/tcp_fastopen.c | 2 -- sys/netinet/tcp_hostcache.c | 2 -- sys/netinet/tcp_hpts.c | 2 -- sys/netinet/tcp_input.c | 2 -- sys/netinet/tcp_log_buf.c | 2 -- sys/netinet/tcp_lro.c | 2 -- sys/netinet/tcp_offload.c | 2 -- sys/netinet/tcp_output.c | 2 -- sys/netinet/tcp_ratelimit.c | 1 - sys/netinet/tcp_ratelimit.h | 1 - sys/netinet/tcp_reass.c | 2 -- sys/netinet/tcp_sack.c | 2 -- sys/netinet/tcp_stacks/bbr.c | 2 -- sys/netinet/tcp_stacks/rack.c | 2 -- sys/netinet/tcp_stacks/rack_bbr_common.c | 2 -- sys/netinet/tcp_stacks/rack_bbr_common.h | 2 -- sys/netinet/tcp_stacks/sack_filter.c | 1 - sys/netinet/tcp_stacks/sack_filter.h | 2 -- sys/netinet/tcp_stacks/tailq_hash.c | 2 -- sys/netinet/tcp_stats.c | 2 -- sys/netinet/tcp_subr.c | 2 -- sys/netinet/tcp_syncache.c | 2 -- sys/netinet/tcp_timer.c | 2 -- sys/netinet/tcp_timewait.c | 2 -- sys/netinet/tcp_usrreq.c | 2 -- sys/netinet/toecore.c | 2 -- sys/netinet/udp_usrreq.c | 2 -- sys/netinet6/dest6.c | 2 -- sys/netinet6/frag6.c | 2 -- sys/netinet6/icmp6.c | 2 -- sys/netinet6/in6.c | 2 -- sys/netinet6/in6_cksum.c | 2 -- sys/netinet6/in6_fib.c | 2 -- sys/netinet6/in6_fib_algo.c | 1 - sys/netinet6/in6_gif.c | 2 -- sys/netinet6/in6_ifattach.c | 2 -- sys/netinet6/in6_jail.c | 2 -- sys/netinet6/in6_mcast.c | 2 -- sys/netinet6/in6_pcb.c | 2 -- sys/netinet6/in6_proto.c | 2 -- sys/netinet6/in6_rmx.c | 2 -- sys/netinet6/in6_src.c | 2 -- sys/netinet6/ip6_fastfwd.c | 2 -- sys/netinet6/ip6_forward.c | 2 -- sys/netinet6/ip6_gre.c | 2 -- sys/netinet6/ip6_id.c | 2 -- sys/netinet6/ip6_input.c | 2 -- sys/netinet6/ip6_mroute.c | 2 -- sys/netinet6/ip6_output.c | 2 -- sys/netinet6/mld6.c | 2 -- sys/netinet6/nd6.c | 2 -- sys/netinet6/nd6_nbr.c | 2 -- sys/netinet6/nd6_rtr.c | 2 -- sys/netinet6/raw_ip6.c | 2 -- sys/netinet6/route6.c | 2 -- sys/netinet6/scope6.c | 2 -- sys/netinet6/sctp6_usrreq.c | 2 -- sys/netinet6/sctp6_var.h | 2 -- sys/netinet6/send.c | 2 -- sys/netinet6/udp6_usrreq.c | 2 -- sys/netipsec/ipsec_input.c | 2 -- sys/netipsec/ipsec_mod.c | 2 -- sys/netipsec/ipsec_pcb.c | 2 -- sys/netipsec/subr_ipsec.c | 2 -- sys/netipsec/udpencap.c | 2 -- sys/netipsec/xform_tcp.c | 2 -- sys/netlink/netlink_generic.c | 1 - sys/netlink/netlink_generic_kpi.c | 1 - sys/netlink/netlink_io.c | 1 - sys/netlink/netlink_message_parser.c | 1 - sys/netlink/netlink_message_writer.c | 1 - sys/netlink/netlink_module.c | 1 - sys/netlink/netlink_route.c | 1 - sys/netlink/route/iface.c | 1 - sys/netlink/route/iface_drivers.c | 1 - sys/netlink/route/neigh.c | 1 - sys/netlink/route/nexthop.c | 1 - sys/netlink/route/rt.c | 1 - sys/netpfil/ipfw/dn_heap.c | 1 - sys/netpfil/ipfw/ip_dn_io.c | 2 -- sys/netpfil/ipfw/ip_dummynet.c | 2 -- sys/netpfil/ipfw/ip_fw2.c | 2 -- sys/netpfil/ipfw/ip_fw_bpf.c | 2 -- sys/netpfil/ipfw/ip_fw_dynamic.c | 2 -- sys/netpfil/ipfw/ip_fw_eaction.c | 2 -- sys/netpfil/ipfw/ip_fw_iface.c | 2 -- sys/netpfil/ipfw/ip_fw_log.c | 2 -- sys/netpfil/ipfw/ip_fw_nat.c | 2 -- sys/netpfil/ipfw/ip_fw_pfil.c | 2 -- sys/netpfil/ipfw/ip_fw_sockopt.c | 2 -- sys/netpfil/ipfw/ip_fw_table.c | 2 -- sys/netpfil/ipfw/ip_fw_table_algo.c | 2 -- sys/netpfil/ipfw/ip_fw_table_value.c | 2 -- sys/netpfil/ipfw/nat64/ip_fw_nat64.c | 2 -- sys/netpfil/ipfw/nat64/nat64_translate.c | 2 -- sys/netpfil/ipfw/nat64/nat64clat.c | 2 -- sys/netpfil/ipfw/nat64/nat64clat_control.c | 2 -- sys/netpfil/ipfw/nat64/nat64lsn.c | 2 -- sys/netpfil/ipfw/nat64/nat64lsn_control.c | 2 -- sys/netpfil/ipfw/nat64/nat64stl.c | 2 -- sys/netpfil/ipfw/nat64/nat64stl_control.c | 2 -- sys/netpfil/ipfw/nptv6/ip_fw_nptv6.c | 2 -- sys/netpfil/ipfw/nptv6/nptv6.c | 2 -- sys/netpfil/ipfw/pmod/ip_fw_pmod.c | 2 -- sys/netpfil/ipfw/pmod/tcpmod.c | 2 -- sys/netpfil/pf/if_pflog.c | 2 -- sys/netpfil/pf/if_pfsync.c | 2 -- sys/netpfil/pf/pf.c | 2 -- sys/netpfil/pf/pf_if.c | 2 -- sys/netpfil/pf/pf_ioctl.c | 2 -- sys/netpfil/pf/pf_lb.c | 2 -- sys/netpfil/pf/pf_norm.c | 2 -- sys/netpfil/pf/pf_nv.c | 2 -- sys/netpfil/pf/pf_osfp.c | 2 -- sys/netpfil/pf/pf_ruleset.c | 2 -- sys/netpfil/pf/pf_table.c | 2 -- sys/netpfil/pf/pfsync_nv.c | 2 -- sys/netsmb/smb_conn.c | 2 -- sys/netsmb/smb_crypt.c | 2 -- sys/netsmb/smb_dev.c | 2 -- sys/netsmb/smb_iod.c | 2 -- sys/netsmb/smb_rq.c | 2 -- sys/netsmb/smb_smb.c | 2 -- sys/netsmb/smb_subr.c | 2 -- sys/netsmb/smb_trantcp.c | 2 -- sys/netsmb/smb_usr.c | 2 -- sys/nfs/bootp_subr.c | 2 -- sys/nfs/krpc_subr.c | 2 -- sys/nfs/nfs_diskless.c | 2 -- sys/nfs/nfs_nfssvc.c | 2 -- sys/nlm/nlm_advlock.c | 2 -- sys/nlm/nlm_prot_clnt.c | 2 -- sys/nlm/nlm_prot_impl.c | 2 -- sys/nlm/nlm_prot_server.c | 2 -- sys/nlm/nlm_prot_svc.c | 2 -- sys/nlm/nlm_prot_xdr.c | 2 -- sys/nlm/sm_inter_xdr.c | 2 -- sys/ofed/drivers/infiniband/core/ib_addr.c | 2 -- sys/ofed/drivers/infiniband/core/ib_agent.c | 2 -- sys/ofed/drivers/infiniband/core/ib_cache.c | 2 -- sys/ofed/drivers/infiniband/core/ib_cm.c | 2 -- sys/ofed/drivers/infiniband/core/ib_cma.c | 2 -- sys/ofed/drivers/infiniband/core/ib_core_uverbs.c | 2 -- sys/ofed/drivers/infiniband/core/ib_cq.c | 2 -- sys/ofed/drivers/infiniband/core/ib_device.c | 2 -- sys/ofed/drivers/infiniband/core/ib_fmr_pool.c | 2 -- sys/ofed/drivers/infiniband/core/ib_iwcm.c | 2 -- sys/ofed/drivers/infiniband/core/ib_iwpm_msg.c | 2 -- sys/ofed/drivers/infiniband/core/ib_iwpm_util.c | 2 -- sys/ofed/drivers/infiniband/core/ib_mad.c | 2 -- sys/ofed/drivers/infiniband/core/ib_mad_rmpp.c | 2 -- sys/ofed/drivers/infiniband/core/ib_multicast.c | 2 -- sys/ofed/drivers/infiniband/core/ib_packer.c | 2 -- sys/ofed/drivers/infiniband/core/ib_roce_gid_mgmt.c | 2 -- sys/ofed/drivers/infiniband/core/ib_sa_query.c | 2 -- sys/ofed/drivers/infiniband/core/ib_smi.c | 2 -- sys/ofed/drivers/infiniband/core/ib_sysfs.c | 2 -- sys/ofed/drivers/infiniband/core/ib_ucm.c | 2 -- sys/ofed/drivers/infiniband/core/ib_ucma.c | 2 -- sys/ofed/drivers/infiniband/core/ib_ud_header.c | 2 -- sys/ofed/drivers/infiniband/core/ib_umem.c | 2 -- sys/ofed/drivers/infiniband/core/ib_umem_odp.c | 2 -- sys/ofed/drivers/infiniband/core/ib_umem_rbtree.c | 2 -- sys/ofed/drivers/infiniband/core/ib_user_mad.c | 2 -- sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c | 2 -- sys/ofed/drivers/infiniband/core/ib_uverbs_main.c | 2 -- sys/ofed/drivers/infiniband/core/ib_uverbs_marshall.c | 2 -- sys/ofed/drivers/infiniband/core/ib_verbs.c | 2 -- sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_cm.c | 2 -- sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_ethtool.c | 2 -- sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_fs.c | 2 -- sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_ib.c | 2 -- sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_main.c | 2 -- sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_multicast.c | 2 -- sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_verbs.c | 2 -- sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_vlan.c | 2 -- sys/ofed/drivers/infiniband/ulp/sdp/sdp_main.c | 2 -- sys/opencrypto/cbc_mac.c | 2 -- sys/opencrypto/criov.c | 2 -- sys/opencrypto/crypto.c | 2 -- sys/opencrypto/cryptodeflate.c | 2 -- sys/opencrypto/cryptodev.c | 2 -- sys/opencrypto/cryptosoft.c | 2 -- sys/opencrypto/ktls_ocf.c | 2 -- sys/opencrypto/rmd160.c | 2 -- sys/opencrypto/xform_aes_cbc.c | 2 -- sys/opencrypto/xform_aes_icm.c | 2 -- sys/opencrypto/xform_aes_xts.c | 2 -- sys/opencrypto/xform_cbc_mac.c | 2 -- sys/opencrypto/xform_cml.c | 2 -- sys/opencrypto/xform_deflate.c | 2 -- sys/opencrypto/xform_gmac.c | 2 -- sys/opencrypto/xform_null.c | 2 -- sys/opencrypto/xform_poly1305.c | 2 -- sys/opencrypto/xform_rmd160.c | 2 -- sys/opencrypto/xform_sha1.c | 2 -- sys/opencrypto/xform_sha2.c | 2 -- sys/powerpc/aim/aim_machdep.c | 2 -- sys/powerpc/aim/mmu_oea.c | 2 -- sys/powerpc/aim/mmu_oea64.c | 2 -- sys/powerpc/aim/mmu_radix.c | 2 -- sys/powerpc/aim/moea64_native.c | 2 -- sys/powerpc/aim/mp_cpudep.c | 2 -- sys/powerpc/amigaone/cpld_a1222.c | 2 -- sys/powerpc/amigaone/cpld_x5000.c | 2 -- sys/powerpc/amigaone/platform_amigaone.c | 2 -- sys/powerpc/booke/booke_machdep.c | 2 -- sys/powerpc/booke/machdep_e500.c | 2 -- sys/powerpc/booke/mp_cpudep.c | 2 -- sys/powerpc/booke/platform_bare.c | 2 -- sys/powerpc/booke/pmap.c | 2 -- sys/powerpc/booke/pmap_32.c | 2 -- sys/powerpc/booke/pmap_64.c | 2 -- sys/powerpc/booke/spe.c | 2 -- sys/powerpc/cpufreq/dfs.c | 2 -- sys/powerpc/cpufreq/mpc85xx_jog.c | 2 -- sys/powerpc/cpufreq/pcr.c | 2 -- sys/powerpc/cpufreq/pmcr.c | 2 -- sys/powerpc/cpufreq/pmufreq.c | 2 -- sys/powerpc/fpu/fpu_add.c | 2 -- sys/powerpc/fpu/fpu_compare.c | 2 -- sys/powerpc/fpu/fpu_div.c | 2 -- sys/powerpc/fpu/fpu_emu.c | 2 -- sys/powerpc/fpu/fpu_explode.c | 2 -- sys/powerpc/fpu/fpu_implode.c | 2 -- sys/powerpc/fpu/fpu_mul.c | 2 -- sys/powerpc/fpu/fpu_sqrt.c | 2 -- sys/powerpc/fpu/fpu_subr.c | 2 -- sys/powerpc/mambo/mambo.c | 2 -- sys/powerpc/mambo/mambo_console.c | 2 -- sys/powerpc/mambo/mambo_disk.c | 2 -- sys/powerpc/mikrotik/platform_rb.c | 2 -- sys/powerpc/mikrotik/rb_led.c | 2 -- sys/powerpc/mpc85xx/atpic.c | 2 -- sys/powerpc/mpc85xx/ds1553_bus_fdt.c | 2 -- sys/powerpc/mpc85xx/ds1553_core.c | 2 -- sys/powerpc/mpc85xx/fsl_diu.c | 2 -- sys/powerpc/mpc85xx/fsl_espi.c | 2 -- sys/powerpc/mpc85xx/fsl_sata.c | 2 -- sys/powerpc/mpc85xx/i2c.c | 2 -- sys/powerpc/mpc85xx/isa.c | 2 -- sys/powerpc/mpc85xx/lbc.c | 2 -- sys/powerpc/mpc85xx/mpc85xx.c | 2 -- sys/powerpc/mpc85xx/mpc85xx_cache.c | 2 -- sys/powerpc/mpc85xx/mpc85xx_gpio.c | 2 -- sys/powerpc/mpc85xx/pci_mpc85xx.c | 2 -- sys/powerpc/mpc85xx/pci_mpc85xx_pcib.c | 2 -- sys/powerpc/mpc85xx/platform_mpc85xx.c | 2 -- sys/powerpc/ofw/ofw_initrd.c | 2 -- sys/powerpc/ofw/ofw_machdep.c | 2 -- sys/powerpc/ofw/ofw_pcib_pci.c | 2 -- sys/powerpc/ofw/ofw_pcibus.c | 2 -- sys/powerpc/ofw/ofw_real.c | 2 -- sys/powerpc/ofw/ofw_syscons.c | 2 -- sys/powerpc/ofw/openpic_ofw.c | 2 -- sys/powerpc/ofw/rtas.c | 2 -- sys/powerpc/powermac/ata_kauai.c | 2 -- sys/powerpc/powermac/ata_macio.c | 2 -- sys/powerpc/powermac/atibl.c | 2 -- sys/powerpc/powermac/cpcht.c | 2 -- sys/powerpc/powermac/cuda.c | 2 -- sys/powerpc/powermac/dbdma.c | 2 -- sys/powerpc/powermac/fcu.c | 2 -- sys/powerpc/powermac/grackle.c | 2 -- sys/powerpc/powermac/nvbl.c | 2 -- sys/powerpc/powermac/platform_powermac.c | 2 -- sys/powerpc/powermac/pmu.c | 2 -- sys/powerpc/powermac/powermac_thermal.c | 2 -- sys/powerpc/powermac/smu.c | 2 -- sys/powerpc/powermac/smusat.c | 2 -- sys/powerpc/powermac/uninorthpci.c | 2 -- sys/powerpc/powermac/vcoregpio.c | 2 -- sys/powerpc/powernv/opal_console.c | 2 -- sys/powerpc/powernv/opal_dbg.c | 2 -- sys/powerpc/powernv/opal_dev.c | 2 -- sys/powerpc/powernv/opal_flash.c | 2 -- sys/powerpc/powernv/opal_hmi.c | 2 -- sys/powerpc/powernv/opal_i2c.c | 2 -- sys/powerpc/powernv/opal_i2cm.c | 2 -- sys/powerpc/powernv/opal_pci.c | 1 - sys/powerpc/powernv/opal_sensor.c | 2 -- sys/powerpc/powernv/platform_powernv.c | 2 -- sys/powerpc/powernv/powernv_centaur.c | 2 -- sys/powerpc/powernv/powernv_xscom.c | 2 -- sys/powerpc/powernv/xive.c | 2 -- sys/powerpc/powerpc/altivec.c | 2 -- sys/powerpc/powerpc/autoconf.c | 2 -- sys/powerpc/powerpc/bus_machdep.c | 2 -- sys/powerpc/powerpc/busdma_machdep.c | 2 -- sys/powerpc/powerpc/clock.c | 2 -- sys/powerpc/powerpc/copyinout.c | 2 -- sys/powerpc/powerpc/db_disasm.c | 2 -- sys/powerpc/powerpc/dump_machdep.c | 2 -- sys/powerpc/powerpc/exec_machdep.c | 2 -- sys/powerpc/powerpc/fpu.c | 2 -- sys/powerpc/powerpc/gdb_machdep.c | 2 -- sys/powerpc/powerpc/machdep.c | 2 -- sys/powerpc/powerpc/mem.c | 2 -- sys/powerpc/powerpc/mp_machdep.c | 2 -- sys/powerpc/powerpc/nexus.c | 2 -- sys/powerpc/powerpc/platform.c | 2 -- sys/powerpc/powerpc/pmap_dispatch.c | 2 -- sys/powerpc/powerpc/ptrace_machdep.c | 2 -- sys/powerpc/powerpc/sc_machdep.c | 2 -- sys/powerpc/powerpc/stack_machdep.c | 2 -- sys/powerpc/powerpc/syncicache.c | 2 -- sys/powerpc/powerpc/sys_machdep.c | 2 -- sys/powerpc/powerpc/trap.c | 2 -- sys/powerpc/powerpc/uio_machdep.c | 2 -- sys/powerpc/powerpc/uma_machdep.c | 2 -- sys/powerpc/ps3/ehci_ps3.c | 2 -- sys/powerpc/ps3/mmu_ps3.c | 2 -- sys/powerpc/ps3/ohci_ps3.c | 2 -- sys/powerpc/ps3/platform_ps3.c | 2 -- sys/powerpc/ps3/ps3_syscons.c | 2 -- sys/powerpc/ps3/ps3bus.c | 2 -- sys/powerpc/ps3/ps3cdrom.c | 2 -- sys/powerpc/ps3/ps3disk.c | 2 -- sys/powerpc/pseries/mmu_phyp.c | 2 -- sys/powerpc/pseries/phyp_console.c | 2 -- sys/powerpc/pseries/phyp_dbg.c | 2 -- sys/powerpc/pseries/phyp_llan.c | 2 -- sys/powerpc/pseries/phyp_vscsi.c | 2 -- sys/powerpc/pseries/platform_chrp.c | 2 -- sys/powerpc/pseries/plpar_iommu.c | 2 -- sys/powerpc/pseries/plpar_pcibus.c | 2 -- sys/powerpc/pseries/rtas_dev.c | 2 -- sys/powerpc/pseries/rtas_pci.c | 1 - sys/powerpc/pseries/vdevice.c | 2 -- sys/powerpc/pseries/xics.c | 2 -- sys/powerpc/psim/ata_iobus.c | 2 -- sys/powerpc/psim/openpic_iobus.c | 2 -- sys/riscv/riscv/autoconf.c | 2 -- sys/riscv/riscv/bus_machdep.c | 2 -- sys/riscv/riscv/bus_space_asm.S | 3 --- sys/riscv/riscv/busdma_bounce.c | 2 -- sys/riscv/riscv/busdma_machdep.c | 2 -- sys/riscv/riscv/clock.c | 2 -- sys/riscv/riscv/copyinout.S | 2 -- sys/riscv/riscv/cpufunc_asm.S | 2 -- sys/riscv/riscv/db_disasm.c | 2 -- sys/riscv/riscv/db_interface.c | 1 - sys/riscv/riscv/db_trace.c | 2 -- sys/riscv/riscv/dump_machdep.c | 2 -- sys/riscv/riscv/elf_machdep.c | 2 -- sys/riscv/riscv/exception.S | 2 -- sys/riscv/riscv/exec_machdep.c | 2 -- sys/riscv/riscv/genassym.c | 2 -- sys/riscv/riscv/identcpu.c | 2 -- sys/riscv/riscv/intr_machdep.c | 2 -- sys/riscv/riscv/machdep.c | 2 -- sys/riscv/riscv/mem.c | 2 -- sys/riscv/riscv/minidump_machdep.c | 2 -- sys/riscv/riscv/mp_machdep.c | 2 -- sys/riscv/riscv/nexus.c | 2 -- sys/riscv/riscv/ofw_machdep.c | 2 -- sys/riscv/riscv/plic.c | 2 -- sys/riscv/riscv/pmap.c | 2 -- sys/riscv/riscv/ptrace_machdep.c | 2 -- sys/riscv/riscv/riscv_console.c | 2 -- sys/riscv/riscv/riscv_syscon.c | 2 -- sys/riscv/riscv/sbi.c | 2 -- sys/riscv/riscv/stack_machdep.c | 2 -- sys/riscv/riscv/support.S | 2 -- sys/riscv/riscv/swtch.S | 3 --- sys/riscv/riscv/sys_machdep.c | 2 -- sys/riscv/riscv/timer.c | 2 -- sys/riscv/riscv/trap.c | 2 -- sys/riscv/riscv/uio_machdep.c | 2 -- sys/riscv/riscv/uma_machdep.c | 2 -- sys/riscv/riscv/unwind.c | 1 - sys/riscv/riscv/vm_machdep.c | 2 -- sys/riscv/sifive/fe310_aon.c | 2 -- sys/riscv/sifive/fu740_pci_dw.c | 2 -- sys/riscv/sifive/sifive_gpio.c | 2 -- sys/riscv/sifive/sifive_prci.c | 2 -- sys/riscv/sifive/sifive_spi.c | 2 -- sys/riscv/sifive/sifive_uart.c | 2 -- sys/rpc/auth_none.c | 2 -- sys/rpc/auth_unix.c | 2 -- sys/rpc/authunix_prot.c | 2 -- sys/rpc/clnt_bck.c | 2 -- sys/rpc/clnt_dg.c | 2 -- sys/rpc/clnt_rc.c | 2 -- sys/rpc/clnt_vc.c | 2 -- sys/rpc/getnetconfig.c | 2 -- sys/rpc/replay.c | 2 -- sys/rpc/rpc_callmsg.c | 2 -- sys/rpc/rpc_generic.c | 2 -- sys/rpc/rpc_prot.c | 2 -- sys/rpc/rpcb_clnt.c | 2 -- sys/rpc/rpcb_prot.c | 2 -- sys/rpc/rpcsec_gss/rpcsec_gss.c | 2 -- sys/rpc/rpcsec_gss/rpcsec_gss_conf.c | 2 -- sys/rpc/rpcsec_gss/rpcsec_gss_misc.c | 2 -- sys/rpc/rpcsec_gss/rpcsec_gss_prot.c | 2 -- sys/rpc/rpcsec_gss/svc_rpcsec_gss.c | 2 -- sys/rpc/rpcsec_tls/auth_tls.c | 2 -- sys/rpc/rpcsec_tls/rpctls_impl.c | 2 -- sys/rpc/svc.c | 2 -- sys/rpc/svc_auth.c | 2 -- sys/rpc/svc_auth_unix.c | 2 -- sys/rpc/svc_dg.c | 2 -- sys/rpc/svc_generic.c | 2 -- sys/rpc/svc_vc.c | 2 -- sys/security/audit/audit.c | 2 -- sys/security/audit/audit_arg.c | 2 -- sys/security/audit/audit_bsm.c | 2 -- sys/security/audit/audit_bsm_db.c | 2 -- sys/security/audit/audit_bsm_klib.c | 2 -- sys/security/audit/audit_dtrace.c | 2 -- sys/security/audit/audit_pipe.c | 2 -- sys/security/audit/audit_syscalls.c | 2 -- sys/security/audit/audit_trigger.c | 2 -- sys/security/audit/audit_worker.c | 2 -- sys/security/audit/bsm_domain.c | 2 -- sys/security/audit/bsm_errno.c | 2 -- sys/security/audit/bsm_fcntl.c | 2 -- sys/security/audit/bsm_socket_type.c | 2 -- sys/security/audit/bsm_token.c | 2 -- sys/security/mac/mac_audit.c | 2 -- sys/security/mac/mac_cred.c | 2 -- sys/security/mac/mac_framework.c | 2 -- sys/security/mac/mac_inet.c | 2 -- sys/security/mac/mac_inet6.c | 2 -- sys/security/mac/mac_label.c | 2 -- sys/security/mac/mac_net.c | 2 -- sys/security/mac/mac_pipe.c | 2 -- sys/security/mac/mac_posix_sem.c | 2 -- sys/security/mac/mac_posix_shm.c | 2 -- sys/security/mac/mac_priv.c | 2 -- sys/security/mac/mac_process.c | 2 -- sys/security/mac/mac_socket.c | 2 -- sys/security/mac/mac_syscalls.c | 2 -- sys/security/mac/mac_system.c | 2 -- sys/security/mac/mac_sysv_msg.c | 2 -- sys/security/mac/mac_sysv_sem.c | 2 -- sys/security/mac/mac_sysv_shm.c | 2 -- sys/security/mac/mac_vfs.c | 2 -- sys/security/mac_veriexec_parser/mac_veriexec_parser.c | 2 -- sys/sys/cdefs.h | 1 - sys/tests/callout_test.h | 1 - sys/tests/callout_test/callout_test.c | 2 -- sys/tests/epoch/epoch_test.c | 2 -- sys/tests/fib_lookup/fib_lookup.c | 1 - sys/tests/framework/kern_testfrwk.c | 2 -- sys/tests/kern_testfrwk.h | 1 - sys/ufs/ffs/ffs_alloc.c | 2 -- sys/ufs/ffs/ffs_balloc.c | 2 -- sys/ufs/ffs/ffs_inode.c | 2 -- sys/ufs/ffs/ffs_rawread.c | 2 -- sys/ufs/ffs/ffs_snapshot.c | 2 -- sys/ufs/ffs/ffs_softdep.c | 2 -- sys/ufs/ffs/ffs_subr.c | 2 -- sys/ufs/ffs/ffs_suspend.c | 2 -- sys/ufs/ffs/ffs_tables.c | 2 -- sys/ufs/ffs/ffs_vfsops.c | 2 -- sys/ufs/ffs/ffs_vnops.c | 2 -- sys/ufs/ufs/ufs_acl.c | 2 -- sys/ufs/ufs/ufs_bmap.c | 2 -- sys/ufs/ufs/ufs_dirhash.c | 2 -- sys/ufs/ufs/ufs_extattr.c | 2 -- sys/ufs/ufs/ufs_gjournal.c | 2 -- sys/ufs/ufs/ufs_inode.c | 2 -- sys/ufs/ufs/ufs_lookup.c | 2 -- sys/ufs/ufs/ufs_quota.c | 2 -- sys/ufs/ufs/ufs_vfsops.c | 2 -- sys/ufs/ufs/ufs_vnops.c | 2 -- sys/vm/device_pager.c | 2 -- sys/vm/memguard.c | 2 -- sys/vm/phys_pager.c | 2 -- sys/vm/redzone.c | 2 -- sys/vm/sg_pager.c | 2 -- sys/vm/swap_pager.c | 2 -- sys/vm/uma_core.c | 2 -- sys/vm/uma_dbg.c | 2 -- sys/vm/vm_domainset.c | 2 -- sys/vm/vm_fault.c | 2 -- sys/vm/vm_glue.c | 2 -- sys/vm/vm_init.c | 2 -- sys/vm/vm_kern.c | 2 -- sys/vm/vm_map.c | 2 -- sys/vm/vm_meter.c | 2 -- sys/vm/vm_mmap.c | 2 -- sys/vm/vm_object.c | 2 -- sys/vm/vm_page.c | 2 -- sys/vm/vm_pageout.c | 2 -- sys/vm/vm_pager.c | 2 -- sys/vm/vm_phys.c | 2 -- sys/vm/vm_radix.c | 2 -- sys/vm/vm_reserv.c | 2 -- sys/vm/vm_swapout.c | 2 -- sys/vm/vm_swapout_dummy.c | 2 -- sys/vm/vm_unix.c | 2 -- sys/vm/vnode_pager.c | 2 -- sys/x86/acpica/OsdEnvironment.c | 2 -- sys/x86/acpica/acpi_apm.c | 2 -- sys/x86/acpica/madt.c | 2 -- sys/x86/acpica/srat.c | 2 -- sys/x86/bios/vpd.c | 2 -- sys/x86/cpufreq/est.c | 2 -- sys/x86/cpufreq/hwpstate_amd.c | 2 -- sys/x86/cpufreq/hwpstate_intel.c | 2 -- sys/x86/cpufreq/p4tcc.c | 2 -- sys/x86/cpufreq/powernow.c | 2 -- sys/x86/cpufreq/smist.c | 2 -- sys/x86/iommu/intel_ctx.c | 2 -- sys/x86/iommu/intel_drv.c | 2 -- sys/x86/iommu/intel_fault.c | 2 -- sys/x86/iommu/intel_idpgtbl.c | 2 -- sys/x86/iommu/intel_intrmap.c | 2 -- sys/x86/iommu/intel_qi.c | 2 -- sys/x86/iommu/intel_quirks.c | 2 -- sys/x86/iommu/intel_utils.c | 2 -- sys/x86/isa/atpic.c | 2 -- sys/x86/isa/atrtc.c | 2 -- sys/x86/isa/clock.c | 2 -- sys/x86/isa/elcr.c | 2 -- sys/x86/isa/isa.c | 2 -- sys/x86/isa/isa_dma.c | 2 -- sys/x86/isa/nmi.c | 2 -- sys/x86/isa/orm.c | 2 -- sys/x86/linux/linux_dummy_x86.c | 2 -- sys/x86/linux/linux_vdso_selector_x86.c | 2 -- sys/x86/linux/linux_x86.c | 2 -- sys/x86/pci/pci_bus.c | 2 -- sys/x86/pci/pci_early_quirks.c | 2 -- sys/x86/pci/qpi.c | 2 -- sys/x86/x86/autoconf.c | 2 -- sys/x86/x86/bus_machdep.c | 2 -- sys/x86/x86/busdma_bounce.c | 2 -- sys/x86/x86/busdma_machdep.c | 2 -- sys/x86/x86/cpu_machdep.c | 2 -- sys/x86/x86/delay.c | 2 -- sys/x86/x86/dump_machdep.c | 2 -- sys/x86/x86/fdt_machdep.c | 2 -- sys/x86/x86/identcpu.c | 2 -- sys/x86/x86/io_apic.c | 2 -- sys/x86/x86/legacy.c | 2 -- sys/x86/x86/local_apic.c | 2 -- sys/x86/x86/mca.c | 2 -- sys/x86/x86/mp_x86.c | 2 -- sys/x86/x86/mptable.c | 2 -- sys/x86/x86/mptable_pci.c | 2 -- sys/x86/x86/msi.c | 2 -- sys/x86/x86/nexus.c | 2 -- sys/x86/x86/pvclock.c | 2 -- sys/x86/x86/stack_machdep.c | 2 -- sys/x86/x86/tsc.c | 2 -- sys/x86/x86/ucode.c | 2 -- sys/x86/x86/x86_mem.c | 2 -- sys/x86/xen/hvm.c | 2 -- sys/x86/xen/pv.c | 2 -- sys/x86/xen/xen_apic.c | 2 -- sys/x86/xen/xen_arch_intr.c | 2 -- sys/xdr/xdr.c | 2 -- sys/xdr/xdr_array.c | 2 -- sys/xdr/xdr_mbuf.c | 2 -- sys/xdr/xdr_mem.c | 2 -- sys/xdr/xdr_reference.c | 2 -- sys/xdr/xdr_sizeof.c | 2 -- sys/xen/features.c | 2 -- sys/xen/xen_common.c | 2 -- sys/xen/xenbus/xenbus.c | 2 -- sys/xen/xenbus/xenbusb.c | 2 -- sys/xen/xenbus/xenbusb_back.c | 2 -- sys/xen/xenbus/xenbusb_front.c | 2 -- 3801 files changed, 7452 deletions(-) diff --git a/sys/amd64/acpica/acpi_machdep.c b/sys/amd64/acpica/acpi_machdep.c index f2f61eeb6e02..7b138c8faef1 100644 --- a/sys/amd64/acpica/acpi_machdep.c +++ b/sys/amd64/acpica/acpi_machdep.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/amd64/acpica/acpi_wakeup.c b/sys/amd64/acpica/acpi_wakeup.c index e86a20758c07..3b21935255cb 100644 --- a/sys/amd64/acpica/acpi_wakeup.c +++ b/sys/amd64/acpica/acpi_wakeup.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/amd64/amd64/bios.c b/sys/amd64/amd64/bios.c index 52efb0ffd0ec..4dbca4424aa4 100644 --- a/sys/amd64/amd64/bios.c +++ b/sys/amd64/amd64/bios.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Subset of the i386 bios support code. We cannot make bios16 nor bios32 * calls, so we can leave that out. However, searching for bios rom diff --git a/sys/amd64/amd64/bpf_jit_machdep.c b/sys/amd64/amd64/bpf_jit_machdep.c index faaa9874371a..8883a0a2a12d 100644 --- a/sys/amd64/amd64/bpf_jit_machdep.c +++ b/sys/amd64/amd64/bpf_jit_machdep.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifdef _KERNEL #include "opt_bpf.h" #include diff --git a/sys/amd64/amd64/copyout.c b/sys/amd64/amd64/copyout.c index 2f4e06b12b69..7e07cb810c4e 100644 --- a/sys/amd64/amd64/copyout.c +++ b/sys/amd64/amd64/copyout.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifdef SAN_NEEDS_INTERCEPTORS #define SAN_RUNTIME #endif diff --git a/sys/amd64/amd64/db_disasm.c b/sys/amd64/amd64/db_disasm.c index 54f7beda1169..f42c88794360 100644 --- a/sys/amd64/amd64/db_disasm.c +++ b/sys/amd64/amd64/db_disasm.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Instruction disassembler. */ diff --git a/sys/amd64/amd64/db_interface.c b/sys/amd64/amd64/db_interface.c index e35248b07663..d4e4693e4d2c 100644 --- a/sys/amd64/amd64/db_interface.c +++ b/sys/amd64/amd64/db_interface.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Interface to new debugger. */ diff --git a/sys/amd64/amd64/db_trace.c b/sys/amd64/amd64/db_trace.c index c38f4f6a4860..14bd893b6cc4 100644 --- a/sys/amd64/amd64/db_trace.c +++ b/sys/amd64/amd64/db_trace.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/amd64/amd64/efirt_machdep.c b/sys/amd64/amd64/efirt_machdep.c index b7f7a91b8671..419f27a236bf 100644 --- a/sys/amd64/amd64/efirt_machdep.c +++ b/sys/amd64/amd64/efirt_machdep.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/amd64/amd64/elf_machdep.c b/sys/amd64/amd64/elf_machdep.c index b1fd0c033743..08eaa1e8ac8b 100644 --- a/sys/amd64/amd64/elf_machdep.c +++ b/sys/amd64/amd64/elf_machdep.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/amd64/amd64/exec_machdep.c b/sys/amd64/amd64/exec_machdep.c index 50de0421922a..cf635d822300 100644 --- a/sys/amd64/amd64/exec_machdep.c +++ b/sys/amd64/amd64/exec_machdep.c @@ -41,8 +41,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_cpu.h" #include "opt_ddb.h" #include "opt_kstack_pages.h" diff --git a/sys/amd64/amd64/fpu.c b/sys/amd64/amd64/fpu.c index 1310a27911fe..c5b84d035d91 100644 --- a/sys/amd64/amd64/fpu.c +++ b/sys/amd64/amd64/fpu.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/amd64/amd64/gdb_machdep.c b/sys/amd64/amd64/gdb_machdep.c index 805fb3fd471e..40d722738ec7 100644 --- a/sys/amd64/amd64/gdb_machdep.c +++ b/sys/amd64/amd64/gdb_machdep.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/amd64/amd64/genassym.c b/sys/amd64/amd64/genassym.c index 4c17561b6e39..214ad494639c 100644 --- a/sys/amd64/amd64/genassym.c +++ b/sys/amd64/amd64/genassym.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_hwpmc_hooks.h" #include "opt_kstack_pages.h" diff --git a/sys/amd64/amd64/initcpu.c b/sys/amd64/amd64/initcpu.c index 0de4bc3e2d60..4debe89426df 100644 --- a/sys/amd64/amd64/initcpu.c +++ b/sys/amd64/amd64/initcpu.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_cpu.h" #include diff --git a/sys/amd64/amd64/io.c b/sys/amd64/amd64/io.c index 28f87663ca54..d9fdf77f3cc9 100644 --- a/sys/amd64/amd64/io.c +++ b/sys/amd64/amd64/io.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/amd64/amd64/machdep.c b/sys/amd64/amd64/machdep.c index fa3ffe84bfe1..f39678d1f4e5 100644 --- a/sys/amd64/amd64/machdep.c +++ b/sys/amd64/amd64/machdep.c @@ -41,8 +41,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_atpic.h" #include "opt_cpu.h" #include "opt_ddb.h" diff --git a/sys/amd64/amd64/mem.c b/sys/amd64/amd64/mem.c index 761ccf6cb307..378cf2f011f6 100644 --- a/sys/amd64/amd64/mem.c +++ b/sys/amd64/amd64/mem.c @@ -39,8 +39,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Memory special file */ diff --git a/sys/amd64/amd64/minidump_machdep.c b/sys/amd64/amd64/minidump_machdep.c index c37174f2de33..8960d743593c 100644 --- a/sys/amd64/amd64/minidump_machdep.c +++ b/sys/amd64/amd64/minidump_machdep.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_pmap.h" #include "opt_watchdog.h" diff --git a/sys/amd64/amd64/mp_machdep.c b/sys/amd64/amd64/mp_machdep.c index 2d2b1c5d599a..ec4501c3aeed 100644 --- a/sys/amd64/amd64/mp_machdep.c +++ b/sys/amd64/amd64/mp_machdep.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_acpi.h" #include "opt_cpu.h" #include "opt_ddb.h" diff --git a/sys/amd64/amd64/pmap.c b/sys/amd64/amd64/pmap.c index 5d747e62d37c..c7151fa59b91 100644 --- a/sys/amd64/amd64/pmap.c +++ b/sys/amd64/amd64/pmap.c @@ -86,8 +86,6 @@ #define AMD64_NPT_AWARE #include -__FBSDID("$FreeBSD$"); - /* * Manages physical address maps. * diff --git a/sys/amd64/amd64/ptrace_machdep.c b/sys/amd64/amd64/ptrace_machdep.c index 764e89307bd6..3fce9826b882 100644 --- a/sys/amd64/amd64/ptrace_machdep.c +++ b/sys/amd64/amd64/ptrace_machdep.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/amd64/amd64/sys_machdep.c b/sys/amd64/amd64/sys_machdep.c index b715663ea925..6f8d6feaf60b 100644 --- a/sys/amd64/amd64/sys_machdep.c +++ b/sys/amd64/amd64/sys_machdep.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_capsicum.h" #include "opt_ktrace.h" diff --git a/sys/amd64/amd64/trap.c b/sys/amd64/amd64/trap.c index d44b9f9be4fa..0d9a660abdb8 100644 --- a/sys/amd64/amd64/trap.c +++ b/sys/amd64/amd64/trap.c @@ -40,8 +40,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * AMD64 Trap and System call handling */ diff --git a/sys/amd64/amd64/uio_machdep.c b/sys/amd64/amd64/uio_machdep.c index 97e5fdc0a05e..f3e80addc92c 100644 --- a/sys/amd64/amd64/uio_machdep.c +++ b/sys/amd64/amd64/uio_machdep.c @@ -38,8 +38,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/amd64/amd64/uma_machdep.c b/sys/amd64/amd64/uma_machdep.c index f4dee7084bd3..b96068e58db6 100644 --- a/sys/amd64/amd64/uma_machdep.c +++ b/sys/amd64/amd64/uma_machdep.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/amd64/amd64/vm_machdep.c b/sys/amd64/amd64/vm_machdep.c index 5a49a291f313..27bf3f67ca25 100644 --- a/sys/amd64/amd64/vm_machdep.c +++ b/sys/amd64/amd64/vm_machdep.c @@ -43,8 +43,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_isa.h" #include "opt_cpu.h" diff --git a/sys/amd64/ia32/ia32_misc.c b/sys/amd64/ia32/ia32_misc.c index dd137820c884..65923b3ad359 100644 --- a/sys/amd64/ia32/ia32_misc.c +++ b/sys/amd64/ia32/ia32_misc.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/amd64/ia32/ia32_reg.c b/sys/amd64/ia32/ia32_reg.c index e5945cbbe9eb..ee164142c140 100644 --- a/sys/amd64/ia32/ia32_reg.c +++ b/sys/amd64/ia32/ia32_reg.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/amd64/ia32/ia32_signal.c b/sys/amd64/ia32/ia32_signal.c index 6c1288b6af72..b793c66a95ad 100644 --- a/sys/amd64/ia32/ia32_signal.c +++ b/sys/amd64/ia32/ia32_signal.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/amd64/ia32/ia32_syscall.c b/sys/amd64/ia32/ia32_syscall.c index 2643b13fa547..3fb905ab9e0a 100644 --- a/sys/amd64/ia32/ia32_syscall.c +++ b/sys/amd64/ia32/ia32_syscall.c @@ -38,8 +38,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * 386 Trap and System call handling */ diff --git a/sys/amd64/linux/linux_dummy_machdep.c b/sys/amd64/linux/linux_dummy_machdep.c index fd5d594b8215..b3a4d330f416 100644 --- a/sys/amd64/linux/linux_dummy_machdep.c +++ b/sys/amd64/linux/linux_dummy_machdep.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/amd64/linux/linux_genassym.c b/sys/amd64/linux/linux_genassym.c index 70e1ae91eab9..5cb5f06093eb 100644 --- a/sys/amd64/linux/linux_genassym.c +++ b/sys/amd64/linux/linux_genassym.c @@ -1,6 +1,4 @@ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/amd64/linux/linux_machdep.c b/sys/amd64/linux/linux_machdep.c index 155ea918cd0a..54dbad76d6d2 100644 --- a/sys/amd64/linux/linux_machdep.c +++ b/sys/amd64/linux/linux_machdep.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/amd64/linux/linux_sysvec.c b/sys/amd64/linux/linux_sysvec.c index 0f67282419b9..3bf74b8aaa96 100644 --- a/sys/amd64/linux/linux_sysvec.c +++ b/sys/amd64/linux/linux_sysvec.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #define __ELF_WORD_SIZE 64 #include diff --git a/sys/amd64/linux/linux_vdso_gtod.c b/sys/amd64/linux/linux_vdso_gtod.c index d994d9aa6fba..25f56c121c6b 100644 --- a/sys/amd64/linux/linux_vdso_gtod.c +++ b/sys/amd64/linux/linux_vdso_gtod.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/amd64/linux32/linux32_dummy_machdep.c b/sys/amd64/linux32/linux32_dummy_machdep.c index 39c842989846..8bfdcf6f6ba8 100644 --- a/sys/amd64/linux32/linux32_dummy_machdep.c +++ b/sys/amd64/linux32/linux32_dummy_machdep.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/amd64/linux32/linux32_genassym.c b/sys/amd64/linux32/linux32_genassym.c index 323634b3001d..c6080c6f8de3 100644 --- a/sys/amd64/linux32/linux32_genassym.c +++ b/sys/amd64/linux32/linux32_genassym.c @@ -1,6 +1,4 @@ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/amd64/linux32/linux32_machdep.c b/sys/amd64/linux32/linux32_machdep.c index 29b3b99bc483..b0c313deff8e 100644 --- a/sys/amd64/linux32/linux32_machdep.c +++ b/sys/amd64/linux32/linux32_machdep.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/amd64/linux32/linux32_sysvec.c b/sys/amd64/linux32/linux32_sysvec.c index 42161c029409..d1c671399d1d 100644 --- a/sys/amd64/linux32/linux32_sysvec.c +++ b/sys/amd64/linux32/linux32_sysvec.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef COMPAT_FREEBSD32 #error "Unable to compile Linux-emulator due to missing COMPAT_FREEBSD32 option!" #endif diff --git a/sys/amd64/linux32/linux32_vdso_gtod.c b/sys/amd64/linux32/linux32_vdso_gtod.c index f24bfaa37217..9f01e5241025 100644 --- a/sys/amd64/linux32/linux32_vdso_gtod.c +++ b/sys/amd64/linux32/linux32_vdso_gtod.c @@ -27,8 +27,6 @@ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/amd64/pci/pci_cfgreg.c b/sys/amd64/pci/pci_cfgreg.c index 6e5d6d4eab8c..a9ee4bccb3a4 100644 --- a/sys/amd64/pci/pci_cfgreg.c +++ b/sys/amd64/pci/pci_cfgreg.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/amd64/sgx/sgx.c b/sys/amd64/sgx/sgx.c index 1c0d9a051990..64fa13d2e989 100644 --- a/sys/amd64/sgx/sgx.c +++ b/sys/amd64/sgx/sgx.c @@ -118,8 +118,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/amd64/sgx/sgx_linux.c b/sys/amd64/sgx/sgx_linux.c index c2975b0d2c84..4a259d1fe3f0 100644 --- a/sys/amd64/sgx/sgx_linux.c +++ b/sys/amd64/sgx/sgx_linux.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/amd64/vmm/amd/amdiommu.c b/sys/amd64/vmm/amd/amdiommu.c index ef0bda9018e2..559a7bc7d953 100644 --- a/sys/amd64/vmm/amd/amdiommu.c +++ b/sys/amd64/vmm/amd/amdiommu.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/amd64/vmm/amd/amdv.c b/sys/amd64/vmm/amd/amdv.c index 7a2b7081075a..97d778bfe366 100644 --- a/sys/amd64/vmm/amd/amdv.c +++ b/sys/amd64/vmm/amd/amdv.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/amd64/vmm/amd/amdvi_hw.c b/sys/amd64/vmm/amd/amdvi_hw.c index 9662763b6027..bef6b0038812 100644 --- a/sys/amd64/vmm/amd/amdvi_hw.c +++ b/sys/amd64/vmm/amd/amdvi_hw.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/amd64/vmm/amd/ivrs_drv.c b/sys/amd64/vmm/amd/ivrs_drv.c index 7a1a29cea176..d8ea2442de23 100644 --- a/sys/amd64/vmm/amd/ivrs_drv.c +++ b/sys/amd64/vmm/amd/ivrs_drv.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_acpi.h" #include #include diff --git a/sys/amd64/vmm/amd/npt.c b/sys/amd64/vmm/amd/npt.c index c5f6c7743569..a5eccc99506b 100644 --- a/sys/amd64/vmm/amd/npt.c +++ b/sys/amd64/vmm/amd/npt.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/amd64/vmm/amd/svm.c b/sys/amd64/vmm/amd/svm.c index 438dea8f4c74..33ab2eeaedf4 100644 --- a/sys/amd64/vmm/amd/svm.c +++ b/sys/amd64/vmm/amd/svm.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_bhyve_snapshot.h" #include diff --git a/sys/amd64/vmm/amd/svm_genassym.c b/sys/amd64/vmm/amd/svm_genassym.c index 78c65beb8033..a9804b3d56a4 100644 --- a/sys/amd64/vmm/amd/svm_genassym.c +++ b/sys/amd64/vmm/amd/svm_genassym.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/amd64/vmm/amd/svm_msr.c b/sys/amd64/vmm/amd/svm_msr.c index 899af5ff36b2..629dd0bd3b46 100644 --- a/sys/amd64/vmm/amd/svm_msr.c +++ b/sys/amd64/vmm/amd/svm_msr.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_bhyve_snapshot.h" #include diff --git a/sys/amd64/vmm/amd/vmcb.c b/sys/amd64/vmm/amd/vmcb.c index ac3ecc49fde0..ce05c912fc6a 100644 --- a/sys/amd64/vmm/amd/vmcb.c +++ b/sys/amd64/vmm/amd/vmcb.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_bhyve_snapshot.h" #include diff --git a/sys/amd64/vmm/intel/ept.c b/sys/amd64/vmm/intel/ept.c index 8e54c708841b..e96ee0219468 100644 --- a/sys/amd64/vmm/intel/ept.c +++ b/sys/amd64/vmm/intel/ept.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/amd64/vmm/intel/vmcs.c b/sys/amd64/vmm/intel/vmcs.c index ee3782e5ee89..53ed5fbfc9ba 100644 --- a/sys/amd64/vmm/intel/vmcs.c +++ b/sys/amd64/vmm/intel/vmcs.c @@ -30,8 +30,6 @@ #include "opt_ddb.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/amd64/vmm/intel/vmx.c b/sys/amd64/vmm/intel/vmx.c index f2cba726df66..51c6afe5a7da 100644 --- a/sys/amd64/vmm/intel/vmx.c +++ b/sys/amd64/vmm/intel/vmx.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_bhyve_snapshot.h" #include diff --git a/sys/amd64/vmm/intel/vmx_genassym.c b/sys/amd64/vmm/intel/vmx_genassym.c index 41639b2d2ef6..740ecf14e321 100644 --- a/sys/amd64/vmm/intel/vmx_genassym.c +++ b/sys/amd64/vmm/intel/vmx_genassym.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/amd64/vmm/intel/vmx_msr.c b/sys/amd64/vmm/intel/vmx_msr.c index 33aeeec3a114..ba110e088e25 100644 --- a/sys/amd64/vmm/intel/vmx_msr.c +++ b/sys/amd64/vmm/intel/vmx_msr.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/amd64/vmm/intel/vtd.c b/sys/amd64/vmm/intel/vtd.c index fabfdeed3a3f..bb4ec7b03f08 100644 --- a/sys/amd64/vmm/intel/vtd.c +++ b/sys/amd64/vmm/intel/vtd.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/amd64/vmm/io/iommu.c b/sys/amd64/vmm/io/iommu.c index a2c3d25f1589..6c063653dce9 100644 --- a/sys/amd64/vmm/io/iommu.c +++ b/sys/amd64/vmm/io/iommu.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/amd64/vmm/io/ppt.c b/sys/amd64/vmm/io/ppt.c index 06bebcea8aa1..27cbb3ac2986 100644 --- a/sys/amd64/vmm/io/ppt.c +++ b/sys/amd64/vmm/io/ppt.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/amd64/vmm/io/vatpic.c b/sys/amd64/vmm/io/vatpic.c index bb23bb8bd438..788fcec9ceb3 100644 --- a/sys/amd64/vmm/io/vatpic.c +++ b/sys/amd64/vmm/io/vatpic.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_bhyve_snapshot.h" #include diff --git a/sys/amd64/vmm/io/vatpit.c b/sys/amd64/vmm/io/vatpit.c index c58a6da66c1a..e7bf74dd7e94 100644 --- a/sys/amd64/vmm/io/vatpit.c +++ b/sys/amd64/vmm/io/vatpit.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_bhyve_snapshot.h" #include diff --git a/sys/amd64/vmm/io/vhpet.c b/sys/amd64/vmm/io/vhpet.c index d6694f1ada3b..9682de2eb2fe 100644 --- a/sys/amd64/vmm/io/vhpet.c +++ b/sys/amd64/vmm/io/vhpet.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_bhyve_snapshot.h" #include diff --git a/sys/amd64/vmm/io/vioapic.c b/sys/amd64/vmm/io/vioapic.c index d966ded2c042..e1503b6a699b 100644 --- a/sys/amd64/vmm/io/vioapic.c +++ b/sys/amd64/vmm/io/vioapic.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_bhyve_snapshot.h" #include diff --git a/sys/amd64/vmm/io/vlapic.c b/sys/amd64/vmm/io/vlapic.c index c1f4e2c183e9..7c29cca4d907 100644 --- a/sys/amd64/vmm/io/vlapic.c +++ b/sys/amd64/vmm/io/vlapic.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_bhyve_snapshot.h" #include diff --git a/sys/amd64/vmm/io/vpmtmr.c b/sys/amd64/vmm/io/vpmtmr.c index 42645848461b..fb0775f12aab 100644 --- a/sys/amd64/vmm/io/vpmtmr.c +++ b/sys/amd64/vmm/io/vpmtmr.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_bhyve_snapshot.h" #include diff --git a/sys/amd64/vmm/io/vrtc.c b/sys/amd64/vmm/io/vrtc.c index 87eee4e41151..0840f8e88d5c 100644 --- a/sys/amd64/vmm/io/vrtc.c +++ b/sys/amd64/vmm/io/vrtc.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_bhyve_snapshot.h" #include diff --git a/sys/amd64/vmm/vmm.c b/sys/amd64/vmm/vmm.c index 8915940dfc2c..bf5173d9d592 100644 --- a/sys/amd64/vmm/vmm.c +++ b/sys/amd64/vmm/vmm.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_bhyve_snapshot.h" #include diff --git a/sys/amd64/vmm/vmm_dev.c b/sys/amd64/vmm/vmm_dev.c index c9f3c9d35454..c13adfd599ee 100644 --- a/sys/amd64/vmm/vmm_dev.c +++ b/sys/amd64/vmm/vmm_dev.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_bhyve_snapshot.h" #include diff --git a/sys/amd64/vmm/vmm_host.c b/sys/amd64/vmm/vmm_host.c index dd599f70b8d5..0db2352595b2 100644 --- a/sys/amd64/vmm/vmm_host.c +++ b/sys/amd64/vmm/vmm_host.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/amd64/vmm/vmm_instruction_emul.c b/sys/amd64/vmm/vmm_instruction_emul.c index 7536eef021de..1b042621c0eb 100644 --- a/sys/amd64/vmm/vmm_instruction_emul.c +++ b/sys/amd64/vmm/vmm_instruction_emul.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifdef _KERNEL #include #include diff --git a/sys/amd64/vmm/vmm_ioport.c b/sys/amd64/vmm/vmm_ioport.c index a115e3e6a328..ec270df80c3e 100644 --- a/sys/amd64/vmm/vmm_ioport.c +++ b/sys/amd64/vmm/vmm_ioport.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/amd64/vmm/vmm_lapic.c b/sys/amd64/vmm/vmm_lapic.c index 965d9dadf989..c4217bd00792 100644 --- a/sys/amd64/vmm/vmm_lapic.c +++ b/sys/amd64/vmm/vmm_lapic.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/amd64/vmm/vmm_mem.c b/sys/amd64/vmm/vmm_mem.c index 804f0939d652..8d117774c490 100644 --- a/sys/amd64/vmm/vmm_mem.c +++ b/sys/amd64/vmm/vmm_mem.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/amd64/vmm/vmm_snapshot.c b/sys/amd64/vmm/vmm_snapshot.c index afc8e88b3989..dae4b1001182 100644 --- a/sys/amd64/vmm/vmm_snapshot.c +++ b/sys/amd64/vmm/vmm_snapshot.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/amd64/vmm/vmm_stat.c b/sys/amd64/vmm/vmm_stat.c index 3b8d9d1c461c..e6a280f6ac3a 100644 --- a/sys/amd64/vmm/vmm_stat.c +++ b/sys/amd64/vmm/vmm_stat.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/amd64/vmm/vmm_util.c b/sys/amd64/vmm/vmm_util.c index a3e4e0732c67..171f065faec0 100644 --- a/sys/amd64/vmm/vmm_util.c +++ b/sys/amd64/vmm/vmm_util.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/amd64/vmm/x86.c b/sys/amd64/vmm/x86.c index 5b28ec742dff..7d11346ac842 100644 --- a/sys/amd64/vmm/x86.c +++ b/sys/amd64/vmm/x86.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/allwinner/a10/a10_intc.c b/sys/arm/allwinner/a10/a10_intc.c index 5a36377b8089..22b29ececac5 100644 --- a/sys/arm/allwinner/a10/a10_intc.c +++ b/sys/arm/allwinner/a10/a10_intc.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_platform.h" #include diff --git a/sys/arm/allwinner/a10/a10_padconf.c b/sys/arm/allwinner/a10/a10_padconf.c index c9bf62e002ab..ef120905ad0f 100644 --- a/sys/arm/allwinner/a10/a10_padconf.c +++ b/sys/arm/allwinner/a10/a10_padconf.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/allwinner/a10_ahci.c b/sys/arm/allwinner/a10_ahci.c index ac35a033f76c..13e714dbeab9 100644 --- a/sys/arm/allwinner/a10_ahci.c +++ b/sys/arm/allwinner/a10_ahci.c @@ -32,8 +32,6 @@ #include "opt_bus.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/allwinner/a10_codec.c b/sys/arm/allwinner/a10_codec.c index 54b2898deb94..05fb25d9b02d 100644 --- a/sys/arm/allwinner/a10_codec.c +++ b/sys/arm/allwinner/a10_codec.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/allwinner/a10_dmac.c b/sys/arm/allwinner/a10_dmac.c index 0ecd68917d8a..7d1c1b71588e 100644 --- a/sys/arm/allwinner/a10_dmac.c +++ b/sys/arm/allwinner/a10_dmac.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/allwinner/a10_sramc.c b/sys/arm/allwinner/a10_sramc.c index ebdfb7cb2c2c..1c50dd7deb7f 100644 --- a/sys/arm/allwinner/a10_sramc.c +++ b/sys/arm/allwinner/a10_sramc.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/allwinner/a10_timer.c b/sys/arm/allwinner/a10_timer.c index b13223f5efba..2a278fa515f7 100644 --- a/sys/arm/allwinner/a10_timer.c +++ b/sys/arm/allwinner/a10_timer.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/allwinner/a13/a13_padconf.c b/sys/arm/allwinner/a13/a13_padconf.c index b8a2e3a20c1a..535835dffbc6 100644 --- a/sys/arm/allwinner/a13/a13_padconf.c +++ b/sys/arm/allwinner/a13/a13_padconf.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/allwinner/a20/a20_cpu_cfg.c b/sys/arm/allwinner/a20/a20_cpu_cfg.c index ee6a599c923e..7b7e60c37b3f 100644 --- a/sys/arm/allwinner/a20/a20_cpu_cfg.c +++ b/sys/arm/allwinner/a20/a20_cpu_cfg.c @@ -29,8 +29,6 @@ /* CPU configuration module for Allwinner A20 */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/allwinner/a20/a20_padconf.c b/sys/arm/allwinner/a20/a20_padconf.c index a6d58b40a8b1..7239d5783549 100644 --- a/sys/arm/allwinner/a20/a20_padconf.c +++ b/sys/arm/allwinner/a20/a20_padconf.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/allwinner/a31/a31_padconf.c b/sys/arm/allwinner/a31/a31_padconf.c index 01207fd767da..ab7b4442325d 100644 --- a/sys/arm/allwinner/a31/a31_padconf.c +++ b/sys/arm/allwinner/a31/a31_padconf.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/allwinner/a31/a31_r_padconf.c b/sys/arm/allwinner/a31/a31_r_padconf.c index 0bc3d60b8a15..4e45f0a7c060 100644 --- a/sys/arm/allwinner/a31/a31_r_padconf.c +++ b/sys/arm/allwinner/a31/a31_r_padconf.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/allwinner/a31/a31s_padconf.c b/sys/arm/allwinner/a31/a31s_padconf.c index cdceef03fb3b..5be99b0eb988 100644 --- a/sys/arm/allwinner/a31/a31s_padconf.c +++ b/sys/arm/allwinner/a31/a31s_padconf.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/allwinner/a31_dmac.c b/sys/arm/allwinner/a31_dmac.c index 26e4b45d677d..53a7ce777c5e 100644 --- a/sys/arm/allwinner/a31_dmac.c +++ b/sys/arm/allwinner/a31_dmac.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/allwinner/a33/a33_padconf.c b/sys/arm/allwinner/a33/a33_padconf.c index 9ad3dd4e6caf..3020f690e463 100644 --- a/sys/arm/allwinner/a33/a33_padconf.c +++ b/sys/arm/allwinner/a33/a33_padconf.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/allwinner/a33_codec.c b/sys/arm/allwinner/a33_codec.c index 0bed6350e7c5..8fa336bb0578 100644 --- a/sys/arm/allwinner/a33_codec.c +++ b/sys/arm/allwinner/a33_codec.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/allwinner/a64/a64_padconf.c b/sys/arm/allwinner/a64/a64_padconf.c index bf4066ab5e0d..15784afc1872 100644 --- a/sys/arm/allwinner/a64/a64_padconf.c +++ b/sys/arm/allwinner/a64/a64_padconf.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/allwinner/a64/a64_r_padconf.c b/sys/arm/allwinner/a64/a64_r_padconf.c index e9747c3877a2..9f3d6f09738f 100644 --- a/sys/arm/allwinner/a64/a64_r_padconf.c +++ b/sys/arm/allwinner/a64/a64_r_padconf.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/allwinner/a64/sun50i_a64_acodec.c b/sys/arm/allwinner/a64/sun50i_a64_acodec.c index 57e0f7d7e06b..c7d94b1ac96c 100644 --- a/sys/arm/allwinner/a64/sun50i_a64_acodec.c +++ b/sys/arm/allwinner/a64/sun50i_a64_acodec.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/allwinner/a83t/a83t_padconf.c b/sys/arm/allwinner/a83t/a83t_padconf.c index 7b040c1c7c47..a5dbc117c053 100644 --- a/sys/arm/allwinner/a83t/a83t_padconf.c +++ b/sys/arm/allwinner/a83t/a83t_padconf.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/allwinner/a83t/a83t_r_padconf.c b/sys/arm/allwinner/a83t/a83t_r_padconf.c index a9a3832e8c10..1cdeb70a64d6 100644 --- a/sys/arm/allwinner/a83t/a83t_r_padconf.c +++ b/sys/arm/allwinner/a83t/a83t_r_padconf.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/allwinner/aw_ccu.c b/sys/arm/allwinner/aw_ccu.c index 09ba7f4afbd1..5a09243aaacb 100644 --- a/sys/arm/allwinner/aw_ccu.c +++ b/sys/arm/allwinner/aw_ccu.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/allwinner/aw_cir.c b/sys/arm/allwinner/aw_cir.c index 30a00b99a467..4987c42f20b2 100644 --- a/sys/arm/allwinner/aw_cir.c +++ b/sys/arm/allwinner/aw_cir.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/allwinner/aw_dwc3.c b/sys/arm/allwinner/aw_dwc3.c index 148697e4ae21..7203d740652d 100644 --- a/sys/arm/allwinner/aw_dwc3.c +++ b/sys/arm/allwinner/aw_dwc3.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/allwinner/aw_gmacclk.c b/sys/arm/allwinner/aw_gmacclk.c index 19ca05d9c4c0..61cfc4d2b916 100644 --- a/sys/arm/allwinner/aw_gmacclk.c +++ b/sys/arm/allwinner/aw_gmacclk.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/allwinner/aw_gpio.c b/sys/arm/allwinner/aw_gpio.c index 4dcd92cf8f32..485d760f810b 100644 --- a/sys/arm/allwinner/aw_gpio.c +++ b/sys/arm/allwinner/aw_gpio.c @@ -29,8 +29,6 @@ * */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/allwinner/aw_i2s.c b/sys/arm/allwinner/aw_i2s.c index db0e63bdd523..6a5ec62f2f50 100644 --- a/sys/arm/allwinner/aw_i2s.c +++ b/sys/arm/allwinner/aw_i2s.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/allwinner/aw_if_dwc.c b/sys/arm/allwinner/aw_if_dwc.c index c448e9ecf51d..5992a652facb 100644 --- a/sys/arm/allwinner/aw_if_dwc.c +++ b/sys/arm/allwinner/aw_if_dwc.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/allwinner/aw_machdep.c b/sys/arm/allwinner/aw_machdep.c index 688012d5f14c..d9b2db2c9a51 100644 --- a/sys/arm/allwinner/aw_machdep.c +++ b/sys/arm/allwinner/aw_machdep.c @@ -34,8 +34,6 @@ #include "opt_platform.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/allwinner/aw_mmc.c b/sys/arm/allwinner/aw_mmc.c index 2acaa4af285a..8b0d825e4d4f 100644 --- a/sys/arm/allwinner/aw_mmc.c +++ b/sys/arm/allwinner/aw_mmc.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/allwinner/aw_mp.c b/sys/arm/allwinner/aw_mp.c index 901b50ffd2bf..c6c713a6ce42 100644 --- a/sys/arm/allwinner/aw_mp.c +++ b/sys/arm/allwinner/aw_mp.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/allwinner/aw_nmi.c b/sys/arm/allwinner/aw_nmi.c index d39f3765901d..febf970c7ffb 100644 --- a/sys/arm/allwinner/aw_nmi.c +++ b/sys/arm/allwinner/aw_nmi.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_platform.h" #include diff --git a/sys/arm/allwinner/aw_pwm.c b/sys/arm/allwinner/aw_pwm.c index 1df7388b84fc..7e993a7fcbef 100644 --- a/sys/arm/allwinner/aw_pwm.c +++ b/sys/arm/allwinner/aw_pwm.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/allwinner/aw_r_intc.c b/sys/arm/allwinner/aw_r_intc.c index 46cd263a7fed..6a2629a35765 100644 --- a/sys/arm/allwinner/aw_r_intc.c +++ b/sys/arm/allwinner/aw_r_intc.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_platform.h" #include diff --git a/sys/arm/allwinner/aw_reset.c b/sys/arm/allwinner/aw_reset.c index 48fefab3940f..d774174aba17 100644 --- a/sys/arm/allwinner/aw_reset.c +++ b/sys/arm/allwinner/aw_reset.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/allwinner/aw_rsb.c b/sys/arm/allwinner/aw_rsb.c index 690b44292a99..491b062588db 100644 --- a/sys/arm/allwinner/aw_rsb.c +++ b/sys/arm/allwinner/aw_rsb.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/allwinner/aw_rtc.c b/sys/arm/allwinner/aw_rtc.c index d3ff82aaec01..b79223f39fcd 100644 --- a/sys/arm/allwinner/aw_rtc.c +++ b/sys/arm/allwinner/aw_rtc.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/allwinner/aw_sid.c b/sys/arm/allwinner/aw_sid.c index 190d362ddb5c..a333eadc20aa 100644 --- a/sys/arm/allwinner/aw_sid.c +++ b/sys/arm/allwinner/aw_sid.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/allwinner/aw_spi.c b/sys/arm/allwinner/aw_spi.c index 5c1a1b6dfa27..b30f2a03c822 100644 --- a/sys/arm/allwinner/aw_spi.c +++ b/sys/arm/allwinner/aw_spi.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/allwinner/aw_syscon.c b/sys/arm/allwinner/aw_syscon.c index d13d35981127..6404ad9a7e44 100644 --- a/sys/arm/allwinner/aw_syscon.c +++ b/sys/arm/allwinner/aw_syscon.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/allwinner/aw_thermal.c b/sys/arm/allwinner/aw_thermal.c index 1d211747c3c7..85c7ee38b713 100644 --- a/sys/arm/allwinner/aw_thermal.c +++ b/sys/arm/allwinner/aw_thermal.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/allwinner/aw_ts.c b/sys/arm/allwinner/aw_ts.c index 09f7dc7db30f..6c6518e13a07 100644 --- a/sys/arm/allwinner/aw_ts.c +++ b/sys/arm/allwinner/aw_ts.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/allwinner/aw_usb3phy.c b/sys/arm/allwinner/aw_usb3phy.c index a97c87301b2c..42181f6a2264 100644 --- a/sys/arm/allwinner/aw_usb3phy.c +++ b/sys/arm/allwinner/aw_usb3phy.c @@ -31,7 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); #include #include #include diff --git a/sys/arm/allwinner/aw_usbphy.c b/sys/arm/allwinner/aw_usbphy.c index 209a05d971d2..ec355c8af864 100644 --- a/sys/arm/allwinner/aw_usbphy.c +++ b/sys/arm/allwinner/aw_usbphy.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/allwinner/aw_wdog.c b/sys/arm/allwinner/aw_wdog.c index 4b65635c571b..75533481ad35 100644 --- a/sys/arm/allwinner/aw_wdog.c +++ b/sys/arm/allwinner/aw_wdog.c @@ -26,8 +26,6 @@ * SUCH DAMAGE. */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/allwinner/axp209.c b/sys/arm/allwinner/axp209.c index 9d5d31f92010..b4e00988031e 100644 --- a/sys/arm/allwinner/axp209.c +++ b/sys/arm/allwinner/axp209.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * X-Power AXP209/AXP211 PMU for Allwinner SoCs */ diff --git a/sys/arm/allwinner/axp81x.c b/sys/arm/allwinner/axp81x.c index e360dfbcd60b..5b4fab871bfb 100644 --- a/sys/arm/allwinner/axp81x.c +++ b/sys/arm/allwinner/axp81x.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/allwinner/clkng/aw_ccung.c b/sys/arm/allwinner/clkng/aw_ccung.c index 92620305618c..fa0bb38f7b48 100644 --- a/sys/arm/allwinner/clkng/aw_ccung.c +++ b/sys/arm/allwinner/clkng/aw_ccung.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/allwinner/clkng/aw_clk_frac.c b/sys/arm/allwinner/clkng/aw_clk_frac.c index 41cb11955702..ff13467aa1a3 100644 --- a/sys/arm/allwinner/clkng/aw_clk_frac.c +++ b/sys/arm/allwinner/clkng/aw_clk_frac.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/allwinner/clkng/aw_clk_m.c b/sys/arm/allwinner/clkng/aw_clk_m.c index 190e5725f487..1d3d5a9878f7 100644 --- a/sys/arm/allwinner/clkng/aw_clk_m.c +++ b/sys/arm/allwinner/clkng/aw_clk_m.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/allwinner/clkng/aw_clk_mipi.c b/sys/arm/allwinner/clkng/aw_clk_mipi.c index ceaece7be90d..916df720a4ff 100644 --- a/sys/arm/allwinner/clkng/aw_clk_mipi.c +++ b/sys/arm/allwinner/clkng/aw_clk_mipi.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/allwinner/clkng/aw_clk_nkmp.c b/sys/arm/allwinner/clkng/aw_clk_nkmp.c index cc50f3dae2fa..42bdaf8e7c85 100644 --- a/sys/arm/allwinner/clkng/aw_clk_nkmp.c +++ b/sys/arm/allwinner/clkng/aw_clk_nkmp.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/allwinner/clkng/aw_clk_nm.c b/sys/arm/allwinner/clkng/aw_clk_nm.c index 3604e3e433dc..a1cba2db5f76 100644 --- a/sys/arm/allwinner/clkng/aw_clk_nm.c +++ b/sys/arm/allwinner/clkng/aw_clk_nm.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/allwinner/clkng/aw_clk_nmm.c b/sys/arm/allwinner/clkng/aw_clk_nmm.c index 602d83c12f45..31301d309c56 100644 --- a/sys/arm/allwinner/clkng/aw_clk_nmm.c +++ b/sys/arm/allwinner/clkng/aw_clk_nmm.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/allwinner/clkng/aw_clk_np.c b/sys/arm/allwinner/clkng/aw_clk_np.c index 43e065f0edba..142a32b5dc30 100644 --- a/sys/arm/allwinner/clkng/aw_clk_np.c +++ b/sys/arm/allwinner/clkng/aw_clk_np.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/allwinner/clkng/aw_clk_prediv_mux.c b/sys/arm/allwinner/clkng/aw_clk_prediv_mux.c index 5fb7524a5400..a573bbc75e1a 100644 --- a/sys/arm/allwinner/clkng/aw_clk_prediv_mux.c +++ b/sys/arm/allwinner/clkng/aw_clk_prediv_mux.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/allwinner/clkng/ccu_a10.c b/sys/arm/allwinner/clkng/ccu_a10.c index ad5e55a3b88b..043fe5cbb31d 100644 --- a/sys/arm/allwinner/clkng/ccu_a10.c +++ b/sys/arm/allwinner/clkng/ccu_a10.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/allwinner/clkng/ccu_a13.c b/sys/arm/allwinner/clkng/ccu_a13.c index dc2d96359fcb..f9998bde00e9 100644 --- a/sys/arm/allwinner/clkng/ccu_a13.c +++ b/sys/arm/allwinner/clkng/ccu_a13.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/allwinner/clkng/ccu_a31.c b/sys/arm/allwinner/clkng/ccu_a31.c index 9a1649394714..0cc51c29adfd 100644 --- a/sys/arm/allwinner/clkng/ccu_a31.c +++ b/sys/arm/allwinner/clkng/ccu_a31.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/allwinner/clkng/ccu_a64.c b/sys/arm/allwinner/clkng/ccu_a64.c index d4328de9e5e8..298869bdf11e 100644 --- a/sys/arm/allwinner/clkng/ccu_a64.c +++ b/sys/arm/allwinner/clkng/ccu_a64.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/allwinner/clkng/ccu_a83t.c b/sys/arm/allwinner/clkng/ccu_a83t.c index 07eba9e03eba..c952846e9afe 100644 --- a/sys/arm/allwinner/clkng/ccu_a83t.c +++ b/sys/arm/allwinner/clkng/ccu_a83t.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/allwinner/clkng/ccu_de2.c b/sys/arm/allwinner/clkng/ccu_de2.c index 8743af0ece66..0e4c642815bb 100644 --- a/sys/arm/allwinner/clkng/ccu_de2.c +++ b/sys/arm/allwinner/clkng/ccu_de2.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/allwinner/clkng/ccu_h3.c b/sys/arm/allwinner/clkng/ccu_h3.c index 6e12cfdaf6e7..1192d7525bed 100644 --- a/sys/arm/allwinner/clkng/ccu_h3.c +++ b/sys/arm/allwinner/clkng/ccu_h3.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/allwinner/clkng/ccu_h6.c b/sys/arm/allwinner/clkng/ccu_h6.c index 8b659225e7b6..9fb942bea5c1 100644 --- a/sys/arm/allwinner/clkng/ccu_h6.c +++ b/sys/arm/allwinner/clkng/ccu_h6.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/allwinner/clkng/ccu_h6_r.c b/sys/arm/allwinner/clkng/ccu_h6_r.c index c3e35eef84cb..b7a16b0914d8 100644 --- a/sys/arm/allwinner/clkng/ccu_h6_r.c +++ b/sys/arm/allwinner/clkng/ccu_h6_r.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/allwinner/clkng/ccu_sun8i_r.c b/sys/arm/allwinner/clkng/ccu_sun8i_r.c index b68a2d96b123..dbeed218c574 100644 --- a/sys/arm/allwinner/clkng/ccu_sun8i_r.c +++ b/sys/arm/allwinner/clkng/ccu_sun8i_r.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/allwinner/h3/h3_padconf.c b/sys/arm/allwinner/h3/h3_padconf.c index 4d2960ce4c9f..4954de691ccd 100644 --- a/sys/arm/allwinner/h3/h3_padconf.c +++ b/sys/arm/allwinner/h3/h3_padconf.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/allwinner/h3/h3_r_padconf.c b/sys/arm/allwinner/h3/h3_r_padconf.c index 64413ad46e66..1e3568cac087 100644 --- a/sys/arm/allwinner/h3/h3_r_padconf.c +++ b/sys/arm/allwinner/h3/h3_r_padconf.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/allwinner/h6/h6_padconf.c b/sys/arm/allwinner/h6/h6_padconf.c index 0b17632e495b..9e7e83be0a53 100644 --- a/sys/arm/allwinner/h6/h6_padconf.c +++ b/sys/arm/allwinner/h6/h6_padconf.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/allwinner/h6/h6_r_padconf.c b/sys/arm/allwinner/h6/h6_r_padconf.c index 1ef6729a33c7..8374740711e2 100644 --- a/sys/arm/allwinner/h6/h6_r_padconf.c +++ b/sys/arm/allwinner/h6/h6_r_padconf.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/allwinner/if_awg.c b/sys/arm/allwinner/if_awg.c index 0420009fb970..566ba329e956 100644 --- a/sys/arm/allwinner/if_awg.c +++ b/sys/arm/allwinner/if_awg.c @@ -30,8 +30,6 @@ #include "opt_device_polling.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/allwinner/if_emac.c b/sys/arm/allwinner/if_emac.c index 2d8680d5b910..e0826cb6584a 100644 --- a/sys/arm/allwinner/if_emac.c +++ b/sys/arm/allwinner/if_emac.c @@ -29,8 +29,6 @@ /* A10/A20 EMAC driver */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/altera/socfpga/socfpga_a10_manager.c b/sys/arm/altera/socfpga/socfpga_a10_manager.c index 1038b8252c7c..750b74f5cdfc 100644 --- a/sys/arm/altera/socfpga/socfpga_a10_manager.c +++ b/sys/arm/altera/socfpga/socfpga_a10_manager.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/altera/socfpga/socfpga_common.c b/sys/arm/altera/socfpga/socfpga_common.c index 2d466275ff16..0b4f80a47f63 100644 --- a/sys/arm/altera/socfpga/socfpga_common.c +++ b/sys/arm/altera/socfpga/socfpga_common.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/altera/socfpga/socfpga_machdep.c b/sys/arm/altera/socfpga/socfpga_machdep.c index 4a0d9ecca294..703ba41eafb2 100644 --- a/sys/arm/altera/socfpga/socfpga_machdep.c +++ b/sys/arm/altera/socfpga/socfpga_machdep.c @@ -31,8 +31,6 @@ #include "opt_platform.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/altera/socfpga/socfpga_manager.c b/sys/arm/altera/socfpga/socfpga_manager.c index 95a0d1321237..a3a546e0b95c 100644 --- a/sys/arm/altera/socfpga/socfpga_manager.c +++ b/sys/arm/altera/socfpga/socfpga_manager.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/altera/socfpga/socfpga_mp.c b/sys/arm/altera/socfpga/socfpga_mp.c index 2b3a6dfe61c7..0c8aaabe8c52 100644 --- a/sys/arm/altera/socfpga/socfpga_mp.c +++ b/sys/arm/altera/socfpga/socfpga_mp.c @@ -31,7 +31,6 @@ #include "opt_platform.h" #include -__FBSDID("$FreeBSD$"); #include #include #include diff --git a/sys/arm/altera/socfpga/socfpga_rstmgr.c b/sys/arm/altera/socfpga/socfpga_rstmgr.c index 7633fcdccae1..d19b5650451a 100644 --- a/sys/arm/altera/socfpga/socfpga_rstmgr.c +++ b/sys/arm/altera/socfpga/socfpga_rstmgr.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/annapurna/alpine/alpine_ccu.c b/sys/arm/annapurna/alpine/alpine_ccu.c index 3535ee28d945..dff4e8da092c 100644 --- a/sys/arm/annapurna/alpine/alpine_ccu.c +++ b/sys/arm/annapurna/alpine/alpine_ccu.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/annapurna/alpine/alpine_machdep.c b/sys/arm/annapurna/alpine/alpine_machdep.c index 1b31da41d2ca..048ddb7699fa 100644 --- a/sys/arm/annapurna/alpine/alpine_machdep.c +++ b/sys/arm/annapurna/alpine/alpine_machdep.c @@ -30,8 +30,6 @@ #include "opt_platform.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/annapurna/alpine/alpine_machdep_mp.c b/sys/arm/annapurna/alpine/alpine_machdep_mp.c index 94186e26e81e..d11915bdcc0f 100644 --- a/sys/arm/annapurna/alpine/alpine_machdep_mp.c +++ b/sys/arm/annapurna/alpine/alpine_machdep_mp.c @@ -27,7 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); #include #include #include diff --git a/sys/arm/annapurna/alpine/alpine_nb_service.c b/sys/arm/annapurna/alpine/alpine_nb_service.c index a428b6553652..026043bec417 100644 --- a/sys/arm/annapurna/alpine/alpine_nb_service.c +++ b/sys/arm/annapurna/alpine/alpine_nb_service.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/annapurna/alpine/alpine_pci.c b/sys/arm/annapurna/alpine/alpine_pci.c index 0245b6834f43..9482ab3f5904 100644 --- a/sys/arm/annapurna/alpine/alpine_pci.c +++ b/sys/arm/annapurna/alpine/alpine_pci.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/annapurna/alpine/alpine_pci_msix.c b/sys/arm/annapurna/alpine/alpine_pci_msix.c index d7815ea52da8..118e48c73e26 100644 --- a/sys/arm/annapurna/alpine/alpine_pci_msix.c +++ b/sys/arm/annapurna/alpine/alpine_pci_msix.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/annapurna/alpine/alpine_serdes.c b/sys/arm/annapurna/alpine/alpine_serdes.c index f0affbc26795..aa91c19e478a 100644 --- a/sys/arm/annapurna/alpine/alpine_serdes.c +++ b/sys/arm/annapurna/alpine/alpine_serdes.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/arm/autoconf.c b/sys/arm/arm/autoconf.c index 672575b75701..9505e0091a36 100644 --- a/sys/arm/arm/autoconf.c +++ b/sys/arm/arm/autoconf.c @@ -49,8 +49,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/arm/bcopy_page.S b/sys/arm/arm/bcopy_page.S index e718a06109b4..42e3422634b1 100644 --- a/sys/arm/arm/bcopy_page.S +++ b/sys/arm/arm/bcopy_page.S @@ -39,9 +39,6 @@ */ #include - -__FBSDID("$FreeBSD$"); - #include "assym.inc" diff --git a/sys/arm/arm/bcopyinout.S b/sys/arm/arm/bcopyinout.S index dcdf8ed5af0c..afa3b6d34f96 100644 --- a/sys/arm/arm/bcopyinout.S +++ b/sys/arm/arm/bcopyinout.S @@ -40,8 +40,6 @@ #include #include - -__FBSDID("$FreeBSD$"); #include /* diff --git a/sys/arm/arm/bcopyinout_xscale.S b/sys/arm/arm/bcopyinout_xscale.S index 4849ab9e794a..776473bcfa22 100644 --- a/sys/arm/arm/bcopyinout_xscale.S +++ b/sys/arm/arm/bcopyinout_xscale.S @@ -36,8 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - .syntax unified .text .align 2 diff --git a/sys/arm/arm/blockio.S b/sys/arm/arm/blockio.S index eb049c1d6cf2..7a5346b207ab 100644 --- a/sys/arm/arm/blockio.S +++ b/sys/arm/arm/blockio.S @@ -47,9 +47,6 @@ */ #include - -__FBSDID("$FreeBSD$"); - .syntax unified /* diff --git a/sys/arm/arm/bus_space_asm_generic.S b/sys/arm/arm/bus_space_asm_generic.S index 711f92185200..a10102ff128a 100644 --- a/sys/arm/arm/bus_space_asm_generic.S +++ b/sys/arm/arm/bus_space_asm_generic.S @@ -36,8 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Generic bus_space functions. */ diff --git a/sys/arm/arm/bus_space_base.c b/sys/arm/arm/bus_space_base.c index 0626f7de8b5b..ba64fae58db7 100644 --- a/sys/arm/arm/bus_space_base.c +++ b/sys/arm/arm/bus_space_base.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/arm/bus_space_generic.c b/sys/arm/arm/bus_space_generic.c index 220cf773e38a..9a4773810f3e 100644 --- a/sys/arm/arm/bus_space_generic.c +++ b/sys/arm/arm/bus_space_generic.c @@ -38,8 +38,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/arm/busdma_machdep.c b/sys/arm/arm/busdma_machdep.c index 3c823a5454c3..07a3da114441 100644 --- a/sys/arm/arm/busdma_machdep.c +++ b/sys/arm/arm/busdma_machdep.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/arm/copystr.S b/sys/arm/arm/copystr.S index b1237ceccd39..091a55f0d29b 100644 --- a/sys/arm/arm/copystr.S +++ b/sys/arm/arm/copystr.S @@ -41,8 +41,6 @@ #include "assym.inc" #include #include -__FBSDID("$FreeBSD$"); - #include .text diff --git a/sys/arm/arm/cpufunc.c b/sys/arm/arm/cpufunc.c index 7a857f8997e9..32b3d2f869c9 100644 --- a/sys/arm/arm/cpufunc.c +++ b/sys/arm/arm/cpufunc.c @@ -44,8 +44,6 @@ * Created : 30/01/97 */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/arm/cpufunc_asm.S b/sys/arm/arm/cpufunc_asm.S index 3f4d415b56d8..dfe8e1e6d18d 100644 --- a/sys/arm/arm/cpufunc_asm.S +++ b/sys/arm/arm/cpufunc_asm.S @@ -43,8 +43,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include .text diff --git a/sys/arm/arm/cpufunc_asm_arm11x6.S b/sys/arm/arm/cpufunc_asm_arm11x6.S index 8346211ec21e..ded80290b3aa 100644 --- a/sys/arm/arm/cpufunc_asm_arm11x6.S +++ b/sys/arm/arm/cpufunc_asm_arm11x6.S @@ -60,8 +60,6 @@ #include -__FBSDID("$FreeBSD$"); - .cpu arm1176jz-s /* diff --git a/sys/arm/arm/cpufunc_asm_armv7.S b/sys/arm/arm/cpufunc_asm_armv7.S index 62ee8f089cc7..88b43c4a6d31 100644 --- a/sys/arm/arm/cpufunc_asm_armv7.S +++ b/sys/arm/arm/cpufunc_asm_armv7.S @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include .cpu cortex-a8 diff --git a/sys/arm/arm/cpufunc_asm_pj4b.S b/sys/arm/arm/cpufunc_asm_pj4b.S index 97b7586f836e..59816a9f8813 100644 --- a/sys/arm/arm/cpufunc_asm_pj4b.S +++ b/sys/arm/arm/cpufunc_asm_pj4b.S @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include .Lpj4b_sf_ctrl_reg: diff --git a/sys/arm/arm/cpuinfo.c b/sys/arm/arm/cpuinfo.c index 7a60fa335bc6..46c04b19c8e2 100644 --- a/sys/arm/arm/cpuinfo.c +++ b/sys/arm/arm/cpuinfo.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/arm/db_disasm.c b/sys/arm/arm/db_disasm.c index 012773415b40..7f3069bdebc0 100644 --- a/sys/arm/arm/db_disasm.c +++ b/sys/arm/arm/db_disasm.c @@ -37,7 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); #include #include #include diff --git a/sys/arm/arm/db_interface.c b/sys/arm/arm/db_interface.c index c202a5ab0016..5478d9d56f25 100644 --- a/sys/arm/arm/db_interface.c +++ b/sys/arm/arm/db_interface.c @@ -35,7 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); #include "opt_ddb.h" #include diff --git a/sys/arm/arm/db_trace.c b/sys/arm/arm/db_trace.c index 3f308c9f546c..720e82c65335 100644 --- a/sys/arm/arm/db_trace.c +++ b/sys/arm/arm/db_trace.c @@ -31,7 +31,6 @@ #include "opt_ddb.h" #include -__FBSDID("$FreeBSD$"); #include #include diff --git a/sys/arm/arm/debug_monitor.c b/sys/arm/arm/debug_monitor.c index 1d00c0473dde..7944becbae4d 100644 --- a/sys/arm/arm/debug_monitor.c +++ b/sys/arm/arm/debug_monitor.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ddb.h" #include diff --git a/sys/arm/arm/disassem.c b/sys/arm/arm/disassem.c index 4eb5c6976bb9..ea625485a7e9 100644 --- a/sys/arm/arm/disassem.c +++ b/sys/arm/arm/disassem.c @@ -50,7 +50,6 @@ */ #include -__FBSDID("$FreeBSD$"); #include #include diff --git a/sys/arm/arm/dump_machdep.c b/sys/arm/arm/dump_machdep.c index 3eb3793d1133..b016917bcc20 100644 --- a/sys/arm/arm/dump_machdep.c +++ b/sys/arm/arm/dump_machdep.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_watchdog.h" #include diff --git a/sys/arm/arm/elf_machdep.c b/sys/arm/arm/elf_machdep.c index c77fde315e78..19332d86afc3 100644 --- a/sys/arm/arm/elf_machdep.c +++ b/sys/arm/arm/elf_machdep.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/arm/elf_note.S b/sys/arm/arm/elf_note.S index ef7eb40587ee..9efa3a2630a6 100644 --- a/sys/arm/arm/elf_note.S +++ b/sys/arm/arm/elf_note.S @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/arm/arm/exception.S b/sys/arm/arm/exception.S index 351de24ab37c..d2e55bd7d84d 100644 --- a/sys/arm/arm/exception.S +++ b/sys/arm/arm/exception.S @@ -52,9 +52,6 @@ #include #include #include - -__FBSDID("$FreeBSD$"); - #ifdef KDTRACE_HOOKS .bss .align 4 diff --git a/sys/arm/arm/exec_machdep.c b/sys/arm/arm/exec_machdep.c index 96b382c9083f..6f52e1724a5c 100644 --- a/sys/arm/arm/exec_machdep.c +++ b/sys/arm/arm/exec_machdep.c @@ -40,8 +40,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/arm/fiq.c b/sys/arm/arm/fiq.c index 05e42b0ae04a..b8cabedd64f5 100644 --- a/sys/arm/arm/fiq.c +++ b/sys/arm/arm/fiq.c @@ -38,8 +38,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/arm/arm/fiq_subr.S b/sys/arm/arm/fiq_subr.S index f6300b1f442a..e2fc793d2fd3 100644 --- a/sys/arm/arm/fiq_subr.S +++ b/sys/arm/arm/fiq_subr.S @@ -38,8 +38,6 @@ #include -__FBSDID("$FreeBSD$"); - #include /* diff --git a/sys/arm/arm/fusu.S b/sys/arm/arm/fusu.S index fd366542b283..9d66dfd9349a 100644 --- a/sys/arm/arm/fusu.S +++ b/sys/arm/arm/fusu.S @@ -36,8 +36,6 @@ #include #include #include "assym.inc" -__FBSDID("$FreeBSD$"); - .syntax unified #define GET_PCB(tmp) \ diff --git a/sys/arm/arm/gdb_machdep.c b/sys/arm/arm/gdb_machdep.c index 74c418f357f2..4d750fc5955c 100644 --- a/sys/arm/arm/gdb_machdep.c +++ b/sys/arm/arm/gdb_machdep.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/arm/genassym.c b/sys/arm/arm/genassym.c index 3b5365154c7f..2494f5aeee86 100644 --- a/sys/arm/arm/genassym.c +++ b/sys/arm/arm/genassym.c @@ -28,7 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); #include #include #include diff --git a/sys/arm/arm/generic_timer.c b/sys/arm/arm/generic_timer.c index b1f42cbc5b34..b9562620848f 100644 --- a/sys/arm/arm/generic_timer.c +++ b/sys/arm/arm/generic_timer.c @@ -40,8 +40,6 @@ #include "opt_platform.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/arm/gic.c b/sys/arm/arm/gic.c index 3ff1276f7a3e..cb1419c42569 100644 --- a/sys/arm/arm/gic.c +++ b/sys/arm/arm/gic.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_acpi.h" #include "opt_ddb.h" #include "opt_platform.h" diff --git a/sys/arm/arm/gic_acpi.c b/sys/arm/arm/gic_acpi.c index 662221b0c409..e18bc12faf4d 100644 --- a/sys/arm/arm/gic_acpi.c +++ b/sys/arm/arm/gic_acpi.c @@ -38,8 +38,6 @@ #include "opt_platform.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/arm/gic_fdt.c b/sys/arm/arm/gic_fdt.c index 9e5e51429534..d6c657250ba3 100644 --- a/sys/arm/arm/gic_fdt.c +++ b/sys/arm/arm/gic_fdt.c @@ -37,8 +37,6 @@ #include "opt_platform.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/arm/hypervisor-stub.S b/sys/arm/arm/hypervisor-stub.S index 2202edf6b4c2..edf538b2b4e5 100644 --- a/sys/arm/arm/hypervisor-stub.S +++ b/sys/arm/arm/hypervisor-stub.S @@ -30,9 +30,6 @@ #include #include #include - -__FBSDID("$FreeBSD$"); - #if __ARM_ARCH >= 7 #if defined(__ARM_ARCH_7VE__) || defined(__clang__) .arch_extension virt diff --git a/sys/arm/arm/identcpu-v6.c b/sys/arm/arm/identcpu-v6.c index 92656ca3b376..1302d24daf02 100644 --- a/sys/arm/arm/identcpu-v6.c +++ b/sys/arm/arm/identcpu-v6.c @@ -42,7 +42,6 @@ */ #include -__FBSDID("$FreeBSD$"); #include #include #include diff --git a/sys/arm/arm/in_cksum_arm.S b/sys/arm/arm/in_cksum_arm.S index 4f4dd7c437c1..8a7b8ccea73a 100644 --- a/sys/arm/arm/in_cksum_arm.S +++ b/sys/arm/arm/in_cksum_arm.S @@ -44,8 +44,6 @@ #include #include "assym.inc" -__FBSDID("$FreeBSD$"); - .syntax unified /* * int in_cksum(struct mbuf *m, int len) diff --git a/sys/arm/arm/in_cksum_machdep.c b/sys/arm/arm/in_cksum_machdep.c index d37c68720d2a..55ae5cc26b86 100644 --- a/sys/arm/arm/in_cksum_machdep.c +++ b/sys/arm/arm/in_cksum_machdep.c @@ -40,8 +40,6 @@ */ #include /* RCS ID & Copyright macro defns */ -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/arm/locore-v6.S b/sys/arm/arm/locore-v6.S index 7104ae124cf1..4e356d6b34e2 100644 --- a/sys/arm/arm/locore-v6.S +++ b/sys/arm/arm/locore-v6.S @@ -35,9 +35,6 @@ #include #include #include - -__FBSDID("$FreeBSD$"); - /* We map 64MB of kernel unless overridden in assym.inc by the kernel option. */ #ifndef LOCORE_MAP_MB #define LOCORE_MAP_MB 64 diff --git a/sys/arm/arm/machdep.c b/sys/arm/arm/machdep.c index 8c0d79caffa8..2f5451b45b4a 100644 --- a/sys/arm/arm/machdep.c +++ b/sys/arm/arm/machdep.c @@ -50,8 +50,6 @@ #include "opt_sched.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/arm/machdep_boot.c b/sys/arm/arm/machdep_boot.c index 6644af3a3e79..d621255c565d 100644 --- a/sys/arm/arm/machdep_boot.c +++ b/sys/arm/arm/machdep_boot.c @@ -30,8 +30,6 @@ #include "opt_ddb.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/arm/machdep_intr.c b/sys/arm/arm/machdep_intr.c index ab7cd76261d7..60acf7c9bc7f 100644 --- a/sys/arm/arm/machdep_intr.c +++ b/sys/arm/arm/machdep_intr.c @@ -28,8 +28,6 @@ #include "opt_platform.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/arm/machdep_kdb.c b/sys/arm/arm/machdep_kdb.c index 22d403957b81..0194c15f1262 100644 --- a/sys/arm/arm/machdep_kdb.c +++ b/sys/arm/arm/machdep_kdb.c @@ -31,8 +31,6 @@ #include "opt_ddb.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/arm/machdep_ptrace.c b/sys/arm/arm/machdep_ptrace.c index af0cf6ba2997..ca0f9d579d40 100644 --- a/sys/arm/arm/machdep_ptrace.c +++ b/sys/arm/arm/machdep_ptrace.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/arm/mem.c b/sys/arm/arm/mem.c index b1571ee12287..e49f2bf1ff45 100644 --- a/sys/arm/arm/mem.c +++ b/sys/arm/arm/mem.c @@ -39,8 +39,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Memory special file */ diff --git a/sys/arm/arm/minidump_machdep.c b/sys/arm/arm/minidump_machdep.c index fbfcdf8691d9..802b3184ed06 100644 --- a/sys/arm/arm/minidump_machdep.c +++ b/sys/arm/arm/minidump_machdep.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_watchdog.h" #include diff --git a/sys/arm/arm/mp_machdep.c b/sys/arm/arm/mp_machdep.c index b823270eb1c9..7debabf432d9 100644 --- a/sys/arm/arm/mp_machdep.c +++ b/sys/arm/arm/mp_machdep.c @@ -28,7 +28,6 @@ #include "opt_ddb.h" #include -__FBSDID("$FreeBSD$"); #include #include #include diff --git a/sys/arm/arm/mpcore_timer.c b/sys/arm/arm/mpcore_timer.c index c182bae0a563..a98b2e52551b 100644 --- a/sys/arm/arm/mpcore_timer.c +++ b/sys/arm/arm/mpcore_timer.c @@ -45,8 +45,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/arm/nexus.c b/sys/arm/arm/nexus.c index 430373d3679f..108771db6301 100644 --- a/sys/arm/arm/nexus.c +++ b/sys/arm/arm/nexus.c @@ -40,8 +40,6 @@ #include "opt_platform.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/arm/ofw_machdep.c b/sys/arm/arm/ofw_machdep.c index 0c53a77feda8..ebfb50c15c2a 100644 --- a/sys/arm/arm/ofw_machdep.c +++ b/sys/arm/arm/ofw_machdep.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/arm/arm/pl310.c b/sys/arm/arm/pl310.c index a7794216c6cf..51a1eb64f10e 100644 --- a/sys/arm/arm/pl310.c +++ b/sys/arm/arm/pl310.c @@ -31,7 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); #include #include #include diff --git a/sys/arm/arm/platform.c b/sys/arm/arm/platform.c index 465fd90b87f7..9cf2968ace6c 100644 --- a/sys/arm/arm/platform.c +++ b/sys/arm/arm/platform.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Dispatch platform calls to the appropriate platform implementation * through a previously registered kernel object. diff --git a/sys/arm/arm/pmap-v6.c b/sys/arm/arm/pmap-v6.c index 9f32c1feb43a..5aa8eb169cad 100644 --- a/sys/arm/arm/pmap-v6.c +++ b/sys/arm/arm/pmap-v6.c @@ -72,8 +72,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Manages physical address maps. * diff --git a/sys/arm/arm/pmu.c b/sys/arm/arm/pmu.c index 544962e9ab28..98d8cdcf2df8 100644 --- a/sys/arm/arm/pmu.c +++ b/sys/arm/arm/pmu.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_hwpmc_hooks.h" #include diff --git a/sys/arm/arm/pmu_fdt.c b/sys/arm/arm/pmu_fdt.c index fef15e106a33..bb4d7557c176 100644 --- a/sys/arm/arm/pmu_fdt.c +++ b/sys/arm/arm/pmu_fdt.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/arm/ptrace_machdep.c b/sys/arm/arm/ptrace_machdep.c index a347a1dfac95..d8715d9cc915 100644 --- a/sys/arm/arm/ptrace_machdep.c +++ b/sys/arm/arm/ptrace_machdep.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/arm/sc_machdep.c b/sys/arm/arm/sc_machdep.c index 00d1ba71e6ef..5640923c6345 100644 --- a/sys/arm/arm/sc_machdep.c +++ b/sys/arm/arm/sc_machdep.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/arm/setcpsr.S b/sys/arm/arm/setcpsr.S index e71e5a20adaf..ef2a9b4a40ec 100644 --- a/sys/arm/arm/setcpsr.S +++ b/sys/arm/arm/setcpsr.S @@ -49,8 +49,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* Sets and clears bits in the CPSR register * * r0 - bic mask diff --git a/sys/arm/arm/setstack.S b/sys/arm/arm/setstack.S index f66b93225649..0e84334d94cc 100644 --- a/sys/arm/arm/setstack.S +++ b/sys/arm/arm/setstack.S @@ -49,8 +49,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include /* To set the stack pointer for a particular mode we must switch diff --git a/sys/arm/arm/sp804.c b/sys/arm/arm/sp804.c index 82372fd80651..0b748d52f3a0 100644 --- a/sys/arm/arm/sp804.c +++ b/sys/arm/arm/sp804.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/arm/stack_machdep.c b/sys/arm/arm/stack_machdep.c index 89ea76a96fc5..cf3d89b89031 100644 --- a/sys/arm/arm/stack_machdep.c +++ b/sys/arm/arm/stack_machdep.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/arm/stdatomic.c b/sys/arm/arm/stdatomic.c index 6df637368f72..c0c8632fdcaa 100644 --- a/sys/arm/arm/stdatomic.c +++ b/sys/arm/arm/stdatomic.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/arm/support.S b/sys/arm/arm/support.S index bd2a3ad07805..cbe3ff489076 100644 --- a/sys/arm/arm/support.S +++ b/sys/arm/arm/support.S @@ -87,8 +87,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "assym.inc" .syntax unified diff --git a/sys/arm/arm/swtch-v6.S b/sys/arm/arm/swtch-v6.S index b23fb2f7686f..97d863b6d4de 100644 --- a/sys/arm/arm/swtch-v6.S +++ b/sys/arm/arm/swtch-v6.S @@ -86,9 +86,6 @@ #include #include #include - -__FBSDID("$FreeBSD$"); - #if defined(SMP) #define GET_PCPU(tmp, tmp2) \ mrc CP15_MPIDR(tmp); \ diff --git a/sys/arm/arm/swtch.S b/sys/arm/arm/swtch.S index 1856f8b1e97c..a6a9ad8470c4 100644 --- a/sys/arm/arm/swtch.S +++ b/sys/arm/arm/swtch.S @@ -84,9 +84,6 @@ #include #include #include - -__FBSDID("$FreeBSD$"); - #ifdef VFP .fpu vfp /* allow VFP instructions */ #endif diff --git a/sys/arm/arm/sys_machdep.c b/sys/arm/arm/sys_machdep.c index 718c5a06318e..208026db85ba 100644 --- a/sys/arm/arm/sys_machdep.c +++ b/sys/arm/arm/sys_machdep.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_capsicum.h" #include "opt_ktrace.h" diff --git a/sys/arm/arm/syscall.c b/sys/arm/arm/syscall.c index c083bf552eb5..57644c023646 100644 --- a/sys/arm/arm/syscall.c +++ b/sys/arm/arm/syscall.c @@ -79,8 +79,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/arm/trap-v6.c b/sys/arm/arm/trap-v6.c index 13eca6efb9bf..6f975bc407c3 100644 --- a/sys/arm/arm/trap-v6.c +++ b/sys/arm/arm/trap-v6.c @@ -30,8 +30,6 @@ #include "opt_ktrace.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/arm/uio_machdep.c b/sys/arm/arm/uio_machdep.c index 45f39cc4e734..07531f76217b 100644 --- a/sys/arm/arm/uio_machdep.c +++ b/sys/arm/arm/uio_machdep.c @@ -38,8 +38,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/arm/undefined.c b/sys/arm/arm/undefined.c index d95b02e2bbb4..2ebe8797c503 100644 --- a/sys/arm/arm/undefined.c +++ b/sys/arm/arm/undefined.c @@ -49,8 +49,6 @@ #include "opt_ddb.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/arm/unwind.c b/sys/arm/arm/unwind.c index 5d3309d4539d..cdc9ef225ee7 100644 --- a/sys/arm/arm/unwind.c +++ b/sys/arm/arm/unwind.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/arm/vfp.c b/sys/arm/arm/vfp.c index 49abc8cd9b2a..40a3491c1cf9 100644 --- a/sys/arm/arm/vfp.c +++ b/sys/arm/arm/vfp.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifdef VFP #include #include diff --git a/sys/arm/arm/vm_machdep.c b/sys/arm/arm/vm_machdep.c index 144596162912..ace6b4ce668b 100644 --- a/sys/arm/arm/vm_machdep.c +++ b/sys/arm/arm/vm_machdep.c @@ -43,8 +43,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/broadcom/bcm2835/bcm2835_bsc.c b/sys/arm/broadcom/bcm2835/bcm2835_bsc.c index 336435ee3d6f..7d14a5c26c4d 100644 --- a/sys/arm/broadcom/bcm2835/bcm2835_bsc.c +++ b/sys/arm/broadcom/bcm2835/bcm2835_bsc.c @@ -30,8 +30,6 @@ * */ #include -__FBSDID("$FreeBSD$"); - /* * Driver for bcm2835 i2c-compatible two-wire bus, named 'BSC' on this SoC. * diff --git a/sys/arm/broadcom/bcm2835/bcm2835_clkman.c b/sys/arm/broadcom/bcm2835/bcm2835_clkman.c index 50c508eef7af..6bd9a50115e8 100644 --- a/sys/arm/broadcom/bcm2835/bcm2835_clkman.c +++ b/sys/arm/broadcom/bcm2835/bcm2835_clkman.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/broadcom/bcm2835/bcm2835_cpufreq.c b/sys/arm/broadcom/bcm2835/bcm2835_cpufreq.c index 49a7dcff9b59..22691c1304fa 100644 --- a/sys/arm/broadcom/bcm2835/bcm2835_cpufreq.c +++ b/sys/arm/broadcom/bcm2835/bcm2835_cpufreq.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/broadcom/bcm2835/bcm2835_dma.c b/sys/arm/broadcom/bcm2835/bcm2835_dma.c index f8173d1beeb9..25fe8cc626eb 100644 --- a/sys/arm/broadcom/bcm2835/bcm2835_dma.c +++ b/sys/arm/broadcom/bcm2835/bcm2835_dma.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/broadcom/bcm2835/bcm2835_fb.c b/sys/arm/broadcom/bcm2835/bcm2835_fb.c index e65c037a5745..e6279dd82480 100644 --- a/sys/arm/broadcom/bcm2835/bcm2835_fb.c +++ b/sys/arm/broadcom/bcm2835/bcm2835_fb.c @@ -27,8 +27,6 @@ * */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/broadcom/bcm2835/bcm2835_fbd.c b/sys/arm/broadcom/bcm2835/bcm2835_fbd.c index 57919a75073c..0d35e95039b6 100644 --- a/sys/arm/broadcom/bcm2835/bcm2835_fbd.c +++ b/sys/arm/broadcom/bcm2835/bcm2835_fbd.c @@ -31,8 +31,6 @@ * */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/broadcom/bcm2835/bcm2835_firmware.c b/sys/arm/broadcom/bcm2835/bcm2835_firmware.c index 5137511619fc..36a2c2b18f4e 100644 --- a/sys/arm/broadcom/bcm2835/bcm2835_firmware.c +++ b/sys/arm/broadcom/bcm2835/bcm2835_firmware.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/broadcom/bcm2835/bcm2835_ft5406.c b/sys/arm/broadcom/bcm2835/bcm2835_ft5406.c index d3a75b765561..681a2387c926 100644 --- a/sys/arm/broadcom/bcm2835/bcm2835_ft5406.c +++ b/sys/arm/broadcom/bcm2835/bcm2835_ft5406.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/broadcom/bcm2835/bcm2835_gpio.c b/sys/arm/broadcom/bcm2835/bcm2835_gpio.c index 8fc1299ce0d0..e4fc57b79ba5 100644 --- a/sys/arm/broadcom/bcm2835/bcm2835_gpio.c +++ b/sys/arm/broadcom/bcm2835/bcm2835_gpio.c @@ -28,8 +28,6 @@ * */ #include -__FBSDID("$FreeBSD$"); - #include "opt_platform.h" #include diff --git a/sys/arm/broadcom/bcm2835/bcm2835_intr.c b/sys/arm/broadcom/bcm2835/bcm2835_intr.c index 52f01badccc9..b49c9041810d 100644 --- a/sys/arm/broadcom/bcm2835/bcm2835_intr.c +++ b/sys/arm/broadcom/bcm2835/bcm2835_intr.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_platform.h" #include diff --git a/sys/arm/broadcom/bcm2835/bcm2835_machdep.c b/sys/arm/broadcom/bcm2835/bcm2835_machdep.c index 683fb4986a41..e76672984b0f 100644 --- a/sys/arm/broadcom/bcm2835/bcm2835_machdep.c +++ b/sys/arm/broadcom/bcm2835/bcm2835_machdep.c @@ -42,8 +42,6 @@ #include "opt_platform.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/broadcom/bcm2835/bcm2835_mbox.c b/sys/arm/broadcom/bcm2835/bcm2835_mbox.c index da0105b237c8..498cff199bb1 100644 --- a/sys/arm/broadcom/bcm2835/bcm2835_mbox.c +++ b/sys/arm/broadcom/bcm2835/bcm2835_mbox.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/broadcom/bcm2835/bcm2835_pwm.c b/sys/arm/broadcom/bcm2835/bcm2835_pwm.c index 816f004ac2d2..3a6a9dd6e1dc 100644 --- a/sys/arm/broadcom/bcm2835/bcm2835_pwm.c +++ b/sys/arm/broadcom/bcm2835/bcm2835_pwm.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/broadcom/bcm2835/bcm2835_sdhci.c b/sys/arm/broadcom/bcm2835/bcm2835_sdhci.c index 52a3e66f682c..b9d619f8d791 100644 --- a/sys/arm/broadcom/bcm2835/bcm2835_sdhci.c +++ b/sys/arm/broadcom/bcm2835/bcm2835_sdhci.c @@ -27,8 +27,6 @@ * */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/broadcom/bcm2835/bcm2835_sdhost.c b/sys/arm/broadcom/bcm2835/bcm2835_sdhost.c index cf78147fde6b..232948fbb17f 100644 --- a/sys/arm/broadcom/bcm2835/bcm2835_sdhost.c +++ b/sys/arm/broadcom/bcm2835/bcm2835_sdhost.c @@ -31,8 +31,6 @@ * */ #include -__FBSDID("$FreeBSD$"); - /* * pin 48-53 - card slot * pin 34-39 - radio module diff --git a/sys/arm/broadcom/bcm2835/bcm2835_spi.c b/sys/arm/broadcom/bcm2835/bcm2835_spi.c index 5335d48961d8..7d11e6aa50f7 100644 --- a/sys/arm/broadcom/bcm2835/bcm2835_spi.c +++ b/sys/arm/broadcom/bcm2835/bcm2835_spi.c @@ -28,8 +28,6 @@ * */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/broadcom/bcm2835/bcm2835_systimer.c b/sys/arm/broadcom/bcm2835/bcm2835_systimer.c index c185aad1cd8d..d0ea38213143 100644 --- a/sys/arm/broadcom/bcm2835/bcm2835_systimer.c +++ b/sys/arm/broadcom/bcm2835/bcm2835_systimer.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/broadcom/bcm2835/bcm2835_vcbus.c b/sys/arm/broadcom/bcm2835/bcm2835_vcbus.c index 5a350b741080..88b54467e0c8 100644 --- a/sys/arm/broadcom/bcm2835/bcm2835_vcbus.c +++ b/sys/arm/broadcom/bcm2835/bcm2835_vcbus.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * This file contains facilities for runtime determination of address space * mappings for use in DMA/mailbox interactions. This is only used for the diff --git a/sys/arm/broadcom/bcm2835/bcm2835_vcio.c b/sys/arm/broadcom/bcm2835/bcm2835_vcio.c index 40fb4e0ad8ee..1789712a31ed 100644 --- a/sys/arm/broadcom/bcm2835/bcm2835_vcio.c +++ b/sys/arm/broadcom/bcm2835/bcm2835_vcio.c @@ -23,8 +23,6 @@ * SUCH DAMAGE. */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/broadcom/bcm2835/bcm2835_wdog.c b/sys/arm/broadcom/bcm2835/bcm2835_wdog.c index b9b75cf0a915..45f344ae9362 100644 --- a/sys/arm/broadcom/bcm2835/bcm2835_wdog.c +++ b/sys/arm/broadcom/bcm2835/bcm2835_wdog.c @@ -26,8 +26,6 @@ * SUCH DAMAGE. */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/broadcom/bcm2835/bcm2836.c b/sys/arm/broadcom/bcm2835/bcm2836.c index 38247398a192..60734abb40e3 100644 --- a/sys/arm/broadcom/bcm2835/bcm2836.c +++ b/sys/arm/broadcom/bcm2835/bcm2836.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_platform.h" #include diff --git a/sys/arm/broadcom/bcm2835/bcm2836_mp.c b/sys/arm/broadcom/bcm2835/bcm2836_mp.c index 0f2565a2e8ae..2ca948f945a7 100644 --- a/sys/arm/broadcom/bcm2835/bcm2836_mp.c +++ b/sys/arm/broadcom/bcm2835/bcm2836_mp.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/broadcom/bcm2835/bcm2838_pci.c b/sys/arm/broadcom/bcm2835/bcm2838_pci.c index 83533a521070..2dfd6744127a 100644 --- a/sys/arm/broadcom/bcm2835/bcm2838_pci.c +++ b/sys/arm/broadcom/bcm2835/bcm2838_pci.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/broadcom/bcm2835/bcm2838_xhci.c b/sys/arm/broadcom/bcm2835/bcm2838_xhci.c index 6e20fb9e960b..11b3bccf68a1 100644 --- a/sys/arm/broadcom/bcm2835/bcm2838_xhci.c +++ b/sys/arm/broadcom/bcm2835/bcm2838_xhci.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/broadcom/bcm2835/bcm283x_dwc_fdt.c b/sys/arm/broadcom/bcm2835/bcm283x_dwc_fdt.c index 1d995c38730c..41a48998b95d 100644 --- a/sys/arm/broadcom/bcm2835/bcm283x_dwc_fdt.c +++ b/sys/arm/broadcom/bcm2835/bcm283x_dwc_fdt.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/broadcom/bcm2835/raspberrypi_gpio.c b/sys/arm/broadcom/bcm2835/raspberrypi_gpio.c index d0a5985da691..5a0f5cf2b1b3 100644 --- a/sys/arm/broadcom/bcm2835/raspberrypi_gpio.c +++ b/sys/arm/broadcom/bcm2835/raspberrypi_gpio.c @@ -28,8 +28,6 @@ * */ #include -__FBSDID("$FreeBSD$"); - #include "opt_platform.h" #include diff --git a/sys/arm/freescale/fsl_ocotp.c b/sys/arm/freescale/fsl_ocotp.c index d1fe7d4f156e..cf275f9da41b 100644 --- a/sys/arm/freescale/fsl_ocotp.c +++ b/sys/arm/freescale/fsl_ocotp.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Access to the Freescale i.MX6 On-Chip One-Time-Programmable Memory */ diff --git a/sys/arm/freescale/imx/imx51_ccm.c b/sys/arm/freescale/imx/imx51_ccm.c index 8f52856991f5..3501a945b6ab 100644 --- a/sys/arm/freescale/imx/imx51_ccm.c +++ b/sys/arm/freescale/imx/imx51_ccm.c @@ -61,8 +61,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/freescale/imx/imx51_ipuv3.c b/sys/arm/freescale/imx/imx51_ipuv3.c index 4681420e9de0..0a922430597b 100644 --- a/sys/arm/freescale/imx/imx51_ipuv3.c +++ b/sys/arm/freescale/imx/imx51_ipuv3.c @@ -31,8 +31,6 @@ * */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/freescale/imx/imx51_ipuv3_fbd.c b/sys/arm/freescale/imx/imx51_ipuv3_fbd.c index a22f555f5c31..2fb1007dc405 100644 --- a/sys/arm/freescale/imx/imx51_ipuv3_fbd.c +++ b/sys/arm/freescale/imx/imx51_ipuv3_fbd.c @@ -31,8 +31,6 @@ * */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/freescale/imx/imx51_machdep.c b/sys/arm/freescale/imx/imx51_machdep.c index 056ca477656e..45c0adbe8b5e 100644 --- a/sys/arm/freescale/imx/imx51_machdep.c +++ b/sys/arm/freescale/imx/imx51_machdep.c @@ -29,8 +29,6 @@ #include "opt_platform.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/freescale/imx/imx53_machdep.c b/sys/arm/freescale/imx/imx53_machdep.c index 1b5c73296aa6..87237508fe1d 100644 --- a/sys/arm/freescale/imx/imx53_machdep.c +++ b/sys/arm/freescale/imx/imx53_machdep.c @@ -29,8 +29,6 @@ #include "opt_platform.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/freescale/imx/imx6_anatop.c b/sys/arm/freescale/imx/imx6_anatop.c index 6f4c2397ccab..d0daa7c951de 100644 --- a/sys/arm/freescale/imx/imx6_anatop.c +++ b/sys/arm/freescale/imx/imx6_anatop.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Analog PLL and power regulator driver for Freescale i.MX6 family of SoCs. * Also, temperature montoring and cpu frequency control. It was Freescale who diff --git a/sys/arm/freescale/imx/imx6_audmux.c b/sys/arm/freescale/imx/imx6_audmux.c index cc4ab56a112a..8c3885039b99 100644 --- a/sys/arm/freescale/imx/imx6_audmux.c +++ b/sys/arm/freescale/imx/imx6_audmux.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/freescale/imx/imx6_ccm.c b/sys/arm/freescale/imx/imx6_ccm.c index 69251d73a2b8..b97d02553bf5 100644 --- a/sys/arm/freescale/imx/imx6_ccm.c +++ b/sys/arm/freescale/imx/imx6_ccm.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Clocks and power control driver for Freescale i.MX6 family of SoCs. */ diff --git a/sys/arm/freescale/imx/imx6_hdmi.c b/sys/arm/freescale/imx/imx6_hdmi.c index f5b4a2ab0ac5..6a316fd1cbc3 100644 --- a/sys/arm/freescale/imx/imx6_hdmi.c +++ b/sys/arm/freescale/imx/imx6_hdmi.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * HDMI core module */ diff --git a/sys/arm/freescale/imx/imx6_ipu.c b/sys/arm/freescale/imx/imx6_ipu.c index 02bfbe8e0049..25ca0ea2c4fa 100644 --- a/sys/arm/freescale/imx/imx6_ipu.c +++ b/sys/arm/freescale/imx/imx6_ipu.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/freescale/imx/imx6_machdep.c b/sys/arm/freescale/imx/imx6_machdep.c index b8e4dc7fc671..941648825f8c 100644 --- a/sys/arm/freescale/imx/imx6_machdep.c +++ b/sys/arm/freescale/imx/imx6_machdep.c @@ -29,8 +29,6 @@ #include "opt_platform.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/freescale/imx/imx6_mp.c b/sys/arm/freescale/imx/imx6_mp.c index 66c34e8b5a0d..c78c107c4e00 100644 --- a/sys/arm/freescale/imx/imx6_mp.c +++ b/sys/arm/freescale/imx/imx6_mp.c @@ -27,7 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); #include #include #include diff --git a/sys/arm/freescale/imx/imx6_pl310.c b/sys/arm/freescale/imx/imx6_pl310.c index 6f1335a043d7..86fabf52e015 100644 --- a/sys/arm/freescale/imx/imx6_pl310.c +++ b/sys/arm/freescale/imx/imx6_pl310.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * The machine-dependent part of the arm/pl310 driver for imx6 SoCs. */ diff --git a/sys/arm/freescale/imx/imx6_sdma.c b/sys/arm/freescale/imx/imx6_sdma.c index 7183867bdb55..1db495af4117 100644 --- a/sys/arm/freescale/imx/imx6_sdma.c +++ b/sys/arm/freescale/imx/imx6_sdma.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/freescale/imx/imx6_snvs.c b/sys/arm/freescale/imx/imx6_snvs.c index 1ee930f6c487..82ba50f5481e 100644 --- a/sys/arm/freescale/imx/imx6_snvs.c +++ b/sys/arm/freescale/imx/imx6_snvs.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Driver for imx6 Secure Non-Volatile Storage system, which really means "all * the stuff that's powered by a battery when main power is off". This includes diff --git a/sys/arm/freescale/imx/imx6_src.c b/sys/arm/freescale/imx/imx6_src.c index 4d7e2026e719..0316338128fc 100644 --- a/sys/arm/freescale/imx/imx6_src.c +++ b/sys/arm/freescale/imx/imx6_src.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * System Reset Control for iMX6 */ diff --git a/sys/arm/freescale/imx/imx6_ssi.c b/sys/arm/freescale/imx/imx6_ssi.c index 44d2547ac9ae..931a2b677eae 100644 --- a/sys/arm/freescale/imx/imx6_ssi.c +++ b/sys/arm/freescale/imx/imx6_ssi.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/freescale/imx/imx6_usbphy.c b/sys/arm/freescale/imx/imx6_usbphy.c index 097049c44eed..648ddd51eb9f 100644 --- a/sys/arm/freescale/imx/imx6_usbphy.c +++ b/sys/arm/freescale/imx/imx6_usbphy.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * USBPHY driver for Freescale i.MX6 family of SoCs. */ diff --git a/sys/arm/freescale/imx/imx_console.c b/sys/arm/freescale/imx/imx_console.c index b497b9cf3a14..cdead618c5b0 100644 --- a/sys/arm/freescale/imx/imx_console.c +++ b/sys/arm/freescale/imx/imx_console.c @@ -29,8 +29,6 @@ /* Simple UART console driver for Freescale i.MX515 */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/freescale/imx/imx_epit.c b/sys/arm/freescale/imx/imx_epit.c index 897972f8bd31..3ea6b642fc88 100644 --- a/sys/arm/freescale/imx/imx_epit.c +++ b/sys/arm/freescale/imx/imx_epit.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Driver for imx Enhanced Programmable Interval Timer, a simple free-running * counter device that can be used as the system timecounter. On imx5 a second diff --git a/sys/arm/freescale/imx/imx_gpio.c b/sys/arm/freescale/imx/imx_gpio.c index da54abeb0046..d3d01d3cb857 100644 --- a/sys/arm/freescale/imx/imx_gpio.c +++ b/sys/arm/freescale/imx/imx_gpio.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_platform.h" #include diff --git a/sys/arm/freescale/imx/imx_gpt.c b/sys/arm/freescale/imx/imx_gpt.c index fdf839b02a59..bec463900d9b 100644 --- a/sys/arm/freescale/imx/imx_gpt.c +++ b/sys/arm/freescale/imx/imx_gpt.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/freescale/imx/imx_i2c.c b/sys/arm/freescale/imx/imx_i2c.c index 3a3e85901e35..e43a4a6b417c 100644 --- a/sys/arm/freescale/imx/imx_i2c.c +++ b/sys/arm/freescale/imx/imx_i2c.c @@ -43,8 +43,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/freescale/imx/imx_machdep.c b/sys/arm/freescale/imx/imx_machdep.c index 0b774502bc2d..488b8e2c0624 100644 --- a/sys/arm/freescale/imx/imx_machdep.c +++ b/sys/arm/freescale/imx/imx_machdep.c @@ -29,8 +29,6 @@ #include "opt_platform.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/freescale/imx/imx_nop_usbphy.c b/sys/arm/freescale/imx/imx_nop_usbphy.c index 408fe87ab694..6b1349d837ad 100644 --- a/sys/arm/freescale/imx/imx_nop_usbphy.c +++ b/sys/arm/freescale/imx/imx_nop_usbphy.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * USBPHY "no-op" driver for Freescale family of SoCs. This driver is used on * SoCs which have usbphy hardware whose clocks need to be enabled, but no other diff --git a/sys/arm/freescale/imx/imx_spi.c b/sys/arm/freescale/imx/imx_spi.c index ab0355faa294..0be15aa82771 100644 --- a/sys/arm/freescale/imx/imx_spi.c +++ b/sys/arm/freescale/imx/imx_spi.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Driver for imx Enhanced Configurable SPI; master-mode only. */ diff --git a/sys/arm/freescale/imx/imx_wdog.c b/sys/arm/freescale/imx/imx_wdog.c index 424e942e6ca8..0a7a693b1fb2 100644 --- a/sys/arm/freescale/imx/imx_wdog.c +++ b/sys/arm/freescale/imx/imx_wdog.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/freescale/imx/tzic.c b/sys/arm/freescale/imx/tzic.c index 330b7dadafde..d2da5ed1b9c4 100644 --- a/sys/arm/freescale/imx/tzic.c +++ b/sys/arm/freescale/imx/tzic.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/freescale/vybrid/vf_adc.c b/sys/arm/freescale/vybrid/vf_adc.c index 27c2a7498827..0ae94de2fd42 100644 --- a/sys/arm/freescale/vybrid/vf_adc.c +++ b/sys/arm/freescale/vybrid/vf_adc.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/freescale/vybrid/vf_anadig.c b/sys/arm/freescale/vybrid/vf_anadig.c index 37c4529f0e0b..e750349565b1 100644 --- a/sys/arm/freescale/vybrid/vf_anadig.c +++ b/sys/arm/freescale/vybrid/vf_anadig.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/freescale/vybrid/vf_ccm.c b/sys/arm/freescale/vybrid/vf_ccm.c index c7ecbd884ffa..50b5f4e9ea5c 100644 --- a/sys/arm/freescale/vybrid/vf_ccm.c +++ b/sys/arm/freescale/vybrid/vf_ccm.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/freescale/vybrid/vf_dcu4.c b/sys/arm/freescale/vybrid/vf_dcu4.c index 7b5f442e0397..315fc6702b3a 100644 --- a/sys/arm/freescale/vybrid/vf_dcu4.c +++ b/sys/arm/freescale/vybrid/vf_dcu4.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/freescale/vybrid/vf_dmamux.c b/sys/arm/freescale/vybrid/vf_dmamux.c index 5b5baf6eb9f7..2f363a6d7bd6 100644 --- a/sys/arm/freescale/vybrid/vf_dmamux.c +++ b/sys/arm/freescale/vybrid/vf_dmamux.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/freescale/vybrid/vf_edma.c b/sys/arm/freescale/vybrid/vf_edma.c index fff3c44eedbe..95987f5477e3 100644 --- a/sys/arm/freescale/vybrid/vf_edma.c +++ b/sys/arm/freescale/vybrid/vf_edma.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/freescale/vybrid/vf_ehci.c b/sys/arm/freescale/vybrid/vf_ehci.c index d58b99fbd77d..f9ee6ed17fc2 100644 --- a/sys/arm/freescale/vybrid/vf_ehci.c +++ b/sys/arm/freescale/vybrid/vf_ehci.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_bus.h" #include diff --git a/sys/arm/freescale/vybrid/vf_gpio.c b/sys/arm/freescale/vybrid/vf_gpio.c index dee15d95d8f3..ee6995aefae1 100644 --- a/sys/arm/freescale/vybrid/vf_gpio.c +++ b/sys/arm/freescale/vybrid/vf_gpio.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/freescale/vybrid/vf_i2c.c b/sys/arm/freescale/vybrid/vf_i2c.c index 6f3afc78349b..0bda13ef31d2 100644 --- a/sys/arm/freescale/vybrid/vf_i2c.c +++ b/sys/arm/freescale/vybrid/vf_i2c.c @@ -36,8 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/freescale/vybrid/vf_iomuxc.c b/sys/arm/freescale/vybrid/vf_iomuxc.c index d0a793daf2c6..0bce4f7cb50e 100644 --- a/sys/arm/freescale/vybrid/vf_iomuxc.c +++ b/sys/arm/freescale/vybrid/vf_iomuxc.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/freescale/vybrid/vf_machdep.c b/sys/arm/freescale/vybrid/vf_machdep.c index a085fdfa7227..44dafe64199c 100644 --- a/sys/arm/freescale/vybrid/vf_machdep.c +++ b/sys/arm/freescale/vybrid/vf_machdep.c @@ -29,8 +29,6 @@ #include "opt_platform.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/freescale/vybrid/vf_mscm.c b/sys/arm/freescale/vybrid/vf_mscm.c index 9533becbc066..b559bcc3ca11 100644 --- a/sys/arm/freescale/vybrid/vf_mscm.c +++ b/sys/arm/freescale/vybrid/vf_mscm.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/freescale/vybrid/vf_port.c b/sys/arm/freescale/vybrid/vf_port.c index 708ef876f5c8..80b2351e4da0 100644 --- a/sys/arm/freescale/vybrid/vf_port.c +++ b/sys/arm/freescale/vybrid/vf_port.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/freescale/vybrid/vf_sai.c b/sys/arm/freescale/vybrid/vf_sai.c index 4c8596c2d933..5f4733533414 100644 --- a/sys/arm/freescale/vybrid/vf_sai.c +++ b/sys/arm/freescale/vybrid/vf_sai.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/freescale/vybrid/vf_spi.c b/sys/arm/freescale/vybrid/vf_spi.c index f625b25f634a..da90d706d6c4 100644 --- a/sys/arm/freescale/vybrid/vf_spi.c +++ b/sys/arm/freescale/vybrid/vf_spi.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/freescale/vybrid/vf_src.c b/sys/arm/freescale/vybrid/vf_src.c index 82a17ff3d465..9378ec5eb40c 100644 --- a/sys/arm/freescale/vybrid/vf_src.c +++ b/sys/arm/freescale/vybrid/vf_src.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/freescale/vybrid/vf_tcon.c b/sys/arm/freescale/vybrid/vf_tcon.c index 7c1470853a99..dca290de9189 100644 --- a/sys/arm/freescale/vybrid/vf_tcon.c +++ b/sys/arm/freescale/vybrid/vf_tcon.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/freescale/vybrid/vf_uart.c b/sys/arm/freescale/vybrid/vf_uart.c index 3e7c60798bbc..855eabd31b94 100644 --- a/sys/arm/freescale/vybrid/vf_uart.c +++ b/sys/arm/freescale/vybrid/vf_uart.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ddb.h" #include diff --git a/sys/arm/mv/a37x0_gpio.c b/sys/arm/mv/a37x0_gpio.c index bb0211f5a020..7aee763ebd77 100644 --- a/sys/arm/mv/a37x0_gpio.c +++ b/sys/arm/mv/a37x0_gpio.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/mv/a37x0_iic.c b/sys/arm/mv/a37x0_iic.c index 5b56c2f6581b..5b92175383f0 100644 --- a/sys/arm/mv/a37x0_iic.c +++ b/sys/arm/mv/a37x0_iic.c @@ -26,8 +26,6 @@ * */ #include -__FBSDID("$FreeBSD$"); - /* * Driver for Armada 37x0 i2c controller. */ diff --git a/sys/arm/mv/a37x0_spi.c b/sys/arm/mv/a37x0_spi.c index 3d8943bc9c44..03912302bfbb 100644 --- a/sys/arm/mv/a37x0_spi.c +++ b/sys/arm/mv/a37x0_spi.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/mv/armada/thermal.c b/sys/arm/mv/armada/thermal.c index 61e34d9a38a1..038f5491d438 100644 --- a/sys/arm/mv/armada/thermal.c +++ b/sys/arm/mv/armada/thermal.c @@ -25,8 +25,6 @@ * SUCH DAMAGE. */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/mv/armada/wdt.c b/sys/arm/mv/armada/wdt.c index be0b607cd2b2..a51894f23482 100644 --- a/sys/arm/mv/armada/wdt.c +++ b/sys/arm/mv/armada/wdt.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/mv/armada38x/armada38x.c b/sys/arm/mv/armada38x/armada38x.c index 47282a7b0411..d30bce113f70 100644 --- a/sys/arm/mv/armada38x/armada38x.c +++ b/sys/arm/mv/armada38x/armada38x.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/mv/armada38x/armada38x_mp.c b/sys/arm/mv/armada38x/armada38x_mp.c index cbcee38d2e2e..e61701bbbaa6 100644 --- a/sys/arm/mv/armada38x/armada38x_mp.c +++ b/sys/arm/mv/armada38x/armada38x_mp.c @@ -25,8 +25,6 @@ * SUCH DAMAGE. */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/mv/armada38x/armada38x_pl310.c b/sys/arm/mv/armada38x/armada38x_pl310.c index a96386e877a7..a6e6a416ed54 100644 --- a/sys/arm/mv/armada38x/armada38x_pl310.c +++ b/sys/arm/mv/armada38x/armada38x_pl310.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * The machine-dependent part of the arm/pl310 driver for Armada 38x SoCs. */ diff --git a/sys/arm/mv/armada38x/armada38x_rtc.c b/sys/arm/mv/armada38x/armada38x_rtc.c index 073775e86388..512aad8e72cf 100644 --- a/sys/arm/mv/armada38x/armada38x_rtc.c +++ b/sys/arm/mv/armada38x/armada38x_rtc.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/mv/armada38x/pmsu.c b/sys/arm/mv/armada38x/pmsu.c index e3e99697d1ef..562ea6cd1c04 100644 --- a/sys/arm/mv/armada38x/pmsu.c +++ b/sys/arm/mv/armada38x/pmsu.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/mv/armadaxp/armadaxp.c b/sys/arm/mv/armadaxp/armadaxp.c index 82eb4135a756..28310ef6b5ed 100644 --- a/sys/arm/mv/armadaxp/armadaxp.c +++ b/sys/arm/mv/armadaxp/armadaxp.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/mv/armadaxp/mptramp.S b/sys/arm/mv/armadaxp/mptramp.S index 056f5889dd9b..4b5e157edfe0 100644 --- a/sys/arm/mv/armadaxp/mptramp.S +++ b/sys/arm/mv/armadaxp/mptramp.S @@ -26,9 +26,6 @@ #include #include - -__FBSDID("$FreeBSD$"); - .global _C_LABEL(mptramp_pmu_boot) ASENTRY_NP(mptramp) diff --git a/sys/arm/mv/clk/a37x0_periph_clk_driver.c b/sys/arm/mv/clk/a37x0_periph_clk_driver.c index 9b71d4b39841..1ab9e513eca9 100644 --- a/sys/arm/mv/clk/a37x0_periph_clk_driver.c +++ b/sys/arm/mv/clk/a37x0_periph_clk_driver.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/mv/clk/a37x0_tbg.c b/sys/arm/mv/clk/a37x0_tbg.c index e6c4e2a9522c..4b359ca197d9 100644 --- a/sys/arm/mv/clk/a37x0_tbg.c +++ b/sys/arm/mv/clk/a37x0_tbg.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/mv/clk/a37x0_tbg_pll.c b/sys/arm/mv/clk/a37x0_tbg_pll.c index 55f242737a9f..b2159b842c02 100644 --- a/sys/arm/mv/clk/a37x0_tbg_pll.c +++ b/sys/arm/mv/clk/a37x0_tbg_pll.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/mv/clk/a37x0_xtal.c b/sys/arm/mv/clk/a37x0_xtal.c index e05eed5f79a1..0fad264ceabb 100644 --- a/sys/arm/mv/clk/a37x0_xtal.c +++ b/sys/arm/mv/clk/a37x0_xtal.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/mv/clk/armada38x_gateclk.c b/sys/arm/mv/clk/armada38x_gateclk.c index 35ca39bddbb7..d00a01b0da67 100644 --- a/sys/arm/mv/clk/armada38x_gateclk.c +++ b/sys/arm/mv/clk/armada38x_gateclk.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/mv/clk/armada38x_gen.c b/sys/arm/mv/clk/armada38x_gen.c index e223e0d6d8db..b4f2aa22c380 100644 --- a/sys/arm/mv/clk/armada38x_gen.c +++ b/sys/arm/mv/clk/armada38x_gen.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/mv/clk/periph.c b/sys/arm/mv/clk/periph.c index 218507aea900..178f5f30dbb6 100644 --- a/sys/arm/mv/clk/periph.c +++ b/sys/arm/mv/clk/periph.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/mv/clk/periph_clk_d.c b/sys/arm/mv/clk/periph_clk_d.c index 313f1d4d60e4..860922776385 100644 --- a/sys/arm/mv/clk/periph_clk_d.c +++ b/sys/arm/mv/clk/periph_clk_d.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/mv/clk/periph_clk_fixed.c b/sys/arm/mv/clk/periph_clk_fixed.c index 7ce671c057ae..f24591cdb6c9 100644 --- a/sys/arm/mv/clk/periph_clk_fixed.c +++ b/sys/arm/mv/clk/periph_clk_fixed.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/mv/clk/periph_clk_gate.c b/sys/arm/mv/clk/periph_clk_gate.c index 0d435deeac3f..0ba2e5cf1317 100644 --- a/sys/arm/mv/clk/periph_clk_gate.c +++ b/sys/arm/mv/clk/periph_clk_gate.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/mv/clk/periph_clk_mux_gate.c b/sys/arm/mv/clk/periph_clk_mux_gate.c index 99c537df1e15..ab7a687417f5 100644 --- a/sys/arm/mv/clk/periph_clk_mux_gate.c +++ b/sys/arm/mv/clk/periph_clk_mux_gate.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/mv/gpio.c b/sys/arm/mv/gpio.c index ded5c8d95182..8c621b5e2f40 100644 --- a/sys/arm/mv/gpio.c +++ b/sys/arm/mv/gpio.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/mv/ic.c b/sys/arm/mv/ic.c index b3d94118f097..c65ee0275597 100644 --- a/sys/arm/mv/ic.c +++ b/sys/arm/mv/ic.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/mv/mpic.c b/sys/arm/mv/mpic.c index f0f8e76f90e0..15574e409001 100644 --- a/sys/arm/mv/mpic.c +++ b/sys/arm/mv/mpic.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_platform.h" #include diff --git a/sys/arm/mv/mv_ap806_clock.c b/sys/arm/mv/mv_ap806_clock.c index e5d8fc687335..4cef6dada66d 100644 --- a/sys/arm/mv/mv_ap806_clock.c +++ b/sys/arm/mv/mv_ap806_clock.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/mv/mv_ap806_gicp.c b/sys/arm/mv/mv_ap806_gicp.c index 9ffa2c4e8f7f..ae39eba03376 100644 --- a/sys/arm/mv/mv_ap806_gicp.c +++ b/sys/arm/mv/mv_ap806_gicp.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/mv/mv_ap806_sei.c b/sys/arm/mv/mv_ap806_sei.c index 24ddf99ea281..be41b2c06907 100644 --- a/sys/arm/mv/mv_ap806_sei.c +++ b/sys/arm/mv/mv_ap806_sei.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/mv/mv_armv7_machdep.c b/sys/arm/mv/mv_armv7_machdep.c index f08b62048e1e..4fe59d2fe7df 100644 --- a/sys/arm/mv/mv_armv7_machdep.c +++ b/sys/arm/mv/mv_armv7_machdep.c @@ -42,8 +42,6 @@ #include "opt_platform.h" #include -__FBSDID("$FreeBSD$"); - #define _ARM32_BUS_DMA_PRIVATE #include #include diff --git a/sys/arm/mv/mv_common.c b/sys/arm/mv/mv_common.c index c2e25c686583..09322d591e01 100644 --- a/sys/arm/mv/mv_common.c +++ b/sys/arm/mv/mv_common.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/mv/mv_cp110_clock.c b/sys/arm/mv/mv_cp110_clock.c index cc38e0c8ad90..85d4d3df41b2 100644 --- a/sys/arm/mv/mv_cp110_clock.c +++ b/sys/arm/mv/mv_cp110_clock.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/mv/mv_cp110_icu.c b/sys/arm/mv/mv_cp110_icu.c index e44995bb8bb5..c29a22538622 100644 --- a/sys/arm/mv/mv_cp110_icu.c +++ b/sys/arm/mv/mv_cp110_icu.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/mv/mv_cp110_icu_bus.c b/sys/arm/mv/mv_cp110_icu_bus.c index 06c3e639cdbd..5b4eb8355287 100644 --- a/sys/arm/mv/mv_cp110_icu_bus.c +++ b/sys/arm/mv/mv_cp110_icu_bus.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/mv/mv_pci.c b/sys/arm/mv/mv_pci.c index 5d2dc66ca4c5..f6aa52611c86 100644 --- a/sys/arm/mv/mv_pci.c +++ b/sys/arm/mv/mv_pci.c @@ -41,8 +41,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/mv/mv_pci_ctrl.c b/sys/arm/mv/mv_pci_ctrl.c index 4b7b1721a1fa..cbe141b9fcb1 100644 --- a/sys/arm/mv/mv_pci_ctrl.c +++ b/sys/arm/mv/mv_pci_ctrl.c @@ -38,8 +38,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/mv/mv_spi.c b/sys/arm/mv/mv_spi.c index 13e7cf9a5529..11c4c3be702c 100644 --- a/sys/arm/mv/mv_spi.c +++ b/sys/arm/mv/mv_spi.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/mv/mv_thermal.c b/sys/arm/mv/mv_thermal.c index 53dccdb3c6a9..3810b565b4a2 100644 --- a/sys/arm/mv/mv_thermal.c +++ b/sys/arm/mv/mv_thermal.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/mv/mvebu_gpio.c b/sys/arm/mv/mvebu_gpio.c index 860768bab8ee..001369bb3a02 100644 --- a/sys/arm/mv/mvebu_gpio.c +++ b/sys/arm/mv/mvebu_gpio.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * ARMADA 8040 GPIO driver. */ diff --git a/sys/arm/mv/mvebu_pinctrl.c b/sys/arm/mv/mvebu_pinctrl.c index 214c316b2a09..618c281fea7a 100644 --- a/sys/arm/mv/mvebu_pinctrl.c +++ b/sys/arm/mv/mvebu_pinctrl.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/mv/rtc.c b/sys/arm/mv/rtc.c index 9be16c905a19..3d408362009a 100644 --- a/sys/arm/mv/rtc.c +++ b/sys/arm/mv/rtc.c @@ -32,7 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); #include #include #include diff --git a/sys/arm/mv/timer.c b/sys/arm/mv/timer.c index 253cc8863f84..15ce14fbe753 100644 --- a/sys/arm/mv/timer.c +++ b/sys/arm/mv/timer.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/nvidia/as3722.c b/sys/arm/nvidia/as3722.c index 9f441e96c05b..537cd4f6e24a 100644 --- a/sys/arm/nvidia/as3722.c +++ b/sys/arm/nvidia/as3722.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * AS3722 PMIC driver */ diff --git a/sys/arm/nvidia/as3722_gpio.c b/sys/arm/nvidia/as3722_gpio.c index 75678132ccbd..f7ae3c99d0f4 100644 --- a/sys/arm/nvidia/as3722_gpio.c +++ b/sys/arm/nvidia/as3722_gpio.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/nvidia/as3722_regulators.c b/sys/arm/nvidia/as3722_regulators.c index 3e463f0f5de7..7a8c6d96e7e5 100644 --- a/sys/arm/nvidia/as3722_regulators.c +++ b/sys/arm/nvidia/as3722_regulators.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/nvidia/as3722_rtc.c b/sys/arm/nvidia/as3722_rtc.c index 8f13104337f8..af86ab38d814 100644 --- a/sys/arm/nvidia/as3722_rtc.c +++ b/sys/arm/nvidia/as3722_rtc.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/nvidia/drm2/hdmi.c b/sys/arm/nvidia/drm2/hdmi.c index 1e7ed4a440e8..5b402487f08d 100644 --- a/sys/arm/nvidia/drm2/hdmi.c +++ b/sys/arm/nvidia/drm2/hdmi.c @@ -22,8 +22,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/arm/nvidia/drm2/tegra_bo.c b/sys/arm/nvidia/drm2/tegra_bo.c index ba614d014564..ae0c48d6b677 100644 --- a/sys/arm/nvidia/drm2/tegra_bo.c +++ b/sys/arm/nvidia/drm2/tegra_bo.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/nvidia/drm2/tegra_dc.c b/sys/arm/nvidia/drm2/tegra_dc.c index 8133a40b5c38..f086570e3f09 100644 --- a/sys/arm/nvidia/drm2/tegra_dc.c +++ b/sys/arm/nvidia/drm2/tegra_dc.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/nvidia/drm2/tegra_drm_subr.c b/sys/arm/nvidia/drm2/tegra_drm_subr.c index 813da9c7b18c..8210c7d60ea7 100644 --- a/sys/arm/nvidia/drm2/tegra_drm_subr.c +++ b/sys/arm/nvidia/drm2/tegra_drm_subr.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/nvidia/drm2/tegra_fb.c b/sys/arm/nvidia/drm2/tegra_fb.c index ce5fbfd4cc38..450d6944205d 100644 --- a/sys/arm/nvidia/drm2/tegra_fb.c +++ b/sys/arm/nvidia/drm2/tegra_fb.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/nvidia/drm2/tegra_hdmi.c b/sys/arm/nvidia/drm2/tegra_hdmi.c index e8788e9bc4f2..641787a40e71 100644 --- a/sys/arm/nvidia/drm2/tegra_hdmi.c +++ b/sys/arm/nvidia/drm2/tegra_hdmi.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/nvidia/drm2/tegra_host1x.c b/sys/arm/nvidia/drm2/tegra_host1x.c index ca9785fdd3c2..7d5044d5403b 100644 --- a/sys/arm/nvidia/drm2/tegra_host1x.c +++ b/sys/arm/nvidia/drm2/tegra_host1x.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/nvidia/tegra124/tegra124_car.c b/sys/arm/nvidia/tegra124/tegra124_car.c index 4eaa3216dbe4..52807ad7e73f 100644 --- a/sys/arm/nvidia/tegra124/tegra124_car.c +++ b/sys/arm/nvidia/tegra124/tegra124_car.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/nvidia/tegra124/tegra124_clk_per.c b/sys/arm/nvidia/tegra124/tegra124_clk_per.c index b555a15786a4..26c1c30eb0fc 100644 --- a/sys/arm/nvidia/tegra124/tegra124_clk_per.c +++ b/sys/arm/nvidia/tegra124/tegra124_clk_per.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/nvidia/tegra124/tegra124_clk_pll.c b/sys/arm/nvidia/tegra124/tegra124_clk_pll.c index a19c739a02fb..6b170dae792a 100644 --- a/sys/arm/nvidia/tegra124/tegra124_clk_pll.c +++ b/sys/arm/nvidia/tegra124/tegra124_clk_pll.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/nvidia/tegra124/tegra124_clk_super.c b/sys/arm/nvidia/tegra124/tegra124_clk_super.c index 43582508edea..3c28a84aea9f 100644 --- a/sys/arm/nvidia/tegra124/tegra124_clk_super.c +++ b/sys/arm/nvidia/tegra124/tegra124_clk_super.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/nvidia/tegra124/tegra124_coretemp.c b/sys/arm/nvidia/tegra124/tegra124_coretemp.c index 629f788dedf4..9b9ed517147e 100644 --- a/sys/arm/nvidia/tegra124/tegra124_coretemp.c +++ b/sys/arm/nvidia/tegra124/tegra124_coretemp.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/nvidia/tegra124/tegra124_cpufreq.c b/sys/arm/nvidia/tegra124/tegra124_cpufreq.c index 7047b07ff142..03bc22439230 100644 --- a/sys/arm/nvidia/tegra124/tegra124_cpufreq.c +++ b/sys/arm/nvidia/tegra124/tegra124_cpufreq.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/nvidia/tegra124/tegra124_machdep.c b/sys/arm/nvidia/tegra124/tegra124_machdep.c index 0bb55666c175..8ee1d8c8aaae 100644 --- a/sys/arm/nvidia/tegra124/tegra124_machdep.c +++ b/sys/arm/nvidia/tegra124/tegra124_machdep.c @@ -27,8 +27,6 @@ #include "opt_platform.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/nvidia/tegra124/tegra124_mp.c b/sys/arm/nvidia/tegra124/tegra124_mp.c index 19a1a2cfc99e..624f1dd507f4 100644 --- a/sys/arm/nvidia/tegra124/tegra124_mp.c +++ b/sys/arm/nvidia/tegra124/tegra124_mp.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/nvidia/tegra124/tegra124_xusbpadctl.c b/sys/arm/nvidia/tegra124/tegra124_xusbpadctl.c index ee86c05f0d68..dfcd46325793 100644 --- a/sys/arm/nvidia/tegra124/tegra124_xusbpadctl.c +++ b/sys/arm/nvidia/tegra124/tegra124_xusbpadctl.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/nvidia/tegra_abpmisc.c b/sys/arm/nvidia/tegra_abpmisc.c index 38c2f5cc9bdb..88f9ecde3f31 100644 --- a/sys/arm/nvidia/tegra_abpmisc.c +++ b/sys/arm/nvidia/tegra_abpmisc.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * SoC misc configuration and indentification driver. */ diff --git a/sys/arm/nvidia/tegra_ahci.c b/sys/arm/nvidia/tegra_ahci.c index 17da6a08f6d5..4f44a09b4a76 100644 --- a/sys/arm/nvidia/tegra_ahci.c +++ b/sys/arm/nvidia/tegra_ahci.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * AHCI driver for Tegra SoCs. */ diff --git a/sys/arm/nvidia/tegra_efuse.c b/sys/arm/nvidia/tegra_efuse.c index d789dfe5d834..7c88bcb3fe03 100644 --- a/sys/arm/nvidia/tegra_efuse.c +++ b/sys/arm/nvidia/tegra_efuse.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/nvidia/tegra_ehci.c b/sys/arm/nvidia/tegra_ehci.c index 811c0e58ccd8..9160ca4fa1f3 100644 --- a/sys/arm/nvidia/tegra_ehci.c +++ b/sys/arm/nvidia/tegra_ehci.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * EHCI driver for Tegra SoCs. */ diff --git a/sys/arm/nvidia/tegra_gpio.c b/sys/arm/nvidia/tegra_gpio.c index c3f410713846..29bc8624e27a 100644 --- a/sys/arm/nvidia/tegra_gpio.c +++ b/sys/arm/nvidia/tegra_gpio.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Tegra GPIO driver. */ diff --git a/sys/arm/nvidia/tegra_i2c.c b/sys/arm/nvidia/tegra_i2c.c index d60d26061657..6b68b859a037 100644 --- a/sys/arm/nvidia/tegra_i2c.c +++ b/sys/arm/nvidia/tegra_i2c.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * I2C driver for Tegra SoCs. */ diff --git a/sys/arm/nvidia/tegra_lic.c b/sys/arm/nvidia/tegra_lic.c index 0c764a249972..e1d641635351 100644 --- a/sys/arm/nvidia/tegra_lic.c +++ b/sys/arm/nvidia/tegra_lic.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Local interrupt controller driver for Tegra SoCs. */ diff --git a/sys/arm/nvidia/tegra_mc.c b/sys/arm/nvidia/tegra_mc.c index 90b4d6d470eb..bad75f274af0 100644 --- a/sys/arm/nvidia/tegra_mc.c +++ b/sys/arm/nvidia/tegra_mc.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Memory controller driver for Tegra SoCs. */ diff --git a/sys/arm/nvidia/tegra_pcie.c b/sys/arm/nvidia/tegra_pcie.c index a12d874e409b..4ac557510b23 100644 --- a/sys/arm/nvidia/tegra_pcie.c +++ b/sys/arm/nvidia/tegra_pcie.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Nvidia Integrated PCI/PCI-Express controller driver. */ diff --git a/sys/arm/nvidia/tegra_pinmux.c b/sys/arm/nvidia/tegra_pinmux.c index a9148ca95234..4d396d4364b3 100644 --- a/sys/arm/nvidia/tegra_pinmux.c +++ b/sys/arm/nvidia/tegra_pinmux.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Pin multiplexer driver for Tegra SoCs. */ diff --git a/sys/arm/nvidia/tegra_rtc.c b/sys/arm/nvidia/tegra_rtc.c index 3f6d87d633df..b489967c946e 100644 --- a/sys/arm/nvidia/tegra_rtc.c +++ b/sys/arm/nvidia/tegra_rtc.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * RTC driver for Tegra SoCs. */ diff --git a/sys/arm/nvidia/tegra_sdhci.c b/sys/arm/nvidia/tegra_sdhci.c index 2198cb422942..b9b47f0d1c6f 100644 --- a/sys/arm/nvidia/tegra_sdhci.c +++ b/sys/arm/nvidia/tegra_sdhci.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * SDHCI driver glue for NVIDIA Tegra family * diff --git a/sys/arm/nvidia/tegra_soctherm.c b/sys/arm/nvidia/tegra_soctherm.c index aa5ba83f5814..2cd0400b5c95 100644 --- a/sys/arm/nvidia/tegra_soctherm.c +++ b/sys/arm/nvidia/tegra_soctherm.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Thermometer and thermal zones driver for Tegra SoCs. * Calibration data and algo are taken from Linux, because this part of SoC diff --git a/sys/arm/nvidia/tegra_uart.c b/sys/arm/nvidia/tegra_uart.c index 2c427689952a..05d1c46407f7 100644 --- a/sys/arm/nvidia/tegra_uart.c +++ b/sys/arm/nvidia/tegra_uart.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * UART driver for Tegra SoCs. */ diff --git a/sys/arm/nvidia/tegra_usbphy.c b/sys/arm/nvidia/tegra_usbphy.c index 3e334a85074c..5c48afd48d2f 100644 --- a/sys/arm/nvidia/tegra_usbphy.c +++ b/sys/arm/nvidia/tegra_usbphy.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * USB phy driver for Tegra SoCs. */ diff --git a/sys/arm/nvidia/tegra_xhci.c b/sys/arm/nvidia/tegra_xhci.c index 4187271bbdb6..2c2c69d177ea 100644 --- a/sys/arm/nvidia/tegra_xhci.c +++ b/sys/arm/nvidia/tegra_xhci.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * XHCI driver for Tegra SoCs. */ diff --git a/sys/arm/qemu/virt_machdep.c b/sys/arm/qemu/virt_machdep.c index dc8e4fcba860..52bf408481ba 100644 --- a/sys/arm/qemu/virt_machdep.c +++ b/sys/arm/qemu/virt_machdep.c @@ -28,8 +28,6 @@ #include "opt_platform.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/qemu/virt_mp.c b/sys/arm/qemu/virt_mp.c index 9b7c1c0bd23d..b7bf86d9871d 100644 --- a/sys/arm/qemu/virt_mp.c +++ b/sys/arm/qemu/virt_mp.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/qualcomm/ipq4018_machdep.c b/sys/arm/qualcomm/ipq4018_machdep.c index dabebef28c89..6734383d5b42 100644 --- a/sys/arm/qualcomm/ipq4018_machdep.c +++ b/sys/arm/qualcomm/ipq4018_machdep.c @@ -28,8 +28,6 @@ #include "opt_platform.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/qualcomm/ipq4018_mp.c b/sys/arm/qualcomm/ipq4018_mp.c index c4c76965e70c..994fed9afd30 100644 --- a/sys/arm/qualcomm/ipq4018_mp.c +++ b/sys/arm/qualcomm/ipq4018_mp.c @@ -28,8 +28,6 @@ #include "opt_platform.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/qualcomm/ipq4018_usb_hs_phy.c b/sys/arm/qualcomm/ipq4018_usb_hs_phy.c index db18d5bec993..984636b2bd13 100644 --- a/sys/arm/qualcomm/ipq4018_usb_hs_phy.c +++ b/sys/arm/qualcomm/ipq4018_usb_hs_phy.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/qualcomm/ipq4018_usb_ss_phy.c b/sys/arm/qualcomm/ipq4018_usb_ss_phy.c index ad7f1455e15d..26000460a7e7 100644 --- a/sys/arm/qualcomm/ipq4018_usb_ss_phy.c +++ b/sys/arm/qualcomm/ipq4018_usb_ss_phy.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/qualcomm/qcom_cpu_kpssv2.c b/sys/arm/qualcomm/qcom_cpu_kpssv2.c index dc3c8c2a7533..4e1c933d2db2 100644 --- a/sys/arm/qualcomm/qcom_cpu_kpssv2.c +++ b/sys/arm/qualcomm/qcom_cpu_kpssv2.c @@ -28,8 +28,6 @@ #include "opt_platform.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/qualcomm/qcom_scm_legacy.c b/sys/arm/qualcomm/qcom_scm_legacy.c index 15b25bdbbe74..24c62c8181c3 100644 --- a/sys/arm/qualcomm/qcom_scm_legacy.c +++ b/sys/arm/qualcomm/qcom_scm_legacy.c @@ -28,8 +28,6 @@ #include "opt_platform.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/rockchip/rk32xx_machdep.c b/sys/arm/rockchip/rk32xx_machdep.c index 42d6762f8a56..d690ff970f81 100644 --- a/sys/arm/rockchip/rk32xx_machdep.c +++ b/sys/arm/rockchip/rk32xx_machdep.c @@ -28,8 +28,6 @@ #include "opt_platform.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/rockchip/rk32xx_mp.c b/sys/arm/rockchip/rk32xx_mp.c index 5b696a8909cd..8a482ab93665 100644 --- a/sys/arm/rockchip/rk32xx_mp.c +++ b/sys/arm/rockchip/rk32xx_mp.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/ti/aintc.c b/sys/arm/ti/aintc.c index a3f0830e401c..ce986b2d38bc 100644 --- a/sys/arm/ti/aintc.c +++ b/sys/arm/ti/aintc.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_platform.h" #include diff --git a/sys/arm/ti/am335x/am3359_cppi41.c b/sys/arm/ti/am335x/am3359_cppi41.c index ad799e9f52b7..82f3a55fb9f1 100644 --- a/sys/arm/ti/am335x/am3359_cppi41.c +++ b/sys/arm/ti/am335x/am3359_cppi41.c @@ -27,8 +27,6 @@ /* Based on sys/arm/ti/ti_sysc.c */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/ti/am335x/am335x_dmtimer.c b/sys/arm/ti/am335x/am335x_dmtimer.c index 70b424dcd50a..e576a11fe70e 100644 --- a/sys/arm/ti/am335x/am335x_dmtimer.c +++ b/sys/arm/ti/am335x/am335x_dmtimer.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/ti/am335x/am335x_dmtpps.c b/sys/arm/ti/am335x/am335x_dmtpps.c index ce868dcf5d22..23b930741c2a 100644 --- a/sys/arm/ti/am335x/am335x_dmtpps.c +++ b/sys/arm/ti/am335x/am335x_dmtpps.c @@ -41,8 +41,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_platform.h" #include diff --git a/sys/arm/ti/am335x/am335x_ecap.c b/sys/arm/ti/am335x/am335x_ecap.c index c7f5a670b0a9..83ba9847ec47 100644 --- a/sys/arm/ti/am335x/am335x_ecap.c +++ b/sys/arm/ti/am335x/am335x_ecap.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/ti/am335x/am335x_ehrpwm.c b/sys/arm/ti/am335x/am335x_ehrpwm.c index 359f54aac5f5..f3d079525d4a 100644 --- a/sys/arm/ti/am335x/am335x_ehrpwm.c +++ b/sys/arm/ti/am335x/am335x_ehrpwm.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/ti/am335x/am335x_gpio.c b/sys/arm/ti/am335x/am335x_gpio.c index e5c1b8572276..23a417286795 100644 --- a/sys/arm/ti/am335x/am335x_gpio.c +++ b/sys/arm/ti/am335x/am335x_gpio.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/ti/am335x/am335x_lcd.c b/sys/arm/ti/am335x/am335x_lcd.c index ed31e03ddccb..82895436bdf1 100644 --- a/sys/arm/ti/am335x/am335x_lcd.c +++ b/sys/arm/ti/am335x/am335x_lcd.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_syscons.h" #include #include diff --git a/sys/arm/ti/am335x/am335x_lcd_syscons.c b/sys/arm/ti/am335x/am335x_lcd_syscons.c index 7a5e141ba350..fb634f8076e6 100644 --- a/sys/arm/ti/am335x/am335x_lcd_syscons.c +++ b/sys/arm/ti/am335x/am335x_lcd_syscons.c @@ -26,8 +26,6 @@ * SUCH DAMAGE. */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/ti/am335x/am335x_musb.c b/sys/arm/ti/am335x/am335x_musb.c index 2889e8c1b7d4..28058cc96899 100644 --- a/sys/arm/ti/am335x/am335x_musb.c +++ b/sys/arm/ti/am335x/am335x_musb.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/ti/am335x/am335x_pmic.c b/sys/arm/ti/am335x/am335x_pmic.c index c9450cf45526..5d569ae9c5ad 100644 --- a/sys/arm/ti/am335x/am335x_pmic.c +++ b/sys/arm/ti/am335x/am335x_pmic.c @@ -27,7 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); /* * TI TPS65217 PMIC companion chip for AM335x SoC sitting on I2C bus */ diff --git a/sys/arm/ti/am335x/am335x_pwmss.c b/sys/arm/ti/am335x/am335x_pwmss.c index aaab294dbb18..2769835c0a08 100644 --- a/sys/arm/ti/am335x/am335x_pwmss.c +++ b/sys/arm/ti/am335x/am335x_pwmss.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/ti/am335x/am335x_rtc.c b/sys/arm/ti/am335x/am335x_rtc.c index 2ca14f4d9048..6196ce1fce50 100644 --- a/sys/arm/ti/am335x/am335x_rtc.c +++ b/sys/arm/ti/am335x/am335x_rtc.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/ti/am335x/am335x_scm.c b/sys/arm/ti/am335x/am335x_scm.c index 986ce39701a7..64ef6a577afc 100644 --- a/sys/arm/ti/am335x/am335x_scm.c +++ b/sys/arm/ti/am335x/am335x_scm.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/ti/am335x/am335x_scm_padconf.c b/sys/arm/ti/am335x/am335x_scm_padconf.c index 1dcb02fc8c9c..2af84e85d78e 100644 --- a/sys/arm/ti/am335x/am335x_scm_padconf.c +++ b/sys/arm/ti/am335x/am335x_scm_padconf.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/ti/am335x/am335x_usb_phy.c b/sys/arm/ti/am335x/am335x_usb_phy.c index e28ef391754a..f03c1fcde27e 100644 --- a/sys/arm/ti/am335x/am335x_usb_phy.c +++ b/sys/arm/ti/am335x/am335x_usb_phy.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/ti/am335x/tda19988.c b/sys/arm/ti/am335x/tda19988.c index ff3f374a9bcd..9d5bf9a40087 100644 --- a/sys/arm/ti/am335x/tda19988.c +++ b/sys/arm/ti/am335x/tda19988.c @@ -25,7 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); /* * NXP TDA19988 HDMI encoder */ diff --git a/sys/arm/ti/clk/clock_common.c b/sys/arm/ti/clk/clock_common.c index 79cc5505bf64..79ccc7b3d055 100644 --- a/sys/arm/ti/clk/clock_common.c +++ b/sys/arm/ti/clk/clock_common.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/ti/clk/clock_common.h b/sys/arm/ti/clk/clock_common.h index f0f12bfe733a..884b4b32d4a8 100644 --- a/sys/arm/ti/clk/clock_common.h +++ b/sys/arm/ti/clk/clock_common.h @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - struct clock_cell_info { cell_t *clock_cells; uint8_t *clock_cells_ncells; diff --git a/sys/arm/ti/clk/ti_clk_clkctrl.c b/sys/arm/ti/clk/ti_clk_clkctrl.c index bc12f354bc3b..e7a121bf49e5 100644 --- a/sys/arm/ti/clk/ti_clk_clkctrl.c +++ b/sys/arm/ti/clk/ti_clk_clkctrl.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/ti/clk/ti_clk_dpll.c b/sys/arm/ti/clk/ti_clk_dpll.c index a8e8d5b6539c..ffde2123a35f 100644 --- a/sys/arm/ti/clk/ti_clk_dpll.c +++ b/sys/arm/ti/clk/ti_clk_dpll.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/ti/clk/ti_clkctrl.c b/sys/arm/ti/clk/ti_clkctrl.c index e802d74dce53..e7541c890004 100644 --- a/sys/arm/ti/clk/ti_clkctrl.c +++ b/sys/arm/ti/clk/ti_clkctrl.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/ti/clk/ti_divider_clock.c b/sys/arm/ti/clk/ti_divider_clock.c index 7ea37904e363..25e6e1bf7264 100644 --- a/sys/arm/ti/clk/ti_divider_clock.c +++ b/sys/arm/ti/clk/ti_divider_clock.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/ti/clk/ti_dpll_clock.c b/sys/arm/ti/clk/ti_dpll_clock.c index 2d2bb3d4a215..686dce110de2 100644 --- a/sys/arm/ti/clk/ti_dpll_clock.c +++ b/sys/arm/ti/clk/ti_dpll_clock.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/ti/clk/ti_gate_clock.c b/sys/arm/ti/clk/ti_gate_clock.c index 74288f551f3f..baf233c5fa68 100644 --- a/sys/arm/ti/clk/ti_gate_clock.c +++ b/sys/arm/ti/clk/ti_gate_clock.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/ti/clk/ti_mux_clock.c b/sys/arm/ti/clk/ti_mux_clock.c index 4cee3052064d..ef1b2ea5c324 100644 --- a/sys/arm/ti/clk/ti_mux_clock.c +++ b/sys/arm/ti/clk/ti_mux_clock.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/ti/cpsw/if_cpsw.c b/sys/arm/ti/cpsw/if_cpsw.c index 5379077d3148..223d24019cb8 100644 --- a/sys/arm/ti/cpsw/if_cpsw.c +++ b/sys/arm/ti/cpsw/if_cpsw.c @@ -47,8 +47,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_cpsw.h" #include diff --git a/sys/arm/ti/omap4/omap4_gpio.c b/sys/arm/ti/omap4/omap4_gpio.c index b4c9696aec8d..ac52131a5c48 100644 --- a/sys/arm/ti/omap4/omap4_gpio.c +++ b/sys/arm/ti/omap4/omap4_gpio.c @@ -27,8 +27,6 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/ti/omap4/omap4_l2cache.c b/sys/arm/ti/omap4/omap4_l2cache.c index 65498c86951d..050631d96bd0 100644 --- a/sys/arm/ti/omap4/omap4_l2cache.c +++ b/sys/arm/ti/omap4/omap4_l2cache.c @@ -25,7 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); #include #include #include diff --git a/sys/arm/ti/omap4/omap4_mp.c b/sys/arm/ti/omap4/omap4_mp.c index 9a12c337dac2..ab0f8ccdd126 100644 --- a/sys/arm/ti/omap4/omap4_mp.c +++ b/sys/arm/ti/omap4/omap4_mp.c @@ -25,7 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); #include #include #include diff --git a/sys/arm/ti/omap4/omap4_prcm_clks.c b/sys/arm/ti/omap4/omap4_prcm_clks.c index dda7442a500b..25daef320419 100644 --- a/sys/arm/ti/omap4/omap4_prcm_clks.c +++ b/sys/arm/ti/omap4/omap4_prcm_clks.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/ti/omap4/omap4_scm_padconf.c b/sys/arm/ti/omap4/omap4_scm_padconf.c index 4ae9aa152cc9..e71185dea15a 100644 --- a/sys/arm/ti/omap4/omap4_scm_padconf.c +++ b/sys/arm/ti/omap4/omap4_scm_padconf.c @@ -29,8 +29,6 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/ti/omap4/omap4_wugen.c b/sys/arm/ti/omap4/omap4_wugen.c index 925262f8f1d5..5fa85a2898aa 100644 --- a/sys/arm/ti/omap4/omap4_wugen.c +++ b/sys/arm/ti/omap4/omap4_wugen.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/ti/omap4/pandaboard/pandaboard.c b/sys/arm/ti/omap4/pandaboard/pandaboard.c index fbf4034933cc..a4fd1d9b520d 100644 --- a/sys/arm/ti/omap4/pandaboard/pandaboard.c +++ b/sys/arm/ti/omap4/pandaboard/pandaboard.c @@ -29,8 +29,6 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/ti/ti_adc.c b/sys/arm/ti/ti_adc.c index 31869c50a228..5a3a337afff5 100644 --- a/sys/arm/ti/ti_adc.c +++ b/sys/arm/ti/ti_adc.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_evdev.h" #include diff --git a/sys/arm/ti/ti_cpuid.c b/sys/arm/ti/ti_cpuid.c index 69ad05e31369..dac33e0214cd 100644 --- a/sys/arm/ti/ti_cpuid.c +++ b/sys/arm/ti/ti_cpuid.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/ti/ti_edma3.c b/sys/arm/ti/ti_edma3.c index ef0891b1bd1a..231c4f91dba3 100644 --- a/sys/arm/ti/ti_edma3.c +++ b/sys/arm/ti/ti_edma3.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/ti/ti_gpio.c b/sys/arm/ti/ti_gpio.c index eea754318bff..68561b96bad2 100644 --- a/sys/arm/ti/ti_gpio.c +++ b/sys/arm/ti/ti_gpio.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_platform.h" #include diff --git a/sys/arm/ti/ti_i2c.c b/sys/arm/ti/ti_i2c.c index 0364294f280d..0f97112c2a43 100644 --- a/sys/arm/ti/ti_i2c.c +++ b/sys/arm/ti/ti_i2c.c @@ -42,8 +42,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/ti/ti_machdep.c b/sys/arm/ti/ti_machdep.c index 33d24cda1fa6..da7e0e930028 100644 --- a/sys/arm/ti/ti_machdep.c +++ b/sys/arm/ti/ti_machdep.c @@ -40,8 +40,6 @@ #include "opt_platform.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/ti/ti_mbox.c b/sys/arm/ti/ti_mbox.c index dfdd25c5f12d..797e181f560b 100644 --- a/sys/arm/ti/ti_mbox.c +++ b/sys/arm/ti/ti_mbox.c @@ -26,8 +26,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/ti/ti_omap4_cm.c b/sys/arm/ti/ti_omap4_cm.c index 989cefad3477..ce1937e2df95 100644 --- a/sys/arm/ti/ti_omap4_cm.c +++ b/sys/arm/ti/ti_omap4_cm.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/ti/ti_pinmux.c b/sys/arm/ti/ti_pinmux.c index a8c837b34b40..914928aa593a 100644 --- a/sys/arm/ti/ti_pinmux.c +++ b/sys/arm/ti/ti_pinmux.c @@ -34,8 +34,6 @@ * Exposes pinmux module to pinctrl-compatible interface */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/ti/ti_prcm.c b/sys/arm/ti/ti_prcm.c index 23ccce07e984..5a08f08c612f 100644 --- a/sys/arm/ti/ti_prcm.c +++ b/sys/arm/ti/ti_prcm.c @@ -31,8 +31,6 @@ /* Based on sys/arm/ti/am335x/am335x_prcm.c */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/ti/ti_prm.c b/sys/arm/ti/ti_prm.c index 9807181726e8..fc4e027512b5 100644 --- a/sys/arm/ti/ti_prm.c +++ b/sys/arm/ti/ti_prm.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/ti/ti_pruss.c b/sys/arm/ti/ti_pruss.c index 369ff0665979..378c892c95ec 100644 --- a/sys/arm/ti/ti_pruss.c +++ b/sys/arm/ti/ti_pruss.c @@ -27,8 +27,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/ti/ti_scm.c b/sys/arm/ti/ti_scm.c index 616271ab1059..23507febb90d 100644 --- a/sys/arm/ti/ti_scm.c +++ b/sys/arm/ti/ti_scm.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* Based on sys/arm/ti/ti_sysc.c */ #include diff --git a/sys/arm/ti/ti_scm_syscon.c b/sys/arm/ti/ti_scm_syscon.c index ebf14f92310f..fc6d8ecb3c13 100644 --- a/sys/arm/ti/ti_scm_syscon.c +++ b/sys/arm/ti/ti_scm_syscon.c @@ -27,8 +27,6 @@ /* Based on sys/arm/ti/ti_sysc.c */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/ti/ti_sdhci.c b/sys/arm/ti/ti_sdhci.c index c5cbbf46b06c..6a1c9552f440 100644 --- a/sys/arm/ti/ti_sdhci.c +++ b/sys/arm/ti/ti_sdhci.c @@ -28,8 +28,6 @@ * */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/ti/ti_sdma.c b/sys/arm/ti/ti_sdma.c index 97b5634dd865..302b0330df18 100644 --- a/sys/arm/ti/ti_sdma.c +++ b/sys/arm/ti/ti_sdma.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/ti/ti_smc.S b/sys/arm/ti/ti_smc.S index 287f0a7711f7..94517c49e416 100644 --- a/sys/arm/ti/ti_smc.S +++ b/sys/arm/ti/ti_smc.S @@ -23,8 +23,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include .cpu cortex-a8 diff --git a/sys/arm/ti/ti_spi.c b/sys/arm/ti/ti_spi.c index 7c908ab10434..5313bd9948d7 100644 --- a/sys/arm/ti/ti_spi.c +++ b/sys/arm/ti/ti_spi.c @@ -25,8 +25,6 @@ * */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/ti/ti_sysc.c b/sys/arm/ti/ti_sysc.c index ebe01b0862ab..33f34023429e 100644 --- a/sys/arm/ti/ti_sysc.c +++ b/sys/arm/ti/ti_sysc.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/ti/ti_wdt.c b/sys/arm/ti/ti_wdt.c index 46be0008c35d..6fddf2eb655f 100644 --- a/sys/arm/ti/ti_wdt.c +++ b/sys/arm/ti/ti_wdt.c @@ -24,8 +24,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/ti/twl/twl.c b/sys/arm/ti/twl/twl.c index 57a1d866e7e4..88391b136df3 100644 --- a/sys/arm/ti/twl/twl.c +++ b/sys/arm/ti/twl/twl.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Texas Instruments TWL4030/TWL5030/TWL60x0/TPS659x0 Power Management and * Audio CODEC devices. diff --git a/sys/arm/ti/twl/twl_clks.c b/sys/arm/ti/twl/twl_clks.c index 2e317c229c7e..30dec7bcfc37 100644 --- a/sys/arm/ti/twl/twl_clks.c +++ b/sys/arm/ti/twl/twl_clks.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Texas Instruments TWL4030/TWL5030/TWL60x0/TPS659x0 Power Management. * diff --git a/sys/arm/ti/twl/twl_vreg.c b/sys/arm/ti/twl/twl_vreg.c index 730288dc8bf3..7609ed9a9c4f 100644 --- a/sys/arm/ti/twl/twl_vreg.c +++ b/sys/arm/ti/twl/twl_vreg.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Texas Instruments TWL4030/TWL5030/TWL60x0/TPS659x0 Power Management. * diff --git a/sys/arm/ti/usb/omap_ehci.c b/sys/arm/ti/usb/omap_ehci.c index 3d13cb594d31..5b84ba0de151 100644 --- a/sys/arm/ti/usb/omap_ehci.c +++ b/sys/arm/ti/usb/omap_ehci.c @@ -27,8 +27,6 @@ * SUCH DAMAGE. */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/ti/usb/omap_host.c b/sys/arm/ti/usb/omap_host.c index a01a22981fc2..1180766c677d 100644 --- a/sys/arm/ti/usb/omap_host.c +++ b/sys/arm/ti/usb/omap_host.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/ti/usb/omap_tll.c b/sys/arm/ti/usb/omap_tll.c index 2f5646982b32..12d2c8ce2d40 100644 --- a/sys/arm/ti/usb/omap_tll.c +++ b/sys/arm/ti/usb/omap_tll.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/xilinx/uart_dev_cdnc.c b/sys/arm/xilinx/uart_dev_cdnc.c index 91a2df66743d..0a66e06ca720 100644 --- a/sys/arm/xilinx/uart_dev_cdnc.c +++ b/sys/arm/xilinx/uart_dev_cdnc.c @@ -36,8 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/xilinx/zy7_devcfg.c b/sys/arm/xilinx/zy7_devcfg.c index afbb13fda199..0e5936e4e6af 100644 --- a/sys/arm/xilinx/zy7_devcfg.c +++ b/sys/arm/xilinx/zy7_devcfg.c @@ -36,8 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/xilinx/zy7_ehci.c b/sys/arm/xilinx/zy7_ehci.c index 13823f81fa0d..15040f0a17a2 100644 --- a/sys/arm/xilinx/zy7_ehci.c +++ b/sys/arm/xilinx/zy7_ehci.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/xilinx/zy7_gpio.c b/sys/arm/xilinx/zy7_gpio.c index bdb7f11cfbfd..40ae21339404 100644 --- a/sys/arm/xilinx/zy7_gpio.c +++ b/sys/arm/xilinx/zy7_gpio.c @@ -44,8 +44,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/xilinx/zy7_l2cache.c b/sys/arm/xilinx/zy7_l2cache.c index cf5893cbbbb6..274b441ebaf3 100644 --- a/sys/arm/xilinx/zy7_l2cache.c +++ b/sys/arm/xilinx/zy7_l2cache.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/xilinx/zy7_machdep.c b/sys/arm/xilinx/zy7_machdep.c index 901e12223362..d841575aabe9 100644 --- a/sys/arm/xilinx/zy7_machdep.c +++ b/sys/arm/xilinx/zy7_machdep.c @@ -36,8 +36,6 @@ #include "opt_platform.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/xilinx/zy7_mp.c b/sys/arm/xilinx/zy7_mp.c index 98329720a427..cc122dca9cc0 100644 --- a/sys/arm/xilinx/zy7_mp.c +++ b/sys/arm/xilinx/zy7_mp.c @@ -25,7 +25,6 @@ #include "opt_platform.h" #include -__FBSDID("$FreeBSD$"); #include #include #include diff --git a/sys/arm/xilinx/zy7_qspi.c b/sys/arm/xilinx/zy7_qspi.c index 579684d95391..d639c0bb02cf 100644 --- a/sys/arm/xilinx/zy7_qspi.c +++ b/sys/arm/xilinx/zy7_qspi.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * This is a driver for the Quad-SPI Flash Controller in the Xilinx * Zynq-7000 SoC. diff --git a/sys/arm/xilinx/zy7_slcr.c b/sys/arm/xilinx/zy7_slcr.c index 1b35eca76707..8933b1ae50c8 100644 --- a/sys/arm/xilinx/zy7_slcr.c +++ b/sys/arm/xilinx/zy7_slcr.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm/xilinx/zy7_spi.c b/sys/arm/xilinx/zy7_spi.c index 69013862263c..0010cd6e00a0 100644 --- a/sys/arm/xilinx/zy7_spi.c +++ b/sys/arm/xilinx/zy7_spi.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/acpica/OsdEnvironment.c b/sys/arm64/acpica/OsdEnvironment.c index 2659d1c7da84..d3080bbe3710 100644 --- a/sys/arm64/acpica/OsdEnvironment.c +++ b/sys/arm64/acpica/OsdEnvironment.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/acpica/acpi_iort.c b/sys/arm64/acpica/acpi_iort.c index 17d4c27fdb2d..2fb3bcf8a5df 100644 --- a/sys/arm64/acpica/acpi_iort.c +++ b/sys/arm64/acpica/acpi_iort.c @@ -30,8 +30,6 @@ #include "opt_acpi.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/acpica/acpi_machdep.c b/sys/arm64/acpica/acpi_machdep.c index 199f5713f36f..b11af1b0f4da 100644 --- a/sys/arm64/acpica/acpi_machdep.c +++ b/sys/arm64/acpica/acpi_machdep.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/acpica/acpi_wakeup.c b/sys/arm64/acpica/acpi_wakeup.c index 8504cac5894f..63bd687fba3f 100644 --- a/sys/arm64/acpica/acpi_wakeup.c +++ b/sys/arm64/acpica/acpi_wakeup.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/acpica/pci_cfgreg.c b/sys/arm64/acpica/pci_cfgreg.c index f8e777b65ff4..97c640dfb81c 100644 --- a/sys/arm64/acpica/pci_cfgreg.c +++ b/sys/arm64/acpica/pci_cfgreg.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/arm64/autoconf.c b/sys/arm64/arm64/autoconf.c index f762a0fe858e..2c914e94c7e9 100644 --- a/sys/arm64/arm64/autoconf.c +++ b/sys/arm64/arm64/autoconf.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Setup the system to run on the current machine. * diff --git a/sys/arm64/arm64/bus_machdep.c b/sys/arm64/arm64/bus_machdep.c index bce20f8eb6d4..e0fb2e221a96 100644 --- a/sys/arm64/arm64/bus_machdep.c +++ b/sys/arm64/arm64/bus_machdep.c @@ -32,8 +32,6 @@ #include "opt_platform.h" #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/arm64/arm64/bus_space_asm.S b/sys/arm64/arm64/bus_space_asm.S index 1fac678df971..bc9b41f96952 100644 --- a/sys/arm64/arm64/bus_space_asm.S +++ b/sys/arm64/arm64/bus_space_asm.S @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - ENTRY(generic_bs_r_1) ldrb w0, [x1, x2] ret diff --git a/sys/arm64/arm64/busdma_bounce.c b/sys/arm64/arm64/busdma_bounce.c index ced1656727e0..cfdfe62fecaf 100644 --- a/sys/arm64/arm64/busdma_bounce.c +++ b/sys/arm64/arm64/busdma_bounce.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/arm64/busdma_machdep.c b/sys/arm64/arm64/busdma_machdep.c index 4ea604ce474c..14fd96ac919c 100644 --- a/sys/arm64/arm64/busdma_machdep.c +++ b/sys/arm64/arm64/busdma_machdep.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/arm64/clock.c b/sys/arm64/arm64/clock.c index ef68ea4d7e7b..2d6e2a8771a0 100644 --- a/sys/arm64/arm64/clock.c +++ b/sys/arm64/arm64/clock.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/arm64/arm64/cmn600.c b/sys/arm64/arm64/cmn600.c index b50240a1a512..7079907e63ce 100644 --- a/sys/arm64/arm64/cmn600.c +++ b/sys/arm64/arm64/cmn600.c @@ -28,8 +28,6 @@ /* Arm CoreLink CMN-600 Coherent Mesh Network Driver */ #include -__FBSDID("$FreeBSD$"); - #include "opt_acpi.h" #include diff --git a/sys/arm64/arm64/copyinout.S b/sys/arm64/arm64/copyinout.S index 86e3c55f9a09..005fa61bfe82 100644 --- a/sys/arm64/arm64/copyinout.S +++ b/sys/arm64/arm64/copyinout.S @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/arm64/arm64/cpu_errata.c b/sys/arm64/arm64/cpu_errata.c index 9879e645b827..38148ff7066c 100644 --- a/sys/arm64/arm64/cpu_errata.c +++ b/sys/arm64/arm64/cpu_errata.c @@ -33,8 +33,6 @@ #include "opt_platform.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/arm64/cpufunc_asm.S b/sys/arm64/arm64/cpufunc_asm.S index 927bcafcf1e1..2b2ca6836530 100644 --- a/sys/arm64/arm64/cpufunc_asm.S +++ b/sys/arm64/arm64/cpufunc_asm.S @@ -34,9 +34,6 @@ #include #include "assym.inc" - -__FBSDID("$FreeBSD$"); - /* * FIXME: * Need big.LITTLE awareness at some point. diff --git a/sys/arm64/arm64/db_disasm.c b/sys/arm64/arm64/db_disasm.c index a7d65845acbf..66add7b227cd 100644 --- a/sys/arm64/arm64/db_disasm.c +++ b/sys/arm64/arm64/db_disasm.c @@ -27,7 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); #include #include #include diff --git a/sys/arm64/arm64/db_interface.c b/sys/arm64/arm64/db_interface.c index 59f8132645ef..24ce0327e086 100644 --- a/sys/arm64/arm64/db_interface.c +++ b/sys/arm64/arm64/db_interface.c @@ -27,7 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); #include #include #include diff --git a/sys/arm64/arm64/db_trace.c b/sys/arm64/arm64/db_trace.c index 612cea5f41cf..8e8fedc1c5f9 100644 --- a/sys/arm64/arm64/db_trace.c +++ b/sys/arm64/arm64/db_trace.c @@ -29,7 +29,6 @@ #include "opt_ddb.h" #include -__FBSDID("$FreeBSD$"); #include #include #include diff --git a/sys/arm64/arm64/debug_monitor.c b/sys/arm64/arm64/debug_monitor.c index be79f1184fe9..271f6fc47ea4 100644 --- a/sys/arm64/arm64/debug_monitor.c +++ b/sys/arm64/arm64/debug_monitor.c @@ -30,8 +30,6 @@ #include "opt_gdb.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/arm64/disassem.c b/sys/arm64/arm64/disassem.c index a86fef1d96a6..e5c5d1562bea 100644 --- a/sys/arm64/arm64/disassem.c +++ b/sys/arm64/arm64/disassem.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/arm64/arm64/dump_machdep.c b/sys/arm64/arm64/dump_machdep.c index dc5126bee058..bdf092896e3c 100644 --- a/sys/arm64/arm64/dump_machdep.c +++ b/sys/arm64/arm64/dump_machdep.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/arm64/efirt_machdep.c b/sys/arm64/arm64/efirt_machdep.c index 37248e53d87b..26990f40ea0a 100644 --- a/sys/arm64/arm64/efirt_machdep.c +++ b/sys/arm64/arm64/efirt_machdep.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/arm64/elf32_machdep.c b/sys/arm64/arm64/elf32_machdep.c index 7fa636628f64..e1fcb533a8cc 100644 --- a/sys/arm64/arm64/elf32_machdep.c +++ b/sys/arm64/arm64/elf32_machdep.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #define __ELF_WORD_SIZE 32 #include diff --git a/sys/arm64/arm64/elf_machdep.c b/sys/arm64/arm64/elf_machdep.c index 6a9dc708cf6e..7ce521197503 100644 --- a/sys/arm64/arm64/elf_machdep.c +++ b/sys/arm64/arm64/elf_machdep.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/arm64/exception.S b/sys/arm64/arm64/exception.S index a568d1264b53..b1990fc71281 100644 --- a/sys/arm64/arm64/exception.S +++ b/sys/arm64/arm64/exception.S @@ -27,8 +27,6 @@ #include #include -__FBSDID("$FreeBSD$"); - #include "assym.inc" .text diff --git a/sys/arm64/arm64/exec_machdep.c b/sys/arm64/arm64/exec_machdep.c index a51ff3aeca86..4efa3ceaae40 100644 --- a/sys/arm64/arm64/exec_machdep.c +++ b/sys/arm64/arm64/exec_machdep.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/arm64/freebsd32_machdep.c b/sys/arm64/arm64/freebsd32_machdep.c index 44f35f1b2abf..e19d845ca66e 100644 --- a/sys/arm64/arm64/freebsd32_machdep.c +++ b/sys/arm64/arm64/freebsd32_machdep.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/arm64/genassym.c b/sys/arm64/arm64/genassym.c index 2bc0804aef27..0fb00d8aceba 100644 --- a/sys/arm64/arm64/genassym.c +++ b/sys/arm64/arm64/genassym.c @@ -27,7 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); #include #include #include diff --git a/sys/arm64/arm64/gic_v3.c b/sys/arm64/arm64/gic_v3.c index c448320a86e8..4e9080787149 100644 --- a/sys/arm64/arm64/gic_v3.c +++ b/sys/arm64/arm64/gic_v3.c @@ -33,8 +33,6 @@ #include "opt_platform.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/arm64/gic_v3_acpi.c b/sys/arm64/arm64/gic_v3_acpi.c index 9c4e02c15706..fe13b9f15f71 100644 --- a/sys/arm64/arm64/gic_v3_acpi.c +++ b/sys/arm64/arm64/gic_v3_acpi.c @@ -30,8 +30,6 @@ #include "opt_acpi.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/arm64/gic_v3_fdt.c b/sys/arm64/arm64/gic_v3_fdt.c index 3ccf2e543b8a..9ca10167588a 100644 --- a/sys/arm64/arm64/gic_v3_fdt.c +++ b/sys/arm64/arm64/gic_v3_fdt.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/arm64/gicv3_its.c b/sys/arm64/arm64/gicv3_its.c index 57351a7e76aa..0e2ccb5037ce 100644 --- a/sys/arm64/arm64/gicv3_its.c +++ b/sys/arm64/arm64/gicv3_its.c @@ -34,8 +34,6 @@ #include "opt_iommu.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/arm64/identcpu.c b/sys/arm64/arm64/identcpu.c index 4beb34b04381..fced2ffab258 100644 --- a/sys/arm64/arm64/identcpu.c +++ b/sys/arm64/arm64/identcpu.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/arm64/machdep.c b/sys/arm64/arm64/machdep.c index c390269f419a..2a26da3d65b6 100644 --- a/sys/arm64/arm64/machdep.c +++ b/sys/arm64/arm64/machdep.c @@ -30,8 +30,6 @@ #include "opt_ddb.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/arm64/machdep_boot.c b/sys/arm64/arm64/machdep_boot.c index 9b519f252369..4ce38140a570 100644 --- a/sys/arm64/arm64/machdep_boot.c +++ b/sys/arm64/arm64/machdep_boot.c @@ -29,8 +29,6 @@ #include "opt_platform.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/arm64/mem.c b/sys/arm64/arm64/mem.c index d51744c6fbe3..44555dcacc22 100644 --- a/sys/arm64/arm64/mem.c +++ b/sys/arm64/arm64/mem.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/arm64/minidump_machdep.c b/sys/arm64/arm64/minidump_machdep.c index a82546a6381a..87bf41b27fdf 100644 --- a/sys/arm64/arm64/minidump_machdep.c +++ b/sys/arm64/arm64/minidump_machdep.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_watchdog.h" #include diff --git a/sys/arm64/arm64/mp_machdep.c b/sys/arm64/arm64/mp_machdep.c index 6f38cd8d0f1a..1c9bea2349de 100644 --- a/sys/arm64/arm64/mp_machdep.c +++ b/sys/arm64/arm64/mp_machdep.c @@ -33,8 +33,6 @@ #include "opt_platform.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/arm64/nexus.c b/sys/arm64/arm64/nexus.c index 9f1f8a3229fa..b9871f0e9b3a 100644 --- a/sys/arm64/arm64/nexus.c +++ b/sys/arm64/arm64/nexus.c @@ -41,8 +41,6 @@ #include "opt_platform.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/arm64/ofw_machdep.c b/sys/arm64/arm64/ofw_machdep.c index 61aa4c1a1208..7b0dd9f64825 100644 --- a/sys/arm64/arm64/ofw_machdep.c +++ b/sys/arm64/arm64/ofw_machdep.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/arm64/arm64/pmap.c b/sys/arm64/arm64/pmap.c index fa09d2026550..a30a037c8d4a 100644 --- a/sys/arm64/arm64/pmap.c +++ b/sys/arm64/arm64/pmap.c @@ -84,8 +84,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Manages physical address maps. * diff --git a/sys/arm64/arm64/ptrace_machdep.c b/sys/arm64/arm64/ptrace_machdep.c index 079391ac102c..7a001f4a1e5d 100644 --- a/sys/arm64/arm64/ptrace_machdep.c +++ b/sys/arm64/arm64/ptrace_machdep.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/arm64/ptrauth.c b/sys/arm64/arm64/ptrauth.c index f7bba82ab9d1..03610e9313f5 100644 --- a/sys/arm64/arm64/ptrauth.c +++ b/sys/arm64/arm64/ptrauth.c @@ -36,8 +36,6 @@ #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/arm64/stack_machdep.c b/sys/arm64/arm64/stack_machdep.c index 9fdb3da211cd..a0747b633e11 100644 --- a/sys/arm64/arm64/stack_machdep.c +++ b/sys/arm64/arm64/stack_machdep.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/arm64/support.S b/sys/arm64/arm64/support.S index f7e9abcd910c..f4b35da88638 100644 --- a/sys/arm64/arm64/support.S +++ b/sys/arm64/arm64/support.S @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/arm64/swtch.S b/sys/arm64/arm64/swtch.S index 656ab9c864b7..4c9851da3dc6 100644 --- a/sys/arm64/arm64/swtch.S +++ b/sys/arm64/arm64/swtch.S @@ -35,9 +35,6 @@ #include #include - -__FBSDID("$FreeBSD$"); - .macro clear_step_flag pcbflags, tmp tbz \pcbflags, #PCB_SINGLE_STEP_SHIFT, 999f mrs \tmp, mdscr_el1 diff --git a/sys/arm64/arm64/sys_machdep.c b/sys/arm64/arm64/sys_machdep.c index 937a9f761a7c..c50b745cfba0 100644 --- a/sys/arm64/arm64/sys_machdep.c +++ b/sys/arm64/arm64/sys_machdep.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/arm64/trap.c b/sys/arm64/arm64/trap.c index 8d51c73a15c9..15f1f5e86a08 100644 --- a/sys/arm64/arm64/trap.c +++ b/sys/arm64/arm64/trap.c @@ -28,8 +28,6 @@ #include "opt_ddb.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/arm64/uio_machdep.c b/sys/arm64/arm64/uio_machdep.c index 6e92046f614b..f9e4e7a9547f 100644 --- a/sys/arm64/arm64/uio_machdep.c +++ b/sys/arm64/arm64/uio_machdep.c @@ -36,8 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/arm64/uma_machdep.c b/sys/arm64/arm64/uma_machdep.c index d1c656a3b9f1..f4170fa446b7 100644 --- a/sys/arm64/arm64/uma_machdep.c +++ b/sys/arm64/arm64/uma_machdep.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/arm64/undefined.c b/sys/arm64/arm64/undefined.c index e1afca40f396..60afca1690d5 100644 --- a/sys/arm64/arm64/undefined.c +++ b/sys/arm64/arm64/undefined.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/arm64/unwind.c b/sys/arm64/arm64/unwind.c index 32590da5fc46..5afdbf0da69e 100644 --- a/sys/arm64/arm64/unwind.c +++ b/sys/arm64/arm64/unwind.c @@ -27,7 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); #include #include diff --git a/sys/arm64/arm64/vfp.c b/sys/arm64/arm64/vfp.c index 46ae5d8e8fcd..ced1a446f0a8 100644 --- a/sys/arm64/arm64/vfp.c +++ b/sys/arm64/arm64/vfp.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifdef VFP #include #include diff --git a/sys/arm64/arm64/vm_machdep.c b/sys/arm64/arm64/vm_machdep.c index 7d6e83eb078d..06e063d916f1 100644 --- a/sys/arm64/arm64/vm_machdep.c +++ b/sys/arm64/arm64/vm_machdep.c @@ -28,8 +28,6 @@ #include "opt_platform.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/broadcom/brcmmdio/mdio_mux_iproc.c b/sys/arm64/broadcom/brcmmdio/mdio_mux_iproc.c index 5eb8f0ad47f7..c3968d62365a 100644 --- a/sys/arm64/broadcom/brcmmdio/mdio_mux_iproc.c +++ b/sys/arm64/broadcom/brcmmdio/mdio_mux_iproc.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/broadcom/brcmmdio/mdio_nexus_iproc.c b/sys/arm64/broadcom/brcmmdio/mdio_nexus_iproc.c index ab993327c7be..fdddb406187a 100644 --- a/sys/arm64/broadcom/brcmmdio/mdio_nexus_iproc.c +++ b/sys/arm64/broadcom/brcmmdio/mdio_nexus_iproc.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/broadcom/brcmmdio/mdio_ns2_pcie_phy.c b/sys/arm64/broadcom/brcmmdio/mdio_ns2_pcie_phy.c index be28697be55c..894a2b700650 100644 --- a/sys/arm64/broadcom/brcmmdio/mdio_ns2_pcie_phy.c +++ b/sys/arm64/broadcom/brcmmdio/mdio_ns2_pcie_phy.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/broadcom/genet/if_genet.c b/sys/arm64/broadcom/genet/if_genet.c index b3bb6621ae40..40fc096208c6 100644 --- a/sys/arm64/broadcom/genet/if_genet.c +++ b/sys/arm64/broadcom/genet/if_genet.c @@ -36,8 +36,6 @@ #include "opt_device_polling.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/cavium/thunder_pcie_common.c b/sys/arm64/cavium/thunder_pcie_common.c index a47b3ba18908..1fe6b1a683be 100644 --- a/sys/arm64/cavium/thunder_pcie_common.c +++ b/sys/arm64/cavium/thunder_pcie_common.c @@ -29,8 +29,6 @@ /* Common PCIe functions for Cavium Thunder SOC */ #include -__FBSDID("$FreeBSD$"); - #include "opt_platform.h" #include diff --git a/sys/arm64/cavium/thunder_pcie_fdt.c b/sys/arm64/cavium/thunder_pcie_fdt.c index 2c71efdbb659..45b710119036 100644 --- a/sys/arm64/cavium/thunder_pcie_fdt.c +++ b/sys/arm64/cavium/thunder_pcie_fdt.c @@ -28,8 +28,6 @@ #include "opt_platform.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/cavium/thunder_pcie_pem.c b/sys/arm64/cavium/thunder_pcie_pem.c index 28be2377df80..a1bd54d9744d 100644 --- a/sys/arm64/cavium/thunder_pcie_pem.c +++ b/sys/arm64/cavium/thunder_pcie_pem.c @@ -29,8 +29,6 @@ /* PCIe external MAC root complex driver (PEM) for Cavium Thunder SOC */ #include -__FBSDID("$FreeBSD$"); - #include "opt_platform.h" #include diff --git a/sys/arm64/cavium/thunder_pcie_pem_fdt.c b/sys/arm64/cavium/thunder_pcie_pem_fdt.c index b5deaa226926..74c9f0e55728 100644 --- a/sys/arm64/cavium/thunder_pcie_pem_fdt.c +++ b/sys/arm64/cavium/thunder_pcie_pem_fdt.c @@ -26,8 +26,6 @@ * SUCH DAMAGE. */ #include -__FBSDID("$FreeBSD$"); - #include "opt_platform.h" #include diff --git a/sys/arm64/coresight/coresight.c b/sys/arm64/coresight/coresight.c index 38a47c0c3b0f..bb0ee1c527a8 100644 --- a/sys/arm64/coresight/coresight.c +++ b/sys/arm64/coresight/coresight.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/coresight/coresight_acpi.c b/sys/arm64/coresight/coresight_acpi.c index 57fda8b97666..82f4bd8fb624 100644 --- a/sys/arm64/coresight/coresight_acpi.c +++ b/sys/arm64/coresight/coresight_acpi.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/coresight/coresight_cmd.c b/sys/arm64/coresight/coresight_cmd.c index c25f512f5aa7..b2d204d2f5ec 100644 --- a/sys/arm64/coresight/coresight_cmd.c +++ b/sys/arm64/coresight/coresight_cmd.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/coresight/coresight_cpu_debug.c b/sys/arm64/coresight/coresight_cpu_debug.c index 3f41ad209495..88c2a864db5b 100644 --- a/sys/arm64/coresight/coresight_cpu_debug.c +++ b/sys/arm64/coresight/coresight_cpu_debug.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/coresight/coresight_etm4x.c b/sys/arm64/coresight/coresight_etm4x.c index c587dd47b101..9df82b03fe63 100644 --- a/sys/arm64/coresight/coresight_etm4x.c +++ b/sys/arm64/coresight/coresight_etm4x.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/coresight/coresight_etm4x_acpi.c b/sys/arm64/coresight/coresight_etm4x_acpi.c index 0806bd6aedca..c46ee2be80b8 100644 --- a/sys/arm64/coresight/coresight_etm4x_acpi.c +++ b/sys/arm64/coresight/coresight_etm4x_acpi.c @@ -33,8 +33,6 @@ #include "opt_acpi.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/coresight/coresight_etm4x_fdt.c b/sys/arm64/coresight/coresight_etm4x_fdt.c index 7be45ab09ae3..03512965490c 100644 --- a/sys/arm64/coresight/coresight_etm4x_fdt.c +++ b/sys/arm64/coresight/coresight_etm4x_fdt.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/coresight/coresight_fdt.c b/sys/arm64/coresight/coresight_fdt.c index 6e31a9f002ab..e4d76632a1e3 100644 --- a/sys/arm64/coresight/coresight_fdt.c +++ b/sys/arm64/coresight/coresight_fdt.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/coresight/coresight_funnel.c b/sys/arm64/coresight/coresight_funnel.c index 2eb588f18366..00f0e7121a79 100644 --- a/sys/arm64/coresight/coresight_funnel.c +++ b/sys/arm64/coresight/coresight_funnel.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/coresight/coresight_funnel_acpi.c b/sys/arm64/coresight/coresight_funnel_acpi.c index f3117d268f5a..062b9f3cd4e2 100644 --- a/sys/arm64/coresight/coresight_funnel_acpi.c +++ b/sys/arm64/coresight/coresight_funnel_acpi.c @@ -33,8 +33,6 @@ #include "opt_acpi.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/coresight/coresight_funnel_fdt.c b/sys/arm64/coresight/coresight_funnel_fdt.c index bfc78e648bb6..83db43ea7404 100644 --- a/sys/arm64/coresight/coresight_funnel_fdt.c +++ b/sys/arm64/coresight/coresight_funnel_fdt.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/coresight/coresight_replicator.c b/sys/arm64/coresight/coresight_replicator.c index e7b4fdb770f6..0663d4f1449d 100644 --- a/sys/arm64/coresight/coresight_replicator.c +++ b/sys/arm64/coresight/coresight_replicator.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/coresight/coresight_replicator_acpi.c b/sys/arm64/coresight/coresight_replicator_acpi.c index 84a3dff90b6b..abfb63a48d1c 100644 --- a/sys/arm64/coresight/coresight_replicator_acpi.c +++ b/sys/arm64/coresight/coresight_replicator_acpi.c @@ -33,8 +33,6 @@ #include "opt_acpi.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/coresight/coresight_replicator_fdt.c b/sys/arm64/coresight/coresight_replicator_fdt.c index 2f550a62d7c2..7d311905eccd 100644 --- a/sys/arm64/coresight/coresight_replicator_fdt.c +++ b/sys/arm64/coresight/coresight_replicator_fdt.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/coresight/coresight_tmc.c b/sys/arm64/coresight/coresight_tmc.c index 262e70ea4495..46c18e6a94fc 100644 --- a/sys/arm64/coresight/coresight_tmc.c +++ b/sys/arm64/coresight/coresight_tmc.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/coresight/coresight_tmc_acpi.c b/sys/arm64/coresight/coresight_tmc_acpi.c index f5b32175ca49..fd21eb2b11b0 100644 --- a/sys/arm64/coresight/coresight_tmc_acpi.c +++ b/sys/arm64/coresight/coresight_tmc_acpi.c @@ -33,8 +33,6 @@ #include "opt_acpi.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/coresight/coresight_tmc_fdt.c b/sys/arm64/coresight/coresight_tmc_fdt.c index c99d0c58eee4..1a602cf6645f 100644 --- a/sys/arm64/coresight/coresight_tmc_fdt.c +++ b/sys/arm64/coresight/coresight_tmc_fdt.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/freescale/imx/clk/imx_clk_composite.c b/sys/arm64/freescale/imx/clk/imx_clk_composite.c index 9f137dcd0063..fc7f371a1a22 100644 --- a/sys/arm64/freescale/imx/clk/imx_clk_composite.c +++ b/sys/arm64/freescale/imx/clk/imx_clk_composite.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/freescale/imx/clk/imx_clk_frac_pll.c b/sys/arm64/freescale/imx/clk/imx_clk_frac_pll.c index b5320ded95a5..295e3a2113e7 100644 --- a/sys/arm64/freescale/imx/clk/imx_clk_frac_pll.c +++ b/sys/arm64/freescale/imx/clk/imx_clk_frac_pll.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/freescale/imx/clk/imx_clk_gate.c b/sys/arm64/freescale/imx/clk/imx_clk_gate.c index 4ff148d5fd0d..40a66e2ef384 100644 --- a/sys/arm64/freescale/imx/clk/imx_clk_gate.c +++ b/sys/arm64/freescale/imx/clk/imx_clk_gate.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/freescale/imx/clk/imx_clk_mux.c b/sys/arm64/freescale/imx/clk/imx_clk_mux.c index 48116683c7ce..f87667df4e53 100644 --- a/sys/arm64/freescale/imx/clk/imx_clk_mux.c +++ b/sys/arm64/freescale/imx/clk/imx_clk_mux.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/freescale/imx/clk/imx_clk_sscg_pll.c b/sys/arm64/freescale/imx/clk/imx_clk_sscg_pll.c index fb37c412b6d1..e3ed16da4356 100644 --- a/sys/arm64/freescale/imx/clk/imx_clk_sscg_pll.c +++ b/sys/arm64/freescale/imx/clk/imx_clk_sscg_pll.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/freescale/imx/imx7gpc.c b/sys/arm64/freescale/imx/imx7gpc.c index 1aaad2c033e9..f6d5f8b691e0 100644 --- a/sys/arm64/freescale/imx/imx7gpc.c +++ b/sys/arm64/freescale/imx/imx7gpc.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/freescale/imx/imx8mq_ccm.c b/sys/arm64/freescale/imx/imx8mq_ccm.c index 4456234fbd01..e89300c19d51 100644 --- a/sys/arm64/freescale/imx/imx8mq_ccm.c +++ b/sys/arm64/freescale/imx/imx8mq_ccm.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Clocks driver for Freescale i.MX8MQ SoC */ diff --git a/sys/arm64/intel/stratix10-soc-fpga-mgr.c b/sys/arm64/intel/stratix10-soc-fpga-mgr.c index e871bea90fbd..0077f392820d 100644 --- a/sys/arm64/intel/stratix10-soc-fpga-mgr.c +++ b/sys/arm64/intel/stratix10-soc-fpga-mgr.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/intel/stratix10-svc.c b/sys/arm64/intel/stratix10-svc.c index 5e3cb3cf1dc4..d609e391edc9 100644 --- a/sys/arm64/intel/stratix10-svc.c +++ b/sys/arm64/intel/stratix10-svc.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/iommu/iommu.c b/sys/arm64/iommu/iommu.c index c786d50a43e1..331553a93623 100644 --- a/sys/arm64/iommu/iommu.c +++ b/sys/arm64/iommu/iommu.c @@ -36,8 +36,6 @@ #include "opt_platform.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/iommu/iommu_pmap.c b/sys/arm64/iommu/iommu_pmap.c index 8c4379bcdade..d356a92c4d66 100644 --- a/sys/arm64/iommu/iommu_pmap.c +++ b/sys/arm64/iommu/iommu_pmap.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Manages physical address maps for ARM SMMUv3 and ARM Mali GPU. */ diff --git a/sys/arm64/iommu/smmu.c b/sys/arm64/iommu/smmu.c index 834ab9ce0504..4e724f2fd53a 100644 --- a/sys/arm64/iommu/smmu.c +++ b/sys/arm64/iommu/smmu.c @@ -91,8 +91,6 @@ #include "opt_acpi.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/iommu/smmu_acpi.c b/sys/arm64/iommu/smmu_acpi.c index a89028cbe59d..3a935df47be8 100644 --- a/sys/arm64/iommu/smmu_acpi.c +++ b/sys/arm64/iommu/smmu_acpi.c @@ -33,8 +33,6 @@ #include "opt_acpi.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/iommu/smmu_fdt.c b/sys/arm64/iommu/smmu_fdt.c index a68ceb3d1569..ccb6524f5978 100644 --- a/sys/arm64/iommu/smmu_fdt.c +++ b/sys/arm64/iommu/smmu_fdt.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/iommu/smmu_quirks.c b/sys/arm64/iommu/smmu_quirks.c index bc7237c0730c..7c346d445fa7 100644 --- a/sys/arm64/iommu/smmu_quirks.c +++ b/sys/arm64/iommu/smmu_quirks.c @@ -31,8 +31,6 @@ #include "opt_platform.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/linux/linux_dummy_machdep.c b/sys/arm64/linux/linux_dummy_machdep.c index c49403ad1584..ce2f9d6d9a7a 100644 --- a/sys/arm64/linux/linux_dummy_machdep.c +++ b/sys/arm64/linux/linux_dummy_machdep.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/linux/linux_genassym.c b/sys/arm64/linux/linux_genassym.c index 661f8c9b2046..57aa51ab5629 100644 --- a/sys/arm64/linux/linux_genassym.c +++ b/sys/arm64/linux/linux_genassym.c @@ -1,2 +1 @@ #include -__FBSDID("$FreeBSD$"); diff --git a/sys/arm64/linux/linux_machdep.c b/sys/arm64/linux/linux_machdep.c index 90b208c2246a..e5f9643894ca 100644 --- a/sys/arm64/linux/linux_machdep.c +++ b/sys/arm64/linux/linux_machdep.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/linux/linux_support.S b/sys/arm64/linux/linux_support.S index 6ce82c0b9679..151ede7e1c19 100644 --- a/sys/arm64/linux/linux_support.S +++ b/sys/arm64/linux/linux_support.S @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/arm64/linux/linux_sysvec.c b/sys/arm64/linux/linux_sysvec.c index 3e06634117fe..77c6b9583a15 100644 --- a/sys/arm64/linux/linux_sysvec.c +++ b/sys/arm64/linux/linux_sysvec.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #define __ELF_WORD_SIZE 64 #include diff --git a/sys/arm64/linux/linux_vdso_gtod.c b/sys/arm64/linux/linux_vdso_gtod.c index 0c7502d7846d..466f4ccaa2e9 100644 --- a/sys/arm64/linux/linux_vdso_gtod.c +++ b/sys/arm64/linux/linux_vdso_gtod.c @@ -28,8 +28,6 @@ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/nvidia/tegra210/max77620.c b/sys/arm64/nvidia/tegra210/max77620.c index 46b17f8445ae..a27edf01889d 100644 --- a/sys/arm64/nvidia/tegra210/max77620.c +++ b/sys/arm64/nvidia/tegra210/max77620.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * MAX77620 PMIC driver */ diff --git a/sys/arm64/nvidia/tegra210/max77620_gpio.c b/sys/arm64/nvidia/tegra210/max77620_gpio.c index aa923d69a1fc..0021aab151de 100644 --- a/sys/arm64/nvidia/tegra210/max77620_gpio.c +++ b/sys/arm64/nvidia/tegra210/max77620_gpio.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/nvidia/tegra210/max77620_regulators.c b/sys/arm64/nvidia/tegra210/max77620_regulators.c index 0d9df541b739..7743779a3fbf 100644 --- a/sys/arm64/nvidia/tegra210/max77620_regulators.c +++ b/sys/arm64/nvidia/tegra210/max77620_regulators.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/nvidia/tegra210/max77620_rtc.c b/sys/arm64/nvidia/tegra210/max77620_rtc.c index 9d1e03e23564..b3ef0fd8da79 100644 --- a/sys/arm64/nvidia/tegra210/max77620_rtc.c +++ b/sys/arm64/nvidia/tegra210/max77620_rtc.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/nvidia/tegra210/tegra210_car.c b/sys/arm64/nvidia/tegra210/tegra210_car.c index 34449ff83f7e..ec080a01159d 100644 --- a/sys/arm64/nvidia/tegra210/tegra210_car.c +++ b/sys/arm64/nvidia/tegra210/tegra210_car.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/nvidia/tegra210/tegra210_clk_per.c b/sys/arm64/nvidia/tegra210/tegra210_clk_per.c index a8d052e6c341..240ffc2eeefb 100644 --- a/sys/arm64/nvidia/tegra210/tegra210_clk_per.c +++ b/sys/arm64/nvidia/tegra210/tegra210_clk_per.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/nvidia/tegra210/tegra210_clk_pll.c b/sys/arm64/nvidia/tegra210/tegra210_clk_pll.c index b54b8262bddc..604c9a033ff3 100644 --- a/sys/arm64/nvidia/tegra210/tegra210_clk_pll.c +++ b/sys/arm64/nvidia/tegra210/tegra210_clk_pll.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/nvidia/tegra210/tegra210_clk_super.c b/sys/arm64/nvidia/tegra210/tegra210_clk_super.c index 909aa0474036..ba504ae5cd30 100644 --- a/sys/arm64/nvidia/tegra210/tegra210_clk_super.c +++ b/sys/arm64/nvidia/tegra210/tegra210_clk_super.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/nvidia/tegra210/tegra210_coretemp.c b/sys/arm64/nvidia/tegra210/tegra210_coretemp.c index a8f88cd26519..e7fdd5055633 100644 --- a/sys/arm64/nvidia/tegra210/tegra210_coretemp.c +++ b/sys/arm64/nvidia/tegra210/tegra210_coretemp.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/nvidia/tegra210/tegra210_cpufreq.c b/sys/arm64/nvidia/tegra210/tegra210_cpufreq.c index 23afa2cf8d34..a675af942389 100644 --- a/sys/arm64/nvidia/tegra210/tegra210_cpufreq.c +++ b/sys/arm64/nvidia/tegra210/tegra210_cpufreq.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/nvidia/tegra210/tegra210_pinmux.c b/sys/arm64/nvidia/tegra210/tegra210_pinmux.c index 489cee9598c5..9c74ade4e660 100644 --- a/sys/arm64/nvidia/tegra210/tegra210_pinmux.c +++ b/sys/arm64/nvidia/tegra210/tegra210_pinmux.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Pin multiplexer driver for Tegra SoCs. */ diff --git a/sys/arm64/nvidia/tegra210/tegra210_pmc.c b/sys/arm64/nvidia/tegra210/tegra210_pmc.c index 0d9b2dc83d27..5ae5c0e8092c 100644 --- a/sys/arm64/nvidia/tegra210/tegra210_pmc.c +++ b/sys/arm64/nvidia/tegra210/tegra210_pmc.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/nvidia/tegra210/tegra210_xusbpadctl.c b/sys/arm64/nvidia/tegra210/tegra210_xusbpadctl.c index d78801a9f6ac..c3ebb4622081 100644 --- a/sys/arm64/nvidia/tegra210/tegra210_xusbpadctl.c +++ b/sys/arm64/nvidia/tegra210/tegra210_xusbpadctl.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/qoriq/clk/ls1028a_clkgen.c b/sys/arm64/qoriq/clk/ls1028a_clkgen.c index 295c3664a37f..0c6e2b4d4d51 100644 --- a/sys/arm64/qoriq/clk/ls1028a_clkgen.c +++ b/sys/arm64/qoriq/clk/ls1028a_clkgen.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/qoriq/clk/ls1028a_flexspi_clk.c b/sys/arm64/qoriq/clk/ls1028a_flexspi_clk.c index d292a96704dc..d8c160ccf770 100644 --- a/sys/arm64/qoriq/clk/ls1028a_flexspi_clk.c +++ b/sys/arm64/qoriq/clk/ls1028a_flexspi_clk.c @@ -26,8 +26,6 @@ * SUCH DAMAGE. */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/qoriq/clk/ls1046a_clkgen.c b/sys/arm64/qoriq/clk/ls1046a_clkgen.c index 12262ab9ae27..56b8cca70820 100644 --- a/sys/arm64/qoriq/clk/ls1046a_clkgen.c +++ b/sys/arm64/qoriq/clk/ls1046a_clkgen.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/qoriq/clk/ls1088a_clkgen.c b/sys/arm64/qoriq/clk/ls1088a_clkgen.c index 62f4fd7df5df..5db987cd5785 100644 --- a/sys/arm64/qoriq/clk/ls1088a_clkgen.c +++ b/sys/arm64/qoriq/clk/ls1088a_clkgen.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/qoriq/clk/lx2160a_clkgen.c b/sys/arm64/qoriq/clk/lx2160a_clkgen.c index bf93a06470b7..3ce70470cb96 100644 --- a/sys/arm64/qoriq/clk/lx2160a_clkgen.c +++ b/sys/arm64/qoriq/clk/lx2160a_clkgen.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Clock driver for LX2160A SoC. */ diff --git a/sys/arm64/qoriq/clk/qoriq_clk_pll.c b/sys/arm64/qoriq/clk/qoriq_clk_pll.c index 0bfc66a187c1..ae687dd53739 100644 --- a/sys/arm64/qoriq/clk/qoriq_clk_pll.c +++ b/sys/arm64/qoriq/clk/qoriq_clk_pll.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/qoriq/clk/qoriq_clkgen.c b/sys/arm64/qoriq/clk/qoriq_clkgen.c index 99b806c7676f..0d14565cd45c 100644 --- a/sys/arm64/qoriq/clk/qoriq_clkgen.c +++ b/sys/arm64/qoriq/clk/qoriq_clkgen.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/qoriq/qoriq_dw_pci.c b/sys/arm64/qoriq/qoriq_dw_pci.c index b9e207479606..825043a09faf 100644 --- a/sys/arm64/qoriq/qoriq_dw_pci.c +++ b/sys/arm64/qoriq/qoriq_dw_pci.c @@ -29,9 +29,6 @@ /* Layerscape DesignWare PCIe driver */ #include -__FBSDID("$FreeBSD$"); - - #include #include #include diff --git a/sys/arm64/qoriq/qoriq_gpio_pic.c b/sys/arm64/qoriq/qoriq_gpio_pic.c index 13e39be57272..343fe445247a 100644 --- a/sys/arm64/qoriq/qoriq_gpio_pic.c +++ b/sys/arm64/qoriq/qoriq_gpio_pic.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/qoriq/qoriq_therm.c b/sys/arm64/qoriq/qoriq_therm.c index d512946516cc..6169eec3f17c 100644 --- a/sys/arm64/qoriq/qoriq_therm.c +++ b/sys/arm64/qoriq/qoriq_therm.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Thermometer driver for QorIQ SoCs. */ diff --git a/sys/arm64/qualcomm/qcom_gcc.c b/sys/arm64/qualcomm/qcom_gcc.c index a20758cc8633..0d502b17d256 100644 --- a/sys/arm64/qualcomm/qcom_gcc.c +++ b/sys/arm64/qualcomm/qcom_gcc.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/rockchip/clk/rk3288_cru.c b/sys/arm64/rockchip/clk/rk3288_cru.c index ee8ba6be7c76..cadb1f586a1a 100644 --- a/sys/arm64/rockchip/clk/rk3288_cru.c +++ b/sys/arm64/rockchip/clk/rk3288_cru.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/rockchip/clk/rk3328_cru.c b/sys/arm64/rockchip/clk/rk3328_cru.c index 32e08141f27e..f969c8d758a5 100644 --- a/sys/arm64/rockchip/clk/rk3328_cru.c +++ b/sys/arm64/rockchip/clk/rk3328_cru.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/rockchip/clk/rk3399_cru.c b/sys/arm64/rockchip/clk/rk3399_cru.c index 80ec1ba50bb9..3d43d832792f 100644 --- a/sys/arm64/rockchip/clk/rk3399_cru.c +++ b/sys/arm64/rockchip/clk/rk3399_cru.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/rockchip/clk/rk3399_pmucru.c b/sys/arm64/rockchip/clk/rk3399_pmucru.c index ca8a429a8d54..64df47468efd 100644 --- a/sys/arm64/rockchip/clk/rk3399_pmucru.c +++ b/sys/arm64/rockchip/clk/rk3399_pmucru.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/rockchip/clk/rk_clk_armclk.c b/sys/arm64/rockchip/clk/rk_clk_armclk.c index f6a1ce7ec6ab..f4889c80c8c8 100644 --- a/sys/arm64/rockchip/clk/rk_clk_armclk.c +++ b/sys/arm64/rockchip/clk/rk_clk_armclk.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/rockchip/clk/rk_clk_composite.c b/sys/arm64/rockchip/clk/rk_clk_composite.c index 7004ad7d9c30..a04b3aa2193c 100644 --- a/sys/arm64/rockchip/clk/rk_clk_composite.c +++ b/sys/arm64/rockchip/clk/rk_clk_composite.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/rockchip/clk/rk_clk_fract.c b/sys/arm64/rockchip/clk/rk_clk_fract.c index bbeb7c4c6c07..0feae96b8e62 100644 --- a/sys/arm64/rockchip/clk/rk_clk_fract.c +++ b/sys/arm64/rockchip/clk/rk_clk_fract.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/rockchip/clk/rk_clk_gate.c b/sys/arm64/rockchip/clk/rk_clk_gate.c index a0c071664613..ac48ce0aba8e 100644 --- a/sys/arm64/rockchip/clk/rk_clk_gate.c +++ b/sys/arm64/rockchip/clk/rk_clk_gate.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/rockchip/clk/rk_clk_mux.c b/sys/arm64/rockchip/clk/rk_clk_mux.c index 3ba5fcd84fea..3a15ce82b3dc 100644 --- a/sys/arm64/rockchip/clk/rk_clk_mux.c +++ b/sys/arm64/rockchip/clk/rk_clk_mux.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/rockchip/clk/rk_clk_pll.c b/sys/arm64/rockchip/clk/rk_clk_pll.c index 4ca4423b585e..8cd33eb671eb 100644 --- a/sys/arm64/rockchip/clk/rk_clk_pll.c +++ b/sys/arm64/rockchip/clk/rk_clk_pll.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/rockchip/clk/rk_cru.c b/sys/arm64/rockchip/clk/rk_cru.c index db1594e03e68..ceb22a6f0671 100644 --- a/sys/arm64/rockchip/clk/rk_cru.c +++ b/sys/arm64/rockchip/clk/rk_cru.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/rockchip/if_dwc_rk.c b/sys/arm64/rockchip/if_dwc_rk.c index 1c03ce30fb42..7c8a6c2ab668 100644 --- a/sys/arm64/rockchip/if_dwc_rk.c +++ b/sys/arm64/rockchip/if_dwc_rk.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/rockchip/rk3328_codec.c b/sys/arm64/rockchip/rk3328_codec.c index 0bc4957de772..e4aa05c4dfc8 100644 --- a/sys/arm64/rockchip/rk3328_codec.c +++ b/sys/arm64/rockchip/rk3328_codec.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/rockchip/rk3399_emmcphy.c b/sys/arm64/rockchip/rk3399_emmcphy.c index e299f3695ac4..dbe030bac5e7 100644 --- a/sys/arm64/rockchip/rk3399_emmcphy.c +++ b/sys/arm64/rockchip/rk3399_emmcphy.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/rockchip/rk_dwc3.c b/sys/arm64/rockchip/rk_dwc3.c index 923aa50a35bb..1db15373209d 100644 --- a/sys/arm64/rockchip/rk_dwc3.c +++ b/sys/arm64/rockchip/rk_dwc3.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/rockchip/rk_gpio.c b/sys/arm64/rockchip/rk_gpio.c index cef317b2ac75..c0d35fae3b7b 100644 --- a/sys/arm64/rockchip/rk_gpio.c +++ b/sys/arm64/rockchip/rk_gpio.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/rockchip/rk_grf.c b/sys/arm64/rockchip/rk_grf.c index 9d891b067612..5d4b918a107e 100644 --- a/sys/arm64/rockchip/rk_grf.c +++ b/sys/arm64/rockchip/rk_grf.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/rockchip/rk_i2c.c b/sys/arm64/rockchip/rk_i2c.c index e3824ba843fe..608b9782d787 100644 --- a/sys/arm64/rockchip/rk_i2c.c +++ b/sys/arm64/rockchip/rk_i2c.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/rockchip/rk_i2s.c b/sys/arm64/rockchip/rk_i2s.c index 8eabcef23606..b1356a17987e 100644 --- a/sys/arm64/rockchip/rk_i2s.c +++ b/sys/arm64/rockchip/rk_i2s.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/rockchip/rk_iodomain.c b/sys/arm64/rockchip/rk_iodomain.c index 3b85192eb333..bc1c5d45ccd6 100644 --- a/sys/arm64/rockchip/rk_iodomain.c +++ b/sys/arm64/rockchip/rk_iodomain.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/rockchip/rk_otp.c b/sys/arm64/rockchip/rk_otp.c index 5b8878194cd5..7c1ca6af5d52 100644 --- a/sys/arm64/rockchip/rk_otp.c +++ b/sys/arm64/rockchip/rk_otp.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/rockchip/rk_pcie.c b/sys/arm64/rockchip/rk_pcie.c index 3284cad83060..a2f45b047356 100644 --- a/sys/arm64/rockchip/rk_pcie.c +++ b/sys/arm64/rockchip/rk_pcie.c @@ -29,8 +29,6 @@ /* Rockchip PCIe controller driver */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/rockchip/rk_pcie_phy.c b/sys/arm64/rockchip/rk_pcie_phy.c index 99a877a06284..88df04e60f2e 100644 --- a/sys/arm64/rockchip/rk_pcie_phy.c +++ b/sys/arm64/rockchip/rk_pcie_phy.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/rockchip/rk_pinctrl.c b/sys/arm64/rockchip/rk_pinctrl.c index 04d1f68b6b7f..7a47e3b9d468 100644 --- a/sys/arm64/rockchip/rk_pinctrl.c +++ b/sys/arm64/rockchip/rk_pinctrl.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/rockchip/rk_pmu.c b/sys/arm64/rockchip/rk_pmu.c index b290c0c4eaad..fd6518c0c8d8 100644 --- a/sys/arm64/rockchip/rk_pmu.c +++ b/sys/arm64/rockchip/rk_pmu.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/rockchip/rk_pwm.c b/sys/arm64/rockchip/rk_pwm.c index 5757f97a3f36..7e7fc303abb4 100644 --- a/sys/arm64/rockchip/rk_pwm.c +++ b/sys/arm64/rockchip/rk_pwm.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/rockchip/rk_spi.c b/sys/arm64/rockchip/rk_spi.c index 73adedabd2be..f229bae0c8ca 100644 --- a/sys/arm64/rockchip/rk_spi.c +++ b/sys/arm64/rockchip/rk_spi.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/rockchip/rk_tsadc.c b/sys/arm64/rockchip/rk_tsadc.c index da89337229a0..0d0d5d130b7f 100644 --- a/sys/arm64/rockchip/rk_tsadc.c +++ b/sys/arm64/rockchip/rk_tsadc.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Thermometer and thermal zones driver for RockChip SoCs. * Calibration data are taken from Linux, because this part of SoC diff --git a/sys/arm64/rockchip/rk_typec_phy.c b/sys/arm64/rockchip/rk_typec_phy.c index c06d7cccfd31..9715e5ef2af3 100644 --- a/sys/arm64/rockchip/rk_typec_phy.c +++ b/sys/arm64/rockchip/rk_typec_phy.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/rockchip/rk_usb2phy.c b/sys/arm64/rockchip/rk_usb2phy.c index 0020f4910670..a0420b76ff9b 100644 --- a/sys/arm64/rockchip/rk_usb2phy.c +++ b/sys/arm64/rockchip/rk_usb2phy.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/arm64/rockchip/rk_usbphy.c b/sys/arm64/rockchip/rk_usbphy.c index 1795f037ac41..212253974dce 100644 --- a/sys/arm64/rockchip/rk_usbphy.c +++ b/sys/arm64/rockchip/rk_usbphy.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/cam/ata/ata_all.c b/sys/cam/ata/ata_all.c index b40cebb9e171..7cc3d607f01d 100644 --- a/sys/cam/ata/ata_all.c +++ b/sys/cam/ata/ata_all.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #ifdef _KERNEL diff --git a/sys/cam/ata/ata_da.c b/sys/cam/ata/ata_da.c index cd0be88ba3c4..de8563a6c229 100644 --- a/sys/cam/ata/ata_da.c +++ b/sys/cam/ata/ata_da.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ada.h" #include diff --git a/sys/cam/ata/ata_pmp.c b/sys/cam/ata/ata_pmp.c index a873af6766bc..d3f5c9cc0fed 100644 --- a/sys/cam/ata/ata_pmp.c +++ b/sys/cam/ata/ata_pmp.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #ifdef _KERNEL diff --git a/sys/cam/ata/ata_xpt.c b/sys/cam/ata/ata_xpt.c index 55aa5e346daa..feece601a6a9 100644 --- a/sys/cam/ata/ata_xpt.c +++ b/sys/cam/ata/ata_xpt.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/cam/cam.c b/sys/cam/cam.c index 22c0faad7f02..ef2bb4f5840d 100644 --- a/sys/cam/cam.c +++ b/sys/cam/cam.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #ifdef _KERNEL #include diff --git a/sys/cam/cam_compat.c b/sys/cam/cam_compat.c index 512df480372f..c377763fc7c5 100644 --- a/sys/cam/cam_compat.c +++ b/sys/cam/cam_compat.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/cam/cam_iosched.c b/sys/cam/cam_iosched.c index 82ee5723f23d..739fe34ef184 100644 --- a/sys/cam/cam_iosched.c +++ b/sys/cam/cam_iosched.c @@ -31,8 +31,6 @@ #include "opt_ddb.h" #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/cam/cam_periph.c b/sys/cam/cam_periph.c index c4c91a395894..ebdda9ef449f 100644 --- a/sys/cam/cam_periph.c +++ b/sys/cam/cam_periph.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/cam/cam_queue.c b/sys/cam/cam_queue.c index 66f8e01bbf8e..aa78539acbb6 100644 --- a/sys/cam/cam_queue.c +++ b/sys/cam/cam_queue.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/cam/cam_sim.c b/sys/cam/cam_sim.c index e993a998fb2d..8fc3d0ee3c1a 100644 --- a/sys/cam/cam_sim.c +++ b/sys/cam/cam_sim.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/cam/cam_xpt.c b/sys/cam/cam_xpt.c index 6ff8a61457fa..c32cad2433b1 100644 --- a/sys/cam/cam_xpt.c +++ b/sys/cam/cam_xpt.c @@ -32,8 +32,6 @@ #include "opt_printf.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/cam/ctl/ctl.c b/sys/cam/ctl/ctl.c index 7507c4c3f18a..6faecb0da0a4 100644 --- a/sys/cam/ctl/ctl.c +++ b/sys/cam/ctl/ctl.c @@ -45,8 +45,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/cam/ctl/ctl_backend.c b/sys/cam/ctl/ctl_backend.c index 40dbf7019289..a57c5f127f08 100644 --- a/sys/cam/ctl/ctl_backend.c +++ b/sys/cam/ctl/ctl_backend.c @@ -38,8 +38,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/cam/ctl/ctl_backend_block.c b/sys/cam/ctl/ctl_backend_block.c index d7705df784aa..dd6511295dc4 100644 --- a/sys/cam/ctl/ctl_backend_block.c +++ b/sys/cam/ctl/ctl_backend_block.c @@ -46,8 +46,6 @@ * Author: Ken Merry */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/cam/ctl/ctl_backend_ramdisk.c b/sys/cam/ctl/ctl_backend_ramdisk.c index 56b203f1b0fc..dced32d8aed1 100644 --- a/sys/cam/ctl/ctl_backend_ramdisk.c +++ b/sys/cam/ctl/ctl_backend_ramdisk.c @@ -43,8 +43,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/cam/ctl/ctl_error.c b/sys/cam/ctl/ctl_error.c index 6ab7f2f76ec7..89bf3fab7096 100644 --- a/sys/cam/ctl/ctl_error.c +++ b/sys/cam/ctl/ctl_error.c @@ -40,8 +40,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/cam/ctl/ctl_frontend.c b/sys/cam/ctl/ctl_frontend.c index 496947e27563..ed5e2b3ac8c9 100644 --- a/sys/cam/ctl/ctl_frontend.c +++ b/sys/cam/ctl/ctl_frontend.c @@ -39,8 +39,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/cam/ctl/ctl_frontend_cam_sim.c b/sys/cam/ctl/ctl_frontend_cam_sim.c index 262294148f61..5b964c2a4781 100644 --- a/sys/cam/ctl/ctl_frontend_cam_sim.c +++ b/sys/cam/ctl/ctl_frontend_cam_sim.c @@ -39,8 +39,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/cam/ctl/ctl_frontend_ioctl.c b/sys/cam/ctl/ctl_frontend_ioctl.c index 3c3b93e9ba84..428fb9983b9f 100644 --- a/sys/cam/ctl/ctl_frontend_ioctl.c +++ b/sys/cam/ctl/ctl_frontend_ioctl.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/cam/ctl/ctl_frontend_iscsi.c b/sys/cam/ctl/ctl_frontend_iscsi.c index 7013371de526..5c7cdaf0770e 100644 --- a/sys/cam/ctl/ctl_frontend_iscsi.c +++ b/sys/cam/ctl/ctl_frontend_iscsi.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/cam/ctl/ctl_ha.c b/sys/cam/ctl/ctl_ha.c index 5007fcb043ed..32c83025bb1b 100644 --- a/sys/cam/ctl/ctl_ha.c +++ b/sys/cam/ctl/ctl_ha.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/cam/ctl/ctl_scsi_all.c b/sys/cam/ctl/ctl_scsi_all.c index 7f77faac6531..d712377e3389 100644 --- a/sys/cam/ctl/ctl_scsi_all.c +++ b/sys/cam/ctl/ctl_scsi_all.c @@ -32,9 +32,6 @@ */ #include - -__FBSDID("$FreeBSD$"); - #include #ifdef _KERNEL #include diff --git a/sys/cam/ctl/ctl_scsi_all.h b/sys/cam/ctl/ctl_scsi_all.h index f22ba50b0a08..5e99acddf01c 100644 --- a/sys/cam/ctl/ctl_scsi_all.h +++ b/sys/cam/ctl/ctl_scsi_all.h @@ -28,9 +28,6 @@ * * $Id: //depot/users/kenm/FreeBSD-test2/sys/cam/ctl/ctl_scsi_all.h#2 $ */ - -__FBSDID("$FreeBSD$"); - __BEGIN_DECLS const char * ctl_scsi_status_string(struct ctl_scsiio *ctsio); #ifdef _KERNEL diff --git a/sys/cam/ctl/ctl_tpc.c b/sys/cam/ctl/ctl_tpc.c index b041dc980ad3..063f674f00ff 100644 --- a/sys/cam/ctl/ctl_tpc.c +++ b/sys/cam/ctl/ctl_tpc.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/cam/ctl/ctl_tpc_local.c b/sys/cam/ctl/ctl_tpc_local.c index f42661f33635..3d087d9cab4c 100644 --- a/sys/cam/ctl/ctl_tpc_local.c +++ b/sys/cam/ctl/ctl_tpc_local.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/cam/ctl/ctl_util.c b/sys/cam/ctl/ctl_util.c index 9406aa8d7274..dc7a9177deeb 100644 --- a/sys/cam/ctl/ctl_util.c +++ b/sys/cam/ctl/ctl_util.c @@ -38,8 +38,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifdef _KERNEL #include #include diff --git a/sys/cam/ctl/scsi_ctl.c b/sys/cam/ctl/scsi_ctl.c index e7fd66c33580..590631fc4326 100644 --- a/sys/cam/ctl/scsi_ctl.c +++ b/sys/cam/ctl/scsi_ctl.c @@ -39,8 +39,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/cam/mmc/mmc_da.c b/sys/cam/mmc/mmc_da.c index 45a0500025f1..0809de6e0764 100644 --- a/sys/cam/mmc/mmc_da.c +++ b/sys/cam/mmc/mmc_da.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - //#include "opt_sdda.h" #include diff --git a/sys/cam/mmc/mmc_sim.c b/sys/cam/mmc/mmc_sim.c index fef07b6c502e..3033e327d0d5 100644 --- a/sys/cam/mmc/mmc_sim.c +++ b/sys/cam/mmc/mmc_sim.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/cam/mmc/mmc_xpt.c b/sys/cam/mmc/mmc_xpt.c index fec4981a7734..41b3f5146530 100644 --- a/sys/cam/mmc/mmc_xpt.c +++ b/sys/cam/mmc/mmc_xpt.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/cam/nvme/nvme_all.c b/sys/cam/nvme/nvme_all.c index 5350dbd1bcdb..1a740f71948e 100644 --- a/sys/cam/nvme/nvme_all.c +++ b/sys/cam/nvme/nvme_all.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #ifdef _KERNEL diff --git a/sys/cam/nvme/nvme_da.c b/sys/cam/nvme/nvme_da.c index 82b6893fdecb..e8e75a121679 100644 --- a/sys/cam/nvme/nvme_da.c +++ b/sys/cam/nvme/nvme_da.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #ifdef _KERNEL diff --git a/sys/cam/nvme/nvme_xpt.c b/sys/cam/nvme/nvme_xpt.c index ad0718bfcf3b..54dc81cfef7e 100644 --- a/sys/cam/nvme/nvme_xpt.c +++ b/sys/cam/nvme/nvme_xpt.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/cam/scsi/scsi_all.c b/sys/cam/scsi/scsi_all.c index e0079dd8ff88..985547b7ce20 100644 --- a/sys/cam/scsi/scsi_all.c +++ b/sys/cam/scsi/scsi_all.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/cam/scsi/scsi_cd.c b/sys/cam/scsi/scsi_cd.c index 2084c2a38116..9891110e6b3d 100644 --- a/sys/cam/scsi/scsi_cd.c +++ b/sys/cam/scsi/scsi_cd.c @@ -48,8 +48,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_cd.h" #include diff --git a/sys/cam/scsi/scsi_ch.c b/sys/cam/scsi/scsi_ch.c index 4f6838ee6410..30e4c8e73efd 100644 --- a/sys/cam/scsi/scsi_ch.c +++ b/sys/cam/scsi/scsi_ch.c @@ -66,8 +66,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/cam/scsi/scsi_da.c b/sys/cam/scsi/scsi_da.c index 3ab4a05a7bfd..7d441f44e945 100644 --- a/sys/cam/scsi/scsi_da.c +++ b/sys/cam/scsi/scsi_da.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #ifdef _KERNEL diff --git a/sys/cam/scsi/scsi_enc.c b/sys/cam/scsi/scsi_enc.c index e19712f5d442..f93fd6e31861 100644 --- a/sys/cam/scsi/scsi_enc.c +++ b/sys/cam/scsi/scsi_enc.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/cam/scsi/scsi_enc_safte.c b/sys/cam/scsi/scsi_enc_safte.c index 3a2f0fc481ce..3d42c9fae207 100644 --- a/sys/cam/scsi/scsi_enc_safte.c +++ b/sys/cam/scsi/scsi_enc_safte.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/cam/scsi/scsi_enc_ses.c b/sys/cam/scsi/scsi_enc_ses.c index ba7e918a0c80..767f4f0b7fa6 100644 --- a/sys/cam/scsi/scsi_enc_ses.c +++ b/sys/cam/scsi/scsi_enc_ses.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/cam/scsi/scsi_pass.c b/sys/cam/scsi/scsi_pass.c index 39ee23b956b4..cf27c304d919 100644 --- a/sys/cam/scsi/scsi_pass.c +++ b/sys/cam/scsi/scsi_pass.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/cam/scsi/scsi_pt.c b/sys/cam/scsi/scsi_pt.c index e5fefc879518..18d11eb6e058 100644 --- a/sys/cam/scsi/scsi_pt.c +++ b/sys/cam/scsi/scsi_pt.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/cam/scsi/scsi_sa.c b/sys/cam/scsi/scsi_sa.c index acf587889aa2..78b22ba7eba1 100644 --- a/sys/cam/scsi/scsi_sa.c +++ b/sys/cam/scsi/scsi_sa.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #ifdef _KERNEL diff --git a/sys/cam/scsi/scsi_sg.c b/sys/cam/scsi/scsi_sg.c index 85618b4d3111..b17a156503a2 100644 --- a/sys/cam/scsi/scsi_sg.c +++ b/sys/cam/scsi/scsi_sg.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/cam/scsi/scsi_targ_bh.c b/sys/cam/scsi/scsi_targ_bh.c index 8d3300f83072..9773c99d04e3 100644 --- a/sys/cam/scsi/scsi_targ_bh.c +++ b/sys/cam/scsi/scsi_targ_bh.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/cam/scsi/scsi_target.c b/sys/cam/scsi/scsi_target.c index 7c4b23a0b211..45a5eb8415b9 100644 --- a/sys/cam/scsi/scsi_target.c +++ b/sys/cam/scsi/scsi_target.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/cam/scsi/scsi_xpt.c b/sys/cam/scsi/scsi_xpt.c index 734668995299..2d93a7053183 100644 --- a/sys/cam/scsi/scsi_xpt.c +++ b/sys/cam/scsi/scsi_xpt.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/cam/scsi/smp_all.c b/sys/cam/scsi/smp_all.c index ad96418c171c..7f387af25395 100644 --- a/sys/cam/scsi/smp_all.c +++ b/sys/cam/scsi/smp_all.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #ifdef _KERNEL diff --git a/sys/cddl/boot/zfs/zfssubr.c b/sys/cddl/boot/zfs/zfssubr.c index 13edcc8ee747..14018926897c 100644 --- a/sys/cddl/boot/zfs/zfssubr.c +++ b/sys/cddl/boot/zfs/zfssubr.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include static uint64_t zfs_crc64_table[256]; diff --git a/sys/cddl/compat/opensolaris/kern/opensolaris_acl.c b/sys/cddl/compat/opensolaris/kern/opensolaris_acl.c index 316772db502c..86ae74cbb234 100644 --- a/sys/cddl/compat/opensolaris/kern/opensolaris_acl.c +++ b/sys/cddl/compat/opensolaris/kern/opensolaris_acl.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/cddl/compat/opensolaris/kern/opensolaris_atomic.c b/sys/cddl/compat/opensolaris/kern/opensolaris_atomic.c index 99a79b306580..300acdacee17 100644 --- a/sys/cddl/compat/opensolaris/kern/opensolaris_atomic.c +++ b/sys/cddl/compat/opensolaris/kern/opensolaris_atomic.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/cddl/compat/opensolaris/kern/opensolaris_proc.c b/sys/cddl/compat/opensolaris/kern/opensolaris_proc.c index 63db17199fb4..4a8318827a56 100644 --- a/sys/cddl/compat/opensolaris/kern/opensolaris_proc.c +++ b/sys/cddl/compat/opensolaris/kern/opensolaris_proc.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/cddl/compat/opensolaris/kern/opensolaris_taskq.c b/sys/cddl/compat/opensolaris/kern/opensolaris_taskq.c index 465b7a697cff..3707558a63d9 100644 --- a/sys/cddl/compat/opensolaris/kern/opensolaris_taskq.c +++ b/sys/cddl/compat/opensolaris/kern/opensolaris_taskq.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/cddl/compat/opensolaris/kern/opensolaris_vm.c b/sys/cddl/compat/opensolaris/kern/opensolaris_vm.c index fcfc28861925..c4f7dd0496a6 100644 --- a/sys/cddl/compat/opensolaris/kern/opensolaris_vm.c +++ b/sys/cddl/compat/opensolaris/kern/opensolaris_vm.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/cddl/dev/systrace/systrace.c b/sys/cddl/dev/systrace/systrace.c index 3ac3bb80596b..d2a6c43d5e33 100644 --- a/sys/cddl/dev/systrace/systrace.c +++ b/sys/cddl/dev/systrace/systrace.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/compat/freebsd32/freebsd32_abort2.c b/sys/compat/freebsd32/freebsd32_abort2.c index 1341d74e611c..b2b08f6eb91a 100644 --- a/sys/compat/freebsd32/freebsd32_abort2.c +++ b/sys/compat/freebsd32/freebsd32_abort2.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/compat/freebsd32/freebsd32_capability.c b/sys/compat/freebsd32/freebsd32_capability.c index f41156d227bf..82db5da5898a 100644 --- a/sys/compat/freebsd32/freebsd32_capability.c +++ b/sys/compat/freebsd32/freebsd32_capability.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_capsicum.h" #include diff --git a/sys/compat/freebsd32/freebsd32_ioctl.c b/sys/compat/freebsd32/freebsd32_ioctl.c index 7f424b63f414..e6daf04c0e2c 100644 --- a/sys/compat/freebsd32/freebsd32_ioctl.c +++ b/sys/compat/freebsd32/freebsd32_ioctl.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/compat/freebsd32/freebsd32_misc.c b/sys/compat/freebsd32/freebsd32_misc.c index 07ad68d56037..22ee4897083e 100644 --- a/sys/compat/freebsd32/freebsd32_misc.c +++ b/sys/compat/freebsd32/freebsd32_misc.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ffclock.h" #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/compat/ia32/ia32_genassym.c b/sys/compat/ia32/ia32_genassym.c index 2b46500c95cc..cc0b1e4e8ca5 100644 --- a/sys/compat/ia32/ia32_genassym.c +++ b/sys/compat/ia32/ia32_genassym.c @@ -1,6 +1,4 @@ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/compat/ia32/ia32_sysvec.c b/sys/compat/ia32/ia32_sysvec.c index 83911c47438d..b1f4b428a8aa 100644 --- a/sys/compat/ia32/ia32_sysvec.c +++ b/sys/compat/ia32/ia32_sysvec.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #define __ELF_WORD_SIZE 32 #include diff --git a/sys/compat/lindebugfs/lindebugfs.c b/sys/compat/lindebugfs/lindebugfs.c index a5e141b072f1..c1678c0f3421 100644 --- a/sys/compat/lindebugfs/lindebugfs.c +++ b/sys/compat/lindebugfs/lindebugfs.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/compat/linprocfs/linprocfs.c b/sys/compat/linprocfs/linprocfs.c index 90eab8ba5f4d..5c812353f989 100644 --- a/sys/compat/linprocfs/linprocfs.c +++ b/sys/compat/linprocfs/linprocfs.c @@ -44,8 +44,6 @@ #include "opt_inet.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/compat/linsysfs/linsysfs.c b/sys/compat/linsysfs/linsysfs.c index cce2517b85f5..9f730c6627de 100644 --- a/sys/compat/linsysfs/linsysfs.c +++ b/sys/compat/linsysfs/linsysfs.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/compat/linsysfs/linsysfs_net.c b/sys/compat/linsysfs/linsysfs_net.c index b8ef38b9c4b9..6ca653d93407 100644 --- a/sys/compat/linsysfs/linsysfs_net.c +++ b/sys/compat/linsysfs/linsysfs_net.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/compat/linux/linux.c b/sys/compat/linux/linux.c index 47a6561264e9..2021dbf5b52c 100644 --- a/sys/compat/linux/linux.c +++ b/sys/compat/linux/linux.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet6.h" #include diff --git a/sys/compat/linux/linux_common.c b/sys/compat/linux/linux_common.c index 338b1a0b6989..67e37e158933 100644 --- a/sys/compat/linux/linux_common.c +++ b/sys/compat/linux/linux_common.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/compat/linux/linux_dummy.c b/sys/compat/linux/linux_dummy.c index 5556652b31a1..4529e39977ba 100644 --- a/sys/compat/linux/linux_dummy.c +++ b/sys/compat/linux/linux_dummy.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/compat/linux/linux_elf.c b/sys/compat/linux/linux_elf.c index 06a384325d14..c6c8fdcfdb30 100644 --- a/sys/compat/linux/linux_elf.c +++ b/sys/compat/linux/linux_elf.c @@ -38,8 +38,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/compat/linux/linux_elf32.c b/sys/compat/linux/linux_elf32.c index 9c97354b0e3d..59ecdd7510d7 100644 --- a/sys/compat/linux/linux_elf32.c +++ b/sys/compat/linux/linux_elf32.c @@ -32,7 +32,5 @@ */ #include -__FBSDID("$FreeBSD$"); - #define __ELF_WORD_SIZE 32 #include diff --git a/sys/compat/linux/linux_elf64.c b/sys/compat/linux/linux_elf64.c index 95c461d905ce..bc992b86a2f6 100644 --- a/sys/compat/linux/linux_elf64.c +++ b/sys/compat/linux/linux_elf64.c @@ -32,7 +32,5 @@ */ #include -__FBSDID("$FreeBSD$"); - #define __ELF_WORD_SIZE 64 #include diff --git a/sys/compat/linux/linux_emul.c b/sys/compat/linux/linux_emul.c index 8384d6a42962..731d3f1b340d 100644 --- a/sys/compat/linux/linux_emul.c +++ b/sys/compat/linux/linux_emul.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/compat/linux/linux_errno.c b/sys/compat/linux/linux_errno.c index c81456a4bfca..9b1fe162e8a8 100644 --- a/sys/compat/linux/linux_errno.c +++ b/sys/compat/linux/linux_errno.c @@ -1,7 +1,5 @@ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/compat/linux/linux_event.c b/sys/compat/linux/linux_event.c index 312c3a4da39f..220bd969a7a1 100644 --- a/sys/compat/linux/linux_event.c +++ b/sys/compat/linux/linux_event.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/compat/linux/linux_file.c b/sys/compat/linux/linux_file.c index 33b357f222b2..1c4246e1d2f2 100644 --- a/sys/compat/linux/linux_file.c +++ b/sys/compat/linux/linux_file.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/compat/linux/linux_fork.c b/sys/compat/linux/linux_fork.c index 75358c54af1c..54eef6ac99fe 100644 --- a/sys/compat/linux/linux_fork.c +++ b/sys/compat/linux/linux_fork.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/compat/linux/linux_futex.c b/sys/compat/linux/linux_futex.c index 9cc41b8d72f5..a22ffce0c28a 100644 --- a/sys/compat/linux/linux_futex.c +++ b/sys/compat/linux/linux_futex.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/compat/linux/linux_getcwd.c b/sys/compat/linux/linux_getcwd.c index 5628aa495593..aae711813896 100644 --- a/sys/compat/linux/linux_getcwd.c +++ b/sys/compat/linux/linux_getcwd.c @@ -36,8 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/compat/linux/linux_ioctl.c b/sys/compat/linux/linux_ioctl.c index 5e7446f0dfaa..709f3ded977b 100644 --- a/sys/compat/linux/linux_ioctl.c +++ b/sys/compat/linux/linux_ioctl.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/compat/linux/linux_ipc.c b/sys/compat/linux/linux_ipc.c index 679fe6824c77..0e4893a9749c 100644 --- a/sys/compat/linux/linux_ipc.c +++ b/sys/compat/linux/linux_ipc.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/compat/linux/linux_mib.c b/sys/compat/linux/linux_mib.c index 714225ef9f1c..c6325ce81d63 100644 --- a/sys/compat/linux/linux_mib.c +++ b/sys/compat/linux/linux_mib.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/compat/linux/linux_misc.c b/sys/compat/linux/linux_misc.c index 0cea43001a0d..75da0cd3b0be 100644 --- a/sys/compat/linux/linux_misc.c +++ b/sys/compat/linux/linux_misc.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/compat/linux/linux_mmap.c b/sys/compat/linux/linux_mmap.c index 764feb7095b9..0bb5a261c11e 100644 --- a/sys/compat/linux/linux_mmap.c +++ b/sys/compat/linux/linux_mmap.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/compat/linux/linux_netlink.c b/sys/compat/linux/linux_netlink.c index e793885c30c2..e6f387592125 100644 --- a/sys/compat/linux/linux_netlink.c +++ b/sys/compat/linux/linux_netlink.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" #include "opt_netlink.h" diff --git a/sys/compat/linux/linux_ptrace.c b/sys/compat/linux/linux_ptrace.c index fc93881bb32a..10f18b970108 100644 --- a/sys/compat/linux/linux_ptrace.c +++ b/sys/compat/linux/linux_ptrace.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/compat/linux/linux_rseq.c b/sys/compat/linux/linux_rseq.c index 89bf526a4271..05fd0f340de0 100644 --- a/sys/compat/linux/linux_rseq.c +++ b/sys/compat/linux/linux_rseq.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/compat/linux/linux_signal.c b/sys/compat/linux/linux_signal.c index 89f0f38d7b6c..73571d7f67c0 100644 --- a/sys/compat/linux/linux_signal.c +++ b/sys/compat/linux/linux_signal.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ktrace.h" #include diff --git a/sys/compat/linux/linux_socket.c b/sys/compat/linux/linux_socket.c index 7acae92777f8..48db95d240cb 100644 --- a/sys/compat/linux/linux_socket.c +++ b/sys/compat/linux/linux_socket.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet6.h" #include diff --git a/sys/compat/linux/linux_stats.c b/sys/compat/linux/linux_stats.c index bdf3e320efcf..4621bdf986df 100644 --- a/sys/compat/linux/linux_stats.c +++ b/sys/compat/linux/linux_stats.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ktrace.h" #include diff --git a/sys/compat/linux/linux_sysctl.c b/sys/compat/linux/linux_sysctl.c index 40e4a601102f..6753941505b8 100644 --- a/sys/compat/linux/linux_sysctl.c +++ b/sys/compat/linux/linux_sysctl.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/compat/linux/linux_time.c b/sys/compat/linux/linux_time.c index 0497fb98edb8..e9e5cf075210 100644 --- a/sys/compat/linux/linux_time.c +++ b/sys/compat/linux/linux_time.c @@ -32,7 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); #if 0 __KERNEL_RCSID(0, "$NetBSD: linux_time.c,v 1.14 2006/05/14 03:40:54 christos Exp $"); #endif diff --git a/sys/compat/linux/linux_timer.c b/sys/compat/linux/linux_timer.c index e2cef8347c22..bfa17d7e8aa5 100644 --- a/sys/compat/linux/linux_timer.c +++ b/sys/compat/linux/linux_timer.c @@ -28,8 +28,6 @@ * SUCH DAMAGE. */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/compat/linux/linux_uid16.c b/sys/compat/linux/linux_uid16.c index 7b7dc8e0f0bb..aa7fc628c734 100644 --- a/sys/compat/linux/linux_uid16.c +++ b/sys/compat/linux/linux_uid16.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/compat/linux/linux_util.c b/sys/compat/linux/linux_util.c index 4431bdd479c7..07198d1eb369 100644 --- a/sys/compat/linux/linux_util.c +++ b/sys/compat/linux/linux_util.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/compat/linux/linux_vdso.c b/sys/compat/linux/linux_vdso.c index af6a199f1181..e8481ecd4412 100644 --- a/sys/compat/linux/linux_vdso.c +++ b/sys/compat/linux/linux_vdso.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #if defined(__i386__) || (defined(__amd64__) && defined(COMPAT_LINUX32)) #define __ELF_WORD_SIZE 32 #else diff --git a/sys/compat/linux/linux_xattr.c b/sys/compat/linux/linux_xattr.c index 60c4c8ddf4c9..2058033104f6 100644 --- a/sys/compat/linux/linux_xattr.c +++ b/sys/compat/linux/linux_xattr.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/compat/linuxkpi/common/src/linux_80211.c b/sys/compat/linuxkpi/common/src/linux_80211.c index 5bc99a1b1ae5..15c33b1e344e 100644 --- a/sys/compat/linuxkpi/common/src/linux_80211.c +++ b/sys/compat/linuxkpi/common/src/linux_80211.c @@ -40,8 +40,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/compat/linuxkpi/common/src/linux_80211_macops.c b/sys/compat/linuxkpi/common/src/linux_80211_macops.c index 16b502b1ca49..c386c096add7 100644 --- a/sys/compat/linuxkpi/common/src/linux_80211_macops.c +++ b/sys/compat/linuxkpi/common/src/linux_80211_macops.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/compat/linuxkpi/common/src/linux_compat.c b/sys/compat/linuxkpi/common/src/linux_compat.c index ffa7193620bc..b913ae602ab3 100644 --- a/sys/compat/linuxkpi/common/src/linux_compat.c +++ b/sys/compat/linuxkpi/common/src/linux_compat.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_stack.h" #include diff --git a/sys/compat/linuxkpi/common/src/linux_current.c b/sys/compat/linuxkpi/common/src/linux_current.c index e84b8bde2ada..bec53384361f 100644 --- a/sys/compat/linuxkpi/common/src/linux_current.c +++ b/sys/compat/linuxkpi/common/src/linux_current.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifdef __amd64__ #define DEV_APIC #elif defined(__i386__) diff --git a/sys/compat/linuxkpi/common/src/linux_devres.c b/sys/compat/linuxkpi/common/src/linux_devres.c index 0072713af322..84f03ba0dd7d 100644 --- a/sys/compat/linuxkpi/common/src/linux_devres.c +++ b/sys/compat/linuxkpi/common/src/linux_devres.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/compat/linuxkpi/common/src/linux_domain.c b/sys/compat/linuxkpi/common/src/linux_domain.c index acbf8821d42b..b651f64b3e05 100644 --- a/sys/compat/linuxkpi/common/src/linux_domain.c +++ b/sys/compat/linuxkpi/common/src/linux_domain.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/compat/linuxkpi/common/src/linux_hrtimer.c b/sys/compat/linuxkpi/common/src/linux_hrtimer.c index 5d9b376f9561..77c5c5eebcbc 100644 --- a/sys/compat/linuxkpi/common/src/linux_hrtimer.c +++ b/sys/compat/linuxkpi/common/src/linux_hrtimer.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/compat/linuxkpi/common/src/linux_i2c.c b/sys/compat/linuxkpi/common/src/linux_i2c.c index 253482b52550..983fa9dcb754 100644 --- a/sys/compat/linuxkpi/common/src/linux_i2c.c +++ b/sys/compat/linuxkpi/common/src/linux_i2c.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/compat/linuxkpi/common/src/linux_i2cbb.c b/sys/compat/linuxkpi/common/src/linux_i2cbb.c index 4020cd91d8c5..b15a895f5e22 100644 --- a/sys/compat/linuxkpi/common/src/linux_i2cbb.c +++ b/sys/compat/linuxkpi/common/src/linux_i2cbb.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/compat/linuxkpi/common/src/linux_idr.c b/sys/compat/linuxkpi/common/src/linux_idr.c index b5007a89966b..a484a16e2862 100644 --- a/sys/compat/linuxkpi/common/src/linux_idr.c +++ b/sys/compat/linuxkpi/common/src/linux_idr.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/compat/linuxkpi/common/src/linux_kmod.c b/sys/compat/linuxkpi/common/src/linux_kmod.c index 7fd73f0a7f45..1f525124f90f 100644 --- a/sys/compat/linuxkpi/common/src/linux_kmod.c +++ b/sys/compat/linuxkpi/common/src/linux_kmod.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/compat/linuxkpi/common/src/linux_kthread.c b/sys/compat/linuxkpi/common/src/linux_kthread.c index 19afad6872c3..2fba700fa283 100644 --- a/sys/compat/linuxkpi/common/src/linux_kthread.c +++ b/sys/compat/linuxkpi/common/src/linux_kthread.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/compat/linuxkpi/common/src/linux_mhi.c b/sys/compat/linuxkpi/common/src/linux_mhi.c index b8cedd3b60bb..a5fcebe51c9a 100644 --- a/sys/compat/linuxkpi/common/src/linux_mhi.c +++ b/sys/compat/linuxkpi/common/src/linux_mhi.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/compat/linuxkpi/common/src/linux_netdev.c b/sys/compat/linuxkpi/common/src/linux_netdev.c index 69adcff67930..61ebcdbf7a39 100644 --- a/sys/compat/linuxkpi/common/src/linux_netdev.c +++ b/sys/compat/linuxkpi/common/src/linux_netdev.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/compat/linuxkpi/common/src/linux_page.c b/sys/compat/linuxkpi/common/src/linux_page.c index e6c44e0368fc..ce9ad34464bd 100644 --- a/sys/compat/linuxkpi/common/src/linux_page.c +++ b/sys/compat/linuxkpi/common/src/linux_page.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/compat/linuxkpi/common/src/linux_pci.c b/sys/compat/linuxkpi/common/src/linux_pci.c index 5f4ce077a011..8386552dcd51 100644 --- a/sys/compat/linuxkpi/common/src/linux_pci.c +++ b/sys/compat/linuxkpi/common/src/linux_pci.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/compat/linuxkpi/common/src/linux_radix.c b/sys/compat/linuxkpi/common/src/linux_radix.c index abf217de7f98..f0f7cce128e6 100644 --- a/sys/compat/linuxkpi/common/src/linux_radix.c +++ b/sys/compat/linuxkpi/common/src/linux_radix.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/compat/linuxkpi/common/src/linux_rcu.c b/sys/compat/linuxkpi/common/src/linux_rcu.c index 2179faa2c05e..20fdf186a78a 100644 --- a/sys/compat/linuxkpi/common/src/linux_rcu.c +++ b/sys/compat/linuxkpi/common/src/linux_rcu.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/compat/linuxkpi/common/src/linux_schedule.c b/sys/compat/linuxkpi/common/src/linux_schedule.c index 656d8697d169..1edbbac35504 100644 --- a/sys/compat/linuxkpi/common/src/linux_schedule.c +++ b/sys/compat/linuxkpi/common/src/linux_schedule.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/compat/linuxkpi/common/src/linux_seq_file.c b/sys/compat/linuxkpi/common/src/linux_seq_file.c index f6b91c5de3c7..44ff74d2f691 100644 --- a/sys/compat/linuxkpi/common/src/linux_seq_file.c +++ b/sys/compat/linuxkpi/common/src/linux_seq_file.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/compat/linuxkpi/common/src/linux_shmemfs.c b/sys/compat/linuxkpi/common/src/linux_shmemfs.c index 6ae11e8ef57e..3c71d6495f4a 100644 --- a/sys/compat/linuxkpi/common/src/linux_shmemfs.c +++ b/sys/compat/linuxkpi/common/src/linux_shmemfs.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/compat/linuxkpi/common/src/linux_shrinker.c b/sys/compat/linuxkpi/common/src/linux_shrinker.c index cc2fb5345858..2e96bb8cf5d8 100644 --- a/sys/compat/linuxkpi/common/src/linux_shrinker.c +++ b/sys/compat/linuxkpi/common/src/linux_shrinker.c @@ -25,8 +25,6 @@ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/compat/linuxkpi/common/src/linux_simple_attr.c b/sys/compat/linuxkpi/common/src/linux_simple_attr.c index 4765391fd59d..27dc7beb8707 100644 --- a/sys/compat/linuxkpi/common/src/linux_simple_attr.c +++ b/sys/compat/linuxkpi/common/src/linux_simple_attr.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/compat/linuxkpi/common/src/linux_skbuff.c b/sys/compat/linuxkpi/common/src/linux_skbuff.c index a5a45ad4965f..0522d3fdff41 100644 --- a/sys/compat/linuxkpi/common/src/linux_skbuff.c +++ b/sys/compat/linuxkpi/common/src/linux_skbuff.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ddb.h" #include diff --git a/sys/compat/linuxkpi/common/src/linux_slab.c b/sys/compat/linuxkpi/common/src/linux_slab.c index e062f0535fda..72097c55f94c 100644 --- a/sys/compat/linuxkpi/common/src/linux_slab.c +++ b/sys/compat/linuxkpi/common/src/linux_slab.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/compat/linuxkpi/common/src/linux_tasklet.c b/sys/compat/linuxkpi/common/src/linux_tasklet.c index d6e20a63c579..6e08f911b99d 100644 --- a/sys/compat/linuxkpi/common/src/linux_tasklet.c +++ b/sys/compat/linuxkpi/common/src/linux_tasklet.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/compat/linuxkpi/common/src/linux_work.c b/sys/compat/linuxkpi/common/src/linux_work.c index 5d0c13ed2a53..990ba5d20fd5 100644 --- a/sys/compat/linuxkpi/common/src/linux_work.c +++ b/sys/compat/linuxkpi/common/src/linux_work.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/compat/linuxkpi/common/src/linux_xarray.c b/sys/compat/linuxkpi/common/src/linux_xarray.c index e8a107fa6f27..44900666242f 100644 --- a/sys/compat/linuxkpi/common/src/linux_xarray.c +++ b/sys/compat/linuxkpi/common/src/linux_xarray.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/compat/x86bios/x86bios.c b/sys/compat/x86bios/x86bios.c index 7bb7e5b35bd1..0eba97a59f5d 100644 --- a/sys/compat/x86bios/x86bios.c +++ b/sys/compat/x86bios/x86bios.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_x86bios.h" #include diff --git a/sys/crypto/aesni/aesni.c b/sys/crypto/aesni/aesni.c index aa7a5702713a..60e4a6e0f2fc 100644 --- a/sys/crypto/aesni/aesni.c +++ b/sys/crypto/aesni/aesni.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/crypto/aesni/aesni_wrap.c b/sys/crypto/aesni/aesni_wrap.c index cca69d3d5c96..b3174de6d4b6 100644 --- a/sys/crypto/aesni/aesni_wrap.c +++ b/sys/crypto/aesni/aesni_wrap.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/crypto/aesni/intel_sha1.c b/sys/crypto/aesni/intel_sha1.c index e9e1836f8871..846484b7da09 100644 --- a/sys/crypto/aesni/intel_sha1.c +++ b/sys/crypto/aesni/intel_sha1.c @@ -56,8 +56,6 @@ * *******************************************************************************/ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/crypto/aesni/intel_sha256.c b/sys/crypto/aesni/intel_sha256.c index 06636ccd4986..7e05eadea7f9 100644 --- a/sys/crypto/aesni/intel_sha256.c +++ b/sys/crypto/aesni/intel_sha256.c @@ -56,8 +56,6 @@ * *******************************************************************************/ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/crypto/armv8/armv8_crypto.c b/sys/crypto/armv8/armv8_crypto.c index 7c365c6a6901..a1a9d4dfcdcd 100644 --- a/sys/crypto/armv8/armv8_crypto.c +++ b/sys/crypto/armv8/armv8_crypto.c @@ -39,8 +39,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/crypto/armv8/armv8_crypto_wrap.c b/sys/crypto/armv8/armv8_crypto_wrap.c index c511560558ab..8366c247889c 100644 --- a/sys/crypto/armv8/armv8_crypto_wrap.c +++ b/sys/crypto/armv8/armv8_crypto_wrap.c @@ -41,8 +41,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/crypto/blake2/blake2-sw.c b/sys/crypto/blake2/blake2-sw.c index dafe0e3f84a4..93bbf7488be1 100644 --- a/sys/crypto/blake2/blake2-sw.c +++ b/sys/crypto/blake2/blake2-sw.c @@ -1,8 +1,6 @@ /* This file is in the public domain. */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/crypto/blake2/blake2_cryptodev.c b/sys/crypto/blake2/blake2_cryptodev.c index ebc3c2fcec96..77f7abaefcf8 100644 --- a/sys/crypto/blake2/blake2_cryptodev.c +++ b/sys/crypto/blake2/blake2_cryptodev.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/crypto/ccp/ccp.c b/sys/crypto/ccp/ccp.c index 16d83c65bc59..7db9a27ab059 100644 --- a/sys/crypto/ccp/ccp.c +++ b/sys/crypto/ccp/ccp.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ddb.h" #include diff --git a/sys/crypto/ccp/ccp_hardware.c b/sys/crypto/ccp/ccp_hardware.c index df98e1f2ae2a..497f80dbd676 100644 --- a/sys/crypto/ccp/ccp_hardware.c +++ b/sys/crypto/ccp/ccp_hardware.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ddb.h" #include diff --git a/sys/crypto/ccp/ccp_lsb.c b/sys/crypto/ccp/ccp_lsb.c index 0176b9c295b9..e50ef65bfbd0 100644 --- a/sys/crypto/ccp/ccp_lsb.c +++ b/sys/crypto/ccp/ccp_lsb.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/crypto/chacha20/chacha-sw.c b/sys/crypto/chacha20/chacha-sw.c index 773ea9425b0a..8f4db8c685d9 100644 --- a/sys/crypto/chacha20/chacha-sw.c +++ b/sys/crypto/chacha20/chacha-sw.c @@ -1,8 +1,6 @@ /* This file is in the public domain. */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/crypto/chacha20/chacha.c b/sys/crypto/chacha20/chacha.c index c0458dcd5b22..e22c348d14bd 100644 --- a/sys/crypto/chacha20/chacha.c +++ b/sys/crypto/chacha20/chacha.c @@ -7,8 +7,6 @@ Public domain. /* $OpenBSD: chacha.c,v 1.1 2013/11/21 00:45:44 djm Exp $ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/crypto/des/des_ecb.c b/sys/crypto/des/des_ecb.c index 5034b6c5ea91..d91304d86669 100644 --- a/sys/crypto/des/des_ecb.c +++ b/sys/crypto/des/des_ecb.c @@ -49,8 +49,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/crypto/des/des_enc.c b/sys/crypto/des/des_enc.c index f703b3099bc8..7365c171d3ff 100644 --- a/sys/crypto/des/des_enc.c +++ b/sys/crypto/des/des_enc.c @@ -60,8 +60,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/crypto/des/des_setkey.c b/sys/crypto/des/des_setkey.c index 491e3cb45a4a..f2f200acc7e0 100644 --- a/sys/crypto/des/des_setkey.c +++ b/sys/crypto/des/des_setkey.c @@ -57,8 +57,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/crypto/libsodium/randombytes.c b/sys/crypto/libsodium/randombytes.c index 7c5f5caff5ce..139b8ab0082c 100644 --- a/sys/crypto/libsodium/randombytes.c +++ b/sys/crypto/libsodium/randombytes.c @@ -1,7 +1,6 @@ /* This file is in the public domain. */ #include -__FBSDID("$FreeBSD$"); #include #include diff --git a/sys/crypto/libsodium/utils.c b/sys/crypto/libsodium/utils.c index aebe6c1fca9e..9d98b261f2ff 100644 --- a/sys/crypto/libsodium/utils.c +++ b/sys/crypto/libsodium/utils.c @@ -18,7 +18,6 @@ */ #include -__FBSDID("$FreeBSD$"); #include #include diff --git a/sys/crypto/openssl/ossl.c b/sys/crypto/openssl/ossl.c index 25897cae0dca..e8b35b3cc179 100644 --- a/sys/crypto/openssl/ossl.c +++ b/sys/crypto/openssl/ossl.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/crypto/openssl/ossl_aes.c b/sys/crypto/openssl/ossl_aes.c index 93d3ac3f2a99..84d694a7199f 100644 --- a/sys/crypto/openssl/ossl_aes.c +++ b/sys/crypto/openssl/ossl_aes.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/crypto/openssl/ossl_sha1.c b/sys/crypto/openssl/ossl_sha1.c index 7d9c9938b1bd..7642dc9b9f31 100644 --- a/sys/crypto/openssl/ossl_sha1.c +++ b/sys/crypto/openssl/ossl_sha1.c @@ -8,8 +8,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/crypto/openssl/ossl_sha256.c b/sys/crypto/openssl/ossl_sha256.c index 8c273bd137fd..4613a9409b44 100644 --- a/sys/crypto/openssl/ossl_sha256.c +++ b/sys/crypto/openssl/ossl_sha256.c @@ -8,8 +8,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/crypto/openssl/ossl_sha512.c b/sys/crypto/openssl/ossl_sha512.c index 1955feb93e81..c8c3d97d7974 100644 --- a/sys/crypto/openssl/ossl_sha512.c +++ b/sys/crypto/openssl/ossl_sha512.c @@ -8,8 +8,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/crypto/rc4/rc4.c b/sys/crypto/rc4/rc4.c index dbdbd7af6aa0..d053074a5a82 100644 --- a/sys/crypto/rc4/rc4.c +++ b/sys/crypto/rc4/rc4.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/crypto/rijndael/rijndael-alg-fst.c b/sys/crypto/rijndael/rijndael-alg-fst.c index 5197e226a26e..3cdbddf0239a 100644 --- a/sys/crypto/rijndael/rijndael-alg-fst.c +++ b/sys/crypto/rijndael/rijndael-alg-fst.c @@ -25,8 +25,6 @@ * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include -__FBSDID("$FreeBSD$"); - #include #include #ifdef _KERNEL diff --git a/sys/crypto/rijndael/rijndael-api-fst.c b/sys/crypto/rijndael/rijndael-api-fst.c index f954854ce9e9..318ad96e8f41 100644 --- a/sys/crypto/rijndael/rijndael-api-fst.c +++ b/sys/crypto/rijndael/rijndael-api-fst.c @@ -16,8 +16,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #ifdef _KERNEL #include diff --git a/sys/crypto/rijndael/rijndael-api.c b/sys/crypto/rijndael/rijndael-api.c index 47de1421494a..71ba64109918 100644 --- a/sys/crypto/rijndael/rijndael-api.c +++ b/sys/crypto/rijndael/rijndael-api.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #ifdef _KERNEL #include diff --git a/sys/crypto/sha1.c b/sys/crypto/sha1.c index 85226db08bc8..cb38ebcc51e5 100644 --- a/sys/crypto/sha1.c +++ b/sys/crypto/sha1.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/crypto/sha2/sha256c.c b/sys/crypto/sha2/sha256c.c index 57ae9e7a6ab3..a3bebc4bee55 100644 --- a/sys/crypto/sha2/sha256c.c +++ b/sys/crypto/sha2/sha256c.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/crypto/sha2/sha256c_arm64.c b/sys/crypto/sha2/sha256c_arm64.c index 8c0153c2b603..3cdeedf972bd 100644 --- a/sys/crypto/sha2/sha256c_arm64.c +++ b/sys/crypto/sha2/sha256c_arm64.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/crypto/sha2/sha512c.c b/sys/crypto/sha2/sha512c.c index 4533632500f2..8eda238870e8 100644 --- a/sys/crypto/sha2/sha512c.c +++ b/sys/crypto/sha2/sha512c.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/crypto/sha2/sha512c_arm64.c b/sys/crypto/sha2/sha512c_arm64.c index 8d3d327ea963..00016814a332 100644 --- a/sys/crypto/sha2/sha512c_arm64.c +++ b/sys/crypto/sha2/sha512c_arm64.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/crypto/siphash/siphash.c b/sys/crypto/siphash/siphash.c index 5a22312f3533..02286ed32a0f 100644 --- a/sys/crypto/siphash/siphash.c +++ b/sys/crypto/siphash/siphash.c @@ -42,8 +42,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/crypto/siphash/siphash_test.c b/sys/crypto/siphash/siphash_test.c index 093f2282d276..f76f9e1fa966 100644 --- a/sys/crypto/siphash/siphash_test.c +++ b/sys/crypto/siphash/siphash_test.c @@ -26,8 +26,6 @@ * in = 00 01 02 ... 3e (63 bytes) */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/crypto/skein/skein.c b/sys/crypto/skein/skein.c index fd17623db21a..4ee118e7f87b 100644 --- a/sys/crypto/skein/skein.c +++ b/sys/crypto/skein/skein.c @@ -9,8 +9,6 @@ ************************************************************************/ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/crypto/skein/skein_block.c b/sys/crypto/skein/skein_block.c index c92455051325..7855c6f95475 100644 --- a/sys/crypto/skein/skein_block.c +++ b/sys/crypto/skein/skein_block.c @@ -15,8 +15,6 @@ ************************************************************************/ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/crypto/via/padlock.c b/sys/crypto/via/padlock.c index 056c653eb24f..314beffbe2f5 100644 --- a/sys/crypto/via/padlock.c +++ b/sys/crypto/via/padlock.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/crypto/via/padlock_cipher.c b/sys/crypto/via/padlock_cipher.c index c5cd5161f4b2..253a84875626 100644 --- a/sys/crypto/via/padlock_cipher.c +++ b/sys/crypto/via/padlock_cipher.c @@ -45,8 +45,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/crypto/via/padlock_hash.c b/sys/crypto/via/padlock_hash.c index f834e677fc98..706452c45a3e 100644 --- a/sys/crypto/via/padlock_hash.c +++ b/sys/crypto/via/padlock_hash.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/ddb/db_access.c b/sys/ddb/db_access.c index 030b13869fe1..ca0c80a58f26 100644 --- a/sys/ddb/db_access.c +++ b/sys/ddb/db_access.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/ddb/db_break.c b/sys/ddb/db_break.c index d373d6be4318..c8396d86963d 100644 --- a/sys/ddb/db_break.c +++ b/sys/ddb/db_break.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/ddb/db_capture.c b/sys/ddb/db_capture.c index 2cc230971d88..98c6e806187a 100644 --- a/sys/ddb/db_capture.c +++ b/sys/ddb/db_capture.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ddb.h" #include diff --git a/sys/ddb/db_command.c b/sys/ddb/db_command.c index 02f79ca949c2..8390edcd2800 100644 --- a/sys/ddb/db_command.c +++ b/sys/ddb/db_command.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/ddb/db_examine.c b/sys/ddb/db_examine.c index fd100bd29add..0eaff0a65bf2 100644 --- a/sys/ddb/db_examine.c +++ b/sys/ddb/db_examine.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/ddb/db_expr.c b/sys/ddb/db_expr.c index 60fa463dc5dc..0423ffd5fb53 100644 --- a/sys/ddb/db_expr.c +++ b/sys/ddb/db_expr.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/ddb/db_input.c b/sys/ddb/db_input.c index c5ee6c664a96..0d446785f360 100644 --- a/sys/ddb/db_input.c +++ b/sys/ddb/db_input.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/ddb/db_lex.c b/sys/ddb/db_lex.c index ec78ff299fb7..e01eb688772f 100644 --- a/sys/ddb/db_lex.c +++ b/sys/ddb/db_lex.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/ddb/db_main.c b/sys/ddb/db_main.c index a52e6b2c3c95..81d602139db3 100644 --- a/sys/ddb/db_main.c +++ b/sys/ddb/db_main.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/ddb/db_output.c b/sys/ddb/db_output.c index 41a8c7128359..4585b65df11d 100644 --- a/sys/ddb/db_output.c +++ b/sys/ddb/db_output.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ddb.h" #include diff --git a/sys/ddb/db_print.c b/sys/ddb/db_print.c index da929457984d..68f1d92025c3 100644 --- a/sys/ddb/db_print.c +++ b/sys/ddb/db_print.c @@ -36,8 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/ddb/db_ps.c b/sys/ddb/db_ps.c index 5d713264d975..cc2eded87c77 100644 --- a/sys/ddb/db_ps.c +++ b/sys/ddb/db_ps.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_kstack_pages.h" #include diff --git a/sys/ddb/db_run.c b/sys/ddb/db_run.c index f003508f7736..597e559502ef 100644 --- a/sys/ddb/db_run.c +++ b/sys/ddb/db_run.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/ddb/db_script.c b/sys/ddb/db_script.c index 965bfed50d97..6cbd10c5b5fd 100644 --- a/sys/ddb/db_script.c +++ b/sys/ddb/db_script.c @@ -56,8 +56,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/ddb/db_sym.c b/sys/ddb/db_sym.c index 19aba9f7abb2..302a827885d2 100644 --- a/sys/ddb/db_sym.c +++ b/sys/ddb/db_sym.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_kstack_pages.h" #include diff --git a/sys/ddb/db_textdump.c b/sys/ddb/db_textdump.c index 4d007386cd99..61d3b5ee6327 100644 --- a/sys/ddb/db_textdump.c +++ b/sys/ddb/db_textdump.c @@ -59,8 +59,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_config.h" #include "opt_ddb.h" diff --git a/sys/ddb/db_thread.c b/sys/ddb/db_thread.c index fb629910e9ce..7896aef9096d 100644 --- a/sys/ddb/db_thread.c +++ b/sys/ddb/db_thread.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/ddb/db_variables.c b/sys/ddb/db_variables.c index 2c3840339e4c..02e42a7ed18b 100644 --- a/sys/ddb/db_variables.c +++ b/sys/ddb/db_variables.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/ddb/db_watch.c b/sys/ddb/db_watch.c index 62585731e82e..23327ab84357 100644 --- a/sys/ddb/db_watch.c +++ b/sys/ddb/db_watch.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/ddb/db_write_cmd.c b/sys/ddb/db_write_cmd.c index 65a2821069b5..5f88173d6555 100644 --- a/sys/ddb/db_write_cmd.c +++ b/sys/ddb/db_write_cmd.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/dev/aac/aac.c b/sys/dev/aac/aac.c index 7ccf5acf7b20..34dbb56a66f7 100644 --- a/sys/dev/aac/aac.c +++ b/sys/dev/aac/aac.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Driver for the Adaptec 'FSA' family of PCI/SCSI RAID adapters. */ diff --git a/sys/dev/aac/aac_cam.c b/sys/dev/aac/aac_cam.c index 8f0fa937daa9..fe686fe8cd58 100644 --- a/sys/dev/aac/aac_cam.c +++ b/sys/dev/aac/aac_cam.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * CAM front-end for communicating with non-DASD devices */ diff --git a/sys/dev/aac/aac_debug.c b/sys/dev/aac/aac_debug.c index 396bce10629f..bc37256e6130 100644 --- a/sys/dev/aac/aac_debug.c +++ b/sys/dev/aac/aac_debug.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Debugging support. */ diff --git a/sys/dev/aac/aac_disk.c b/sys/dev/aac/aac_disk.c index d6cb9be9b8c9..b20bbd1e4370 100644 --- a/sys/dev/aac/aac_disk.c +++ b/sys/dev/aac/aac_disk.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_aac.h" #include diff --git a/sys/dev/aac/aac_linux.c b/sys/dev/aac/aac_linux.c index bc45e3179fb6..609315f50939 100644 --- a/sys/dev/aac/aac_linux.c +++ b/sys/dev/aac/aac_linux.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Linux ioctl handler for the aac device driver */ diff --git a/sys/dev/aac/aac_pci.c b/sys/dev/aac/aac_pci.c index 527e6d2db768..60e6dd09195f 100644 --- a/sys/dev/aac/aac_pci.c +++ b/sys/dev/aac/aac_pci.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * PCI bus interface and resource allocation. */ diff --git a/sys/dev/aacraid/aacraid.c b/sys/dev/aacraid/aacraid.c index d8b54ad1691f..031a13ef021b 100644 --- a/sys/dev/aacraid/aacraid.c +++ b/sys/dev/aacraid/aacraid.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Driver for the Adaptec by PMC Series 6,7,8,... families of RAID controllers */ diff --git a/sys/dev/aacraid/aacraid_cam.c b/sys/dev/aacraid/aacraid_cam.c index f8a30092c064..919bf1ad55ca 100644 --- a/sys/dev/aacraid/aacraid_cam.c +++ b/sys/dev/aacraid/aacraid_cam.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * CAM front-end for communicating with non-DASD devices */ diff --git a/sys/dev/aacraid/aacraid_debug.c b/sys/dev/aacraid/aacraid_debug.c index eafc70c0e9be..0000e7d070a8 100644 --- a/sys/dev/aacraid/aacraid_debug.c +++ b/sys/dev/aacraid/aacraid_debug.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Debugging support. */ diff --git a/sys/dev/aacraid/aacraid_endian.c b/sys/dev/aacraid/aacraid_endian.c index 0b1c6b71664e..d7b6e1db660b 100644 --- a/sys/dev/aacraid/aacraid_endian.c +++ b/sys/dev/aacraid/aacraid_endian.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/dev/aacraid/aacraid_linux.c b/sys/dev/aacraid/aacraid_linux.c index 589f0167320c..267dd84c65d5 100644 --- a/sys/dev/aacraid/aacraid_linux.c +++ b/sys/dev/aacraid/aacraid_linux.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Linux ioctl handler for the aac device driver */ diff --git a/sys/dev/aacraid/aacraid_pci.c b/sys/dev/aacraid/aacraid_pci.c index 6162da331c82..cb4c6fb8eeba 100644 --- a/sys/dev/aacraid/aacraid_pci.c +++ b/sys/dev/aacraid/aacraid_pci.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * PCI bus interface and resource allocation. */ diff --git a/sys/dev/acpi_support/acpi_asus.c b/sys/dev/acpi_support/acpi_asus.c index 52b8afa202e2..6e63d8fabab1 100644 --- a/sys/dev/acpi_support/acpi_asus.c +++ b/sys/dev/acpi_support/acpi_asus.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Driver for extra ACPI-controlled gadgets (hotkeys, leds, etc) found on * recent Asus (and Medion) laptops. Inspired by the acpi4asus project which diff --git a/sys/dev/acpi_support/acpi_asus_wmi.c b/sys/dev/acpi_support/acpi_asus_wmi.c index a3b6562382c6..853696e67f84 100644 --- a/sys/dev/acpi_support/acpi_asus_wmi.c +++ b/sys/dev/acpi_support/acpi_asus_wmi.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_acpi.h" #include #include diff --git a/sys/dev/acpi_support/acpi_fujitsu.c b/sys/dev/acpi_support/acpi_fujitsu.c index 449e9e9799c3..2d3c6f17dfe2 100644 --- a/sys/dev/acpi_support/acpi_fujitsu.c +++ b/sys/dev/acpi_support/acpi_fujitsu.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_acpi.h" #include #include diff --git a/sys/dev/acpi_support/acpi_hp.c b/sys/dev/acpi_support/acpi_hp.c index 7e3e8a44001d..088e46af2ce3 100644 --- a/sys/dev/acpi_support/acpi_hp.c +++ b/sys/dev/acpi_support/acpi_hp.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Driver for extra ACPI-controlled features found on HP laptops * that use a WMI enabled BIOS (e.g. HP Compaq 8510p and 6510p). diff --git a/sys/dev/acpi_support/acpi_ibm.c b/sys/dev/acpi_support/acpi_ibm.c index 22a436757b8a..a617088d4246 100644 --- a/sys/dev/acpi_support/acpi_ibm.c +++ b/sys/dev/acpi_support/acpi_ibm.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Driver for extra ACPI-controlled gadgets found on ThinkPad laptops. * Inspired by the ibm-acpi and tpb projects which implement these features diff --git a/sys/dev/acpi_support/acpi_panasonic.c b/sys/dev/acpi_support/acpi_panasonic.c index b24846a87ea6..67d51ea9bc1f 100644 --- a/sys/dev/acpi_support/acpi_panasonic.c +++ b/sys/dev/acpi_support/acpi_panasonic.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_acpi.h" #include #include diff --git a/sys/dev/acpi_support/acpi_rapidstart.c b/sys/dev/acpi_support/acpi_rapidstart.c index 57afddbe681e..f60b473906eb 100644 --- a/sys/dev/acpi_support/acpi_rapidstart.c +++ b/sys/dev/acpi_support/acpi_rapidstart.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_acpi.h" #include #include diff --git a/sys/dev/acpi_support/acpi_sony.c b/sys/dev/acpi_support/acpi_sony.c index 494d879c0452..64a93ea789f8 100644 --- a/sys/dev/acpi_support/acpi_sony.c +++ b/sys/dev/acpi_support/acpi_sony.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_acpi.h" #include #include diff --git a/sys/dev/acpi_support/acpi_toshiba.c b/sys/dev/acpi_support/acpi_toshiba.c index 0b998bcdb003..45e0a400d3c6 100644 --- a/sys/dev/acpi_support/acpi_toshiba.c +++ b/sys/dev/acpi_support/acpi_toshiba.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_acpi.h" #include #include diff --git a/sys/dev/acpi_support/acpi_wmi.c b/sys/dev/acpi_support/acpi_wmi.c index 31a7e2f155df..1df7cc60a940 100644 --- a/sys/dev/acpi_support/acpi_wmi.c +++ b/sys/dev/acpi_support/acpi_wmi.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Driver for acpi-wmi mapping, provides an interface for vendor specific * implementations (e.g. HP and Acer laptops). diff --git a/sys/dev/acpi_support/atk0110.c b/sys/dev/acpi_support/atk0110.c index ea102f1d2c45..e76603abedbe 100644 --- a/sys/dev/acpi_support/atk0110.c +++ b/sys/dev/acpi_support/atk0110.c @@ -18,8 +18,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/acpica/Osd/OsdDebug.c b/sys/dev/acpica/Osd/OsdDebug.c index f44cc53fec14..8ac5bfdb5e7c 100644 --- a/sys/dev/acpica/Osd/OsdDebug.c +++ b/sys/dev/acpica/Osd/OsdDebug.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ddb.h" #include #include diff --git a/sys/dev/acpica/Osd/OsdHardware.c b/sys/dev/acpica/Osd/OsdHardware.c index 67952416f507..b9c11454913b 100644 --- a/sys/dev/acpica/Osd/OsdHardware.c +++ b/sys/dev/acpica/Osd/OsdHardware.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/dev/acpica/Osd/OsdInterrupt.c b/sys/dev/acpica/Osd/OsdInterrupt.c index 3fb1e70685df..161fe0f48c59 100644 --- a/sys/dev/acpica/Osd/OsdInterrupt.c +++ b/sys/dev/acpica/Osd/OsdInterrupt.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/acpica/Osd/OsdMemory.c b/sys/dev/acpica/Osd/OsdMemory.c index 599065e5c653..49397886282f 100644 --- a/sys/dev/acpica/Osd/OsdMemory.c +++ b/sys/dev/acpica/Osd/OsdMemory.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/dev/acpica/Osd/OsdSchedule.c b/sys/dev/acpica/Osd/OsdSchedule.c index 39c7a149b149..f0464709e8ad 100644 --- a/sys/dev/acpica/Osd/OsdSchedule.c +++ b/sys/dev/acpica/Osd/OsdSchedule.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_acpi.h" #include #include diff --git a/sys/dev/acpica/Osd/OsdStream.c b/sys/dev/acpica/Osd/OsdStream.c index 81181db34a51..f6eb66c9af91 100644 --- a/sys/dev/acpica/Osd/OsdStream.c +++ b/sys/dev/acpica/Osd/OsdStream.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include void diff --git a/sys/dev/acpica/Osd/OsdSynch.c b/sys/dev/acpica/Osd/OsdSynch.c index db29239c4f39..0bb8e9c0a329 100644 --- a/sys/dev/acpica/Osd/OsdSynch.c +++ b/sys/dev/acpica/Osd/OsdSynch.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/dev/acpica/Osd/OsdTable.c b/sys/dev/acpica/Osd/OsdTable.c index 888d02a0cc4f..4795e6176806 100644 --- a/sys/dev/acpica/Osd/OsdTable.c +++ b/sys/dev/acpica/Osd/OsdTable.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/acpica/acpi.c b/sys/dev/acpica/acpi.c index a9d49a3c7f74..491eda40b6c4 100644 --- a/sys/dev/acpica/acpi.c +++ b/sys/dev/acpica/acpi.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_acpi.h" #include diff --git a/sys/dev/acpica/acpi_acad.c b/sys/dev/acpica/acpi_acad.c index 823abf9a4cf4..820c573b2bd9 100644 --- a/sys/dev/acpica/acpi_acad.c +++ b/sys/dev/acpica/acpi_acad.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_acpi.h" #include #include diff --git a/sys/dev/acpica/acpi_apei.c b/sys/dev/acpica/acpi_apei.c index 6cf6fbb33c79..6a3d9d10edd4 100644 --- a/sys/dev/acpica/acpi_apei.c +++ b/sys/dev/acpica/acpi_apei.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_acpi.h" #include "opt_pci.h" diff --git a/sys/dev/acpica/acpi_battery.c b/sys/dev/acpica/acpi_battery.c index ea4a5e3baeee..7455c6afc6a6 100644 --- a/sys/dev/acpica/acpi_battery.c +++ b/sys/dev/acpica/acpi_battery.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_acpi.h" #include #include diff --git a/sys/dev/acpica/acpi_button.c b/sys/dev/acpica/acpi_button.c index f2c7041f809f..de6fe2264d28 100644 --- a/sys/dev/acpica/acpi_button.c +++ b/sys/dev/acpica/acpi_button.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_acpi.h" #include "opt_evdev.h" #include diff --git a/sys/dev/acpica/acpi_cmbat.c b/sys/dev/acpica/acpi_cmbat.c index 14b8878cdfe8..8c08868456d7 100644 --- a/sys/dev/acpica/acpi_cmbat.c +++ b/sys/dev/acpica/acpi_cmbat.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_acpi.h" #include #include diff --git a/sys/dev/acpica/acpi_container.c b/sys/dev/acpica/acpi_container.c index 358759cb1dde..43da3cdc47e1 100644 --- a/sys/dev/acpica/acpi_container.c +++ b/sys/dev/acpica/acpi_container.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/acpica/acpi_cpu.c b/sys/dev/acpica/acpi_cpu.c index 92809966bfba..8460cd245b0d 100644 --- a/sys/dev/acpica/acpi_cpu.c +++ b/sys/dev/acpica/acpi_cpu.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_acpi.h" #include #include diff --git a/sys/dev/acpica/acpi_ec.c b/sys/dev/acpica/acpi_ec.c index 35397b7c93d5..d27b7caee9e6 100644 --- a/sys/dev/acpica/acpi_ec.c +++ b/sys/dev/acpica/acpi_ec.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_acpi.h" #include #include diff --git a/sys/dev/acpica/acpi_ged.c b/sys/dev/acpica/acpi_ged.c index 83e0f51161c1..e7dcc1ffb0ac 100644 --- a/sys/dev/acpica/acpi_ged.c +++ b/sys/dev/acpica/acpi_ged.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_acpi.h" #include diff --git a/sys/dev/acpica/acpi_hpet.c b/sys/dev/acpica/acpi_hpet.c index a1171027ddf7..de75e70a2d49 100644 --- a/sys/dev/acpica/acpi_hpet.c +++ b/sys/dev/acpica/acpi_hpet.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_acpi.h" #if defined(__amd64__) diff --git a/sys/dev/acpica/acpi_isab.c b/sys/dev/acpica/acpi_isab.c index 144a9e523a94..7eba46daf168 100644 --- a/sys/dev/acpica/acpi_isab.c +++ b/sys/dev/acpica/acpi_isab.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * ISA Bridge driver for Generic ISA Bus Devices. See section 10.7 of the * ACPI 2.0a specification for details on this device. diff --git a/sys/dev/acpica/acpi_lid.c b/sys/dev/acpica/acpi_lid.c index 8b20f7786d2b..44730879c31e 100644 --- a/sys/dev/acpica/acpi_lid.c +++ b/sys/dev/acpica/acpi_lid.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_acpi.h" #include "opt_evdev.h" #include diff --git a/sys/dev/acpica/acpi_package.c b/sys/dev/acpica/acpi_package.c index 65d04f2053eb..4afee9cfcade 100644 --- a/sys/dev/acpica/acpi_package.c +++ b/sys/dev/acpica/acpi_package.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/acpica/acpi_pci.c b/sys/dev/acpica/acpi_pci.c index 56d2b93d0613..a1ac3499662d 100644 --- a/sys/dev/acpica/acpi_pci.c +++ b/sys/dev/acpica/acpi_pci.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_acpi.h" #include "opt_iommu.h" diff --git a/sys/dev/acpica/acpi_pci_link.c b/sys/dev/acpica/acpi_pci_link.c index 95dd11b9805e..f354441bfd86 100644 --- a/sys/dev/acpica/acpi_pci_link.c +++ b/sys/dev/acpica/acpi_pci_link.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_acpi.h" #include #include diff --git a/sys/dev/acpica/acpi_pcib.c b/sys/dev/acpica/acpi_pcib.c index 745f9cec139c..b16457ec853d 100644 --- a/sys/dev/acpica/acpi_pcib.c +++ b/sys/dev/acpica/acpi_pcib.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_acpi.h" #include #include diff --git a/sys/dev/acpica/acpi_pcib_acpi.c b/sys/dev/acpica/acpi_pcib_acpi.c index 59b4c2bf25bf..0575b1d83bb1 100644 --- a/sys/dev/acpica/acpi_pcib_acpi.c +++ b/sys/dev/acpica/acpi_pcib_acpi.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_acpi.h" #include "opt_pci.h" diff --git a/sys/dev/acpica/acpi_pcib_pci.c b/sys/dev/acpica/acpi_pcib_pci.c index 2c1db6fdf0f6..084a699b830d 100644 --- a/sys/dev/acpica/acpi_pcib_pci.c +++ b/sys/dev/acpica/acpi_pcib_pci.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_acpi.h" #include diff --git a/sys/dev/acpica/acpi_perf.c b/sys/dev/acpica/acpi_perf.c index 393d9dea7772..0013d2a94552 100644 --- a/sys/dev/acpica/acpi_perf.c +++ b/sys/dev/acpica/acpi_perf.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_acpi.h" #include #include diff --git a/sys/dev/acpica/acpi_powerres.c b/sys/dev/acpica/acpi_powerres.c index fbde1cd9b557..0f2a25b1d02b 100644 --- a/sys/dev/acpica/acpi_powerres.c +++ b/sys/dev/acpica/acpi_powerres.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_acpi.h" #include #include diff --git a/sys/dev/acpica/acpi_pxm.c b/sys/dev/acpica/acpi_pxm.c index de76cc70a0f6..9eb95996eca0 100644 --- a/sys/dev/acpica/acpi_pxm.c +++ b/sys/dev/acpica/acpi_pxm.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_vm.h" #include diff --git a/sys/dev/acpica/acpi_quirk.c b/sys/dev/acpica/acpi_quirk.c index 04e85c8157b4..c89507f102b8 100644 --- a/sys/dev/acpica/acpi_quirk.c +++ b/sys/dev/acpica/acpi_quirk.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/dev/acpica/acpi_resource.c b/sys/dev/acpica/acpi_resource.c index fad10a7df381..373cc6da9820 100644 --- a/sys/dev/acpica/acpi_resource.c +++ b/sys/dev/acpica/acpi_resource.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_acpi.h" #include #include diff --git a/sys/dev/acpica/acpi_smbat.c b/sys/dev/acpica/acpi_smbat.c index 89b873f986da..48fc3fd1e898 100644 --- a/sys/dev/acpica/acpi_smbat.c +++ b/sys/dev/acpica/acpi_smbat.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_acpi.h" #include #include diff --git a/sys/dev/acpica/acpi_thermal.c b/sys/dev/acpica/acpi_thermal.c index 2ff9de6802fb..2e4ac47092f4 100644 --- a/sys/dev/acpica/acpi_thermal.c +++ b/sys/dev/acpica/acpi_thermal.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_acpi.h" #include #include diff --git a/sys/dev/acpica/acpi_throttle.c b/sys/dev/acpica/acpi_throttle.c index 502dae6971e1..5cdca63c27c6 100644 --- a/sys/dev/acpica/acpi_throttle.c +++ b/sys/dev/acpica/acpi_throttle.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_acpi.h" #include #include diff --git a/sys/dev/acpica/acpi_timer.c b/sys/dev/acpica/acpi_timer.c index 072249cca221..8b362f52047a 100644 --- a/sys/dev/acpica/acpi_timer.c +++ b/sys/dev/acpica/acpi_timer.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_acpi.h" #include #include diff --git a/sys/dev/acpica/acpi_video.c b/sys/dev/acpica/acpi_video.c index c559cff102bd..da7c2a4d19cb 100644 --- a/sys/dev/acpica/acpi_video.c +++ b/sys/dev/acpica/acpi_video.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_evdev.h" #include diff --git a/sys/dev/adlink/adlink.c b/sys/dev/adlink/adlink.c index 302e3c10498c..f2856c2088ab 100644 --- a/sys/dev/adlink/adlink.c +++ b/sys/dev/adlink/adlink.c @@ -45,8 +45,6 @@ #ifdef _KERNEL #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/ae/if_ae.c b/sys/dev/ae/if_ae.c index 5cae63766419..061f29e91e9c 100644 --- a/sys/dev/ae/if_ae.c +++ b/sys/dev/ae/if_ae.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/age/if_age.c b/sys/dev/age/if_age.c index 6721493a11c7..c302dd6f1965 100644 --- a/sys/dev/age/if_age.c +++ b/sys/dev/age/if_age.c @@ -30,8 +30,6 @@ /* Driver for Attansic Technology Corp. L1 Gigabit Ethernet. */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/agp/agp.c b/sys/dev/agp/agp.c index ec683083922b..f7eb906fc57c 100644 --- a/sys/dev/agp/agp.c +++ b/sys/dev/agp/agp.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_agp.h" #include diff --git a/sys/dev/agp/agp_ali.c b/sys/dev/agp/agp_ali.c index b9d0f791978b..0762d903fffe 100644 --- a/sys/dev/agp/agp_ali.c +++ b/sys/dev/agp/agp_ali.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/agp/agp_amd.c b/sys/dev/agp/agp_amd.c index d370052f4f84..b2dc6527392d 100644 --- a/sys/dev/agp/agp_amd.c +++ b/sys/dev/agp/agp_amd.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/agp/agp_amd64.c b/sys/dev/agp/agp_amd64.c index fbbecd152d08..7ad974f698e9 100644 --- a/sys/dev/agp/agp_amd64.c +++ b/sys/dev/agp/agp_amd64.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/agp/agp_apple.c b/sys/dev/agp/agp_apple.c index 6da8659438c1..ee22f1cc44fa 100644 --- a/sys/dev/agp/agp_apple.c +++ b/sys/dev/agp/agp_apple.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/agp/agp_ati.c b/sys/dev/agp/agp_ati.c index 6778363d32af..b30d80038a3d 100644 --- a/sys/dev/agp/agp_ati.c +++ b/sys/dev/agp/agp_ati.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/agp/agp_i810.c b/sys/dev/agp/agp_i810.c index c371a13deafd..6ed04297f6c8 100644 --- a/sys/dev/agp/agp_i810.c +++ b/sys/dev/agp/agp_i810.c @@ -40,8 +40,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #if 0 #define KTR_AGP_I810 KTR_DEV #else diff --git a/sys/dev/agp/agp_intel.c b/sys/dev/agp/agp_intel.c index 333e69a48789..32b3e920adf5 100644 --- a/sys/dev/agp/agp_intel.c +++ b/sys/dev/agp/agp_intel.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/agp/agp_nvidia.c b/sys/dev/agp/agp_nvidia.c index 853c9f014332..fa5b73023f59 100644 --- a/sys/dev/agp/agp_nvidia.c +++ b/sys/dev/agp/agp_nvidia.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Written using information gleaned from the * NVIDIA nForce/nForce2 AGPGART Linux Kernel Patch. diff --git a/sys/dev/agp/agp_sis.c b/sys/dev/agp/agp_sis.c index 2224de451922..f7572e487658 100644 --- a/sys/dev/agp/agp_sis.c +++ b/sys/dev/agp/agp_sis.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/agp/agp_via.c b/sys/dev/agp/agp_via.c index 6d6c7b750395..f101c08e8cc3 100644 --- a/sys/dev/agp/agp_via.c +++ b/sys/dev/agp/agp_via.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/ahci/ahci.c b/sys/dev/ahci/ahci.c index ae7f7d7f721e..2f0971bddd9b 100644 --- a/sys/dev/ahci/ahci.c +++ b/sys/dev/ahci/ahci.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/ahci/ahci_fsl_fdt.c b/sys/dev/ahci/ahci_fsl_fdt.c index 6277b0843089..983ef7c77ee9 100644 --- a/sys/dev/ahci/ahci_fsl_fdt.c +++ b/sys/dev/ahci/ahci_fsl_fdt.c @@ -29,8 +29,6 @@ /* AHCI controller driver for NXP QorIQ Layerscape SoCs. */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/ahci/ahci_generic.c b/sys/dev/ahci/ahci_generic.c index ab571f0313b6..90487b4622eb 100644 --- a/sys/dev/ahci/ahci_generic.c +++ b/sys/dev/ahci/ahci_generic.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_acpi.h" #include "opt_platform.h" diff --git a/sys/dev/ahci/ahci_mv_fdt.c b/sys/dev/ahci/ahci_mv_fdt.c index 4b9c0068dda8..9ddfa4c8267b 100644 --- a/sys/dev/ahci/ahci_mv_fdt.c +++ b/sys/dev/ahci/ahci_mv_fdt.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/ahci/ahci_pci.c b/sys/dev/ahci/ahci_pci.c index 51bbe6e5cbe3..80ab01732c7b 100644 --- a/sys/dev/ahci/ahci_pci.c +++ b/sys/dev/ahci/ahci_pci.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/ahci/ahciem.c b/sys/dev/ahci/ahciem.c index 46edf4ab8c96..eb1f2bdc3924 100644 --- a/sys/dev/ahci/ahciem.c +++ b/sys/dev/ahci/ahciem.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/aic7xxx/ahc_isa.c b/sys/dev/aic7xxx/ahc_isa.c index 56466410dc30..06ef509f2782 100644 --- a/sys/dev/aic7xxx/ahc_isa.c +++ b/sys/dev/aic7xxx/ahc_isa.c @@ -38,8 +38,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include /* For CHAR_BIT*/ diff --git a/sys/dev/aic7xxx/ahc_pci.c b/sys/dev/aic7xxx/ahc_pci.c index cd1a46e3399e..6911f167c081 100644 --- a/sys/dev/aic7xxx/ahc_pci.c +++ b/sys/dev/aic7xxx/ahc_pci.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include static int ahc_pci_probe(device_t dev); diff --git a/sys/dev/aic7xxx/ahd_pci.c b/sys/dev/aic7xxx/ahd_pci.c index ff090d147894..ec828517c1c4 100644 --- a/sys/dev/aic7xxx/ahd_pci.c +++ b/sys/dev/aic7xxx/ahd_pci.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include static int ahd_pci_probe(device_t dev); diff --git a/sys/dev/aic7xxx/aic7770.c b/sys/dev/aic7xxx/aic7770.c index d4ad4522d67e..5ca98b8fd080 100644 --- a/sys/dev/aic7xxx/aic7770.c +++ b/sys/dev/aic7xxx/aic7770.c @@ -48,7 +48,6 @@ #include "aic7xxx_93cx6.h" #else #include -__FBSDID("$FreeBSD$"); #include #include #include diff --git a/sys/dev/aic7xxx/aic79xx.c b/sys/dev/aic7xxx/aic79xx.c index e720e89e89f1..116418dda25f 100644 --- a/sys/dev/aic7xxx/aic79xx.c +++ b/sys/dev/aic7xxx/aic79xx.c @@ -48,7 +48,6 @@ #include "aicasm/aicasm_insformat.h" #else #include -__FBSDID("$FreeBSD$"); #include #include #include diff --git a/sys/dev/aic7xxx/aic79xx_osm.c b/sys/dev/aic7xxx/aic79xx_osm.c index c9d720f48994..df73b3fadfa4 100644 --- a/sys/dev/aic7xxx/aic79xx_osm.c +++ b/sys/dev/aic7xxx/aic79xx_osm.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/dev/aic7xxx/aic79xx_pci.c b/sys/dev/aic7xxx/aic79xx_pci.c index 2d170ae2d5e8..1ccc850648a4 100644 --- a/sys/dev/aic7xxx/aic79xx_pci.c +++ b/sys/dev/aic7xxx/aic79xx_pci.c @@ -48,7 +48,6 @@ #include "aic79xx_inline.h" #else #include -__FBSDID("$FreeBSD$"); #include #include #endif diff --git a/sys/dev/aic7xxx/aic79xx_reg_print.c b/sys/dev/aic7xxx/aic79xx_reg_print.c index fa343b4a767f..72f4ccd2e6b0 100644 --- a/sys/dev/aic7xxx/aic79xx_reg_print.c +++ b/sys/dev/aic7xxx/aic79xx_reg_print.c @@ -7,7 +7,6 @@ */ #include -__FBSDID("$FreeBSD$"); #include static ahd_reg_parse_entry_t MODE_PTR_parse_table[] = { diff --git a/sys/dev/aic7xxx/aic7xxx.c b/sys/dev/aic7xxx/aic7xxx.c index 29bef06a3fa1..ea80c9d0602f 100644 --- a/sys/dev/aic7xxx/aic7xxx.c +++ b/sys/dev/aic7xxx/aic7xxx.c @@ -48,7 +48,6 @@ #include "aicasm/aicasm_insformat.h" #else #include -__FBSDID("$FreeBSD$"); #include #include #include diff --git a/sys/dev/aic7xxx/aic7xxx_93cx6.c b/sys/dev/aic7xxx/aic7xxx_93cx6.c index ab63f181901b..be608358f336 100644 --- a/sys/dev/aic7xxx/aic7xxx_93cx6.c +++ b/sys/dev/aic7xxx/aic7xxx_93cx6.c @@ -70,7 +70,6 @@ #include "aic7xxx_93cx6.h" #else #include -__FBSDID("$FreeBSD$"); #include #include #include diff --git a/sys/dev/aic7xxx/aic7xxx_osm.c b/sys/dev/aic7xxx/aic7xxx_osm.c index 73a7c14111c0..46c87defa3a5 100644 --- a/sys/dev/aic7xxx/aic7xxx_osm.c +++ b/sys/dev/aic7xxx/aic7xxx_osm.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/dev/aic7xxx/aic7xxx_pci.c b/sys/dev/aic7xxx/aic7xxx_pci.c index ef8857dbb4c6..855d13f0db0c 100644 --- a/sys/dev/aic7xxx/aic7xxx_pci.c +++ b/sys/dev/aic7xxx/aic7xxx_pci.c @@ -50,7 +50,6 @@ #include "aic7xxx_93cx6.h" #else #include -__FBSDID("$FreeBSD$"); #include #include #include diff --git a/sys/dev/aic7xxx/aic7xxx_reg_print.c b/sys/dev/aic7xxx/aic7xxx_reg_print.c index 5992c5035ec0..0535cab0d4d6 100644 --- a/sys/dev/aic7xxx/aic7xxx_reg_print.c +++ b/sys/dev/aic7xxx/aic7xxx_reg_print.c @@ -7,7 +7,6 @@ */ #include -__FBSDID("$FreeBSD$"); #include static ahc_reg_parse_entry_t SCSISEQ_parse_table[] = { diff --git a/sys/dev/aic7xxx/aic_osm_lib.c b/sys/dev/aic7xxx/aic_osm_lib.c index 3dcf15a428e5..a08ad44c0d38 100644 --- a/sys/dev/aic7xxx/aic_osm_lib.c +++ b/sys/dev/aic7xxx/aic_osm_lib.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - static void aic_recovery_thread(void *arg); void diff --git a/sys/dev/al_eth/al_eth.c b/sys/dev/al_eth/al_eth.c index e3f9a14f4f2d..baf47ac1d378 100644 --- a/sys/dev/al_eth/al_eth.c +++ b/sys/dev/al_eth/al_eth.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/al_eth/al_init_eth_kr.c b/sys/dev/al_eth/al_init_eth_kr.c index db055adda8c0..38cbc602bbc8 100644 --- a/sys/dev/al_eth/al_init_eth_kr.c +++ b/sys/dev/al_eth/al_init_eth_kr.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "al_init_eth_kr.h" #include "al_serdes.h" diff --git a/sys/dev/al_eth/al_init_eth_lm.c b/sys/dev/al_eth/al_init_eth_lm.c index 4b4ebe3628a7..9792a9a1592d 100644 --- a/sys/dev/al_eth/al_init_eth_lm.c +++ b/sys/dev/al_eth/al_init_eth_lm.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "al_init_eth_lm.h" #include "al_serdes.h" #include "al_hal_eth.h" diff --git a/sys/dev/alc/if_alc.c b/sys/dev/alc/if_alc.c index 771809b82f49..be52822e1c51 100644 --- a/sys/dev/alc/if_alc.c +++ b/sys/dev/alc/if_alc.c @@ -30,8 +30,6 @@ /* Driver for Atheros AR813x/AR815x PCIe Ethernet. */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/ale/if_ale.c b/sys/dev/ale/if_ale.c index cec2f5135a34..510a029cd18f 100644 --- a/sys/dev/ale/if_ale.c +++ b/sys/dev/ale/if_ale.c @@ -30,8 +30,6 @@ /* Driver for Atheros AR8121/AR8113/AR8114 PCIe Ethernet. */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/alpm/alpm.c b/sys/dev/alpm/alpm.c index ae260f0bd7f8..cde535d5868c 100644 --- a/sys/dev/alpm/alpm.c +++ b/sys/dev/alpm/alpm.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/altera/atse/if_atse.c b/sys/dev/altera/atse/if_atse.c index 42e5ecddc82d..bd252693e6df 100644 --- a/sys/dev/altera/atse/if_atse.c +++ b/sys/dev/altera/atse/if_atse.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_device_polling.h" #include diff --git a/sys/dev/altera/atse/if_atse_fdt.c b/sys/dev/altera/atse/if_atse_fdt.c index 8f741e63a2e5..3adb6a4ca7b0 100644 --- a/sys/dev/altera/atse/if_atse_fdt.c +++ b/sys/dev/altera/atse/if_atse_fdt.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/altera/atse/if_atse_nexus.c b/sys/dev/altera/atse/if_atse_nexus.c index 5b7a5243b43c..22a66dd305d4 100644 --- a/sys/dev/altera/atse/if_atse_nexus.c +++ b/sys/dev/altera/atse/if_atse_nexus.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_device_polling.h" #include diff --git a/sys/dev/altera/avgen/altera_avgen.c b/sys/dev/altera/avgen/altera_avgen.c index 792efef3d4db..50631596537a 100644 --- a/sys/dev/altera/avgen/altera_avgen.c +++ b/sys/dev/altera/avgen/altera_avgen.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/altera/avgen/altera_avgen_fdt.c b/sys/dev/altera/avgen/altera_avgen_fdt.c index e96258fdb1b4..2f330a5d0729 100644 --- a/sys/dev/altera/avgen/altera_avgen_fdt.c +++ b/sys/dev/altera/avgen/altera_avgen_fdt.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/altera/avgen/altera_avgen_nexus.c b/sys/dev/altera/avgen/altera_avgen_nexus.c index 2081f356e187..97b6ad64e575 100644 --- a/sys/dev/altera/avgen/altera_avgen_nexus.c +++ b/sys/dev/altera/avgen/altera_avgen_nexus.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/altera/dwc/if_dwc_socfpga.c b/sys/dev/altera/dwc/if_dwc_socfpga.c index 35abb0393671..ac8c78326df7 100644 --- a/sys/dev/altera/dwc/if_dwc_socfpga.c +++ b/sys/dev/altera/dwc/if_dwc_socfpga.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/altera/jtag_uart/altera_jtag_uart_cons.c b/sys/dev/altera/jtag_uart/altera_jtag_uart_cons.c index 70146f52130f..bb4a23da9647 100644 --- a/sys/dev/altera/jtag_uart/altera_jtag_uart_cons.c +++ b/sys/dev/altera/jtag_uart/altera_jtag_uart_cons.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/altera/jtag_uart/altera_jtag_uart_fdt.c b/sys/dev/altera/jtag_uart/altera_jtag_uart_fdt.c index 76878553e610..2272e85225c2 100644 --- a/sys/dev/altera/jtag_uart/altera_jtag_uart_fdt.c +++ b/sys/dev/altera/jtag_uart/altera_jtag_uart_fdt.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/altera/jtag_uart/altera_jtag_uart_nexus.c b/sys/dev/altera/jtag_uart/altera_jtag_uart_nexus.c index a718bfebe5e8..8468d7979a09 100644 --- a/sys/dev/altera/jtag_uart/altera_jtag_uart_nexus.c +++ b/sys/dev/altera/jtag_uart/altera_jtag_uart_nexus.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/altera/jtag_uart/altera_jtag_uart_tty.c b/sys/dev/altera/jtag_uart/altera_jtag_uart_tty.c index 54982b2ed8e4..030da7237da2 100644 --- a/sys/dev/altera/jtag_uart/altera_jtag_uart_tty.c +++ b/sys/dev/altera/jtag_uart/altera_jtag_uart_tty.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/altera/msgdma/msgdma.c b/sys/dev/altera/msgdma/msgdma.c index 99160b7d10e4..bb35d7315b6c 100644 --- a/sys/dev/altera/msgdma/msgdma.c +++ b/sys/dev/altera/msgdma/msgdma.c @@ -31,8 +31,6 @@ /* Altera mSGDMA driver. */ #include -__FBSDID("$FreeBSD$"); - #include "opt_platform.h" #include #include diff --git a/sys/dev/altera/pio/pio.c b/sys/dev/altera/pio/pio.c index 74cbfb559d6b..e6d6eb46daa6 100644 --- a/sys/dev/altera/pio/pio.c +++ b/sys/dev/altera/pio/pio.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/altera/sdcard/altera_sdcard.c b/sys/dev/altera/sdcard/altera_sdcard.c index fac1338d9dfd..05caeead0b58 100644 --- a/sys/dev/altera/sdcard/altera_sdcard.c +++ b/sys/dev/altera/sdcard/altera_sdcard.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_altera_sdcard.h" #include diff --git a/sys/dev/altera/sdcard/altera_sdcard_disk.c b/sys/dev/altera/sdcard/altera_sdcard_disk.c index d931e890e683..ec12821427dc 100644 --- a/sys/dev/altera/sdcard/altera_sdcard_disk.c +++ b/sys/dev/altera/sdcard/altera_sdcard_disk.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/altera/sdcard/altera_sdcard_fdt.c b/sys/dev/altera/sdcard/altera_sdcard_fdt.c index d29cb9aea6f8..9a1bd8719bf4 100644 --- a/sys/dev/altera/sdcard/altera_sdcard_fdt.c +++ b/sys/dev/altera/sdcard/altera_sdcard_fdt.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/altera/sdcard/altera_sdcard_io.c b/sys/dev/altera/sdcard/altera_sdcard_io.c index 142ffd5cb050..0f5e8b4416cf 100644 --- a/sys/dev/altera/sdcard/altera_sdcard_io.c +++ b/sys/dev/altera/sdcard/altera_sdcard_io.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/altera/sdcard/altera_sdcard_nexus.c b/sys/dev/altera/sdcard/altera_sdcard_nexus.c index fd1ed2cee3d0..0db820491b7b 100644 --- a/sys/dev/altera/sdcard/altera_sdcard_nexus.c +++ b/sys/dev/altera/sdcard/altera_sdcard_nexus.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/altera/softdma/softdma.c b/sys/dev/altera/softdma/softdma.c index 991552101c3f..4bea1315ce42 100644 --- a/sys/dev/altera/softdma/softdma.c +++ b/sys/dev/altera/softdma/softdma.c @@ -31,8 +31,6 @@ /* This is driver for SoftDMA device built using Altera FIFO component. */ #include -__FBSDID("$FreeBSD$"); - #include "opt_platform.h" #include #include diff --git a/sys/dev/amdgpio/amdgpio.c b/sys/dev/amdgpio/amdgpio.c index f74947f44e19..f39006d95805 100644 --- a/sys/dev/amdgpio/amdgpio.c +++ b/sys/dev/amdgpio/amdgpio.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_acpi.h" #include diff --git a/sys/dev/amdpm/amdpm.c b/sys/dev/amdpm/amdpm.c index fa779fc543eb..660e0b2d04b8 100644 --- a/sys/dev/amdpm/amdpm.c +++ b/sys/dev/amdpm/amdpm.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/amdsbwd/amdsbwd.c b/sys/dev/amdsbwd/amdsbwd.c index 541c1b4d31d9..b04aa8564ccd 100644 --- a/sys/dev/amdsbwd/amdsbwd.c +++ b/sys/dev/amdsbwd/amdsbwd.c @@ -47,8 +47,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_amdsbwd.h" #include diff --git a/sys/dev/amdsmb/amdsmb.c b/sys/dev/amdsmb/amdsmb.c index 8161691be252..c29af735ffce 100644 --- a/sys/dev/amdsmb/amdsmb.c +++ b/sys/dev/amdsmb/amdsmb.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/amdsmn/amdsmn.c b/sys/dev/amdsmn/amdsmn.c index 9aa4b5902d01..bf2222bed5e3 100644 --- a/sys/dev/amdsmn/amdsmn.c +++ b/sys/dev/amdsmn/amdsmn.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/amdtemp/amdtemp.c b/sys/dev/amdtemp/amdtemp.c index e17003bd6927..47c36174d73c 100644 --- a/sys/dev/amdtemp/amdtemp.c +++ b/sys/dev/amdtemp/amdtemp.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/arcmsr/arcmsr.c b/sys/dev/arcmsr/arcmsr.c index ac56c072cd38..b43e9b8b3813 100644 --- a/sys/dev/arcmsr/arcmsr.c +++ b/sys/dev/arcmsr/arcmsr.c @@ -92,8 +92,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #if 0 #define ARCMSR_DEBUG1 1 #endif diff --git a/sys/dev/asmc/asmc.c b/sys/dev/asmc/asmc.c index e505532f2ee6..cd13fba72e98 100644 --- a/sys/dev/asmc/asmc.c +++ b/sys/dev/asmc/asmc.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/ata/ata-all.c b/sys/dev/ata/ata-all.c index eacb4d4de78e..dae833bbd849 100644 --- a/sys/dev/ata/ata-all.c +++ b/sys/dev/ata/ata-all.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/ata/ata-dma.c b/sys/dev/ata/ata-dma.c index 8f81def5638c..ade055d21db0 100644 --- a/sys/dev/ata/ata-dma.c +++ b/sys/dev/ata/ata-dma.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/ata/ata-isa.c b/sys/dev/ata/ata-isa.c index f2d1f63c55f9..25924280547d 100644 --- a/sys/dev/ata/ata-isa.c +++ b/sys/dev/ata/ata-isa.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/ata/ata-lowlevel.c b/sys/dev/ata/ata-lowlevel.c index e552da308378..456a987d1735 100644 --- a/sys/dev/ata/ata-lowlevel.c +++ b/sys/dev/ata/ata-lowlevel.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/ata/ata-pci.c b/sys/dev/ata/ata-pci.c index 22a75ae44558..767467cef656 100644 --- a/sys/dev/ata/ata-pci.c +++ b/sys/dev/ata/ata-pci.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/ata/ata-sata.c b/sys/dev/ata/ata-sata.c index 7f1e8fc53147..4131a14ec11e 100644 --- a/sys/dev/ata/ata-sata.c +++ b/sys/dev/ata/ata-sata.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/ata/chipsets/ata-acard.c b/sys/dev/ata/chipsets/ata-acard.c index 7da56b700bfe..fc287ebc7ac4 100644 --- a/sys/dev/ata/chipsets/ata-acard.c +++ b/sys/dev/ata/chipsets/ata-acard.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/ata/chipsets/ata-acerlabs.c b/sys/dev/ata/chipsets/ata-acerlabs.c index dd99c228326c..78c629d542ce 100644 --- a/sys/dev/ata/chipsets/ata-acerlabs.c +++ b/sys/dev/ata/chipsets/ata-acerlabs.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/ata/chipsets/ata-amd.c b/sys/dev/ata/chipsets/ata-amd.c index 604481bf591c..9d17a0a424f7 100644 --- a/sys/dev/ata/chipsets/ata-amd.c +++ b/sys/dev/ata/chipsets/ata-amd.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/ata/chipsets/ata-ati.c b/sys/dev/ata/chipsets/ata-ati.c index d12b9caedf27..1a5be681f8fd 100644 --- a/sys/dev/ata/chipsets/ata-ati.c +++ b/sys/dev/ata/chipsets/ata-ati.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/ata/chipsets/ata-cenatek.c b/sys/dev/ata/chipsets/ata-cenatek.c index 2b733c3ee2e5..59d023c3b94d 100644 --- a/sys/dev/ata/chipsets/ata-cenatek.c +++ b/sys/dev/ata/chipsets/ata-cenatek.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/ata/chipsets/ata-cypress.c b/sys/dev/ata/chipsets/ata-cypress.c index 5e992988bd43..1cccc5f1bdc4 100644 --- a/sys/dev/ata/chipsets/ata-cypress.c +++ b/sys/dev/ata/chipsets/ata-cypress.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/ata/chipsets/ata-cyrix.c b/sys/dev/ata/chipsets/ata-cyrix.c index 37aadcead74c..e29e1271ca4f 100644 --- a/sys/dev/ata/chipsets/ata-cyrix.c +++ b/sys/dev/ata/chipsets/ata-cyrix.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/ata/chipsets/ata-fsl.c b/sys/dev/ata/chipsets/ata-fsl.c index a4ae5221ef2a..deb6217a3008 100644 --- a/sys/dev/ata/chipsets/ata-fsl.c +++ b/sys/dev/ata/chipsets/ata-fsl.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/ata/chipsets/ata-highpoint.c b/sys/dev/ata/chipsets/ata-highpoint.c index f8741f250450..7b9619907281 100644 --- a/sys/dev/ata/chipsets/ata-highpoint.c +++ b/sys/dev/ata/chipsets/ata-highpoint.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/ata/chipsets/ata-intel.c b/sys/dev/ata/chipsets/ata-intel.c index 99516d12d1bb..14542afba5b7 100644 --- a/sys/dev/ata/chipsets/ata-intel.c +++ b/sys/dev/ata/chipsets/ata-intel.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/ata/chipsets/ata-ite.c b/sys/dev/ata/chipsets/ata-ite.c index f39d8d9c594e..748b7c534a30 100644 --- a/sys/dev/ata/chipsets/ata-ite.c +++ b/sys/dev/ata/chipsets/ata-ite.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/ata/chipsets/ata-jmicron.c b/sys/dev/ata/chipsets/ata-jmicron.c index a29d39b31014..8d0cc46ac0b2 100644 --- a/sys/dev/ata/chipsets/ata-jmicron.c +++ b/sys/dev/ata/chipsets/ata-jmicron.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/ata/chipsets/ata-marvell.c b/sys/dev/ata/chipsets/ata-marvell.c index fdcf2e2fd625..7ece4a66dec4 100644 --- a/sys/dev/ata/chipsets/ata-marvell.c +++ b/sys/dev/ata/chipsets/ata-marvell.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/ata/chipsets/ata-micron.c b/sys/dev/ata/chipsets/ata-micron.c index ff65dcf5483f..c541fed56903 100644 --- a/sys/dev/ata/chipsets/ata-micron.c +++ b/sys/dev/ata/chipsets/ata-micron.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/ata/chipsets/ata-national.c b/sys/dev/ata/chipsets/ata-national.c index 670e1a45ef35..c736c0933a6f 100644 --- a/sys/dev/ata/chipsets/ata-national.c +++ b/sys/dev/ata/chipsets/ata-national.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/ata/chipsets/ata-netcell.c b/sys/dev/ata/chipsets/ata-netcell.c index 6988bb6d6648..b1dd57fe9c15 100644 --- a/sys/dev/ata/chipsets/ata-netcell.c +++ b/sys/dev/ata/chipsets/ata-netcell.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/ata/chipsets/ata-nvidia.c b/sys/dev/ata/chipsets/ata-nvidia.c index 080d3d1883ab..c7fb1cef1118 100644 --- a/sys/dev/ata/chipsets/ata-nvidia.c +++ b/sys/dev/ata/chipsets/ata-nvidia.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/ata/chipsets/ata-promise.c b/sys/dev/ata/chipsets/ata-promise.c index 0dc64b380754..94c96d00f9de 100644 --- a/sys/dev/ata/chipsets/ata-promise.c +++ b/sys/dev/ata/chipsets/ata-promise.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/ata/chipsets/ata-serverworks.c b/sys/dev/ata/chipsets/ata-serverworks.c index ab6c7a275983..df481ded610b 100644 --- a/sys/dev/ata/chipsets/ata-serverworks.c +++ b/sys/dev/ata/chipsets/ata-serverworks.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/ata/chipsets/ata-siliconimage.c b/sys/dev/ata/chipsets/ata-siliconimage.c index f56091ee2736..2b7a7b37df64 100644 --- a/sys/dev/ata/chipsets/ata-siliconimage.c +++ b/sys/dev/ata/chipsets/ata-siliconimage.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/ata/chipsets/ata-sis.c b/sys/dev/ata/chipsets/ata-sis.c index e4e4fd941ca8..039fe6c06e9e 100644 --- a/sys/dev/ata/chipsets/ata-sis.c +++ b/sys/dev/ata/chipsets/ata-sis.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/ata/chipsets/ata-via.c b/sys/dev/ata/chipsets/ata-via.c index 6997d9c2b488..af65b5e2c9c2 100644 --- a/sys/dev/ata/chipsets/ata-via.c +++ b/sys/dev/ata/chipsets/ata-via.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/ath/ath_dfs/null/dfs_null.c b/sys/dev/ath/ath_dfs/null/dfs_null.c index feb6b68d7e8c..eabcbd0eaf65 100644 --- a/sys/dev/ath/ath_dfs/null/dfs_null.c +++ b/sys/dev/ath/ath_dfs/null/dfs_null.c @@ -29,8 +29,6 @@ * THE POSSIBILITY OF SUCH DAMAGES. */ #include -__FBSDID("$FreeBSD$"); - /* * This implements an empty DFS module. */ diff --git a/sys/dev/ath/ath_rate/amrr/amrr.c b/sys/dev/ath/ath_rate/amrr/amrr.c index b04b728b2bc5..81bd03484de5 100644 --- a/sys/dev/ath/ath_rate/amrr/amrr.c +++ b/sys/dev/ath/ath_rate/amrr/amrr.c @@ -39,8 +39,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * AMRR rate control. See: * http://www-sop.inria.fr/rapports/sophia/RR-5208.html diff --git a/sys/dev/ath/ath_rate/onoe/onoe.c b/sys/dev/ath/ath_rate/onoe/onoe.c index ba748d35fd9a..8d86f13ef703 100644 --- a/sys/dev/ath/ath_rate/onoe/onoe.c +++ b/sys/dev/ath/ath_rate/onoe/onoe.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Atsushi Onoe's rate control algorithm. */ diff --git a/sys/dev/ath/ath_rate/sample/sample.c b/sys/dev/ath/ath_rate/sample/sample.c index a8fdcb28e49f..39ca5d1e9f31 100644 --- a/sys/dev/ath/ath_rate/sample/sample.c +++ b/sys/dev/ath/ath_rate/sample/sample.c @@ -38,8 +38,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * John Bicket's SampleRate control algorithm. */ diff --git a/sys/dev/ath/ath_rate/sample/tx_schedules.h b/sys/dev/ath/ath_rate/sample/tx_schedules.h index c89ba59f111b..cc67dd842fb2 100644 --- a/sys/dev/ath/ath_rate/sample/tx_schedules.h +++ b/sys/dev/ath/ath_rate/sample/tx_schedules.h @@ -40,8 +40,6 @@ #define __ATH_RATE_SAMPLE_TXSCHEDULES_H__ #include -__FBSDID("$FreeBSD$"); - #define A(_r) \ (((_r) == 6) ? 0 : (((_r) == 9) ? 1 : (((_r) == 12) ? 2 : \ (((_r) == 18) ? 3 : (((_r) == 24) ? 4 : (((_r) == 36) ? 5 : \ diff --git a/sys/dev/ath/if_ath.c b/sys/dev/ath/if_ath.c index 2ffaa2596c5b..094517da5689 100644 --- a/sys/dev/ath/if_ath.c +++ b/sys/dev/ath/if_ath.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Driver for the Atheros Wireless LAN controller. * diff --git a/sys/dev/ath/if_ath_beacon.c b/sys/dev/ath/if_ath_beacon.c index eab17f45dc99..f96f7691cf12 100644 --- a/sys/dev/ath/if_ath_beacon.c +++ b/sys/dev/ath/if_ath_beacon.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Driver for the Atheros Wireless LAN controller. * diff --git a/sys/dev/ath/if_ath_btcoex.c b/sys/dev/ath/if_ath_btcoex.c index 69e0cbd26e6e..12017ec59e33 100644 --- a/sys/dev/ath/if_ath_btcoex.c +++ b/sys/dev/ath/if_ath_btcoex.c @@ -29,8 +29,6 @@ * THE POSSIBILITY OF SUCH DAMAGES. */ #include -__FBSDID("$FreeBSD$"); - /* * This implements some very basic bluetooth coexistence methods for * the ath(4) hardware. diff --git a/sys/dev/ath/if_ath_btcoex_mci.c b/sys/dev/ath/if_ath_btcoex_mci.c index e4effec968cf..84c90ec58d80 100644 --- a/sys/dev/ath/if_ath_btcoex_mci.c +++ b/sys/dev/ath/if_ath_btcoex_mci.c @@ -28,8 +28,6 @@ * THE POSSIBILITY OF SUCH DAMAGES. */ #include -__FBSDID("$FreeBSD$"); - /* * This implements the MCI bluetooth coexistence handling. */ diff --git a/sys/dev/ath/if_ath_debug.c b/sys/dev/ath/if_ath_debug.c index 905f5157c7eb..bd30cc28585d 100644 --- a/sys/dev/ath/if_ath_debug.c +++ b/sys/dev/ath/if_ath_debug.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_ath.h" #include "opt_wlan.h" diff --git a/sys/dev/ath/if_ath_descdma.c b/sys/dev/ath/if_ath_descdma.c index 66ff351b5a9d..5066b79dd6c5 100644 --- a/sys/dev/ath/if_ath_descdma.c +++ b/sys/dev/ath/if_ath_descdma.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Driver for the Atheros Wireless LAN controller. * diff --git a/sys/dev/ath/if_ath_ioctl.c b/sys/dev/ath/if_ath_ioctl.c index a6a0aa35171c..94ea1f145901 100644 --- a/sys/dev/ath/if_ath_ioctl.c +++ b/sys/dev/ath/if_ath_ioctl.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Driver for the Atheros Wireless LAN controller. * diff --git a/sys/dev/ath/if_ath_keycache.c b/sys/dev/ath/if_ath_keycache.c index e360781d69b2..bc94273bf5ce 100644 --- a/sys/dev/ath/if_ath_keycache.c +++ b/sys/dev/ath/if_ath_keycache.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Driver for the Atheros Wireless LAN controller. * diff --git a/sys/dev/ath/if_ath_led.c b/sys/dev/ath/if_ath_led.c index 121ecc41750e..f4bd5ac8063e 100644 --- a/sys/dev/ath/if_ath_led.c +++ b/sys/dev/ath/if_ath_led.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Driver for the Atheros Wireless LAN controller. * diff --git a/sys/dev/ath/if_ath_lna_div.c b/sys/dev/ath/if_ath_lna_div.c index 77219179013b..1b20591fc64e 100644 --- a/sys/dev/ath/if_ath_lna_div.c +++ b/sys/dev/ath/if_ath_lna_div.c @@ -29,8 +29,6 @@ * THE POSSIBILITY OF SUCH DAMAGES. */ #include -__FBSDID("$FreeBSD$"); - /* * This module handles LNA diversity for those chips which implement LNA * mixing (AR9285/AR9485.) diff --git a/sys/dev/ath/if_ath_pci.c b/sys/dev/ath/if_ath_pci.c index 7215719d90bc..72f0a802aa5f 100644 --- a/sys/dev/ath/if_ath_pci.c +++ b/sys/dev/ath/if_ath_pci.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * PCI/Cardbus front-end for the Atheros Wireless LAN controller driver. */ diff --git a/sys/dev/ath/if_ath_rx.c b/sys/dev/ath/if_ath_rx.c index 893b08687e60..c0af0b59ccb5 100644 --- a/sys/dev/ath/if_ath_rx.c +++ b/sys/dev/ath/if_ath_rx.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Driver for the Atheros Wireless LAN controller. * diff --git a/sys/dev/ath/if_ath_rx_edma.c b/sys/dev/ath/if_ath_rx_edma.c index 1c91697179cf..6c722ca8275f 100644 --- a/sys/dev/ath/if_ath_rx_edma.c +++ b/sys/dev/ath/if_ath_rx_edma.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Driver for the Atheros Wireless LAN controller. * diff --git a/sys/dev/ath/if_ath_spectral.c b/sys/dev/ath/if_ath_spectral.c index 055df66030be..58f21b526e93 100644 --- a/sys/dev/ath/if_ath_spectral.c +++ b/sys/dev/ath/if_ath_spectral.c @@ -29,8 +29,6 @@ * THE POSSIBILITY OF SUCH DAMAGES. */ #include -__FBSDID("$FreeBSD$"); - /* * Implement some basic spectral scan control logic. */ diff --git a/sys/dev/ath/if_ath_sysctl.c b/sys/dev/ath/if_ath_sysctl.c index bcc16d2b5fb5..24b99f4ec371 100644 --- a/sys/dev/ath/if_ath_sysctl.c +++ b/sys/dev/ath/if_ath_sysctl.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Driver for the Atheros Wireless LAN controller. * diff --git a/sys/dev/ath/if_ath_tdma.c b/sys/dev/ath/if_ath_tdma.c index 034fe2b534a8..eb5204f907cb 100644 --- a/sys/dev/ath/if_ath_tdma.c +++ b/sys/dev/ath/if_ath_tdma.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Driver for the Atheros Wireless LAN controller. * diff --git a/sys/dev/ath/if_ath_tx.c b/sys/dev/ath/if_ath_tx.c index 78b1800c40db..1fd3adef738e 100644 --- a/sys/dev/ath/if_ath_tx.c +++ b/sys/dev/ath/if_ath_tx.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Driver for the Atheros Wireless LAN controller. * diff --git a/sys/dev/ath/if_ath_tx_edma.c b/sys/dev/ath/if_ath_tx_edma.c index 3f07c7e80c70..86977b7a1df2 100644 --- a/sys/dev/ath/if_ath_tx_edma.c +++ b/sys/dev/ath/if_ath_tx_edma.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Driver for the Atheros Wireless LAN controller. * diff --git a/sys/dev/ath/if_ath_tx_ht.c b/sys/dev/ath/if_ath_tx_ht.c index f8e794764e06..ca69d4558d76 100644 --- a/sys/dev/ath/if_ath_tx_ht.c +++ b/sys/dev/ath/if_ath_tx_ht.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_ath.h" #include "opt_wlan.h" diff --git a/sys/dev/atkbdc/atkbd.c b/sys/dev/atkbdc/atkbd.c index dcb5805982ff..403afcd6c2e2 100644 --- a/sys/dev/atkbdc/atkbd.c +++ b/sys/dev/atkbdc/atkbd.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_kbd.h" #include "opt_atkbd.h" #include "opt_evdev.h" diff --git a/sys/dev/atkbdc/atkbd_atkbdc.c b/sys/dev/atkbdc/atkbd_atkbdc.c index c6ef4ba9e230..d5ef9706d7b9 100644 --- a/sys/dev/atkbdc/atkbd_atkbdc.c +++ b/sys/dev/atkbdc/atkbd_atkbdc.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_kbd.h" #include "opt_evdev.h" diff --git a/sys/dev/atkbdc/atkbdc.c b/sys/dev/atkbdc/atkbdc.c index aa233972335e..6168b389841b 100644 --- a/sys/dev/atkbdc/atkbdc.c +++ b/sys/dev/atkbdc/atkbdc.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_kbd.h" #include diff --git a/sys/dev/atkbdc/atkbdc_isa.c b/sys/dev/atkbdc/atkbdc_isa.c index 22a60e55ec48..cb42c8bda40c 100644 --- a/sys/dev/atkbdc/atkbdc_isa.c +++ b/sys/dev/atkbdc/atkbdc_isa.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_kbd.h" #include diff --git a/sys/dev/atkbdc/atkbdc_subr.c b/sys/dev/atkbdc/atkbdc_subr.c index 1ee89222b236..eb7577838813 100644 --- a/sys/dev/atkbdc/atkbdc_subr.c +++ b/sys/dev/atkbdc/atkbdc_subr.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_kbd.h" #include diff --git a/sys/dev/atkbdc/psm.c b/sys/dev/atkbdc/psm.c index 9e89f01cbfc2..318112e2e3e5 100644 --- a/sys/dev/atkbdc/psm.c +++ b/sys/dev/atkbdc/psm.c @@ -59,8 +59,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_isa.h" #include "opt_psm.h" #include "opt_evdev.h" diff --git a/sys/dev/axgbe/if_axgbe.c b/sys/dev/axgbe/if_axgbe.c index 2c7506bcbb23..4641c346bb63 100644 --- a/sys/dev/axgbe/if_axgbe.c +++ b/sys/dev/axgbe/if_axgbe.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/axgbe/if_axgbe_pci.c b/sys/dev/axgbe/if_axgbe_pci.c index 3a46adfb4415..ac0bab896cb9 100644 --- a/sys/dev/axgbe/if_axgbe_pci.c +++ b/sys/dev/axgbe/if_axgbe_pci.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/axgbe/xgbe-dcb.c b/sys/dev/axgbe/xgbe-dcb.c index c64a31f0696f..31c007f492a1 100644 --- a/sys/dev/axgbe/xgbe-dcb.c +++ b/sys/dev/axgbe/xgbe-dcb.c @@ -114,8 +114,6 @@ * THE POSSIBILITY OF SUCH DAMAGE. */ #include -__FBSDID("$FreeBSD$"); - #include "xgbe.h" #if 0 diff --git a/sys/dev/axgbe/xgbe-desc.c b/sys/dev/axgbe/xgbe-desc.c index f74d600b301f..69b67fcd9b7c 100644 --- a/sys/dev/axgbe/xgbe-desc.c +++ b/sys/dev/axgbe/xgbe-desc.c @@ -112,8 +112,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "xgbe.h" #include "xgbe-common.h" diff --git a/sys/dev/axgbe/xgbe-dev.c b/sys/dev/axgbe/xgbe-dev.c index 2fd0927b89af..786e04930780 100644 --- a/sys/dev/axgbe/xgbe-dev.c +++ b/sys/dev/axgbe/xgbe-dev.c @@ -112,8 +112,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "xgbe.h" #include "xgbe-common.h" diff --git a/sys/dev/axgbe/xgbe-drv.c b/sys/dev/axgbe/xgbe-drv.c index 6de58ee83621..068c46868efd 100644 --- a/sys/dev/axgbe/xgbe-drv.c +++ b/sys/dev/axgbe/xgbe-drv.c @@ -112,8 +112,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "xgbe.h" #include "xgbe-common.h" diff --git a/sys/dev/axgbe/xgbe-i2c.c b/sys/dev/axgbe/xgbe-i2c.c index b24d19f19e0a..59c767d0efc7 100644 --- a/sys/dev/axgbe/xgbe-i2c.c +++ b/sys/dev/axgbe/xgbe-i2c.c @@ -112,8 +112,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "xgbe.h" #include "xgbe-common.h" diff --git a/sys/dev/axgbe/xgbe-mdio.c b/sys/dev/axgbe/xgbe-mdio.c index 78e4d798eb4f..16488055e2c6 100644 --- a/sys/dev/axgbe/xgbe-mdio.c +++ b/sys/dev/axgbe/xgbe-mdio.c @@ -112,8 +112,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "xgbe.h" #include "xgbe-common.h" diff --git a/sys/dev/axgbe/xgbe-phy-v1.c b/sys/dev/axgbe/xgbe-phy-v1.c index 7bfb20de23aa..d3a31cc922a9 100644 --- a/sys/dev/axgbe/xgbe-phy-v1.c +++ b/sys/dev/axgbe/xgbe-phy-v1.c @@ -112,8 +112,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "xgbe.h" #include "xgbe-common.h" diff --git a/sys/dev/axgbe/xgbe-phy-v2.c b/sys/dev/axgbe/xgbe-phy-v2.c index 6ee673af6e35..9a057c34c6c9 100644 --- a/sys/dev/axgbe/xgbe-phy-v2.c +++ b/sys/dev/axgbe/xgbe-phy-v2.c @@ -112,8 +112,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "xgbe.h" #include "xgbe-common.h" diff --git a/sys/dev/axgbe/xgbe-ptp.c b/sys/dev/axgbe/xgbe-ptp.c index a2d2a8b0e05e..510c90331a00 100644 --- a/sys/dev/axgbe/xgbe-ptp.c +++ b/sys/dev/axgbe/xgbe-ptp.c @@ -114,8 +114,6 @@ * THE POSSIBILITY OF SUCH DAMAGE. */ #include -__FBSDID("$FreeBSD$"); - #include "xgbe.h" static u64 xgbe_cc_read(const struct cyclecounter *cc) diff --git a/sys/dev/axgbe/xgbe-sysctl.c b/sys/dev/axgbe/xgbe-sysctl.c index 1bb8607d9771..6210a790f0a0 100644 --- a/sys/dev/axgbe/xgbe-sysctl.c +++ b/sys/dev/axgbe/xgbe-sysctl.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/axgbe/xgbe-txrx.c b/sys/dev/axgbe/xgbe-txrx.c index 627a62a16992..52274dba4352 100644 --- a/sys/dev/axgbe/xgbe-txrx.c +++ b/sys/dev/axgbe/xgbe-txrx.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "xgbe.h" #include "xgbe-common.h" diff --git a/sys/dev/axgbe/xgbe_osdep.c b/sys/dev/axgbe/xgbe_osdep.c index 2b4a133bab98..3df23e274ae3 100644 --- a/sys/dev/axgbe/xgbe_osdep.c +++ b/sys/dev/axgbe/xgbe_osdep.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "xgbe.h" #include "xgbe_osdep.h" diff --git a/sys/dev/backlight/backlight.c b/sys/dev/backlight/backlight.c index 9736d842d677..25e09f057e92 100644 --- a/sys/dev/backlight/backlight.c +++ b/sys/dev/backlight/backlight.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/bce/if_bce.c b/sys/dev/bce/if_bce.c index 9aad4ba54671..53b503ab2fc8 100644 --- a/sys/dev/bce/if_bce.c +++ b/sys/dev/bce/if_bce.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * The following controllers are supported by this driver: * BCM5706C A2, A3 diff --git a/sys/dev/beri/beri_mem.c b/sys/dev/beri/beri_mem.c index 4aae7cb8f458..b74dec44ac22 100644 --- a/sys/dev/beri/beri_mem.c +++ b/sys/dev/beri/beri_mem.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/beri/beri_ring.c b/sys/dev/beri/beri_ring.c index 73509920eea6..6d48a411da38 100644 --- a/sys/dev/beri/beri_ring.c +++ b/sys/dev/beri/beri_ring.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/beri/virtio/network/if_vtbe.c b/sys/dev/beri/virtio/network/if_vtbe.c index 9ab66f753fc6..fc4d66841c56 100644 --- a/sys/dev/beri/virtio/network/if_vtbe.c +++ b/sys/dev/beri/virtio/network/if_vtbe.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/beri/virtio/virtio.c b/sys/dev/beri/virtio/virtio.c index 92ec57dee116..c249d1c9d37b 100644 --- a/sys/dev/beri/virtio/virtio.c +++ b/sys/dev/beri/virtio/virtio.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/beri/virtio/virtio_block.c b/sys/dev/beri/virtio/virtio_block.c index f3de5646f67d..4ad28e9235d0 100644 --- a/sys/dev/beri/virtio/virtio_block.c +++ b/sys/dev/beri/virtio/virtio_block.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/beri/virtio/virtio_mmio_platform.c b/sys/dev/beri/virtio/virtio_mmio_platform.c index 706f0db25540..320d8f65ddd7 100644 --- a/sys/dev/beri/virtio/virtio_mmio_platform.c +++ b/sys/dev/beri/virtio/virtio_mmio_platform.c @@ -36,8 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/bfe/if_bfe.c b/sys/dev/bfe/if_bfe.c index 19bd16034ad8..de5c43087fa3 100644 --- a/sys/dev/bfe/if_bfe.c +++ b/sys/dev/bfe/if_bfe.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/bge/if_bge.c b/sys/dev/bge/if_bge.c index 726f89379ad0..77a4cb90d852 100644 --- a/sys/dev/bge/if_bge.c +++ b/sys/dev/bge/if_bge.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Broadcom BCM57xx(x)/BCM590x NetXtreme and NetLink family Ethernet driver * diff --git a/sys/dev/bhnd/bcma/bcma.c b/sys/dev/bhnd/bcma/bcma.c index 6529e5b70daf..4ca7ddb8d719 100644 --- a/sys/dev/bhnd/bcma/bcma.c +++ b/sys/dev/bhnd/bcma/bcma.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/bhnd/bcma/bcma_bhndb.c b/sys/dev/bhnd/bcma/bcma_bhndb.c index f8717c42ed24..8618c8124bf3 100644 --- a/sys/dev/bhnd/bcma/bcma_bhndb.c +++ b/sys/dev/bhnd/bcma/bcma_bhndb.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/bhnd/bcma/bcma_erom.c b/sys/dev/bhnd/bcma/bcma_erom.c index 5b49899f81fa..6bd5f41c4087 100644 --- a/sys/dev/bhnd/bcma/bcma_erom.c +++ b/sys/dev/bhnd/bcma/bcma_erom.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/bhnd/bcma/bcma_subr.c b/sys/dev/bhnd/bcma/bcma_subr.c index 868dd67b3186..d8df25929a45 100644 --- a/sys/dev/bhnd/bcma/bcma_subr.c +++ b/sys/dev/bhnd/bcma/bcma_subr.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/bhnd/bhnd.c b/sys/dev/bhnd/bhnd.c index e0bd11d24f46..36978b1f10b0 100644 --- a/sys/dev/bhnd/bhnd.c +++ b/sys/dev/bhnd/bhnd.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Broadcom Home Networking Division (HND) Bus Driver. * diff --git a/sys/dev/bhnd/bhnd_erom.c b/sys/dev/bhnd/bhnd_erom.c index fa9c9f2c9141..c7f53a061e27 100644 --- a/sys/dev/bhnd/bhnd_erom.c +++ b/sys/dev/bhnd/bhnd_erom.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/bhnd/bhnd_subr.c b/sys/dev/bhnd/bhnd_subr.c index cbb482e0da6a..df2474f57659 100644 --- a/sys/dev/bhnd/bhnd_subr.c +++ b/sys/dev/bhnd/bhnd_subr.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/bhnd/bhndb/bhnd_bhndb.c b/sys/dev/bhnd/bhndb/bhnd_bhndb.c index f252fb85d90b..2586c5748e4b 100644 --- a/sys/dev/bhnd/bhndb/bhnd_bhndb.c +++ b/sys/dev/bhnd/bhndb/bhnd_bhndb.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/bhnd/bhndb/bhndb.c b/sys/dev/bhnd/bhndb/bhndb.c index a5b4ea2273a8..4e631f85b3b6 100644 --- a/sys/dev/bhnd/bhndb/bhndb.c +++ b/sys/dev/bhnd/bhndb/bhndb.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Abstract BHND Bridge Device Driver * diff --git a/sys/dev/bhnd/bhndb/bhndb_hwdata.c b/sys/dev/bhnd/bhndb/bhndb_hwdata.c index 068b271dbc91..11535e54f11d 100644 --- a/sys/dev/bhnd/bhndb/bhndb_hwdata.c +++ b/sys/dev/bhnd/bhndb/bhndb_hwdata.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/dev/bhnd/bhndb/bhndb_pci.c b/sys/dev/bhnd/bhndb/bhndb_pci.c index c7d993beac6f..4e205614ce8a 100644 --- a/sys/dev/bhnd/bhndb/bhndb_pci.c +++ b/sys/dev/bhnd/bhndb/bhndb_pci.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * PCI-specific implementation for the BHNDB bridge driver. * diff --git a/sys/dev/bhnd/bhndb/bhndb_pci_hwdata.c b/sys/dev/bhnd/bhndb/bhndb_pci_hwdata.c index 12792d5ebdef..899abe988ccc 100644 --- a/sys/dev/bhnd/bhndb/bhndb_pci_hwdata.c +++ b/sys/dev/bhnd/bhndb/bhndb_pci_hwdata.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Resource specifications and register maps for Broadcom PCI/PCIe cores * configured as PCI-BHND bridges. diff --git a/sys/dev/bhnd/bhndb/bhndb_pci_sprom.c b/sys/dev/bhnd/bhndb/bhndb_pci_sprom.c index 862cc1688fb2..2b3acf1d9d3b 100644 --- a/sys/dev/bhnd/bhndb/bhndb_pci_sprom.c +++ b/sys/dev/bhnd/bhndb/bhndb_pci_sprom.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * BHNDB PCI SPROM driver. * diff --git a/sys/dev/bhnd/bhndb/bhndb_subr.c b/sys/dev/bhnd/bhndb/bhndb_subr.c index 85a2afb58ab8..94d415d67064 100644 --- a/sys/dev/bhnd/bhndb/bhndb_subr.c +++ b/sys/dev/bhnd/bhndb/bhndb_subr.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/bhnd/cores/chipc/bhnd_pmu_chipc.c b/sys/dev/bhnd/cores/chipc/bhnd_pmu_chipc.c index f44b787c18b7..95b19d973e26 100644 --- a/sys/dev/bhnd/cores/chipc/bhnd_pmu_chipc.c +++ b/sys/dev/bhnd/cores/chipc/bhnd_pmu_chipc.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * ChipCommon attachment support for the bhnd(4) PMU driver. * diff --git a/sys/dev/bhnd/cores/chipc/bhnd_sprom_chipc.c b/sys/dev/bhnd/cores/chipc/bhnd_sprom_chipc.c index f1ef1a9f8f55..fa2391c0bf7e 100644 --- a/sys/dev/bhnd/cores/chipc/bhnd_sprom_chipc.c +++ b/sys/dev/bhnd/cores/chipc/bhnd_sprom_chipc.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * ChipCommon SPROM driver. */ diff --git a/sys/dev/bhnd/cores/chipc/chipc.c b/sys/dev/bhnd/cores/chipc/chipc.c index 3c34c0ce7652..0510a3195015 100644 --- a/sys/dev/bhnd/cores/chipc/chipc.c +++ b/sys/dev/bhnd/cores/chipc/chipc.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Broadcom ChipCommon driver. * diff --git a/sys/dev/bhnd/cores/chipc/chipc_cfi.c b/sys/dev/bhnd/cores/chipc/chipc_cfi.c index 0911d7b46f54..8652d606392f 100644 --- a/sys/dev/bhnd/cores/chipc/chipc_cfi.c +++ b/sys/dev/bhnd/cores/chipc/chipc_cfi.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/bhnd/cores/chipc/chipc_gpio.c b/sys/dev/bhnd/cores/chipc/chipc_gpio.c index 9e4702fe4d64..347bb6529549 100644 --- a/sys/dev/bhnd/cores/chipc/chipc_gpio.c +++ b/sys/dev/bhnd/cores/chipc/chipc_gpio.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/bhnd/cores/chipc/chipc_slicer.c b/sys/dev/bhnd/cores/chipc/chipc_slicer.c index cfe8dc44119c..3673a3be91f6 100644 --- a/sys/dev/bhnd/cores/chipc/chipc_slicer.c +++ b/sys/dev/bhnd/cores/chipc/chipc_slicer.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Slicer is required to split firmware images into pieces. * The first supported FW is TRX-based used by Asus routers diff --git a/sys/dev/bhnd/cores/chipc/chipc_spi.c b/sys/dev/bhnd/cores/chipc/chipc_spi.c index a349a79fbae9..ca4b209653ef 100644 --- a/sys/dev/bhnd/cores/chipc/chipc_spi.c +++ b/sys/dev/bhnd/cores/chipc/chipc_spi.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/bhnd/cores/chipc/chipc_subr.c b/sys/dev/bhnd/cores/chipc/chipc_subr.c index 1b3f4781c1a1..ababf97f3eb6 100644 --- a/sys/dev/bhnd/cores/chipc/chipc_subr.c +++ b/sys/dev/bhnd/cores/chipc/chipc_subr.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/dev/bhnd/cores/chipc/pwrctl/bhnd_pwrctl.c b/sys/dev/bhnd/cores/chipc/pwrctl/bhnd_pwrctl.c index 198b700caf25..b91115bb95cf 100644 --- a/sys/dev/bhnd/cores/chipc/pwrctl/bhnd_pwrctl.c +++ b/sys/dev/bhnd/cores/chipc/pwrctl/bhnd_pwrctl.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/bhnd/cores/chipc/pwrctl/bhnd_pwrctl_subr.c b/sys/dev/bhnd/cores/chipc/pwrctl/bhnd_pwrctl_subr.c index 3787dda1c8cc..e233597a3267 100644 --- a/sys/dev/bhnd/cores/chipc/pwrctl/bhnd_pwrctl_subr.c +++ b/sys/dev/bhnd/cores/chipc/pwrctl/bhnd_pwrctl_subr.c @@ -22,8 +22,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/bhnd/cores/pci/bhnd_pci.c b/sys/dev/bhnd/cores/pci/bhnd_pci.c index d1ef440bdf49..7fd104f3460c 100644 --- a/sys/dev/bhnd/cores/pci/bhnd_pci.c +++ b/sys/dev/bhnd/cores/pci/bhnd_pci.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Broadcom Common PCI/PCIe Support. * diff --git a/sys/dev/bhnd/cores/pci/bhnd_pci_hostb.c b/sys/dev/bhnd/cores/pci/bhnd_pci_hostb.c index c73799998064..c16f9ff3ee49 100644 --- a/sys/dev/bhnd/cores/pci/bhnd_pci_hostb.c +++ b/sys/dev/bhnd/cores/pci/bhnd_pci_hostb.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Broadcom BHND PCI/PCIe-Gen1 PCI-Host Bridge. * diff --git a/sys/dev/bhnd/cores/pci/bhnd_pcib.c b/sys/dev/bhnd/cores/pci/bhnd_pcib.c index 744929295774..622e6a20e6a3 100644 --- a/sys/dev/bhnd/cores/pci/bhnd_pcib.c +++ b/sys/dev/bhnd/cores/pci/bhnd_pcib.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Broadcom PCI/PCIe-Gen1 Host-PCI bridge. * diff --git a/sys/dev/bhnd/cores/pcie2/bhnd_pcie2.c b/sys/dev/bhnd/cores/pcie2/bhnd_pcie2.c index 164d7cae742e..4f880ed4dee9 100644 --- a/sys/dev/bhnd/cores/pcie2/bhnd_pcie2.c +++ b/sys/dev/bhnd/cores/pcie2/bhnd_pcie2.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Broadcom Common PCIe-G2 Support. * diff --git a/sys/dev/bhnd/cores/pcie2/bhnd_pcie2_hostb.c b/sys/dev/bhnd/cores/pcie2/bhnd_pcie2_hostb.c index 022089de375a..7482ccdce917 100644 --- a/sys/dev/bhnd/cores/pcie2/bhnd_pcie2_hostb.c +++ b/sys/dev/bhnd/cores/pcie2/bhnd_pcie2_hostb.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Broadcom BHND PCIe-Gen2 PCI-Host Bridge. * diff --git a/sys/dev/bhnd/cores/pcie2/bhnd_pcie2b.c b/sys/dev/bhnd/cores/pcie2/bhnd_pcie2b.c index b4766702eab8..a41ce0d830ba 100644 --- a/sys/dev/bhnd/cores/pcie2/bhnd_pcie2b.c +++ b/sys/dev/bhnd/cores/pcie2/bhnd_pcie2b.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Broadcom PCI/PCIe-Gen1 Host-PCI bridge. * diff --git a/sys/dev/bhnd/cores/pmu/bhnd_pmu.c b/sys/dev/bhnd/cores/pmu/bhnd_pmu.c index bd2105595e52..3462c812d809 100644 --- a/sys/dev/bhnd/cores/pmu/bhnd_pmu.c +++ b/sys/dev/bhnd/cores/pmu/bhnd_pmu.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/bhnd/cores/pmu/bhnd_pmu_core.c b/sys/dev/bhnd/cores/pmu/bhnd_pmu_core.c index 1e2ca97726d3..9e5125b8eb17 100644 --- a/sys/dev/bhnd/cores/pmu/bhnd_pmu_core.c +++ b/sys/dev/bhnd/cores/pmu/bhnd_pmu_core.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c b/sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c index 85f0495f321e..b83bbcf1f2aa 100644 --- a/sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c +++ b/sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c @@ -23,8 +23,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/dev/bhnd/cores/usb/bhnd_ehci.c b/sys/dev/bhnd/cores/usb/bhnd_ehci.c index 6ca3de71dd24..765d7eaaa144 100644 --- a/sys/dev/bhnd/cores/usb/bhnd_ehci.c +++ b/sys/dev/bhnd/cores/usb/bhnd_ehci.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * BHND attachment driver for the USB Enhanced Host Controller. * Ported from ZRouter with insignificant adaptations for FreeBSD11. diff --git a/sys/dev/bhnd/cores/usb/bhnd_ohci.c b/sys/dev/bhnd/cores/usb/bhnd_ohci.c index 62ad2d047171..c72c50be4675 100644 --- a/sys/dev/bhnd/cores/usb/bhnd_ohci.c +++ b/sys/dev/bhnd/cores/usb/bhnd_ohci.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * USB Open Host Controller driver. * diff --git a/sys/dev/bhnd/cores/usb/bhnd_usb.c b/sys/dev/bhnd/cores/usb/bhnd_usb.c index a9dcdae36e21..e3bcd8f40bf8 100644 --- a/sys/dev/bhnd/cores/usb/bhnd_usb.c +++ b/sys/dev/bhnd/cores/usb/bhnd_usb.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Ported version of BroadCom USB core driver from ZRouter project */ diff --git a/sys/dev/bhnd/nvram/bhnd_nvram_data.c b/sys/dev/bhnd/nvram/bhnd_nvram_data.c index d8ef58e60d46..37096b18d1f9 100644 --- a/sys/dev/bhnd/nvram/bhnd_nvram_data.c +++ b/sys/dev/bhnd/nvram/bhnd_nvram_data.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifdef _KERNEL #include diff --git a/sys/dev/bhnd/nvram/bhnd_nvram_data_bcm.c b/sys/dev/bhnd/nvram/bhnd_nvram_data_bcm.c index d4aa86d46adf..301d7a5e68ba 100644 --- a/sys/dev/bhnd/nvram/bhnd_nvram_data_bcm.c +++ b/sys/dev/bhnd/nvram/bhnd_nvram_data_bcm.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/dev/bhnd/nvram/bhnd_nvram_data_bcmraw.c b/sys/dev/bhnd/nvram/bhnd_nvram_data_bcmraw.c index 97e1f558cde3..cdb92551e887 100644 --- a/sys/dev/bhnd/nvram/bhnd_nvram_data_bcmraw.c +++ b/sys/dev/bhnd/nvram/bhnd_nvram_data_bcmraw.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifdef _KERNEL #include diff --git a/sys/dev/bhnd/nvram/bhnd_nvram_data_btxt.c b/sys/dev/bhnd/nvram/bhnd_nvram_data_btxt.c index 8d2f98d7067a..333b753c8cfd 100644 --- a/sys/dev/bhnd/nvram/bhnd_nvram_data_btxt.c +++ b/sys/dev/bhnd/nvram/bhnd_nvram_data_btxt.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #ifdef _KERNEL diff --git a/sys/dev/bhnd/nvram/bhnd_nvram_data_sprom.c b/sys/dev/bhnd/nvram/bhnd_nvram_data_sprom.c index c405f53a0a3e..5aa4d4c8a105 100644 --- a/sys/dev/bhnd/nvram/bhnd_nvram_data_sprom.c +++ b/sys/dev/bhnd/nvram/bhnd_nvram_data_sprom.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #ifdef _KERNEL diff --git a/sys/dev/bhnd/nvram/bhnd_nvram_data_sprom_subr.c b/sys/dev/bhnd/nvram/bhnd_nvram_data_sprom_subr.c index 307fc60f285e..de3d3c6c809b 100644 --- a/sys/dev/bhnd/nvram/bhnd_nvram_data_sprom_subr.c +++ b/sys/dev/bhnd/nvram/bhnd_nvram_data_sprom_subr.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c b/sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c index 63d87d4d0dd3..5b25c5c0a1c4 100644 --- a/sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c +++ b/sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifdef _KERNEL #include #include diff --git a/sys/dev/bhnd/nvram/bhnd_nvram_io.c b/sys/dev/bhnd/nvram/bhnd_nvram_io.c index d04fe75adbcc..70c83e8e0b3c 100644 --- a/sys/dev/bhnd/nvram/bhnd_nvram_io.c +++ b/sys/dev/bhnd/nvram/bhnd_nvram_io.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifdef _KERNEL #include #else /* !_KERNEL */ diff --git a/sys/dev/bhnd/nvram/bhnd_nvram_iobuf.c b/sys/dev/bhnd/nvram/bhnd_nvram_iobuf.c index d0b9fc11a365..baf19d2f0bac 100644 --- a/sys/dev/bhnd/nvram/bhnd_nvram_iobuf.c +++ b/sys/dev/bhnd/nvram/bhnd_nvram_iobuf.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifdef _KERNEL #include #include diff --git a/sys/dev/bhnd/nvram/bhnd_nvram_ioptr.c b/sys/dev/bhnd/nvram/bhnd_nvram_ioptr.c index 82b9c09d502d..801c255ac8f0 100644 --- a/sys/dev/bhnd/nvram/bhnd_nvram_ioptr.c +++ b/sys/dev/bhnd/nvram/bhnd_nvram_ioptr.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifdef _KERNEL #include #include diff --git a/sys/dev/bhnd/nvram/bhnd_nvram_iores.c b/sys/dev/bhnd/nvram/bhnd_nvram_iores.c index 333b73cbe66e..f3508e37d556 100644 --- a/sys/dev/bhnd/nvram/bhnd_nvram_iores.c +++ b/sys/dev/bhnd/nvram/bhnd_nvram_iores.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/bhnd/nvram/bhnd_nvram_plist.c b/sys/dev/bhnd/nvram/bhnd_nvram_plist.c index 41f4ba31385f..4d17aa81fef7 100644 --- a/sys/dev/bhnd/nvram/bhnd_nvram_plist.c +++ b/sys/dev/bhnd/nvram/bhnd_nvram_plist.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/dev/bhnd/nvram/bhnd_nvram_store.c b/sys/dev/bhnd/nvram/bhnd_nvram_store.c index 5b165b0d3fb2..80754a8f0d2c 100644 --- a/sys/dev/bhnd/nvram/bhnd_nvram_store.c +++ b/sys/dev/bhnd/nvram/bhnd_nvram_store.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/bhnd/nvram/bhnd_nvram_store_subr.c b/sys/dev/bhnd/nvram/bhnd_nvram_store_subr.c index fd05648147f5..68b7f430f377 100644 --- a/sys/dev/bhnd/nvram/bhnd_nvram_store_subr.c +++ b/sys/dev/bhnd/nvram/bhnd_nvram_store_subr.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/bhnd/nvram/bhnd_nvram_subr.c b/sys/dev/bhnd/nvram/bhnd_nvram_subr.c index 21788eff6d0b..b1ac833aff5b 100644 --- a/sys/dev/bhnd/nvram/bhnd_nvram_subr.c +++ b/sys/dev/bhnd/nvram/bhnd_nvram_subr.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #ifdef _KERNEL diff --git a/sys/dev/bhnd/nvram/bhnd_nvram_value.c b/sys/dev/bhnd/nvram/bhnd_nvram_value.c index b2e0ef3a9556..bc4726f32049 100644 --- a/sys/dev/bhnd/nvram/bhnd_nvram_value.c +++ b/sys/dev/bhnd/nvram/bhnd_nvram_value.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c b/sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c index c5fdfbcc51f7..d57e4c54297c 100644 --- a/sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c +++ b/sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/dev/bhnd/nvram/bhnd_nvram_value_prf.c b/sys/dev/bhnd/nvram/bhnd_nvram_value_prf.c index a435cbae99b1..0d3deba29f1c 100644 --- a/sys/dev/bhnd/nvram/bhnd_nvram_value_prf.c +++ b/sys/dev/bhnd/nvram/bhnd_nvram_value_prf.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/bhnd/nvram/bhnd_nvram_value_subr.c b/sys/dev/bhnd/nvram/bhnd_nvram_value_subr.c index 68b18eac9ad4..9fb18c99a594 100644 --- a/sys/dev/bhnd/nvram/bhnd_nvram_value_subr.c +++ b/sys/dev/bhnd/nvram/bhnd_nvram_value_subr.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #ifdef _KERNEL diff --git a/sys/dev/bhnd/nvram/bhnd_sprom.c b/sys/dev/bhnd/nvram/bhnd_sprom.c index 1272644bfb4b..32bc882f6df0 100644 --- a/sys/dev/bhnd/nvram/bhnd_sprom.c +++ b/sys/dev/bhnd/nvram/bhnd_sprom.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * BHND SPROM driver. * diff --git a/sys/dev/bhnd/siba/siba.c b/sys/dev/bhnd/siba/siba.c index 994f4327b752..4c5dfd1a235e 100644 --- a/sys/dev/bhnd/siba/siba.c +++ b/sys/dev/bhnd/siba/siba.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/bhnd/siba/siba_bhndb.c b/sys/dev/bhnd/siba/siba_bhndb.c index 4a0493366fe1..b806f9535e73 100644 --- a/sys/dev/bhnd/siba/siba_bhndb.c +++ b/sys/dev/bhnd/siba/siba_bhndb.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/bhnd/siba/siba_erom.c b/sys/dev/bhnd/siba/siba_erom.c index 5656d45dea8e..2445d0ae58bf 100644 --- a/sys/dev/bhnd/siba/siba_erom.c +++ b/sys/dev/bhnd/siba/siba_erom.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/bhnd/siba/siba_subr.c b/sys/dev/bhnd/siba/siba_subr.c index 4a45c6a34dd9..79ca10a1a077 100644 --- a/sys/dev/bhnd/siba/siba_subr.c +++ b/sys/dev/bhnd/siba/siba_subr.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/bnxt/bnxt.h b/sys/dev/bnxt/bnxt.h index 27abccc6b324..78b7e4ca6bf5 100644 --- a/sys/dev/bnxt/bnxt.h +++ b/sys/dev/bnxt/bnxt.h @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef _BNXT_H #define _BNXT_H diff --git a/sys/dev/bnxt/bnxt_hwrm.c b/sys/dev/bnxt/bnxt_hwrm.c index efea33327dc7..88ba185e2c27 100644 --- a/sys/dev/bnxt/bnxt_hwrm.c +++ b/sys/dev/bnxt/bnxt_hwrm.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "bnxt.h" diff --git a/sys/dev/bnxt/bnxt_hwrm.h b/sys/dev/bnxt/bnxt_hwrm.h index 5e2be49b643d..e016677707ce 100644 --- a/sys/dev/bnxt/bnxt_hwrm.h +++ b/sys/dev/bnxt/bnxt_hwrm.h @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef _BNXT_HWRM_H #define _BNXT_HWRM_H diff --git a/sys/dev/bnxt/bnxt_ioctl.h b/sys/dev/bnxt/bnxt_ioctl.h index af6c719b914d..370cf89f3c96 100644 --- a/sys/dev/bnxt/bnxt_ioctl.h +++ b/sys/dev/bnxt/bnxt_ioctl.h @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef _BNXT_IOCTL_H #define _BNXT_IOCTL_H diff --git a/sys/dev/bnxt/bnxt_sysctl.c b/sys/dev/bnxt/bnxt_sysctl.c index 1ed2502623d2..893e56b61099 100644 --- a/sys/dev/bnxt/bnxt_sysctl.c +++ b/sys/dev/bnxt/bnxt_sysctl.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/dev/bnxt/bnxt_sysctl.h b/sys/dev/bnxt/bnxt_sysctl.h index ac0dcae1fd29..a2ca3a8a559f 100644 --- a/sys/dev/bnxt/bnxt_sysctl.h +++ b/sys/dev/bnxt/bnxt_sysctl.h @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "bnxt.h" int bnxt_init_sysctl_ctx(struct bnxt_softc *softc); diff --git a/sys/dev/bnxt/bnxt_txrx.c b/sys/dev/bnxt/bnxt_txrx.c index c6e05be29e0e..9f40d293850b 100644 --- a/sys/dev/bnxt/bnxt_txrx.c +++ b/sys/dev/bnxt/bnxt_txrx.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/bnxt/hsi_struct_def.h b/sys/dev/bnxt/hsi_struct_def.h index db3baa8d75c7..576e1e9a7ed8 100644 --- a/sys/dev/bnxt/hsi_struct_def.h +++ b/sys/dev/bnxt/hsi_struct_def.h @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Copyright(c) 2001-2021, Broadcom. All rights reserved. The * term Broadcom refers to Broadcom Inc. and/or its subsidiaries. diff --git a/sys/dev/bnxt/if_bnxt.c b/sys/dev/bnxt/if_bnxt.c index 54140b8c0010..c77be218e677 100644 --- a/sys/dev/bnxt/if_bnxt.c +++ b/sys/dev/bnxt/if_bnxt.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/bwi/bwimac.c b/sys/dev/bwi/bwimac.c index 3e77e43004fa..2c4fea5654f7 100644 --- a/sys/dev/bwi/bwimac.c +++ b/sys/dev/bwi/bwimac.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_bwi.h" #include "opt_wlan.h" diff --git a/sys/dev/bwi/bwiphy.c b/sys/dev/bwi/bwiphy.c index 291e3253f502..5abb1f9ed705 100644 --- a/sys/dev/bwi/bwiphy.c +++ b/sys/dev/bwi/bwiphy.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_wlan.h" diff --git a/sys/dev/bwi/bwirf.c b/sys/dev/bwi/bwirf.c index e3a3d1b88e5f..810b9052247d 100644 --- a/sys/dev/bwi/bwirf.c +++ b/sys/dev/bwi/bwirf.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_bwi.h" #include "opt_wlan.h" diff --git a/sys/dev/bwi/if_bwi.c b/sys/dev/bwi/if_bwi.c index 1c73581728a0..702df2e1e76b 100644 --- a/sys/dev/bwi/if_bwi.c +++ b/sys/dev/bwi/if_bwi.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_bwi.h" #include "opt_wlan.h" diff --git a/sys/dev/bwi/if_bwi_pci.c b/sys/dev/bwi/if_bwi_pci.c index 6ab1bd89bb33..eeaec02af3ea 100644 --- a/sys/dev/bwi/if_bwi_pci.c +++ b/sys/dev/bwi/if_bwi_pci.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * PCI/Cardbus front-end for the Broadcom Wireless LAN controller driver. */ diff --git a/sys/dev/bwn/if_bwn.c b/sys/dev/bwn/if_bwn.c index a5a37665d26b..e157c491f18e 100644 --- a/sys/dev/bwn/if_bwn.c +++ b/sys/dev/bwn/if_bwn.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * The Broadcom Wireless LAN controller driver. */ diff --git a/sys/dev/bwn/if_bwn_pci.c b/sys/dev/bwn/if_bwn_pci.c index 2254fcfd504f..e2ba15dd67c8 100644 --- a/sys/dev/bwn/if_bwn_pci.c +++ b/sys/dev/bwn/if_bwn_pci.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_bwn.h" #include "opt_wlan.h" diff --git a/sys/dev/bwn/if_bwn_phy_common.c b/sys/dev/bwn/if_bwn_phy_common.c index 704348f19294..f67461f75afa 100644 --- a/sys/dev/bwn/if_bwn_phy_common.c +++ b/sys/dev/bwn/if_bwn_phy_common.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_bwn.h" #include "opt_wlan.h" diff --git a/sys/dev/bwn/if_bwn_phy_g.c b/sys/dev/bwn/if_bwn_phy_g.c index 09f8f0e569e6..aed17dfaab92 100644 --- a/sys/dev/bwn/if_bwn_phy_g.c +++ b/sys/dev/bwn/if_bwn_phy_g.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_bwn.h" #include "opt_wlan.h" diff --git a/sys/dev/bwn/if_bwn_phy_lp.c b/sys/dev/bwn/if_bwn_phy_lp.c index bec003ee9fda..953f29727752 100644 --- a/sys/dev/bwn/if_bwn_phy_lp.c +++ b/sys/dev/bwn/if_bwn_phy_lp.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_bwn.h" #include "opt_wlan.h" diff --git a/sys/dev/bwn/if_bwn_phy_n.c b/sys/dev/bwn/if_bwn_phy_n.c index 937bd9352da5..14d6e242d03d 100644 --- a/sys/dev/bwn/if_bwn_phy_n.c +++ b/sys/dev/bwn/if_bwn_phy_n.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * This is the top-level N-PHY support for the Broadcom softmac driver. */ diff --git a/sys/dev/bwn/if_bwn_util.c b/sys/dev/bwn/if_bwn_util.c index 41aa94f1aaec..d323099e3299 100644 --- a/sys/dev/bwn/if_bwn_util.c +++ b/sys/dev/bwn/if_bwn_util.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * The Broadcom Wireless LAN controller driver. */ diff --git a/sys/dev/bxe/57710_init_values.c b/sys/dev/bxe/57710_init_values.c index cd3fa466e67d..d7490f4aff56 100644 --- a/sys/dev/bxe/57710_init_values.c +++ b/sys/dev/bxe/57710_init_values.c @@ -27,7 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); /* clang-format off */ /* diff --git a/sys/dev/bxe/57710_int_offsets.h b/sys/dev/bxe/57710_int_offsets.h index 98ed67c1913d..933b18edce29 100644 --- a/sys/dev/bxe/57710_int_offsets.h +++ b/sys/dev/bxe/57710_int_offsets.h @@ -27,9 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - - static const struct iro e1_iro_arr[385] = { { 0x40, 0x0, 0x0, 0x0, 0x0}, // COMMON_SB_SIZE { 0x40, 0x0, 0x0, 0x0, 0x0}, // COMMON_SB_DATA_SIZE diff --git a/sys/dev/bxe/57711_init_values.c b/sys/dev/bxe/57711_init_values.c index 7d3b00e23fd9..49b8124a33d6 100644 --- a/sys/dev/bxe/57711_init_values.c +++ b/sys/dev/bxe/57711_init_values.c @@ -27,7 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); /* clang-format off */ /* diff --git a/sys/dev/bxe/57711_int_offsets.h b/sys/dev/bxe/57711_int_offsets.h index df9378b670c2..3aff3f6b5d8f 100644 --- a/sys/dev/bxe/57711_int_offsets.h +++ b/sys/dev/bxe/57711_int_offsets.h @@ -27,9 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - - static const struct iro e1h_iro_arr[385] = { { 0x40, 0x0, 0x0, 0x0, 0x0}, // COMMON_SB_SIZE { 0x40, 0x0, 0x0, 0x0, 0x0}, // COMMON_SB_DATA_SIZE diff --git a/sys/dev/bxe/57712_init_values.c b/sys/dev/bxe/57712_init_values.c index 393cf795c76a..417e34325be6 100644 --- a/sys/dev/bxe/57712_init_values.c +++ b/sys/dev/bxe/57712_init_values.c @@ -27,7 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); /* clang-format off */ /* diff --git a/sys/dev/bxe/57712_int_offsets.h b/sys/dev/bxe/57712_int_offsets.h index dcab46d5e6b4..8d7a8cfa59bf 100644 --- a/sys/dev/bxe/57712_int_offsets.h +++ b/sys/dev/bxe/57712_int_offsets.h @@ -27,9 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - - static const struct iro e2_iro_arr[385] = { { 0x40, 0x0, 0x0, 0x0, 0x0}, // COMMON_SB_SIZE { 0x40, 0x0, 0x0, 0x0, 0x0}, // COMMON_SB_DATA_SIZE diff --git a/sys/dev/bxe/bxe.c b/sys/dev/bxe/bxe.c index 537501b6b959..60450d0a6fbb 100644 --- a/sys/dev/bxe/bxe.c +++ b/sys/dev/bxe/bxe.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #define BXE_DRIVER_VERSION "1.78.91" #include "bxe.h" diff --git a/sys/dev/bxe/bxe.h b/sys/dev/bxe/bxe.h index b39fbdcd4d11..cdef017ac32a 100644 --- a/sys/dev/bxe/bxe.h +++ b/sys/dev/bxe/bxe.h @@ -30,8 +30,6 @@ #define __BXE_H__ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/bxe/bxe_dcb.h b/sys/dev/bxe/bxe_dcb.h index efd1238a9707..4c2eb49a6b5e 100644 --- a/sys/dev/bxe/bxe_dcb.h +++ b/sys/dev/bxe/bxe_dcb.h @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef BXE_DCB_H #define BXE_DCB_H diff --git a/sys/dev/bxe/bxe_debug.c b/sys/dev/bxe/bxe_debug.c index f6d7dd832367..1a2c24cdff81 100644 --- a/sys/dev/bxe/bxe_debug.c +++ b/sys/dev/bxe/bxe_debug.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "bxe.h" #include "ddb/ddb.h" diff --git a/sys/dev/bxe/bxe_dump.h b/sys/dev/bxe/bxe_dump.h index 49850035a037..db1dc370e824 100644 --- a/sys/dev/bxe/bxe_dump.h +++ b/sys/dev/bxe/bxe_dump.h @@ -29,8 +29,6 @@ #define __BXE_DUMP_H__ #include -__FBSDID("$FreeBSD$"); - /* WaitP Definitions */ #define DRV_DUMP_XSTORM_WAITP_ADDRESS 0x2b8a80 #define DRV_DUMP_TSTORM_WAITP_ADDRESS 0x1b8a80 diff --git a/sys/dev/bxe/bxe_elink.c b/sys/dev/bxe/bxe_elink.c index 52b375816cfc..b823d7a61a9a 100644 --- a/sys/dev/bxe/bxe_elink.c +++ b/sys/dev/bxe/bxe_elink.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "bxe.h" #include "bxe_elink.h" #include "ecore_mfw_req.h" diff --git a/sys/dev/bxe/bxe_elink.h b/sys/dev/bxe/bxe_elink.h index e5a52a18738a..08f160b754a8 100644 --- a/sys/dev/bxe/bxe_elink.h +++ b/sys/dev/bxe/bxe_elink.h @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef ELINK_H #define ELINK_H diff --git a/sys/dev/bxe/bxe_ioctl.h b/sys/dev/bxe/bxe_ioctl.h index a0f847801009..30686b5f4175 100644 --- a/sys/dev/bxe/bxe_ioctl.h +++ b/sys/dev/bxe/bxe_ioctl.h @@ -29,8 +29,6 @@ #define _BXE_IOCTL_H_ #include -__FBSDID("$FreeBSD$"); - #include diff --git a/sys/dev/bxe/bxe_stats.c b/sys/dev/bxe/bxe_stats.c index 1dfe0e015bdd..f36bd6273a25 100644 --- a/sys/dev/bxe/bxe_stats.c +++ b/sys/dev/bxe/bxe_stats.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "bxe.h" #include "bxe_stats.h" diff --git a/sys/dev/bxe/bxe_stats.h b/sys/dev/bxe/bxe_stats.h index 63e98c4159b1..71cd784ed4b5 100644 --- a/sys/dev/bxe/bxe_stats.h +++ b/sys/dev/bxe/bxe_stats.h @@ -30,8 +30,6 @@ #define BXE_STATS_H #include -__FBSDID("$FreeBSD$"); - #include struct nig_stats { diff --git a/sys/dev/bxe/ecore_fw_defs.h b/sys/dev/bxe/ecore_fw_defs.h index 0f05ad32f31e..2111c83c6c3d 100644 --- a/sys/dev/bxe/ecore_fw_defs.h +++ b/sys/dev/bxe/ecore_fw_defs.h @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef ECORE_FW_DEFS_H #define ECORE_FW_DEFS_H diff --git a/sys/dev/bxe/ecore_hsi.h b/sys/dev/bxe/ecore_hsi.h index 28a3ea923185..7adf8607aea5 100644 --- a/sys/dev/bxe/ecore_hsi.h +++ b/sys/dev/bxe/ecore_hsi.h @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef ECORE_HSI_H #define ECORE_HSI_H diff --git a/sys/dev/bxe/ecore_init.h b/sys/dev/bxe/ecore_init.h index e36514209f98..64c1f5ee6f0a 100644 --- a/sys/dev/bxe/ecore_init.h +++ b/sys/dev/bxe/ecore_init.h @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef ECORE_INIT_H #define ECORE_INIT_H diff --git a/sys/dev/bxe/ecore_init_ops.h b/sys/dev/bxe/ecore_init_ops.h index 2409b3370fd9..40a3c8b659b4 100644 --- a/sys/dev/bxe/ecore_init_ops.h +++ b/sys/dev/bxe/ecore_init_ops.h @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef ECORE_INIT_OPS_H #define ECORE_INIT_OPS_H diff --git a/sys/dev/bxe/ecore_mfw_req.h b/sys/dev/bxe/ecore_mfw_req.h index 1c1528d08443..fc02f87ccc6f 100644 --- a/sys/dev/bxe/ecore_mfw_req.h +++ b/sys/dev/bxe/ecore_mfw_req.h @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef ECORE_MFW_REQ_H #define ECORE_MFW_REQ_H diff --git a/sys/dev/bxe/ecore_reg.h b/sys/dev/bxe/ecore_reg.h index c869defa1777..49c8637a3d6d 100644 --- a/sys/dev/bxe/ecore_reg.h +++ b/sys/dev/bxe/ecore_reg.h @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef ECORE_REG_H #define ECORE_REG_H diff --git a/sys/dev/bxe/ecore_sp.c b/sys/dev/bxe/ecore_sp.c index 566a8dc4382c..8e163a02152c 100644 --- a/sys/dev/bxe/ecore_sp.c +++ b/sys/dev/bxe/ecore_sp.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "bxe.h" #include "ecore_init.h" diff --git a/sys/dev/bxe/ecore_sp.h b/sys/dev/bxe/ecore_sp.h index af4fac84a9aa..f39c908f7530 100644 --- a/sys/dev/bxe/ecore_sp.h +++ b/sys/dev/bxe/ecore_sp.h @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef ECORE_SP_H #define ECORE_SP_H diff --git a/sys/dev/cadence/if_cgem.c b/sys/dev/cadence/if_cgem.c index 63f45534216e..1aa5d4955d93 100644 --- a/sys/dev/cadence/if_cgem.c +++ b/sys/dev/cadence/if_cgem.c @@ -36,8 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/cardbus/cardbus.c b/sys/dev/cardbus/cardbus.c index 91386d1780c8..261e9a5205ae 100644 --- a/sys/dev/cardbus/cardbus.c +++ b/sys/dev/cardbus/cardbus.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/cardbus/cardbus_cis.c b/sys/dev/cardbus/cardbus_cis.c index 69796d34b5f3..64fc697ed8fc 100644 --- a/sys/dev/cardbus/cardbus_cis.c +++ b/sys/dev/cardbus/cardbus_cis.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * CIS Handling for the Cardbus Bus */ diff --git a/sys/dev/cardbus/cardbus_device.c b/sys/dev/cardbus/cardbus_device.c index 4b95fac5d414..9a61540867fb 100644 --- a/sys/dev/cardbus/cardbus_device.c +++ b/sys/dev/cardbus/cardbus_device.c @@ -27,8 +27,6 @@ * */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/cas/if_cas.c b/sys/dev/cas/if_cas.c index 6b6edb38792c..0cf17cf04b33 100644 --- a/sys/dev/cas/if_cas.c +++ b/sys/dev/cas/if_cas.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * driver for Sun Cassini/Cassini+ and National Semiconductor DP83065 * Saturn Gigabit Ethernet controllers diff --git a/sys/dev/cesa/cesa.c b/sys/dev/cesa/cesa.c index 34726e2d8b6a..516aaec45387 100644 --- a/sys/dev/cesa/cesa.c +++ b/sys/dev/cesa/cesa.c @@ -41,8 +41,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/cfe/cfe_api.c b/sys/dev/cfe/cfe_api.c index 4bfc8ce83009..7d22ca0d3743 100644 --- a/sys/dev/cfe/cfe_api.c +++ b/sys/dev/cfe/cfe_api.c @@ -49,8 +49,6 @@ ********************************************************************* */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/dev/cfe/cfe_console.c b/sys/dev/cfe/cfe_console.c index 7a3e516a4233..68a038822c3b 100644 --- a/sys/dev/cfe/cfe_console.c +++ b/sys/dev/cfe/cfe_console.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/cfe/cfe_env.c b/sys/dev/cfe/cfe_env.c index 5d34182797da..fb0943a36524 100644 --- a/sys/dev/cfe/cfe_env.c +++ b/sys/dev/cfe/cfe_env.c @@ -30,9 +30,6 @@ #include #include - -__FBSDID("$FreeBSD$"); - #ifndef CFE_ENV_SIZE #define CFE_ENV_SIZE PAGE_SIZE /* default is one page */ #endif diff --git a/sys/dev/cfe/cfe_resource.c b/sys/dev/cfe/cfe_resource.c index b2a95482f24b..062d739c3f8f 100644 --- a/sys/dev/cfe/cfe_resource.c +++ b/sys/dev/cfe/cfe_resource.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/cfi/cfi_bus_fdt.c b/sys/dev/cfi/cfi_bus_fdt.c index f0c6666569e3..5fc555a30e75 100644 --- a/sys/dev/cfi/cfi_bus_fdt.c +++ b/sys/dev/cfi/cfi_bus_fdt.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/cfi/cfi_bus_nexus.c b/sys/dev/cfi/cfi_bus_nexus.c index 911427a74940..1263ea2d198a 100644 --- a/sys/dev/cfi/cfi_bus_nexus.c +++ b/sys/dev/cfi/cfi_bus_nexus.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/cfi/cfi_core.c b/sys/dev/cfi/cfi_core.c index 018d35af5250..4e137140372c 100644 --- a/sys/dev/cfi/cfi_core.c +++ b/sys/dev/cfi/cfi_core.c @@ -36,8 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_cfi.h" #include diff --git a/sys/dev/cfi/cfi_dev.c b/sys/dev/cfi/cfi_dev.c index 567b92aa2b92..e4d7545d9809 100644 --- a/sys/dev/cfi/cfi_dev.c +++ b/sys/dev/cfi/cfi_dev.c @@ -36,8 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_cfi.h" #include diff --git a/sys/dev/cfi/cfi_disk.c b/sys/dev/cfi/cfi_disk.c index fcc56c8e0bfb..573dece03f5a 100644 --- a/sys/dev/cfi/cfi_disk.c +++ b/sys/dev/cfi/cfi_disk.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/chromebook_platform/chromebook_platform.c b/sys/dev/chromebook_platform/chromebook_platform.c index 9ca9a41ff1b9..533556fa17ce 100644 --- a/sys/dev/chromebook_platform/chromebook_platform.c +++ b/sys/dev/chromebook_platform/chromebook_platform.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/coretemp/coretemp.c b/sys/dev/coretemp/coretemp.c index 14afac664e1a..db5feae09472 100644 --- a/sys/dev/coretemp/coretemp.c +++ b/sys/dev/coretemp/coretemp.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/cpuctl/cpuctl.c b/sys/dev/cpuctl/cpuctl.c index c8b87b77ca07..9c56db1ad19a 100644 --- a/sys/dev/cpuctl/cpuctl.c +++ b/sys/dev/cpuctl/cpuctl.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/cpufreq/cpufreq_dt.c b/sys/dev/cpufreq/cpufreq_dt.c index 75a24905733d..aaeada3a4e58 100644 --- a/sys/dev/cpufreq/cpufreq_dt.c +++ b/sys/dev/cpufreq/cpufreq_dt.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/cpufreq/ichss.c b/sys/dev/cpufreq/ichss.c index 7b4272a9dad3..323ed45cc3e5 100644 --- a/sys/dev/cpufreq/ichss.c +++ b/sys/dev/cpufreq/ichss.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/cxgb/common/cxgb_ael1002.c b/sys/dev/cxgb/common/cxgb_ael1002.c index d896e6d64f33..aa60b11751a3 100644 --- a/sys/dev/cxgb/common/cxgb_ael1002.c +++ b/sys/dev/cxgb/common/cxgb_ael1002.c @@ -29,8 +29,6 @@ POSSIBILITY OF SUCH DAMAGE. ***************************************************************************/ #include -__FBSDID("$FreeBSD$"); - #include #undef msleep diff --git a/sys/dev/cxgb/common/cxgb_aq100x.c b/sys/dev/cxgb/common/cxgb_aq100x.c index 417b163b1c3e..edd4eb90dbda 100644 --- a/sys/dev/cxgb/common/cxgb_aq100x.c +++ b/sys/dev/cxgb/common/cxgb_aq100x.c @@ -29,8 +29,6 @@ POSSIBILITY OF SUCH DAMAGE. ***************************************************************************/ #include -__FBSDID("$FreeBSD$"); - #include #undef msleep diff --git a/sys/dev/cxgb/common/cxgb_mc5.c b/sys/dev/cxgb/common/cxgb_mc5.c index fee993f71291..7631cf7b42e4 100644 --- a/sys/dev/cxgb/common/cxgb_mc5.c +++ b/sys/dev/cxgb/common/cxgb_mc5.c @@ -29,8 +29,6 @@ POSSIBILITY OF SUCH DAMAGE. ***************************************************************************/ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/dev/cxgb/common/cxgb_mv88e1xxx.c b/sys/dev/cxgb/common/cxgb_mv88e1xxx.c index 34e5cc4b0297..8eccb5ab4dd0 100644 --- a/sys/dev/cxgb/common/cxgb_mv88e1xxx.c +++ b/sys/dev/cxgb/common/cxgb_mv88e1xxx.c @@ -29,8 +29,6 @@ POSSIBILITY OF SUCH DAMAGE. ***************************************************************************/ #include -__FBSDID("$FreeBSD$"); - #include /* Marvell PHY interrupt status bits. */ diff --git a/sys/dev/cxgb/common/cxgb_t3_hw.c b/sys/dev/cxgb/common/cxgb_t3_hw.c index ffe38ebce1b4..36ee803e2b1b 100644 --- a/sys/dev/cxgb/common/cxgb_t3_hw.c +++ b/sys/dev/cxgb/common/cxgb_t3_hw.c @@ -29,9 +29,6 @@ POSSIBILITY OF SUCH DAMAGE. ***************************************************************************/ #include -__FBSDID("$FreeBSD$"); - - #include #undef msleep diff --git a/sys/dev/cxgb/common/cxgb_tn1010.c b/sys/dev/cxgb/common/cxgb_tn1010.c index cfaffa757cf3..192c38e524ab 100644 --- a/sys/dev/cxgb/common/cxgb_tn1010.c +++ b/sys/dev/cxgb/common/cxgb_tn1010.c @@ -29,8 +29,6 @@ POSSIBILITY OF SUCH DAMAGE. ***************************************************************************/ #include -__FBSDID("$FreeBSD$"); - #include #undef msleep diff --git a/sys/dev/cxgb/common/cxgb_vsc7323.c b/sys/dev/cxgb/common/cxgb_vsc7323.c index 4498d161ce63..c95eaefe6b52 100644 --- a/sys/dev/cxgb/common/cxgb_vsc7323.c +++ b/sys/dev/cxgb/common/cxgb_vsc7323.c @@ -29,8 +29,6 @@ POSSIBILITY OF SUCH DAMAGE. ***************************************************************************/ #include -__FBSDID("$FreeBSD$"); - #include enum { diff --git a/sys/dev/cxgb/common/cxgb_vsc8211.c b/sys/dev/cxgb/common/cxgb_vsc8211.c index f5c1753dc4c0..ca30f1a264e6 100644 --- a/sys/dev/cxgb/common/cxgb_vsc8211.c +++ b/sys/dev/cxgb/common/cxgb_vsc8211.c @@ -29,8 +29,6 @@ POSSIBILITY OF SUCH DAMAGE. ***************************************************************************/ #include -__FBSDID("$FreeBSD$"); - #include #undef msleep diff --git a/sys/dev/cxgb/common/cxgb_xgmac.c b/sys/dev/cxgb/common/cxgb_xgmac.c index 9a34f29641c3..0f89eb6eb147 100644 --- a/sys/dev/cxgb/common/cxgb_xgmac.c +++ b/sys/dev/cxgb/common/cxgb_xgmac.c @@ -29,8 +29,6 @@ POSSIBILITY OF SUCH DAMAGE. ***************************************************************************/ #include -__FBSDID("$FreeBSD$"); - #include #undef msleep diff --git a/sys/dev/cxgb/cxgb_main.c b/sys/dev/cxgb/cxgb_main.c index 1460594f5b3d..1a088cdf0abe 100644 --- a/sys/dev/cxgb/cxgb_main.c +++ b/sys/dev/cxgb/cxgb_main.c @@ -29,8 +29,6 @@ POSSIBILITY OF SUCH DAMAGE. ***************************************************************************/ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include diff --git a/sys/dev/cxgb/cxgb_sge.c b/sys/dev/cxgb/cxgb_sge.c index 40db77eb6077..ca5ff3f1d417 100644 --- a/sys/dev/cxgb/cxgb_sge.c +++ b/sys/dev/cxgb/cxgb_sge.c @@ -29,8 +29,6 @@ POSSIBILITY OF SUCH DAMAGE. ***************************************************************************/ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet6.h" #include "opt_inet.h" diff --git a/sys/dev/cxgb/cxgb_t3fw.c b/sys/dev/cxgb/cxgb_t3fw.c index a084cae0f971..9ffb7a0931ce 100644 --- a/sys/dev/cxgb/cxgb_t3fw.c +++ b/sys/dev/cxgb/cxgb_t3fw.c @@ -2,7 +2,6 @@ * from: FreeBSD: src/sys/tools/fw_stub.awk,v 1.6 2007/03/02 11:42:53 flz */ #include -__FBSDID("$FreeBSD$"); #include #include #include diff --git a/sys/dev/cxgb/sys/uipc_mvec.c b/sys/dev/cxgb/sys/uipc_mvec.c index f77bdccfcc69..4b5bff814439 100644 --- a/sys/dev/cxgb/sys/uipc_mvec.c +++ b/sys/dev/cxgb/sys/uipc_mvec.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/cxgbe/common/t4_hw.c b/sys/dev/cxgbe/common/t4_hw.c index c5cb93839789..41063d5c7d76 100644 --- a/sys/dev/cxgbe/common/t4_hw.c +++ b/sys/dev/cxgbe/common/t4_hw.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include diff --git a/sys/dev/cxgbe/common/t4vf_hw.c b/sys/dev/cxgbe/common/t4vf_hw.c index 171c4512e4c3..25ab3db77c72 100644 --- a/sys/dev/cxgbe/common/t4vf_hw.c +++ b/sys/dev/cxgbe/common/t4vf_hw.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "common.h" #include "t4_regs.h" #include "t4_regs_values.h" diff --git a/sys/dev/cxgbe/crypto/t4_crypto.c b/sys/dev/cxgbe/crypto/t4_crypto.c index a60540c7fb40..50f6c9526a85 100644 --- a/sys/dev/cxgbe/crypto/t4_crypto.c +++ b/sys/dev/cxgbe/crypto/t4_crypto.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/cxgbe/crypto/t4_keyctx.c b/sys/dev/cxgbe/crypto/t4_keyctx.c index a5b15e5243eb..9e8e80f898d8 100644 --- a/sys/dev/cxgbe/crypto/t4_keyctx.c +++ b/sys/dev/cxgbe/crypto/t4_keyctx.c @@ -28,8 +28,6 @@ #include "opt_kern_tls.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/cxgbe/crypto/t6_kern_tls.c b/sys/dev/cxgbe/crypto/t6_kern_tls.c index 3dc6c3d78ecc..6b684c952647 100644 --- a/sys/dev/cxgbe/crypto/t6_kern_tls.c +++ b/sys/dev/cxgbe/crypto/t6_kern_tls.c @@ -32,8 +32,6 @@ #include "opt_kern_tls.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/cxgbe/cudbg/cudbg_common.c b/sys/dev/cxgbe/cudbg/cudbg_common.c index 841c3867ab07..71a9ad341ec8 100644 --- a/sys/dev/cxgbe/cudbg/cudbg_common.c +++ b/sys/dev/cxgbe/cudbg/cudbg_common.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/dev/cxgbe/cudbg/cudbg_flash_utils.c b/sys/dev/cxgbe/cudbg/cudbg_flash_utils.c index 6a39373d3e2d..e0d1ef04fc9f 100644 --- a/sys/dev/cxgbe/cudbg/cudbg_flash_utils.c +++ b/sys/dev/cxgbe/cudbg/cudbg_flash_utils.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/dev/cxgbe/cudbg/cudbg_lib.c b/sys/dev/cxgbe/cudbg/cudbg_lib.c index feded8e75863..9f696b51b959 100644 --- a/sys/dev/cxgbe/cudbg/cudbg_lib.c +++ b/sys/dev/cxgbe/cudbg/cudbg_lib.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/dev/cxgbe/cudbg/cudbg_wtp.c b/sys/dev/cxgbe/cudbg/cudbg_wtp.c index 836cefe3af4f..fbd9ae537fc8 100644 --- a/sys/dev/cxgbe/cudbg/cudbg_wtp.c +++ b/sys/dev/cxgbe/cudbg/cudbg_wtp.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/dev/cxgbe/cudbg/fastlz.c b/sys/dev/cxgbe/cudbg/fastlz.c index 41e5c99b2877..1448773b908a 100644 --- a/sys/dev/cxgbe/cudbg/fastlz.c +++ b/sys/dev/cxgbe/cudbg/fastlz.c @@ -24,8 +24,6 @@ THE SOFTWARE. */ #include -__FBSDID("$FreeBSD$"); - #include "osdep.h" #include "fastlz.h" diff --git a/sys/dev/cxgbe/cudbg/fastlz_api.c b/sys/dev/cxgbe/cudbg/fastlz_api.c index 68739fbdbb10..213a7fc98c12 100644 --- a/sys/dev/cxgbe/cudbg/fastlz_api.c +++ b/sys/dev/cxgbe/cudbg/fastlz_api.c @@ -24,8 +24,6 @@ THE SOFTWARE. */ #include -__FBSDID("$FreeBSD$"); - #include "osdep.h" #include "cudbg.h" #include "cudbg_lib_common.h" diff --git a/sys/dev/cxgbe/cxgbei/cxgbei.c b/sys/dev/cxgbe/cxgbei/cxgbei.c index d11465e4567d..193d58f9eda4 100644 --- a/sys/dev/cxgbe/cxgbei/cxgbei.c +++ b/sys/dev/cxgbe/cxgbei/cxgbei.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/dev/cxgbe/cxgbei/icl_cxgbei.c b/sys/dev/cxgbe/cxgbei/icl_cxgbei.c index a406634e96b8..ab1428c06d87 100644 --- a/sys/dev/cxgbe/cxgbei/icl_cxgbei.c +++ b/sys/dev/cxgbe/cxgbei/icl_cxgbei.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/dev/cxgbe/if_cc.c b/sys/dev/cxgbe/if_cc.c index dacb05f3b94d..a220735e6d39 100644 --- a/sys/dev/cxgbe/if_cc.c +++ b/sys/dev/cxgbe/if_cc.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/cxgbe/if_ccv.c b/sys/dev/cxgbe/if_ccv.c index bb3fb753c171..4b3e1513a10d 100644 --- a/sys/dev/cxgbe/if_ccv.c +++ b/sys/dev/cxgbe/if_ccv.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/cxgbe/if_cxl.c b/sys/dev/cxgbe/if_cxl.c index 2b498dc5c449..7d22629fccc7 100644 --- a/sys/dev/cxgbe/if_cxl.c +++ b/sys/dev/cxgbe/if_cxl.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/cxgbe/if_cxlv.c b/sys/dev/cxgbe/if_cxlv.c index 5a169d0d33b0..67491ccc607c 100644 --- a/sys/dev/cxgbe/if_cxlv.c +++ b/sys/dev/cxgbe/if_cxlv.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/cxgbe/iw_cxgbe/cm.c b/sys/dev/cxgbe/iw_cxgbe/cm.c index cc62fa6f6af5..77158eb855df 100644 --- a/sys/dev/cxgbe/iw_cxgbe/cm.c +++ b/sys/dev/cxgbe/iw_cxgbe/cm.c @@ -32,8 +32,6 @@ * SOFTWARE. */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #ifdef TCP_OFFLOAD diff --git a/sys/dev/cxgbe/iw_cxgbe/cq.c b/sys/dev/cxgbe/iw_cxgbe/cq.c index 68d82260ca71..9339d083cae3 100644 --- a/sys/dev/cxgbe/iw_cxgbe/cq.c +++ b/sys/dev/cxgbe/iw_cxgbe/cq.c @@ -32,8 +32,6 @@ * SOFTWARE. */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #ifdef TCP_OFFLOAD diff --git a/sys/dev/cxgbe/iw_cxgbe/device.c b/sys/dev/cxgbe/iw_cxgbe/device.c index 0c490a8d0943..fa886766e383 100644 --- a/sys/dev/cxgbe/iw_cxgbe/device.c +++ b/sys/dev/cxgbe/iw_cxgbe/device.c @@ -32,8 +32,6 @@ * SOFTWARE. */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include diff --git a/sys/dev/cxgbe/iw_cxgbe/ev.c b/sys/dev/cxgbe/iw_cxgbe/ev.c index 0458889c8ca4..7185bda1e2ed 100644 --- a/sys/dev/cxgbe/iw_cxgbe/ev.c +++ b/sys/dev/cxgbe/iw_cxgbe/ev.c @@ -32,8 +32,6 @@ * SOFTWARE. */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #ifdef TCP_OFFLOAD diff --git a/sys/dev/cxgbe/iw_cxgbe/id_table.c b/sys/dev/cxgbe/iw_cxgbe/id_table.c index 5ca64c1f8325..ff68d6276cbd 100644 --- a/sys/dev/cxgbe/iw_cxgbe/id_table.c +++ b/sys/dev/cxgbe/iw_cxgbe/id_table.c @@ -32,8 +32,6 @@ * SOFTWARE. */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #ifdef TCP_OFFLOAD diff --git a/sys/dev/cxgbe/iw_cxgbe/mem.c b/sys/dev/cxgbe/iw_cxgbe/mem.c index 1242ff53698d..5b8c7391514f 100644 --- a/sys/dev/cxgbe/iw_cxgbe/mem.c +++ b/sys/dev/cxgbe/iw_cxgbe/mem.c @@ -32,8 +32,6 @@ * SOFTWARE. */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #ifdef TCP_OFFLOAD diff --git a/sys/dev/cxgbe/iw_cxgbe/provider.c b/sys/dev/cxgbe/iw_cxgbe/provider.c index 96dd7060cf87..729733a040d5 100644 --- a/sys/dev/cxgbe/iw_cxgbe/provider.c +++ b/sys/dev/cxgbe/iw_cxgbe/provider.c @@ -32,8 +32,6 @@ * SOFTWARE. */ #include -__FBSDID("$FreeBSD$"); - #define LINUXKPI_PARAM_PREFIX iw_cxgbe_ #include "opt_inet.h" diff --git a/sys/dev/cxgbe/iw_cxgbe/qp.c b/sys/dev/cxgbe/iw_cxgbe/qp.c index a5145cd9a944..3aab07755101 100644 --- a/sys/dev/cxgbe/iw_cxgbe/qp.c +++ b/sys/dev/cxgbe/iw_cxgbe/qp.c @@ -32,8 +32,6 @@ * SOFTWARE. */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #ifdef TCP_OFFLOAD diff --git a/sys/dev/cxgbe/iw_cxgbe/resource.c b/sys/dev/cxgbe/iw_cxgbe/resource.c index 50d861dd1c39..644ea0c631bf 100644 --- a/sys/dev/cxgbe/iw_cxgbe/resource.c +++ b/sys/dev/cxgbe/iw_cxgbe/resource.c @@ -33,8 +33,6 @@ */ /* Crude resource management */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #ifdef TCP_OFFLOAD diff --git a/sys/dev/cxgbe/t4_clip.c b/sys/dev/cxgbe/t4_clip.c index fd1bc9fe2192..24f049f9dc06 100644 --- a/sys/dev/cxgbe/t4_clip.c +++ b/sys/dev/cxgbe/t4_clip.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/dev/cxgbe/t4_filter.c b/sys/dev/cxgbe/t4_filter.c index 5eb538f96fd3..18fa1093800f 100644 --- a/sys/dev/cxgbe/t4_filter.c +++ b/sys/dev/cxgbe/t4_filter.c @@ -26,8 +26,6 @@ * SUCH DAMAGE. */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/dev/cxgbe/t4_iov.c b/sys/dev/cxgbe/t4_iov.c index ce9a97c69ed4..1971c3b15c4f 100644 --- a/sys/dev/cxgbe/t4_iov.c +++ b/sys/dev/cxgbe/t4_iov.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/cxgbe/t4_l2t.c b/sys/dev/cxgbe/t4_l2t.c index c0d4c6f0a3f4..005dce826ccb 100644 --- a/sys/dev/cxgbe/t4_l2t.c +++ b/sys/dev/cxgbe/t4_l2t.c @@ -26,8 +26,6 @@ * SUCH DAMAGE. */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/dev/cxgbe/t4_main.c b/sys/dev/cxgbe/t4_main.c index 7ddd3b416995..759887a2a488 100644 --- a/sys/dev/cxgbe/t4_main.c +++ b/sys/dev/cxgbe/t4_main.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ddb.h" #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/dev/cxgbe/t4_mp_ring.c b/sys/dev/cxgbe/t4_mp_ring.c index ad0523775ec4..774dd26d0a11 100644 --- a/sys/dev/cxgbe/t4_mp_ring.c +++ b/sys/dev/cxgbe/t4_mp_ring.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/cxgbe/t4_netmap.c b/sys/dev/cxgbe/t4_netmap.c index bc9d5f83a27e..64fba4410364 100644 --- a/sys/dev/cxgbe/t4_netmap.c +++ b/sys/dev/cxgbe/t4_netmap.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/dev/cxgbe/t4_sched.c b/sys/dev/cxgbe/t4_sched.c index fcbd882098ac..46638a086a0d 100644 --- a/sys/dev/cxgbe/t4_sched.c +++ b/sys/dev/cxgbe/t4_sched.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" #include "opt_ratelimit.h" diff --git a/sys/dev/cxgbe/t4_sge.c b/sys/dev/cxgbe/t4_sge.c index 053cf724a9ba..b742f22a7d78 100644 --- a/sys/dev/cxgbe/t4_sge.c +++ b/sys/dev/cxgbe/t4_sge.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" #include "opt_kern_tls.h" diff --git a/sys/dev/cxgbe/t4_smt.c b/sys/dev/cxgbe/t4_smt.c index 43df0b3af12b..c8e328a20961 100644 --- a/sys/dev/cxgbe/t4_smt.c +++ b/sys/dev/cxgbe/t4_smt.c @@ -26,8 +26,6 @@ * SUCH DAMAGE. */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/dev/cxgbe/t4_tracer.c b/sys/dev/cxgbe/t4_tracer.c index 68df5617df69..4190aa627b14 100644 --- a/sys/dev/cxgbe/t4_tracer.c +++ b/sys/dev/cxgbe/t4_tracer.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/dev/cxgbe/t4_vf.c b/sys/dev/cxgbe/t4_vf.c index ffc1e7e45e32..a4a611ed645c 100644 --- a/sys/dev/cxgbe/t4_vf.c +++ b/sys/dev/cxgbe/t4_vf.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/dev/cxgbe/tom/t4_connect.c b/sys/dev/cxgbe/tom/t4_connect.c index 6efddb2247db..4e81f23dc267 100644 --- a/sys/dev/cxgbe/tom/t4_connect.c +++ b/sys/dev/cxgbe/tom/t4_connect.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/dev/cxgbe/tom/t4_cpl_io.c b/sys/dev/cxgbe/tom/t4_cpl_io.c index 5791cf692fb8..9b48b2891f64 100644 --- a/sys/dev/cxgbe/tom/t4_cpl_io.c +++ b/sys/dev/cxgbe/tom/t4_cpl_io.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" #include "opt_kern_tls.h" diff --git a/sys/dev/cxgbe/tom/t4_ddp.c b/sys/dev/cxgbe/tom/t4_ddp.c index c81521f00a60..c529639d9a1f 100644 --- a/sys/dev/cxgbe/tom/t4_ddp.c +++ b/sys/dev/cxgbe/tom/t4_ddp.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include diff --git a/sys/dev/cxgbe/tom/t4_listen.c b/sys/dev/cxgbe/tom/t4_listen.c index bb1f19458ff8..d25c161d3f8d 100644 --- a/sys/dev/cxgbe/tom/t4_listen.c +++ b/sys/dev/cxgbe/tom/t4_listen.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/dev/cxgbe/tom/t4_tls.c b/sys/dev/cxgbe/tom/t4_tls.c index 4d663788b706..b8005e213621 100644 --- a/sys/dev/cxgbe/tom/t4_tls.c +++ b/sys/dev/cxgbe/tom/t4_tls.c @@ -31,8 +31,6 @@ #include "opt_kern_tls.h" #include -__FBSDID("$FreeBSD$"); - #ifdef KERN_TLS #include #include diff --git a/sys/dev/cxgbe/tom/t4_tom.c b/sys/dev/cxgbe/tom/t4_tom.c index dc830c4cde4d..cb2131a4c0c2 100644 --- a/sys/dev/cxgbe/tom/t4_tom.c +++ b/sys/dev/cxgbe/tom/t4_tom.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" #include "opt_kern_tls.h" diff --git a/sys/dev/cxgbe/tom/t4_tom_l2t.c b/sys/dev/cxgbe/tom/t4_tom_l2t.c index 44823a4cfa19..c397196d9cca 100644 --- a/sys/dev/cxgbe/tom/t4_tom_l2t.c +++ b/sys/dev/cxgbe/tom/t4_tom_l2t.c @@ -26,8 +26,6 @@ * SUCH DAMAGE. */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/dev/cyapa/cyapa.c b/sys/dev/cyapa/cyapa.c index 474bf7fb16e5..307cd4d35b2e 100644 --- a/sys/dev/cyapa/cyapa.c +++ b/sys/dev/cyapa/cyapa.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * CYAPA - Cypress APA trackpad with I2C Interface driver * diff --git a/sys/dev/dc/dcphy.c b/sys/dev/dc/dcphy.c index 6bdbf2f40e97..ec639896c7dd 100644 --- a/sys/dev/dc/dcphy.c +++ b/sys/dev/dc/dcphy.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Pseudo-driver for internal NWAY support on DEC 21143 and workalike * controllers. Technically we're abusing the miibus code to handle diff --git a/sys/dev/dc/if_dc.c b/sys/dev/dc/if_dc.c index b98c5808c6b1..ddb81d8a486c 100644 --- a/sys/dev/dc/if_dc.c +++ b/sys/dev/dc/if_dc.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * DEC "tulip" clone ethernet driver. Supports the DEC/Intel 21143 * series chips and several workalikes including the following: diff --git a/sys/dev/dc/pnphy.c b/sys/dev/dc/pnphy.c index 090b25adbbaa..86b76d1a361f 100644 --- a/sys/dev/dc/pnphy.c +++ b/sys/dev/dc/pnphy.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Pseudo-driver for media selection on the Lite-On PNIC 82c168 * chip. The NWAY support on this chip is horribly broken, so we diff --git a/sys/dev/dpaa/bman.c b/sys/dev/dpaa/bman.c index 7ef81b3bff2b..0dbcecb5d7a0 100644 --- a/sys/dev/dpaa/bman.c +++ b/sys/dev/dpaa/bman.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/dpaa/bman_fdt.c b/sys/dev/dpaa/bman_fdt.c index d3f65b5b692a..2ff695bf7d89 100644 --- a/sys/dev/dpaa/bman_fdt.c +++ b/sys/dev/dpaa/bman_fdt.c @@ -26,8 +26,6 @@ #include "opt_platform.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/dpaa/bman_portals.c b/sys/dev/dpaa/bman_portals.c index d3c027bb29f8..89bcbf64ce5d 100644 --- a/sys/dev/dpaa/bman_portals.c +++ b/sys/dev/dpaa/bman_portals.c @@ -26,8 +26,6 @@ #include "opt_platform.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/dpaa/fman.c b/sys/dev/dpaa/fman.c index 738ad024b90c..7b82a0fbc1fd 100644 --- a/sys/dev/dpaa/fman.c +++ b/sys/dev/dpaa/fman.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/dpaa/fman_fdt.c b/sys/dev/dpaa/fman_fdt.c index a3888d91b8a0..8fb06924e10a 100644 --- a/sys/dev/dpaa/fman_fdt.c +++ b/sys/dev/dpaa/fman_fdt.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/dpaa/fman_mdio.c b/sys/dev/dpaa/fman_mdio.c index ee90ba0b9cf9..82e65cacda48 100644 --- a/sys/dev/dpaa/fman_mdio.c +++ b/sys/dev/dpaa/fman_mdio.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/dpaa/if_dtsec.c b/sys/dev/dpaa/if_dtsec.c index 877611c6cebe..2c0dee05a03f 100644 --- a/sys/dev/dpaa/if_dtsec.c +++ b/sys/dev/dpaa/if_dtsec.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/dpaa/if_dtsec_fdt.c b/sys/dev/dpaa/if_dtsec_fdt.c index 4bb96fa74f09..f2f61777fbec 100644 --- a/sys/dev/dpaa/if_dtsec_fdt.c +++ b/sys/dev/dpaa/if_dtsec_fdt.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/dpaa/if_dtsec_im.c b/sys/dev/dpaa/if_dtsec_im.c index 2b25b935b657..fcde0df60306 100644 --- a/sys/dev/dpaa/if_dtsec_im.c +++ b/sys/dev/dpaa/if_dtsec_im.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/dpaa/if_dtsec_rm.c b/sys/dev/dpaa/if_dtsec_rm.c index 73e75de65174..63ae0504782d 100644 --- a/sys/dev/dpaa/if_dtsec_rm.c +++ b/sys/dev/dpaa/if_dtsec_rm.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/dpaa/portals_common.c b/sys/dev/dpaa/portals_common.c index 971dd5793972..5ef28570b481 100644 --- a/sys/dev/dpaa/portals_common.c +++ b/sys/dev/dpaa/portals_common.c @@ -26,8 +26,6 @@ #include "opt_platform.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/dpaa/qman.c b/sys/dev/dpaa/qman.c index 92ea38a16534..e9159f25d74b 100644 --- a/sys/dev/dpaa/qman.c +++ b/sys/dev/dpaa/qman.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/dpaa/qman_fdt.c b/sys/dev/dpaa/qman_fdt.c index 3273b7e5a2da..fac845c8f2b5 100644 --- a/sys/dev/dpaa/qman_fdt.c +++ b/sys/dev/dpaa/qman_fdt.c @@ -26,8 +26,6 @@ #include "opt_platform.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/dpaa/qman_portals.c b/sys/dev/dpaa/qman_portals.c index 37f9b4eec178..76d89784ab5b 100644 --- a/sys/dev/dpaa/qman_portals.c +++ b/sys/dev/dpaa/qman_portals.c @@ -26,8 +26,6 @@ #include "opt_platform.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/dpaa2/dpaa2_bp.c b/sys/dev/dpaa2/dpaa2_bp.c index 51f708422257..31c0b46d3612 100644 --- a/sys/dev/dpaa2/dpaa2_bp.c +++ b/sys/dev/dpaa2/dpaa2_bp.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * The DPAA2 Buffer Pool (DPBP) driver. * diff --git a/sys/dev/dpaa2/dpaa2_con.c b/sys/dev/dpaa2/dpaa2_con.c index 993cdb2fe29d..148ec6399561 100644 --- a/sys/dev/dpaa2/dpaa2_con.c +++ b/sys/dev/dpaa2/dpaa2_con.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * The DPAA2 Concentrator (DPCON) driver. * diff --git a/sys/dev/dpaa2/dpaa2_io.c b/sys/dev/dpaa2/dpaa2_io.c index b644516308b2..069dd00e849e 100644 --- a/sys/dev/dpaa2/dpaa2_io.c +++ b/sys/dev/dpaa2/dpaa2_io.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * QBMan command interface and the DPAA2 I/O (DPIO) driver. * diff --git a/sys/dev/dpaa2/dpaa2_mac.c b/sys/dev/dpaa2/dpaa2_mac.c index 990286e53bfa..a5eaabdac6d6 100644 --- a/sys/dev/dpaa2/dpaa2_mac.c +++ b/sys/dev/dpaa2/dpaa2_mac.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * The DPAA2 MAC driver. * diff --git a/sys/dev/dpaa2/dpaa2_mc.c b/sys/dev/dpaa2/dpaa2_mc.c index d68707715c65..10f142b0b97d 100644 --- a/sys/dev/dpaa2/dpaa2_mc.c +++ b/sys/dev/dpaa2/dpaa2_mc.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * The DPAA2 Management Complex (MC) bus driver. * diff --git a/sys/dev/dpaa2/dpaa2_mc_acpi.c b/sys/dev/dpaa2/dpaa2_mc_acpi.c index fb0b467b5009..388bb764afff 100644 --- a/sys/dev/dpaa2/dpaa2_mc_acpi.c +++ b/sys/dev/dpaa2/dpaa2_mc_acpi.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * The DPAA2 Management Complex (MC) Bus Driver (ACPI-based). * diff --git a/sys/dev/dpaa2/dpaa2_mc_fdt.c b/sys/dev/dpaa2/dpaa2_mc_fdt.c index ef3ff14c2dd6..24b92e68e2b7 100644 --- a/sys/dev/dpaa2/dpaa2_mc_fdt.c +++ b/sys/dev/dpaa2/dpaa2_mc_fdt.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * The DPAA2 Management Complex (MC) Bus Driver (FDT-based). * diff --git a/sys/dev/dpaa2/dpaa2_mcp.c b/sys/dev/dpaa2/dpaa2_mcp.c index 9d24463413f3..bebd7deced7e 100644 --- a/sys/dev/dpaa2/dpaa2_mcp.c +++ b/sys/dev/dpaa2/dpaa2_mcp.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * DPAA2 MC command portal and helper routines. */ diff --git a/sys/dev/dpaa2/dpaa2_ni.c b/sys/dev/dpaa2/dpaa2_ni.c index 1fd109a6edf3..b0d7441a55e0 100644 --- a/sys/dev/dpaa2/dpaa2_ni.c +++ b/sys/dev/dpaa2/dpaa2_ni.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * The DPAA2 Network Interface (DPNI) driver. * diff --git a/sys/dev/dpaa2/dpaa2_rc.c b/sys/dev/dpaa2/dpaa2_rc.c index 6828eb35d833..d14187e0c58f 100644 --- a/sys/dev/dpaa2/dpaa2_rc.c +++ b/sys/dev/dpaa2/dpaa2_rc.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * The DPAA2 Resource Container (DPRC) bus driver. * diff --git a/sys/dev/dpaa2/dpaa2_swp.c b/sys/dev/dpaa2/dpaa2_swp.c index 2ceed08159ef..3fa66ca8880f 100644 --- a/sys/dev/dpaa2/dpaa2_swp.c +++ b/sys/dev/dpaa2/dpaa2_swp.c @@ -64,8 +64,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * DPAA2 QBMan software portal. */ diff --git a/sys/dev/dpaa2/memac_mdio_acpi.c b/sys/dev/dpaa2/memac_mdio_acpi.c index ed0c2802f60f..2a5f95371f07 100644 --- a/sys/dev/dpaa2/memac_mdio_acpi.c +++ b/sys/dev/dpaa2/memac_mdio_acpi.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/dpaa2/memac_mdio_common.c b/sys/dev/dpaa2/memac_mdio_common.c index a004966ed89a..3e387ec8145b 100644 --- a/sys/dev/dpaa2/memac_mdio_common.c +++ b/sys/dev/dpaa2/memac_mdio_common.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/dpaa2/memac_mdio_fdt.c b/sys/dev/dpaa2/memac_mdio_fdt.c index 8e349566b9e5..7c8fe2910657 100644 --- a/sys/dev/dpaa2/memac_mdio_fdt.c +++ b/sys/dev/dpaa2/memac_mdio_fdt.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/dpms/dpms.c b/sys/dev/dpms/dpms.c index 727c2d47960b..47eb9d03c820 100644 --- a/sys/dev/dpms/dpms.c +++ b/sys/dev/dpms/dpms.c @@ -61,8 +61,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/drm2/drm.h b/sys/dev/drm2/drm.h index 7c40ac07e291..799b172aa4cd 100644 --- a/sys/dev/drm2/drm.h +++ b/sys/dev/drm2/drm.h @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef _DRM_H_ #define _DRM_H_ diff --git a/sys/dev/drm2/drmP.h b/sys/dev/drm2/drmP.h index f66f190958b5..c48dc7f025a5 100644 --- a/sys/dev/drm2/drmP.h +++ b/sys/dev/drm2/drmP.h @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef _DRM_P_H_ #define _DRM_P_H_ diff --git a/sys/dev/drm2/drm_agpsupport.c b/sys/dev/drm2/drm_agpsupport.c index 131a9ad9cc91..98d0d34b1116 100644 --- a/sys/dev/drm2/drm_agpsupport.c +++ b/sys/dev/drm2/drm_agpsupport.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #if __OS_HAS_AGP diff --git a/sys/dev/drm2/drm_atomic.h b/sys/dev/drm2/drm_atomic.h index 53155c7029bc..e89244bd54e8 100644 --- a/sys/dev/drm2/drm_atomic.h +++ b/sys/dev/drm2/drm_atomic.h @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - typedef u_int atomic_t; typedef uint64_t atomic64_t; diff --git a/sys/dev/drm2/drm_auth.c b/sys/dev/drm2/drm_auth.c index f377c00b0fc4..d8f4bb9deaf3 100644 --- a/sys/dev/drm2/drm_auth.c +++ b/sys/dev/drm2/drm_auth.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include static struct mtx drm_magic_lock; diff --git a/sys/dev/drm2/drm_buffer.c b/sys/dev/drm2/drm_buffer.c index f151a61af3e9..8a674397262e 100644 --- a/sys/dev/drm2/drm_buffer.c +++ b/sys/dev/drm2/drm_buffer.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include /** diff --git a/sys/dev/drm2/drm_buffer.h b/sys/dev/drm2/drm_buffer.h index 776660ca1903..9d6bbdfc601e 100644 --- a/sys/dev/drm2/drm_buffer.h +++ b/sys/dev/drm2/drm_buffer.h @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef _DRM_BUFFER_H_ #define _DRM_BUFFER_H_ diff --git a/sys/dev/drm2/drm_bufs.c b/sys/dev/drm2/drm_bufs.c index c2eb7fe19258..616b19548005 100644 --- a/sys/dev/drm2/drm_bufs.c +++ b/sys/dev/drm2/drm_bufs.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/dev/drm2/drm_context.c b/sys/dev/drm2/drm_context.c index 90e08e968006..8489540cc464 100644 --- a/sys/dev/drm2/drm_context.c +++ b/sys/dev/drm2/drm_context.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * ChangeLog: * 2001-11-16 Torsten Duwe diff --git a/sys/dev/drm2/drm_core.h b/sys/dev/drm2/drm_core.h index 4cccb7b4dff9..1e309ab0c19d 100644 --- a/sys/dev/drm2/drm_core.h +++ b/sys/dev/drm2/drm_core.h @@ -22,8 +22,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #define CORE_AUTHOR "Gareth Hughes, Leif Delgass, José Fonseca, Jon Smirl" #define CORE_NAME "drm" diff --git a/sys/dev/drm2/drm_crtc.c b/sys/dev/drm2/drm_crtc.c index 318a764805cb..b9415082e7a1 100644 --- a/sys/dev/drm2/drm_crtc.c +++ b/sys/dev/drm2/drm_crtc.c @@ -30,8 +30,6 @@ * Jesse Barnes */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/drm2/drm_crtc_helper.c b/sys/dev/drm2/drm_crtc_helper.c index 411a1f6cb9a1..89166eaa4aca 100644 --- a/sys/dev/drm2/drm_crtc_helper.c +++ b/sys/dev/drm2/drm_crtc_helper.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/drm2/drm_dma.c b/sys/dev/drm2/drm_dma.c index 380be2b8ca31..de17380638d0 100644 --- a/sys/dev/drm2/drm_dma.c +++ b/sys/dev/drm2/drm_dma.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include /** diff --git a/sys/dev/drm2/drm_dp_helper.c b/sys/dev/drm2/drm_dp_helper.c index 5b53e894333e..fc4765777d37 100644 --- a/sys/dev/drm2/drm_dp_helper.c +++ b/sys/dev/drm2/drm_dp_helper.c @@ -21,8 +21,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/dev/drm2/drm_dp_iic_helper.c b/sys/dev/drm2/drm_dp_iic_helper.c index 927fd8c7b948..b59865b08117 100644 --- a/sys/dev/drm2/drm_dp_iic_helper.c +++ b/sys/dev/drm2/drm_dp_iic_helper.c @@ -21,8 +21,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/drm2/drm_drv.c b/sys/dev/drm2/drm_drv.c index 9529ac3dfa4b..ed7b73e2342a 100644 --- a/sys/dev/drm2/drm_drv.c +++ b/sys/dev/drm2/drm_drv.c @@ -47,8 +47,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/dev/drm2/drm_edid.c b/sys/dev/drm2/drm_edid.c index 9ff4ee1d1e3e..2ab1e28e28e6 100644 --- a/sys/dev/drm2/drm_edid.c +++ b/sys/dev/drm2/drm_edid.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include "drm_edid_modes.h" diff --git a/sys/dev/drm2/drm_fb_helper.c b/sys/dev/drm2/drm_fb_helper.c index 0405ca68bfa6..f67cc9f60d02 100644 --- a/sys/dev/drm2/drm_fb_helper.c +++ b/sys/dev/drm2/drm_fb_helper.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include diff --git a/sys/dev/drm2/drm_fixed.h b/sys/dev/drm2/drm_fixed.h index 066a5b6ad4bb..7221954182d0 100644 --- a/sys/dev/drm2/drm_fixed.h +++ b/sys/dev/drm2/drm_fixed.h @@ -23,8 +23,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef DRM_FIXED_H #define DRM_FIXED_H diff --git a/sys/dev/drm2/drm_fops.c b/sys/dev/drm2/drm_fops.c index 0c8b71759292..5d040e92ed12 100644 --- a/sys/dev/drm2/drm_fops.c +++ b/sys/dev/drm2/drm_fops.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include static int drm_open_helper(struct cdev *kdev, int flags, int fmt, diff --git a/sys/dev/drm2/drm_gem.c b/sys/dev/drm2/drm_gem.c index 3e114080514d..1ea8eb2f36d8 100644 --- a/sys/dev/drm2/drm_gem.c +++ b/sys/dev/drm2/drm_gem.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_vm.h" #include diff --git a/sys/dev/drm2/drm_gem_names.c b/sys/dev/drm2/drm_gem_names.c index 16be6bf575a0..f2f9d5ae5264 100644 --- a/sys/dev/drm2/drm_gem_names.c +++ b/sys/dev/drm2/drm_gem_names.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/drm2/drm_global.c b/sys/dev/drm2/drm_global.c index 2b1cc3193601..a4728af99932 100644 --- a/sys/dev/drm2/drm_global.c +++ b/sys/dev/drm2/drm_global.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/dev/drm2/drm_hashtab.c b/sys/dev/drm2/drm_hashtab.c index f49d59f67ac6..5be28821c711 100644 --- a/sys/dev/drm2/drm_hashtab.c +++ b/sys/dev/drm2/drm_hashtab.c @@ -27,8 +27,6 @@ **************************************************************************/ #include -__FBSDID("$FreeBSD$"); - /* * Simple open hash tab implementation. * diff --git a/sys/dev/drm2/drm_hashtab.h b/sys/dev/drm2/drm_hashtab.h index fc200b5223e8..40ca6d46f99b 100644 --- a/sys/dev/drm2/drm_hashtab.h +++ b/sys/dev/drm2/drm_hashtab.h @@ -27,8 +27,6 @@ **************************************************************************/ #include -__FBSDID("$FreeBSD$"); - /* * Simple open hash tab implementation. * diff --git a/sys/dev/drm2/drm_ioc32.c b/sys/dev/drm2/drm_ioc32.c index 73e1c940ab0c..ea912e76fd4c 100644 --- a/sys/dev/drm2/drm_ioc32.c +++ b/sys/dev/drm2/drm_ioc32.c @@ -23,8 +23,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifdef COMPAT_FREEBSD32 #include diff --git a/sys/dev/drm2/drm_ioctl.c b/sys/dev/drm2/drm_ioctl.c index a6c508a01450..3f4302ec6b05 100644 --- a/sys/dev/drm2/drm_ioctl.c +++ b/sys/dev/drm2/drm_ioctl.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/dev/drm2/drm_irq.c b/sys/dev/drm2/drm_irq.c index bb13f9067f65..a9b1d7f47036 100644 --- a/sys/dev/drm2/drm_irq.c +++ b/sys/dev/drm2/drm_irq.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include /* Access macro for slots in vblank timestamp ringbuffer. */ diff --git a/sys/dev/drm2/drm_linux_list.h b/sys/dev/drm2/drm_linux_list.h index b24ac96c5e98..991ad76106b5 100644 --- a/sys/dev/drm2/drm_linux_list.h +++ b/sys/dev/drm2/drm_linux_list.h @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef _DRM_LINUX_LIST_H_ #define _DRM_LINUX_LIST_H_ diff --git a/sys/dev/drm2/drm_linux_list_sort.c b/sys/dev/drm2/drm_linux_list_sort.c index 010dd32071aa..348ee47578b5 100644 --- a/sys/dev/drm2/drm_linux_list_sort.c +++ b/sys/dev/drm2/drm_linux_list_sort.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - struct drm_list_sort_thunk { int (*cmp)(void *, struct list_head *, struct list_head *); void *priv; diff --git a/sys/dev/drm2/drm_lock.c b/sys/dev/drm2/drm_lock.c index 8b593c41035b..798d34e7bdcb 100644 --- a/sys/dev/drm2/drm_lock.c +++ b/sys/dev/drm2/drm_lock.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #if defined(__linux__) diff --git a/sys/dev/drm2/drm_mem_util.h b/sys/dev/drm2/drm_mem_util.h index 68bb3a9cd70d..a6951b525a17 100644 --- a/sys/dev/drm2/drm_mem_util.h +++ b/sys/dev/drm2/drm_mem_util.h @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef _DRM_MEM_UTIL_H_ #define _DRM_MEM_UTIL_H_ diff --git a/sys/dev/drm2/drm_memory.c b/sys/dev/drm2/drm_memory.c index e32925445f9c..0ceb35bd67da 100644 --- a/sys/dev/drm2/drm_memory.c +++ b/sys/dev/drm2/drm_memory.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #define vunmap(handle) diff --git a/sys/dev/drm2/drm_mm.c b/sys/dev/drm2/drm_mm.c index 6c11ff75ff8b..478d3e2fe763 100644 --- a/sys/dev/drm2/drm_mm.c +++ b/sys/dev/drm2/drm_mm.c @@ -27,8 +27,6 @@ **************************************************************************/ #include -__FBSDID("$FreeBSD$"); - /* * Generic simple memory manager implementation. Intended to be used as a base * class implementation for more advanced memory managers. diff --git a/sys/dev/drm2/drm_mm.h b/sys/dev/drm2/drm_mm.h index 1bbc00377fab..647ffad7be7e 100644 --- a/sys/dev/drm2/drm_mm.h +++ b/sys/dev/drm2/drm_mm.h @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef _DRM_MM_H_ #define _DRM_MM_H_ diff --git a/sys/dev/drm2/drm_modes.c b/sys/dev/drm2/drm_modes.c index 7c184d28d2bf..189790317675 100644 --- a/sys/dev/drm2/drm_modes.c +++ b/sys/dev/drm2/drm_modes.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/dev/drm2/drm_os_freebsd.c b/sys/dev/drm2/drm_os_freebsd.c index 19a96d8a1c99..f2693ce44dcb 100644 --- a/sys/dev/drm2/drm_os_freebsd.c +++ b/sys/dev/drm2/drm_os_freebsd.c @@ -1,7 +1,5 @@ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/dev/drm2/drm_os_freebsd.h b/sys/dev/drm2/drm_os_freebsd.h index f77e3febe577..7f5bb22aff03 100644 --- a/sys/dev/drm2/drm_os_freebsd.h +++ b/sys/dev/drm2/drm_os_freebsd.h @@ -4,8 +4,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef _DRM_OS_FREEBSD_H_ #define _DRM_OS_FREEBSD_H_ diff --git a/sys/dev/drm2/drm_pci.c b/sys/dev/drm2/drm_pci.c index 1fc21fecad67..6edc77fe6e12 100644 --- a/sys/dev/drm2/drm_pci.c +++ b/sys/dev/drm2/drm_pci.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include static int drm_msi = 1; /* Enable by default. */ diff --git a/sys/dev/drm2/drm_platform.c b/sys/dev/drm2/drm_platform.c index 17f3367719e2..c62b023bd809 100644 --- a/sys/dev/drm2/drm_platform.c +++ b/sys/dev/drm2/drm_platform.c @@ -25,8 +25,6 @@ * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ #include -__FBSDID("$FreeBSD$"); - #include static void drm_platform_free_irq(struct drm_device *dev) diff --git a/sys/dev/drm2/drm_sarea.h b/sys/dev/drm2/drm_sarea.h index e33f1ae8f9d6..acd6111a3a28 100644 --- a/sys/dev/drm2/drm_sarea.h +++ b/sys/dev/drm2/drm_sarea.h @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef _DRM_SAREA_H_ #define _DRM_SAREA_H_ diff --git a/sys/dev/drm2/drm_scatter.c b/sys/dev/drm2/drm_scatter.c index 13040ee43b7b..2f4b1be4d930 100644 --- a/sys/dev/drm2/drm_scatter.c +++ b/sys/dev/drm2/drm_scatter.c @@ -23,8 +23,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** @file drm_scatter.c * Allocation of memory for scatter-gather mappings by the graphics chip. * The memory allocated here is then made into an aperture in the card diff --git a/sys/dev/drm2/drm_stub.c b/sys/dev/drm2/drm_stub.c index 06663ac8ef70..0500ba1c1c87 100644 --- a/sys/dev/drm2/drm_stub.c +++ b/sys/dev/drm2/drm_stub.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/dev/drm2/drm_sysctl.c b/sys/dev/drm2/drm_sysctl.c index bf3a1c4f80c6..64655e64c334 100644 --- a/sys/dev/drm2/drm_sysctl.c +++ b/sys/dev/drm2/drm_sysctl.c @@ -22,8 +22,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** @file drm_sysctl.c * Implementation of various sysctls for controlling DRM behavior and reporting * debug information. diff --git a/sys/dev/drm2/drm_vm.c b/sys/dev/drm2/drm_vm.c index b7979d912e15..93c689278cd8 100644 --- a/sys/dev/drm2/drm_vm.c +++ b/sys/dev/drm2/drm_vm.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** @file drm_vm.c * Support code for mmaping of DRM maps. */ diff --git a/sys/dev/drm2/ttm/ttm_agp_backend.c b/sys/dev/drm2/ttm/ttm_agp_backend.c index 004243d4003f..35877ec10ee4 100644 --- a/sys/dev/drm2/ttm/ttm_agp_backend.c +++ b/sys/dev/drm2/ttm/ttm_agp_backend.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/drm2/ttm/ttm_bo.c b/sys/dev/drm2/ttm/ttm_bo.c index d5c11ecff25d..f60cb4f37535 100644 --- a/sys/dev/drm2/ttm/ttm_bo.c +++ b/sys/dev/drm2/ttm/ttm_bo.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/drm2/ttm/ttm_bo_manager.c b/sys/dev/drm2/ttm/ttm_bo_manager.c index 46865118d961..920bfb559d71 100644 --- a/sys/dev/drm2/ttm/ttm_bo_manager.c +++ b/sys/dev/drm2/ttm/ttm_bo_manager.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/drm2/ttm/ttm_bo_util.c b/sys/dev/drm2/ttm/ttm_bo_util.c index 9caab983787c..3948075ad104 100644 --- a/sys/dev/drm2/ttm/ttm_bo_util.c +++ b/sys/dev/drm2/ttm/ttm_bo_util.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/drm2/ttm/ttm_bo_vm.c b/sys/dev/drm2/ttm/ttm_bo_vm.c index c87eff0f6c98..4f6c66382453 100644 --- a/sys/dev/drm2/ttm/ttm_bo_vm.c +++ b/sys/dev/drm2/ttm/ttm_bo_vm.c @@ -36,8 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_vm.h" #include diff --git a/sys/dev/drm2/ttm/ttm_execbuf_util.c b/sys/dev/drm2/ttm/ttm_execbuf_util.c index 6710d887fccb..92a89234e983 100644 --- a/sys/dev/drm2/ttm/ttm_execbuf_util.c +++ b/sys/dev/drm2/ttm/ttm_execbuf_util.c @@ -26,8 +26,6 @@ **************************************************************************/ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/drm2/ttm/ttm_lock.c b/sys/dev/drm2/ttm/ttm_lock.c index 870877e59c9d..9a8cafbf2abc 100644 --- a/sys/dev/drm2/ttm/ttm_lock.c +++ b/sys/dev/drm2/ttm/ttm_lock.c @@ -36,8 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/dev/drm2/ttm/ttm_memory.c b/sys/dev/drm2/ttm/ttm_memory.c index a7411cf47887..442aa3b7138c 100644 --- a/sys/dev/drm2/ttm/ttm_memory.c +++ b/sys/dev/drm2/ttm/ttm_memory.c @@ -26,8 +26,6 @@ **************************************************************************/ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/drm2/ttm/ttm_object.c b/sys/dev/drm2/ttm/ttm_object.c index fd48044fc286..8c373618d7ac 100644 --- a/sys/dev/drm2/ttm/ttm_object.c +++ b/sys/dev/drm2/ttm/ttm_object.c @@ -36,8 +36,6 @@ #include -__FBSDID("$FreeBSD$"); - /** * struct ttm_object_file * diff --git a/sys/dev/drm2/ttm/ttm_page_alloc.c b/sys/dev/drm2/ttm/ttm_page_alloc.c index 6fc12cad121f..67c484218cc2 100644 --- a/sys/dev/drm2/ttm/ttm_page_alloc.c +++ b/sys/dev/drm2/ttm/ttm_page_alloc.c @@ -39,8 +39,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/drm2/ttm/ttm_page_alloc_dma.c b/sys/dev/drm2/ttm/ttm_page_alloc_dma.c index 21dc287dfe83..2e2b3bf61b21 100644 --- a/sys/dev/drm2/ttm/ttm_page_alloc_dma.c +++ b/sys/dev/drm2/ttm/ttm_page_alloc_dma.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #define pr_fmt(fmt) "[TTM] " fmt #include diff --git a/sys/dev/drm2/ttm/ttm_tt.c b/sys/dev/drm2/ttm/ttm_tt.c index 1fc162d360cd..55131c73bdc3 100644 --- a/sys/dev/drm2/ttm/ttm_tt.c +++ b/sys/dev/drm2/ttm/ttm_tt.c @@ -36,8 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/dwc/if_dwc.c b/sys/dev/dwc/if_dwc.c index 9165a860bf78..cec3ebfbf4bb 100644 --- a/sys/dev/dwc/if_dwc.c +++ b/sys/dev/dwc/if_dwc.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/efidev/efidev.c b/sys/dev/efidev/efidev.c index 45e571828e51..4fa58960afad 100644 --- a/sys/dev/efidev/efidev.c +++ b/sys/dev/efidev/efidev.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/efidev/efirt.c b/sys/dev/efidev/efirt.c index d577396de20c..535a6caa75bd 100644 --- a/sys/dev/efidev/efirt.c +++ b/sys/dev/efidev/efirt.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_acpi.h" #include diff --git a/sys/dev/efidev/efirtc.c b/sys/dev/efidev/efirtc.c index 0aacb2c28184..08667b21b532 100644 --- a/sys/dev/efidev/efirtc.c +++ b/sys/dev/efidev/efirtc.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/ena/ena.c b/sys/dev/ena/ena.c index 8429dcd3390f..455386a4f152 100644 --- a/sys/dev/ena/ena.c +++ b/sys/dev/ena/ena.c @@ -28,8 +28,6 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include -__FBSDID("$FreeBSD$"); - #include "opt_rss.h" #include diff --git a/sys/dev/ena/ena_datapath.c b/sys/dev/ena/ena_datapath.c index 17e352bf8bdf..3e0a8aa2bd74 100644 --- a/sys/dev/ena/ena_datapath.c +++ b/sys/dev/ena/ena_datapath.c @@ -28,8 +28,6 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include -__FBSDID("$FreeBSD$"); - #include "opt_rss.h" #include "ena.h" #include "ena_datapath.h" diff --git a/sys/dev/ena/ena_netmap.c b/sys/dev/ena/ena_netmap.c index d80791759efb..9ef0619829f4 100644 --- a/sys/dev/ena/ena_netmap.c +++ b/sys/dev/ena/ena_netmap.c @@ -28,8 +28,6 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include -__FBSDID("$FreeBSD$"); - #ifdef DEV_NETMAP #include "ena.h" diff --git a/sys/dev/ena/ena_rss.c b/sys/dev/ena/ena_rss.c index 4c475bd6359f..ce21a0a8950e 100644 --- a/sys/dev/ena/ena_rss.c +++ b/sys/dev/ena/ena_rss.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_rss.h" #include "ena_rss.h" diff --git a/sys/dev/ena/ena_sysctl.c b/sys/dev/ena/ena_sysctl.c index 46a759ba8d6c..d450fcf48d15 100644 --- a/sys/dev/ena/ena_sysctl.c +++ b/sys/dev/ena/ena_sysctl.c @@ -29,8 +29,6 @@ */ #include #include -__FBSDID("$FreeBSD$"); - #include "opt_rss.h" #include "ena_rss.h" diff --git a/sys/dev/enetc/enetc.h b/sys/dev/enetc/enetc.h index 51e6c7fa97c9..cbe788a8f3ec 100644 --- a/sys/dev/enetc/enetc.h +++ b/sys/dev/enetc/enetc.h @@ -28,8 +28,6 @@ #define _ENETC_H_ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/dev/enetc/enetc_mdio.c b/sys/dev/enetc/enetc_mdio.c index 9a5e47b02dcc..37cfcb5138df 100644 --- a/sys/dev/enetc/enetc_mdio.c +++ b/sys/dev/enetc/enetc_mdio.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/enetc/if_enetc.c b/sys/dev/enetc/if_enetc.c index 325eaae4f2a8..2924a8e19f86 100644 --- a/sys/dev/enetc/if_enetc.c +++ b/sys/dev/enetc/if_enetc.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/et/if_et.c b/sys/dev/et/if_et.c index 174cf6ed8b1a..62bafd4c4113 100644 --- a/sys/dev/et/if_et.c +++ b/sys/dev/et/if_et.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/etherswitch/e6000sw/e6000sw.c b/sys/dev/etherswitch/e6000sw/e6000sw.c index cb2d56e64812..a7deaf1baf0b 100644 --- a/sys/dev/etherswitch/e6000sw/e6000sw.c +++ b/sys/dev/etherswitch/e6000sw/e6000sw.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/etherswitch/felix/felix.c b/sys/dev/etherswitch/felix/felix.c index 6eba0dd68c07..f7d79ab33e13 100644 --- a/sys/dev/etherswitch/felix/felix.c +++ b/sys/dev/etherswitch/felix/felix.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/exca/exca.c b/sys/dev/exca/exca.c index 889fab5120ae..9138396c9c4e 100644 --- a/sys/dev/exca/exca.c +++ b/sys/dev/exca/exca.c @@ -55,8 +55,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/extres/clk/clk.c b/sys/dev/extres/clk/clk.c index 26034a91919f..c569b05b6189 100644 --- a/sys/dev/extres/clk/clk.c +++ b/sys/dev/extres/clk/clk.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_platform.h" #include #include diff --git a/sys/dev/extres/clk/clk_bus.c b/sys/dev/extres/clk/clk_bus.c index 34e147188546..c4efe0f0cd7d 100644 --- a/sys/dev/extres/clk/clk_bus.c +++ b/sys/dev/extres/clk/clk_bus.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/extres/clk/clk_div.c b/sys/dev/extres/clk/clk_div.c index 68b23c6cc45b..5ce3a3c9da17 100644 --- a/sys/dev/extres/clk/clk_div.c +++ b/sys/dev/extres/clk/clk_div.c @@ -25,9 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - - #include #include #include diff --git a/sys/dev/extres/clk/clk_fixed.c b/sys/dev/extres/clk/clk_fixed.c index 57d8bf367945..f4f1d462233a 100644 --- a/sys/dev/extres/clk/clk_fixed.c +++ b/sys/dev/extres/clk/clk_fixed.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_platform.h" #include #include diff --git a/sys/dev/extres/clk/clk_gate.c b/sys/dev/extres/clk/clk_gate.c index 53b2242a6f6a..e31ce5d310b6 100644 --- a/sys/dev/extres/clk/clk_gate.c +++ b/sys/dev/extres/clk/clk_gate.c @@ -25,9 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - - #include #include #include diff --git a/sys/dev/extres/clk/clk_link.c b/sys/dev/extres/clk/clk_link.c index 8575a98bc83d..ee2f09330088 100644 --- a/sys/dev/extres/clk/clk_link.c +++ b/sys/dev/extres/clk/clk_link.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/extres/clk/clk_mux.c b/sys/dev/extres/clk/clk_mux.c index 624f587b0cc1..5520766a492c 100644 --- a/sys/dev/extres/clk/clk_mux.c +++ b/sys/dev/extres/clk/clk_mux.c @@ -25,9 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - - #include #include #include diff --git a/sys/dev/extres/nvmem/nvmem.c b/sys/dev/extres/nvmem/nvmem.c index c6f928dc3520..73cb2efa074d 100644 --- a/sys/dev/extres/nvmem/nvmem.c +++ b/sys/dev/extres/nvmem/nvmem.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/extres/phy/phy_usb.c b/sys/dev/extres/phy/phy_usb.c index 5a1ec7bfe53d..65f90e23c24f 100644 --- a/sys/dev/extres/phy/phy_usb.c +++ b/sys/dev/extres/phy/phy_usb.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/extres/regulator/regulator.c b/sys/dev/extres/regulator/regulator.c index f87dec3fafb5..68e76f09a05e 100644 --- a/sys/dev/extres/regulator/regulator.c +++ b/sys/dev/extres/regulator/regulator.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_platform.h" #include #include diff --git a/sys/dev/extres/regulator/regulator_bus.c b/sys/dev/extres/regulator/regulator_bus.c index 076c64bbc114..ff9792a85d73 100644 --- a/sys/dev/extres/regulator/regulator_bus.c +++ b/sys/dev/extres/regulator/regulator_bus.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/extres/regulator/regulator_fixed.c b/sys/dev/extres/regulator/regulator_fixed.c index 74c475e08eba..d39e83c93037 100644 --- a/sys/dev/extres/regulator/regulator_fixed.c +++ b/sys/dev/extres/regulator/regulator_fixed.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_platform.h" #include #include diff --git a/sys/dev/extres/syscon/syscon.c b/sys/dev/extres/syscon/syscon.c index 24bcf5baea6e..52bf46dca297 100644 --- a/sys/dev/extres/syscon/syscon.c +++ b/sys/dev/extres/syscon/syscon.c @@ -33,7 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); #include "opt_platform.h" #include diff --git a/sys/dev/extres/syscon/syscon_generic.c b/sys/dev/extres/syscon/syscon_generic.c index 737030ce36af..b5a73cb1f42e 100644 --- a/sys/dev/extres/syscon/syscon_generic.c +++ b/sys/dev/extres/syscon/syscon_generic.c @@ -34,7 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); #include #include #include diff --git a/sys/dev/extres/syscon/syscon_power.c b/sys/dev/extres/syscon/syscon_power.c index eec254b724dd..9626adb52890 100644 --- a/sys/dev/extres/syscon/syscon_power.c +++ b/sys/dev/extres/syscon/syscon_power.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/fb/fb.c b/sys/dev/fb/fb.c index 5c8e354290be..33789af3c427 100644 --- a/sys/dev/fb/fb.c +++ b/sys/dev/fb/fb.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_fb.h" #include diff --git a/sys/dev/fb/fbd.c b/sys/dev/fb/fbd.c index 0c87feafa661..cbd6c3de4cd8 100644 --- a/sys/dev/fb/fbd.c +++ b/sys/dev/fb/fbd.c @@ -33,8 +33,6 @@ /* TODO done normal /dev/fb methods */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/fb/s3_pci.c b/sys/dev/fb/s3_pci.c index e2bcb356ec74..93561fb130d4 100644 --- a/sys/dev/fb/s3_pci.c +++ b/sys/dev/fb/s3_pci.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* Enable LFB on S3 cards that has only VESA 1.2 BIOS */ #include diff --git a/sys/dev/fb/splash.c b/sys/dev/fb/splash.c index 5ef11f3c17a2..bc8a9c57d1ba 100644 --- a/sys/dev/fb/splash.c +++ b/sys/dev/fb/splash.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_splash.h" #include diff --git a/sys/dev/fb/vesa.c b/sys/dev/fb/vesa.c index de9c4fbc5bd5..ee3409dfa755 100644 --- a/sys/dev/fb/vesa.c +++ b/sys/dev/fb/vesa.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_vga.h" #include "opt_vesa.h" diff --git a/sys/dev/fb/vga.c b/sys/dev/fb/vga.c index d8fc19369ea7..eb081ae533d7 100644 --- a/sys/dev/fb/vga.c +++ b/sys/dev/fb/vga.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_vga.h" #include "opt_fb.h" #ifndef FB_DEBUG diff --git a/sys/dev/fdc/fdc.c b/sys/dev/fdc/fdc.c index 812ca43789b4..c51d36baaecb 100644 --- a/sys/dev/fdc/fdc.c +++ b/sys/dev/fdc/fdc.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_fdc.h" #include diff --git a/sys/dev/fdc/fdc_acpi.c b/sys/dev/fdc/fdc_acpi.c index 312f8fe56450..92a36e1a7d43 100644 --- a/sys/dev/fdc/fdc_acpi.c +++ b/sys/dev/fdc/fdc_acpi.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/fdc/fdc_isa.c b/sys/dev/fdc/fdc_isa.c index 48b3ebd251d3..fcdd6bc0cdd5 100644 --- a/sys/dev/fdc/fdc_isa.c +++ b/sys/dev/fdc/fdc_isa.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/fdt/fdt_arm_platform.c b/sys/dev/fdt/fdt_arm_platform.c index 0b36a10138bf..2d17c336aac9 100644 --- a/sys/dev/fdt/fdt_arm_platform.c +++ b/sys/dev/fdt/fdt_arm_platform.c @@ -27,8 +27,6 @@ #include "opt_platform.h" #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/dev/fdt/fdt_common.c b/sys/dev/fdt/fdt_common.c index d5fa45a5f1c0..168a61a3b8eb 100644 --- a/sys/dev/fdt/fdt_common.c +++ b/sys/dev/fdt/fdt_common.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/fdt/fdt_slicer.c b/sys/dev/fdt/fdt_slicer.c index ec0b5e036e6d..70cad004b7b6 100644 --- a/sys/dev/fdt/fdt_slicer.c +++ b/sys/dev/fdt/fdt_slicer.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/fdt/simple_mfd.c b/sys/dev/fdt/simple_mfd.c index 407f0bf8e09c..888de7756f39 100644 --- a/sys/dev/fdt/simple_mfd.c +++ b/sys/dev/fdt/simple_mfd.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/fdt/simplebus.c b/sys/dev/fdt/simplebus.c index 25eda77439b7..db357b190d9e 100644 --- a/sys/dev/fdt/simplebus.c +++ b/sys/dev/fdt/simplebus.c @@ -27,7 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); #include #include #include diff --git a/sys/dev/ffec/if_ffec.c b/sys/dev/ffec/if_ffec.c index 108baa0407ed..1a1993c22be7 100644 --- a/sys/dev/ffec/if_ffec.c +++ b/sys/dev/ffec/if_ffec.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Driver for Freescale Fast Ethernet Controller, found on imx-series SoCs among * others. Also works for the ENET Gigibit controller found on imx6 and imx28, diff --git a/sys/dev/ffec/if_ffecreg.h b/sys/dev/ffec/if_ffecreg.h index e04a9d4d70bc..3f0a2932768b 100644 --- a/sys/dev/ffec/if_ffecreg.h +++ b/sys/dev/ffec/if_ffecreg.h @@ -31,8 +31,6 @@ #define IF_FFECREG_H #include -__FBSDID("$FreeBSD$"); - /* * Hardware defines for Freescale Fast Ethernet Controller. */ diff --git a/sys/dev/filemon/filemon.c b/sys/dev/filemon/filemon.c index c1cd05297838..a2cd36591f15 100644 --- a/sys/dev/filemon/filemon.c +++ b/sys/dev/filemon/filemon.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/filemon/filemon_wrapper.c b/sys/dev/filemon/filemon_wrapper.c index 13e9794110ed..3095d197aca0 100644 --- a/sys/dev/filemon/filemon_wrapper.c +++ b/sys/dev/filemon/filemon_wrapper.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/firewire/firewire.c b/sys/dev/firewire/firewire.c index cfcc41d60c1c..f1e54d2be7aa 100644 --- a/sys/dev/firewire/firewire.c +++ b/sys/dev/firewire/firewire.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/firewire/fwcrom.c b/sys/dev/firewire/fwcrom.c index 251173a7e71b..6e588b08a40f 100644 --- a/sys/dev/firewire/fwcrom.c +++ b/sys/dev/firewire/fwcrom.c @@ -36,7 +36,6 @@ #ifdef __FreeBSD__ #include -__FBSDID("$FreeBSD$"); #endif #include diff --git a/sys/dev/firewire/fwdma.c b/sys/dev/firewire/fwdma.c index 27599c41bdf8..8ef644f6c0c0 100644 --- a/sys/dev/firewire/fwdma.c +++ b/sys/dev/firewire/fwdma.c @@ -37,7 +37,6 @@ #ifdef __FreeBSD__ #include -__FBSDID("$FreeBSD$"); #endif #include diff --git a/sys/dev/firewire/fwmem.c b/sys/dev/firewire/fwmem.c index f2d947bcc5cd..e2d114f69661 100644 --- a/sys/dev/firewire/fwmem.c +++ b/sys/dev/firewire/fwmem.c @@ -37,7 +37,6 @@ #ifdef __FreeBSD__ #include -__FBSDID("$FreeBSD$"); #endif #include diff --git a/sys/dev/firewire/fwohci_pci.c b/sys/dev/firewire/fwohci_pci.c index a66a614921e4..f16ce1e26565 100644 --- a/sys/dev/firewire/fwohci_pci.c +++ b/sys/dev/firewire/fwohci_pci.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #define BOUNCE_BUFFER_TEST 0 #include diff --git a/sys/dev/firmware/arm/scmi.c b/sys/dev/firmware/arm/scmi.c index deb334ecfb68..ee1d2a31adba 100644 --- a/sys/dev/firmware/arm/scmi.c +++ b/sys/dev/firmware/arm/scmi.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/firmware/arm/scmi_clk.c b/sys/dev/firmware/arm/scmi_clk.c index 77110282f9d0..30d630c8ef57 100644 --- a/sys/dev/firmware/arm/scmi_clk.c +++ b/sys/dev/firmware/arm/scmi_clk.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/firmware/arm/scmi_shmem.c b/sys/dev/firmware/arm/scmi_shmem.c index 892dc5aee20e..4722b6392047 100644 --- a/sys/dev/firmware/arm/scmi_shmem.c +++ b/sys/dev/firmware/arm/scmi_shmem.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/flash/at45d.c b/sys/dev/flash/at45d.c index 6745481d6aed..0cdf662242d4 100644 --- a/sys/dev/flash/at45d.c +++ b/sys/dev/flash/at45d.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/flash/cqspi.c b/sys/dev/flash/cqspi.c index 819877944241..9332ec85477c 100644 --- a/sys/dev/flash/cqspi.c +++ b/sys/dev/flash/cqspi.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_platform.h" #include diff --git a/sys/dev/flash/flexspi/flex_spi.c b/sys/dev/flash/flexspi/flex_spi.c index 271431bb92e0..106a7845b2ad 100644 --- a/sys/dev/flash/flexspi/flex_spi.c +++ b/sys/dev/flash/flexspi/flex_spi.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_platform.h" #include diff --git a/sys/dev/flash/mx25l.c b/sys/dev/flash/mx25l.c index 434422122afe..64e3e53d4291 100644 --- a/sys/dev/flash/mx25l.c +++ b/sys/dev/flash/mx25l.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_platform.h" #include diff --git a/sys/dev/flash/n25q.c b/sys/dev/flash/n25q.c index 6a577e107cb5..95d005125930 100644 --- a/sys/dev/flash/n25q.c +++ b/sys/dev/flash/n25q.c @@ -33,8 +33,6 @@ /* n25q Quad SPI Flash driver. */ #include -__FBSDID("$FreeBSD$"); - #include "opt_platform.h" #include diff --git a/sys/dev/ftwd/ftwd.c b/sys/dev/ftwd/ftwd.c index 348dfa2e4613..dc421acb4386 100644 --- a/sys/dev/ftwd/ftwd.c +++ b/sys/dev/ftwd/ftwd.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/fxp/if_fxp.c b/sys/dev/fxp/if_fxp.c index 3c80e7b2e705..8d695861cffc 100644 --- a/sys/dev/fxp/if_fxp.c +++ b/sys/dev/fxp/if_fxp.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Intel EtherExpress Pro/100B PCI Fast Ethernet driver */ diff --git a/sys/dev/fxp/inphy.c b/sys/dev/fxp/inphy.c index 0b7a2ffdf8db..581849745724 100644 --- a/sys/dev/fxp/inphy.c +++ b/sys/dev/fxp/inphy.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * driver for Intel 82553 and 82555 PHYs */ diff --git a/sys/dev/gem/if_gem.c b/sys/dev/gem/if_gem.c index c05542ba69e9..91389d0dfd2c 100644 --- a/sys/dev/gem/if_gem.c +++ b/sys/dev/gem/if_gem.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Driver for Apple GMAC, Sun ERI and Sun GEM Ethernet controllers */ diff --git a/sys/dev/gem/if_gem_pci.c b/sys/dev/gem/if_gem_pci.c index c910ee3cb574..a840828c1ae2 100644 --- a/sys/dev/gem/if_gem_pci.c +++ b/sys/dev/gem/if_gem_pci.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * PCI bindings for Apple GMAC and Sun GEM Ethernet controllers */ diff --git a/sys/dev/glxiic/glxiic.c b/sys/dev/glxiic/glxiic.c index 2a2e2a85625f..16ed337c543b 100644 --- a/sys/dev/glxiic/glxiic.c +++ b/sys/dev/glxiic/glxiic.c @@ -26,7 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); /* * AMD Geode LX CS5536 System Management Bus controller. * diff --git a/sys/dev/glxsb/glxsb.c b/sys/dev/glxsb/glxsb.c index 1375141036e2..5ded584c6fa0 100644 --- a/sys/dev/glxsb/glxsb.c +++ b/sys/dev/glxsb/glxsb.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/glxsb/glxsb_hash.c b/sys/dev/glxsb/glxsb_hash.c index db49e98ba619..87d0f740ccf2 100644 --- a/sys/dev/glxsb/glxsb_hash.c +++ b/sys/dev/glxsb/glxsb_hash.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/goldfish/goldfish_rtc.c b/sys/dev/goldfish/goldfish_rtc.c index 86071d871cec..34c98ccf945d 100644 --- a/sys/dev/goldfish/goldfish_rtc.c +++ b/sys/dev/goldfish/goldfish_rtc.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/gpio/bytgpio.c b/sys/dev/gpio/bytgpio.c index 7834a45d65db..b3f5f02081c5 100644 --- a/sys/dev/gpio/bytgpio.c +++ b/sys/dev/gpio/bytgpio.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_acpi.h" #include diff --git a/sys/dev/gpio/chvgpio.c b/sys/dev/gpio/chvgpio.c index e24f948de167..a2bfd8fc10a4 100644 --- a/sys/dev/gpio/chvgpio.c +++ b/sys/dev/gpio/chvgpio.c @@ -43,8 +43,6 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/gpio/dwgpio/dwgpio.c b/sys/dev/gpio/dwgpio/dwgpio.c index f642d261b6bf..b40d947c3fa1 100644 --- a/sys/dev/gpio/dwgpio/dwgpio.c +++ b/sys/dev/gpio/dwgpio/dwgpio.c @@ -36,8 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/gpio/dwgpio/dwgpio_bus.c b/sys/dev/gpio/dwgpio/dwgpio_bus.c index 4f47848c0c3e..53e576aa4064 100644 --- a/sys/dev/gpio/dwgpio/dwgpio_bus.c +++ b/sys/dev/gpio/dwgpio/dwgpio_bus.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/gpio/gpiobacklight.c b/sys/dev/gpio/gpiobacklight.c index d0b0499bdb87..cb8b39e26a63 100644 --- a/sys/dev/gpio/gpiobacklight.c +++ b/sys/dev/gpio/gpiobacklight.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_platform.h" #include diff --git a/sys/dev/gpio/gpiobus.c b/sys/dev/gpio/gpiobus.c index 248f4790eb2c..be2fef549460 100644 --- a/sys/dev/gpio/gpiobus.c +++ b/sys/dev/gpio/gpiobus.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/gpio/gpioc.c b/sys/dev/gpio/gpioc.c index 47a099f05356..6fb79fa8d751 100644 --- a/sys/dev/gpio/gpioc.c +++ b/sys/dev/gpio/gpioc.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/gpio/gpioiic.c b/sys/dev/gpio/gpioiic.c index ff6ee3d5ae97..4f24dac23e51 100644 --- a/sys/dev/gpio/gpioiic.c +++ b/sys/dev/gpio/gpioiic.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_platform.h" #include diff --git a/sys/dev/gpio/gpiokeys.c b/sys/dev/gpio/gpiokeys.c index e21b53db9a4c..a3180f046c58 100644 --- a/sys/dev/gpio/gpiokeys.c +++ b/sys/dev/gpio/gpiokeys.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_platform.h" #include "opt_kbd.h" #include "opt_evdev.h" diff --git a/sys/dev/gpio/gpiokeys_codes.c b/sys/dev/gpio/gpiokeys_codes.c index e3077d505baf..4d6ae2f62c2c 100644 --- a/sys/dev/gpio/gpiokeys_codes.c +++ b/sys/dev/gpio/gpiokeys_codes.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/dev/gpio/gpioled.c b/sys/dev/gpio/gpioled.c index b8bbcc9623c5..ba53cb733971 100644 --- a/sys/dev/gpio/gpioled.c +++ b/sys/dev/gpio/gpioled.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_platform.h" #include diff --git a/sys/dev/gpio/gpioled_fdt.c b/sys/dev/gpio/gpioled_fdt.c index b5eeb88feb40..4003d532dd9f 100644 --- a/sys/dev/gpio/gpioled_fdt.c +++ b/sys/dev/gpio/gpioled_fdt.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_platform.h" #include diff --git a/sys/dev/gpio/gpiomdio.c b/sys/dev/gpio/gpiomdio.c index d3d32a58c1c2..deb9a25bd290 100644 --- a/sys/dev/gpio/gpiomdio.c +++ b/sys/dev/gpio/gpiomdio.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_platform.h" #include diff --git a/sys/dev/gpio/gpiopps.c b/sys/dev/gpio/gpiopps.c index 6fef00677f05..a87687bfd0f0 100644 --- a/sys/dev/gpio/gpiopps.c +++ b/sys/dev/gpio/gpiopps.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/gpio/gpioregulator.c b/sys/dev/gpio/gpioregulator.c index 1e44e502804d..d1ed7646b63a 100644 --- a/sys/dev/gpio/gpioregulator.c +++ b/sys/dev/gpio/gpioregulator.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/gpio/gpiospi.c b/sys/dev/gpio/gpiospi.c index 04e15728ca57..15517f74f0b3 100644 --- a/sys/dev/gpio/gpiospi.c +++ b/sys/dev/gpio/gpiospi.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_gpio.h" #include diff --git a/sys/dev/gpio/gpioths.c b/sys/dev/gpio/gpioths.c index 908e3f6fc38e..f856220b07ef 100644 --- a/sys/dev/gpio/gpioths.c +++ b/sys/dev/gpio/gpioths.c @@ -50,8 +50,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/gpio/ofw_gpiobus.c b/sys/dev/gpio/ofw_gpiobus.c index 6ad392393739..7915562f226e 100644 --- a/sys/dev/gpio/ofw_gpiobus.c +++ b/sys/dev/gpio/ofw_gpiobus.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/gpio/pl061.c b/sys/dev/gpio/pl061.c index b2de026d362f..1a12710ababa 100644 --- a/sys/dev/gpio/pl061.c +++ b/sys/dev/gpio/pl061.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/gpio/pl061_acpi.c b/sys/dev/gpio/pl061_acpi.c index 8a7f6ef0c5ad..d2531fa94faf 100644 --- a/sys/dev/gpio/pl061_acpi.c +++ b/sys/dev/gpio/pl061_acpi.c @@ -29,8 +29,6 @@ #include "opt_acpi.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/gpio/pl061_fdt.c b/sys/dev/gpio/pl061_fdt.c index af191b78420a..352f21560d72 100644 --- a/sys/dev/gpio/pl061_fdt.c +++ b/sys/dev/gpio/pl061_fdt.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/gpio/qoriq_gpio.c b/sys/dev/gpio/qoriq_gpio.c index 89420db4d143..5dabe03b775a 100644 --- a/sys/dev/gpio/qoriq_gpio.c +++ b/sys/dev/gpio/qoriq_gpio.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/hdmi/dwc_hdmi.c b/sys/dev/hdmi/dwc_hdmi.c index 52b0045a00ee..e99313b8180a 100644 --- a/sys/dev/hdmi/dwc_hdmi.c +++ b/sys/dev/hdmi/dwc_hdmi.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * HDMI core module */ diff --git a/sys/dev/hdmi/dwc_hdmi_fdt.c b/sys/dev/hdmi/dwc_hdmi_fdt.c index 810a1f53e2dc..d8cd1a3cba8f 100644 --- a/sys/dev/hdmi/dwc_hdmi_fdt.c +++ b/sys/dev/hdmi/dwc_hdmi_fdt.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * HDMI core module */ diff --git a/sys/dev/hid/bcm5974.c b/sys/dev/hid/bcm5974.c index 9a927aaffc5b..1d99c7edd5b1 100644 --- a/sys/dev/hid/bcm5974.c +++ b/sys/dev/hid/bcm5974.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/hid/hconf.c b/sys/dev/hid/hconf.c index a63898efba2c..c2ae574706d7 100644 --- a/sys/dev/hid/hconf.c +++ b/sys/dev/hid/hconf.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Digitizer configuration top-level collection support. * https://docs.microsoft.com/en-us/windows-hardware/design/component-guidelines/windows-precision-touchpad-required-hid-top-level-collections diff --git a/sys/dev/hid/hcons.c b/sys/dev/hid/hcons.c index 796382acdcab..33286e0ae239 100644 --- a/sys/dev/hid/hcons.c +++ b/sys/dev/hid/hcons.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Consumer Controls usage page driver * https://www.usb.org/sites/default/files/documents/hut1_12v2.pdf diff --git a/sys/dev/hid/hgame.c b/sys/dev/hid/hgame.c index 4a827302e35e..b074f6145d0e 100644 --- a/sys/dev/hid/hgame.c +++ b/sys/dev/hid/hgame.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Generic HID game controller (joystick/gamepad) driver, */ diff --git a/sys/dev/hid/hidbus.c b/sys/dev/hid/hidbus.c index 6dd8ff9b8e6f..1f7cb615c70e 100644 --- a/sys/dev/hid/hidbus.c +++ b/sys/dev/hid/hidbus.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/hid/hidmap.c b/sys/dev/hid/hidmap.c index b97558ad33ef..4354b36d277a 100644 --- a/sys/dev/hid/hidmap.c +++ b/sys/dev/hid/hidmap.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Abstract 1 to 1 HID input usage to evdev event mapper driver. */ diff --git a/sys/dev/hid/hidraw.c b/sys/dev/hid/hidraw.c index fb1b0231d2cd..fbc75aaa4e79 100644 --- a/sys/dev/hid/hidraw.c +++ b/sys/dev/hid/hidraw.c @@ -36,8 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_hid.h" #include diff --git a/sys/dev/hid/hkbd.c b/sys/dev/hid/hkbd.c index b0aa5be11a1e..5eff7557bc42 100644 --- a/sys/dev/hid/hkbd.c +++ b/sys/dev/hid/hkbd.c @@ -1,6 +1,4 @@ #include -__FBSDID("$FreeBSD$"); - /*- * SPDX-License-Identifier: BSD-2-Clause * diff --git a/sys/dev/hid/hms.c b/sys/dev/hid/hms.c index 55068479a179..0ac1b86c0735 100644 --- a/sys/dev/hid/hms.c +++ b/sys/dev/hid/hms.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * HID spec: https://www.usb.org/sites/default/files/documents/hid1_11.pdf */ diff --git a/sys/dev/hid/hmt.c b/sys/dev/hid/hmt.c index b190772e2498..199a6a2ff045 100644 --- a/sys/dev/hid/hmt.c +++ b/sys/dev/hid/hmt.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * MS Windows 7/8/10 compatible HID Multi-touch Device driver. * https://msdn.microsoft.com/en-us/library/windows/hardware/jj151569(v=vs.85).aspx diff --git a/sys/dev/hid/hpen.c b/sys/dev/hid/hpen.c index c4a26ea17657..c298dea57042 100644 --- a/sys/dev/hid/hpen.c +++ b/sys/dev/hid/hpen.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Generic / MS Windows compatible HID pen tablet driver: * https://docs.microsoft.com/en-us/windows-hardware/design/component-guidelines/required-hid-top-level-collections diff --git a/sys/dev/hid/hsctrl.c b/sys/dev/hid/hsctrl.c index 1c8997afbb47..abef5fbbe892 100644 --- a/sys/dev/hid/hsctrl.c +++ b/sys/dev/hid/hsctrl.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * General Desktop/System Controls usage page driver * https://www.usb.org/sites/default/files/documents/hut1_12v2.pdf diff --git a/sys/dev/hid/ietp.c b/sys/dev/hid/ietp.c index 1eaf95f17364..00269756c1c5 100644 --- a/sys/dev/hid/ietp.c +++ b/sys/dev/hid/ietp.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/hid/ps4dshock.c b/sys/dev/hid/ps4dshock.c index 5acc03a9caab..537f70cadec0 100644 --- a/sys/dev/hid/ps4dshock.c +++ b/sys/dev/hid/ps4dshock.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Sony PS4 DualShock 4 driver * https://eleccelerator.com/wiki/index.php?title=DualShock_4 diff --git a/sys/dev/hid/xb360gp.c b/sys/dev/hid/xb360gp.c index f4ff06906f6c..07ef3a230c4d 100644 --- a/sys/dev/hid/xb360gp.c +++ b/sys/dev/hid/xb360gp.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * XBox 360 gamepad driver thanks to the custom descriptor in usbhid. * diff --git a/sys/dev/hifn/hifn7751.c b/sys/dev/hifn/hifn7751.c index 3b4d09638478..23cf019b93a6 100644 --- a/sys/dev/hifn/hifn7751.c +++ b/sys/dev/hifn/hifn7751.c @@ -43,8 +43,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Driver for various Hifn encryption processors. */ diff --git a/sys/dev/hptiop/hptiop.c b/sys/dev/hptiop/hptiop.c index fd739e37a7e7..aa1251796bf1 100644 --- a/sys/dev/hptiop/hptiop.c +++ b/sys/dev/hptiop/hptiop.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/hptiop/hptiop.h b/sys/dev/hptiop/hptiop.h index f61d0488b004..321d01d806af 100644 --- a/sys/dev/hptiop/hptiop.h +++ b/sys/dev/hptiop/hptiop.h @@ -29,8 +29,6 @@ #define _HPTIOP_H #include -__FBSDID("$FreeBSD$"); - #define DBG 0 #ifdef DBG diff --git a/sys/dev/hptmv/entry.c b/sys/dev/hptmv/entry.c index 50850be4988e..fd3b808e1e73 100644 --- a/sys/dev/hptmv/entry.c +++ b/sys/dev/hptmv/entry.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/hptrr/hptrr_osm_bsd.c b/sys/dev/hptrr/hptrr_osm_bsd.c index 6a52ef6c0b7b..4208dd620e37 100644 --- a/sys/dev/hptrr/hptrr_osm_bsd.c +++ b/sys/dev/hptrr/hptrr_osm_bsd.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include /* $Id: osm_bsd.c,v 1.27 2007/11/22 07:35:49 gmm Exp $ * diff --git a/sys/dev/hwpmc/hwpmc_amd.c b/sys/dev/hwpmc/hwpmc_amd.c index 2f4d884cf18d..b15d223bc7a5 100644 --- a/sys/dev/hwpmc/hwpmc_amd.c +++ b/sys/dev/hwpmc/hwpmc_amd.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* Support for the AMD K7 and later processors */ #include diff --git a/sys/dev/hwpmc/hwpmc_arm.c b/sys/dev/hwpmc/hwpmc_arm.c index 3638b7b4214d..1c148a3b7d82 100644 --- a/sys/dev/hwpmc/hwpmc_arm.c +++ b/sys/dev/hwpmc/hwpmc_arm.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/hwpmc/hwpmc_arm64.c b/sys/dev/hwpmc/hwpmc_arm64.c index 90a35456feb7..995b7158ac20 100644 --- a/sys/dev/hwpmc/hwpmc_arm64.c +++ b/sys/dev/hwpmc/hwpmc_arm64.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/hwpmc/hwpmc_arm64_md.c b/sys/dev/hwpmc/hwpmc_arm64_md.c index 4220badb30a6..02ae0286e912 100644 --- a/sys/dev/hwpmc/hwpmc_arm64_md.c +++ b/sys/dev/hwpmc/hwpmc_arm64_md.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/hwpmc/hwpmc_armv7.c b/sys/dev/hwpmc/hwpmc_armv7.c index 6275e0f98c8b..5bb6c6fce291 100644 --- a/sys/dev/hwpmc/hwpmc_armv7.c +++ b/sys/dev/hwpmc/hwpmc_armv7.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/hwpmc/hwpmc_cmn600.c b/sys/dev/hwpmc/hwpmc_cmn600.c index 762063a4a173..a0504af08aa0 100644 --- a/sys/dev/hwpmc/hwpmc_cmn600.c +++ b/sys/dev/hwpmc/hwpmc_cmn600.c @@ -33,8 +33,6 @@ /* Arm CoreLink CMN-600 Coherent Mesh Network PMU Driver */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/hwpmc/hwpmc_core.c b/sys/dev/hwpmc/hwpmc_core.c index 409fb8e43094..15b875e3af94 100644 --- a/sys/dev/hwpmc/hwpmc_core.c +++ b/sys/dev/hwpmc/hwpmc_core.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/hwpmc/hwpmc_dmc620.c b/sys/dev/hwpmc/hwpmc_dmc620.c index f32199df15e7..08a60806fc35 100644 --- a/sys/dev/hwpmc/hwpmc_dmc620.c +++ b/sys/dev/hwpmc/hwpmc_dmc620.c @@ -33,8 +33,6 @@ /* Support for ARM DMC-620 Memory Controller PMU */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/hwpmc/hwpmc_e500.c b/sys/dev/hwpmc/hwpmc_e500.c index 020337830eb5..29e6826d7f7d 100644 --- a/sys/dev/hwpmc/hwpmc_e500.c +++ b/sys/dev/hwpmc/hwpmc_e500.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/hwpmc/hwpmc_intel.c b/sys/dev/hwpmc/hwpmc_intel.c index a9c0a06d82ba..f6e18316d8c4 100644 --- a/sys/dev/hwpmc/hwpmc_intel.c +++ b/sys/dev/hwpmc/hwpmc_intel.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/hwpmc/hwpmc_logging.c b/sys/dev/hwpmc/hwpmc_logging.c index 00ecd361a866..742051720418 100644 --- a/sys/dev/hwpmc/hwpmc_logging.c +++ b/sys/dev/hwpmc/hwpmc_logging.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/hwpmc/hwpmc_mod.c b/sys/dev/hwpmc/hwpmc_mod.c index 593e64cbb88b..1d85c76b3f9b 100644 --- a/sys/dev/hwpmc/hwpmc_mod.c +++ b/sys/dev/hwpmc/hwpmc_mod.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/hwpmc/hwpmc_mpc7xxx.c b/sys/dev/hwpmc/hwpmc_mpc7xxx.c index 4830f8526398..035a34c25e71 100644 --- a/sys/dev/hwpmc/hwpmc_mpc7xxx.c +++ b/sys/dev/hwpmc/hwpmc_mpc7xxx.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/hwpmc/hwpmc_power8.c b/sys/dev/hwpmc/hwpmc_power8.c index 69b438904380..fc6b878eff7d 100644 --- a/sys/dev/hwpmc/hwpmc_power8.c +++ b/sys/dev/hwpmc/hwpmc_power8.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/hwpmc/hwpmc_powerpc.c b/sys/dev/hwpmc/hwpmc_powerpc.c index f6ce06bb1d72..a4bd951fab40 100644 --- a/sys/dev/hwpmc/hwpmc_powerpc.c +++ b/sys/dev/hwpmc/hwpmc_powerpc.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/hwpmc/hwpmc_ppc970.c b/sys/dev/hwpmc/hwpmc_ppc970.c index 1da302ba8de5..c17166fdbed6 100644 --- a/sys/dev/hwpmc/hwpmc_ppc970.c +++ b/sys/dev/hwpmc/hwpmc_ppc970.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/hwpmc/hwpmc_soft.c b/sys/dev/hwpmc/hwpmc_soft.c index aa2d39d02658..5606164b3e0f 100644 --- a/sys/dev/hwpmc/hwpmc_soft.c +++ b/sys/dev/hwpmc/hwpmc_soft.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/hwpmc/hwpmc_tsc.c b/sys/dev/hwpmc/hwpmc_tsc.c index 547b00ec2fcd..f86b93d58bfb 100644 --- a/sys/dev/hwpmc/hwpmc_tsc.c +++ b/sys/dev/hwpmc/hwpmc_tsc.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/hwpmc/hwpmc_uncore.c b/sys/dev/hwpmc/hwpmc_uncore.c index b0c868fb41bd..c16800c14ce1 100644 --- a/sys/dev/hwpmc/hwpmc_uncore.c +++ b/sys/dev/hwpmc/hwpmc_uncore.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/hwpmc/hwpmc_x86.c b/sys/dev/hwpmc/hwpmc_x86.c index 23faeb2273ac..d6ffa5270bbb 100644 --- a/sys/dev/hwpmc/hwpmc_x86.c +++ b/sys/dev/hwpmc/hwpmc_x86.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/hwpmc/pmu_dmc620.c b/sys/dev/hwpmc/pmu_dmc620.c index 33f32d86438a..42e5dfdbf154 100644 --- a/sys/dev/hwpmc/pmu_dmc620.c +++ b/sys/dev/hwpmc/pmu_dmc620.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_hwpmc_hooks.h" #include "opt_acpi.h" diff --git a/sys/dev/hyperv/hvsock/hv_sock.c b/sys/dev/hyperv/hvsock/hv_sock.c index 888d1badd7d1..440534a5fa9d 100644 --- a/sys/dev/hyperv/hvsock/hv_sock.c +++ b/sys/dev/hyperv/hvsock/hv_sock.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/hyperv/input/hv_kbd.c b/sys/dev/hyperv/input/hv_kbd.c index 721178a9f3f2..dc37a99655bf 100644 --- a/sys/dev/hyperv/input/hv_kbd.c +++ b/sys/dev/hyperv/input/hv_kbd.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_evdev.h" #include diff --git a/sys/dev/hyperv/input/hv_kbdc.c b/sys/dev/hyperv/input/hv_kbdc.c index 8801950bd798..538956d3a99b 100644 --- a/sys/dev/hyperv/input/hv_kbdc.c +++ b/sys/dev/hyperv/input/hv_kbdc.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/hyperv/netvsc/hn_nvs.c b/sys/dev/hyperv/netvsc/hn_nvs.c index e1769a806c89..4cb78e487a41 100644 --- a/sys/dev/hyperv/netvsc/hn_nvs.c +++ b/sys/dev/hyperv/netvsc/hn_nvs.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet6.h" #include "opt_inet.h" diff --git a/sys/dev/hyperv/netvsc/hn_rndis.c b/sys/dev/hyperv/netvsc/hn_rndis.c index cafe73ff519c..790c033cd296 100644 --- a/sys/dev/hyperv/netvsc/hn_rndis.c +++ b/sys/dev/hyperv/netvsc/hn_rndis.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet6.h" #include "opt_inet.h" diff --git a/sys/dev/hyperv/netvsc/if_hn.c b/sys/dev/hyperv/netvsc/if_hn.c index aeb6ec22a703..206a35f7bac8 100644 --- a/sys/dev/hyperv/netvsc/if_hn.c +++ b/sys/dev/hyperv/netvsc/if_hn.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_hn.h" #include "opt_inet6.h" #include "opt_inet.h" diff --git a/sys/dev/hyperv/pcib/vmbus_pcib.c b/sys/dev/hyperv/pcib/vmbus_pcib.c index a684e79fbd14..da722eb0b834 100644 --- a/sys/dev/hyperv/pcib/vmbus_pcib.c +++ b/sys/dev/hyperv/pcib/vmbus_pcib.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifdef NEW_PCIB #include "opt_acpi.h" diff --git a/sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c b/sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c index dff2ee709bed..d7e7bd85ae29 100644 --- a/sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c +++ b/sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c @@ -35,8 +35,6 @@ * partition StorVSP driver over the Hyper-V VMBUS. */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/hyperv/utilities/hv_kvp.c b/sys/dev/hyperv/utilities/hv_kvp.c index bb73fa480f94..92dc8ccb1db3 100644 --- a/sys/dev/hyperv/utilities/hv_kvp.c +++ b/sys/dev/hyperv/utilities/hv_kvp.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/hyperv/utilities/hv_snapshot.c b/sys/dev/hyperv/utilities/hv_snapshot.c index 174c43260326..a6bade01595a 100644 --- a/sys/dev/hyperv/utilities/hv_snapshot.c +++ b/sys/dev/hyperv/utilities/hv_snapshot.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/hyperv/utilities/vmbus_heartbeat.c b/sys/dev/hyperv/utilities/vmbus_heartbeat.c index 9eb7eb60cd8f..c90c232db6fa 100644 --- a/sys/dev/hyperv/utilities/vmbus_heartbeat.c +++ b/sys/dev/hyperv/utilities/vmbus_heartbeat.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/hyperv/utilities/vmbus_ic.c b/sys/dev/hyperv/utilities/vmbus_ic.c index f21a0242a44d..2992dedc5210 100644 --- a/sys/dev/hyperv/utilities/vmbus_ic.c +++ b/sys/dev/hyperv/utilities/vmbus_ic.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/hyperv/utilities/vmbus_shutdown.c b/sys/dev/hyperv/utilities/vmbus_shutdown.c index 89e81ccc6547..a4e9caff65e2 100644 --- a/sys/dev/hyperv/utilities/vmbus_shutdown.c +++ b/sys/dev/hyperv/utilities/vmbus_shutdown.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/hyperv/utilities/vmbus_timesync.c b/sys/dev/hyperv/utilities/vmbus_timesync.c index 9861d38c655b..5953579e55c1 100644 --- a/sys/dev/hyperv/utilities/vmbus_timesync.c +++ b/sys/dev/hyperv/utilities/vmbus_timesync.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/hyperv/vmbus/aarch64/hyperv_aarch64.c b/sys/dev/hyperv/vmbus/aarch64/hyperv_aarch64.c index 275a8fd42035..665dda649a9f 100644 --- a/sys/dev/hyperv/vmbus/aarch64/hyperv_aarch64.c +++ b/sys/dev/hyperv/vmbus/aarch64/hyperv_aarch64.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/hyperv/vmbus/aarch64/hyperv_machdep.c b/sys/dev/hyperv/vmbus/aarch64/hyperv_machdep.c index 5719fb19532a..dbb6aac2de31 100644 --- a/sys/dev/hyperv/vmbus/aarch64/hyperv_machdep.c +++ b/sys/dev/hyperv/vmbus/aarch64/hyperv_machdep.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/hyperv/vmbus/aarch64/vmbus_aarch64.c b/sys/dev/hyperv/vmbus/aarch64/vmbus_aarch64.c index d4339e5f02d0..502721e7793c 100644 --- a/sys/dev/hyperv/vmbus/aarch64/vmbus_aarch64.c +++ b/sys/dev/hyperv/vmbus/aarch64/vmbus_aarch64.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/hyperv/vmbus/amd64/hyperv_machdep.c b/sys/dev/hyperv/vmbus/amd64/hyperv_machdep.c index 9b9c240d3843..a98d5d5599e6 100644 --- a/sys/dev/hyperv/vmbus/amd64/hyperv_machdep.c +++ b/sys/dev/hyperv/vmbus/amd64/hyperv_machdep.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/hyperv/vmbus/hyperv.c b/sys/dev/hyperv/vmbus/hyperv.c index 38217d1f0b67..3109030384a0 100644 --- a/sys/dev/hyperv/vmbus/hyperv.c +++ b/sys/dev/hyperv/vmbus/hyperv.c @@ -30,8 +30,6 @@ * Implements low-level interactions with Hyper-V/Azure */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/hyperv/vmbus/hyperv_busdma.c b/sys/dev/hyperv/vmbus/hyperv_busdma.c index 81817d476d29..616351c26f7e 100644 --- a/sys/dev/hyperv/vmbus/hyperv_busdma.c +++ b/sys/dev/hyperv/vmbus/hyperv_busdma.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/hyperv/vmbus/i386/hyperv_machdep.c b/sys/dev/hyperv/vmbus/i386/hyperv_machdep.c index f0dcf3ba1004..bb783825ee23 100644 --- a/sys/dev/hyperv/vmbus/i386/hyperv_machdep.c +++ b/sys/dev/hyperv/vmbus/i386/hyperv_machdep.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/dev/hyperv/vmbus/vmbus.c b/sys/dev/hyperv/vmbus/vmbus.c index cc37d84ff151..e0f7bbc99ca7 100644 --- a/sys/dev/hyperv/vmbus/vmbus.c +++ b/sys/dev/hyperv/vmbus/vmbus.c @@ -30,8 +30,6 @@ * VM Bus Driver Implementation */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/hyperv/vmbus/vmbus_br.c b/sys/dev/hyperv/vmbus/vmbus_br.c index c3771f2607b9..27adf71fd6ea 100644 --- a/sys/dev/hyperv/vmbus/vmbus_br.c +++ b/sys/dev/hyperv/vmbus/vmbus_br.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/hyperv/vmbus/vmbus_chan.c b/sys/dev/hyperv/vmbus/vmbus_chan.c index ff7bbc7c0dc3..d5c4d357e9ec 100644 --- a/sys/dev/hyperv/vmbus/vmbus_chan.c +++ b/sys/dev/hyperv/vmbus/vmbus_chan.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/hyperv/vmbus/vmbus_et.c b/sys/dev/hyperv/vmbus/vmbus_et.c index 499309915424..0840773815aa 100644 --- a/sys/dev/hyperv/vmbus/vmbus_et.c +++ b/sys/dev/hyperv/vmbus/vmbus_et.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/hyperv/vmbus/vmbus_res.c b/sys/dev/hyperv/vmbus/vmbus_res.c index d5f7ff033e3e..3c61f947d116 100644 --- a/sys/dev/hyperv/vmbus/vmbus_res.c +++ b/sys/dev/hyperv/vmbus/vmbus_res.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/hyperv/vmbus/vmbus_xact.c b/sys/dev/hyperv/vmbus/vmbus_xact.c index df6d8b45f9b1..f9ae76bf1e12 100644 --- a/sys/dev/hyperv/vmbus/vmbus_xact.c +++ b/sys/dev/hyperv/vmbus/vmbus_xact.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/hyperv/vmbus/x86/hyperv_x86.c b/sys/dev/hyperv/vmbus/x86/hyperv_x86.c index 3d14f47a9a93..14715f86b7bc 100644 --- a/sys/dev/hyperv/vmbus/x86/hyperv_x86.c +++ b/sys/dev/hyperv/vmbus/x86/hyperv_x86.c @@ -30,8 +30,6 @@ * Implements low-level interactions with Hyper-V/Azure */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/hyperv/vmbus/x86/vmbus_x86.c b/sys/dev/hyperv/vmbus/x86/vmbus_x86.c index 8b03940238d8..d3affc483a5d 100644 --- a/sys/dev/hyperv/vmbus/x86/vmbus_x86.c +++ b/sys/dev/hyperv/vmbus/x86/vmbus_x86.c @@ -30,8 +30,6 @@ * VM Bus Driver Implementation */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/ichiic/ig4_acpi.c b/sys/dev/ichiic/ig4_acpi.c index 550763f90b0e..f88cca6cf13d 100644 --- a/sys/dev/ichiic/ig4_acpi.c +++ b/sys/dev/ichiic/ig4_acpi.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_acpi.h" #include diff --git a/sys/dev/ichiic/ig4_iic.c b/sys/dev/ichiic/ig4_iic.c index b557df26e9d9..195bca62928a 100644 --- a/sys/dev/ichiic/ig4_iic.c +++ b/sys/dev/ichiic/ig4_iic.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Intel fourth generation mobile cpus integrated I2C device. * diff --git a/sys/dev/ichiic/ig4_pci.c b/sys/dev/ichiic/ig4_pci.c index 242cf7e6ecec..bb4b75c0c6d1 100644 --- a/sys/dev/ichiic/ig4_pci.c +++ b/sys/dev/ichiic/ig4_pci.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Intel fourth generation mobile cpus integrated I2C device. * diff --git a/sys/dev/ichsmb/ichsmb.c b/sys/dev/ichsmb/ichsmb.c index d5950f056c0d..7405f625e69f 100644 --- a/sys/dev/ichsmb/ichsmb.c +++ b/sys/dev/ichsmb/ichsmb.c @@ -36,8 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Support for the SMBus controller logical device which is part of the * Intel 81801AA (ICH) and 81801AB (ICH0) I/O controller hub chips. diff --git a/sys/dev/ichsmb/ichsmb_pci.c b/sys/dev/ichsmb/ichsmb_pci.c index 1ef31cb2c773..57f9afb66f01 100644 --- a/sys/dev/ichsmb/ichsmb_pci.c +++ b/sys/dev/ichsmb/ichsmb_pci.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Support for the SMBus controller logical device which is part of the * Intel 81801AA/AB/BA/CA/DC/EB (ICH/ICH[02345]) I/O controller hub chips. diff --git a/sys/dev/ichwd/ichwd.c b/sys/dev/ichwd/ichwd.c index 40426db00123..e07618f5548a 100644 --- a/sys/dev/ichwd/ichwd.c +++ b/sys/dev/ichwd/ichwd.c @@ -59,8 +59,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/ida/ida.c b/sys/dev/ida/ida.c index 9c65392866e6..390d07d010d6 100644 --- a/sys/dev/ida/ida.c +++ b/sys/dev/ida/ida.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Generic driver for Compaq SMART RAID adapters. */ diff --git a/sys/dev/ida/ida_pci.c b/sys/dev/ida/ida_pci.c index 5b9633eeb4b2..6f441e74ab65 100644 --- a/sys/dev/ida/ida_pci.c +++ b/sys/dev/ida/ida_pci.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/igc/if_igc.c b/sys/dev/igc/if_igc.c index 70f1aa2d2239..03c366207ff0 100644 --- a/sys/dev/igc/if_igc.c +++ b/sys/dev/igc/if_igc.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "if_igc.h" #include #include diff --git a/sys/dev/igc/igc_api.c b/sys/dev/igc/igc_api.c index 6aafc9898df8..9e91e7a4c73f 100644 --- a/sys/dev/igc/igc_api.c +++ b/sys/dev/igc/igc_api.c @@ -5,8 +5,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "igc_api.h" /** diff --git a/sys/dev/igc/igc_base.c b/sys/dev/igc/igc_base.c index 2029184ce66a..de48303a9c7c 100644 --- a/sys/dev/igc/igc_base.c +++ b/sys/dev/igc/igc_base.c @@ -5,8 +5,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "igc_hw.h" #include "igc_i225.h" #include "igc_mac.h" diff --git a/sys/dev/igc/igc_i225.c b/sys/dev/igc/igc_i225.c index 91d221cee06b..ba09f7609146 100644 --- a/sys/dev/igc/igc_i225.c +++ b/sys/dev/igc/igc_i225.c @@ -5,8 +5,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "igc_api.h" static s32 igc_init_nvm_params_i225(struct igc_hw *hw); diff --git a/sys/dev/igc/igc_mac.c b/sys/dev/igc/igc_mac.c index 0355e54682bc..ab49708837cc 100644 --- a/sys/dev/igc/igc_mac.c +++ b/sys/dev/igc/igc_mac.c @@ -5,8 +5,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "igc_api.h" static void igc_config_collision_dist_generic(struct igc_hw *hw); diff --git a/sys/dev/igc/igc_nvm.c b/sys/dev/igc/igc_nvm.c index f5de77ae49c0..d86e04ffa0dc 100644 --- a/sys/dev/igc/igc_nvm.c +++ b/sys/dev/igc/igc_nvm.c @@ -5,8 +5,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "igc_api.h" static void igc_reload_nvm_generic(struct igc_hw *hw); diff --git a/sys/dev/igc/igc_phy.c b/sys/dev/igc/igc_phy.c index 3911e1ff6fa2..34640e7acd2d 100644 --- a/sys/dev/igc/igc_phy.c +++ b/sys/dev/igc/igc_phy.c @@ -5,8 +5,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "igc_api.h" static s32 igc_wait_autoneg(struct igc_hw *hw); diff --git a/sys/dev/igc/igc_txrx.c b/sys/dev/igc/igc_txrx.c index 2b441da098e0..7601513a709e 100644 --- a/sys/dev/igc/igc_txrx.c +++ b/sys/dev/igc/igc_txrx.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "if_igc.h" #ifdef RSS diff --git a/sys/dev/iicbus/acpi_iicbus.c b/sys/dev/iicbus/acpi_iicbus.c index c0f17dcb86b9..c585f241fece 100644 --- a/sys/dev/iicbus/acpi_iicbus.c +++ b/sys/dev/iicbus/acpi_iicbus.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/iicbus/ad7417.c b/sys/dev/iicbus/ad7417.c index 1cffba06ce45..1e3a9c015fac 100644 --- a/sys/dev/iicbus/ad7417.c +++ b/sys/dev/iicbus/ad7417.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/iicbus/ad7418.c b/sys/dev/iicbus/ad7418.c index cc8c72b49655..ee88708538ae 100644 --- a/sys/dev/iicbus/ad7418.c +++ b/sys/dev/iicbus/ad7418.c @@ -25,7 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); /* * Analog Devices AD7418 chip sitting on the I2C bus. */ diff --git a/sys/dev/iicbus/adm1030.c b/sys/dev/iicbus/adm1030.c index 1ecb301cf9d7..cab60f3f1bec 100644 --- a/sys/dev/iicbus/adm1030.c +++ b/sys/dev/iicbus/adm1030.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/iicbus/ads111x.c b/sys/dev/iicbus/ads111x.c index d809fb86fd6b..dd223f69bb5f 100644 --- a/sys/dev/iicbus/ads111x.c +++ b/sys/dev/iicbus/ads111x.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_platform.h" #include diff --git a/sys/dev/iicbus/adt746x.c b/sys/dev/iicbus/adt746x.c index 7c507e719d5a..ed49b2f60c23 100644 --- a/sys/dev/iicbus/adt746x.c +++ b/sys/dev/iicbus/adt746x.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/iicbus/ds1307.c b/sys/dev/iicbus/ds1307.c index e14f10631fd5..6522b3284bf3 100644 --- a/sys/dev/iicbus/ds1307.c +++ b/sys/dev/iicbus/ds1307.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Driver for Maxim DS1307 I2C real-time clock/calendar. */ diff --git a/sys/dev/iicbus/ds13rtc.c b/sys/dev/iicbus/ds13rtc.c index afc4f6105e97..410250df21bd 100644 --- a/sys/dev/iicbus/ds13rtc.c +++ b/sys/dev/iicbus/ds13rtc.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Driver for Dallas/Maxim DS13xx real-time clock/calendar chips: * diff --git a/sys/dev/iicbus/ds1631.c b/sys/dev/iicbus/ds1631.c index bed606d3091a..b1aee4830374 100644 --- a/sys/dev/iicbus/ds1631.c +++ b/sys/dev/iicbus/ds1631.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/iicbus/ds1672.c b/sys/dev/iicbus/ds1672.c index 4b81c277516c..a9aab7fc4dea 100644 --- a/sys/dev/iicbus/ds1672.c +++ b/sys/dev/iicbus/ds1672.c @@ -25,7 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); /* * Dallas Semiconductor DS1672 RTC sitting on the I2C bus. */ diff --git a/sys/dev/iicbus/ds1775.c b/sys/dev/iicbus/ds1775.c index 4440e71714cd..01d55a32d9d1 100644 --- a/sys/dev/iicbus/ds1775.c +++ b/sys/dev/iicbus/ds1775.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/iicbus/ds3231.c b/sys/dev/iicbus/ds3231.c index 8e5b4c548879..eb45f6fcf6e6 100644 --- a/sys/dev/iicbus/ds3231.c +++ b/sys/dev/iicbus/ds3231.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Driver for Maxim DS3231[N] real-time clock/calendar. */ diff --git a/sys/dev/iicbus/gpio/pcf8574.c b/sys/dev/iicbus/gpio/pcf8574.c index 6de6c51a0c7b..ab6e2bc07d1f 100644 --- a/sys/dev/iicbus/gpio/pcf8574.c +++ b/sys/dev/iicbus/gpio/pcf8574.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_platform.h" #include diff --git a/sys/dev/iicbus/gpio/tca64xx.c b/sys/dev/iicbus/gpio/tca64xx.c index 5ef32218a84d..a129c8727c8a 100644 --- a/sys/dev/iicbus/gpio/tca64xx.c +++ b/sys/dev/iicbus/gpio/tca64xx.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/iicbus/htu21.c b/sys/dev/iicbus/htu21.c index 71753e7e9fd1..7b736d7971a2 100644 --- a/sys/dev/iicbus/htu21.c +++ b/sys/dev/iicbus/htu21.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_platform.h" #include diff --git a/sys/dev/iicbus/icee.c b/sys/dev/iicbus/icee.c index 5fa72c2aa8e1..04e3311a0c0d 100644 --- a/sys/dev/iicbus/icee.c +++ b/sys/dev/iicbus/icee.c @@ -25,7 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); /* * Generic IIC eeprom support, modeled after the AT24C family of products. */ diff --git a/sys/dev/iicbus/if_ic.c b/sys/dev/iicbus/if_ic.c index d49dd5bd9efe..4ca8f3960298 100644 --- a/sys/dev/iicbus/if_ic.c +++ b/sys/dev/iicbus/if_ic.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * I2C bus IP driver */ diff --git a/sys/dev/iicbus/iic_recover_bus.c b/sys/dev/iicbus/iic_recover_bus.c index 749dd7f40bf4..f8996b36fa81 100644 --- a/sys/dev/iicbus/iic_recover_bus.c +++ b/sys/dev/iicbus/iic_recover_bus.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Helper code to recover a hung i2c bus by bit-banging a recovery sequence. * diff --git a/sys/dev/iicbus/iicbb.c b/sys/dev/iicbus/iicbb.c index 63ad1401fe69..3948d5d5a9f6 100644 --- a/sys/dev/iicbus/iicbb.c +++ b/sys/dev/iicbus/iicbb.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Generic I2C bit-banging code * diff --git a/sys/dev/iicbus/iicbus.c b/sys/dev/iicbus/iicbus.c index dcb0d576d4e0..33fb5c875c50 100644 --- a/sys/dev/iicbus/iicbus.c +++ b/sys/dev/iicbus/iicbus.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Autoconfiguration and support routines for the Philips serial I2C bus */ diff --git a/sys/dev/iicbus/iichid.c b/sys/dev/iicbus/iichid.c index a5da6df5eba3..7ab5b61d9be8 100644 --- a/sys/dev/iicbus/iichid.c +++ b/sys/dev/iicbus/iichid.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_hid.h" #include diff --git a/sys/dev/iicbus/iicoc.c b/sys/dev/iicbus/iicoc.c index 7016cee2a40a..ea646ba5dc8a 100644 --- a/sys/dev/iicbus/iicoc.c +++ b/sys/dev/iicbus/iicoc.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/iicbus/iicoc_fdt.c b/sys/dev/iicbus/iicoc_fdt.c index 94d5e090ce2b..cff19c723c53 100644 --- a/sys/dev/iicbus/iicoc_fdt.c +++ b/sys/dev/iicbus/iicoc_fdt.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/iicbus/iicoc_pci.c b/sys/dev/iicbus/iicoc_pci.c index 21199a1c64f1..bd7221dd2575 100644 --- a/sys/dev/iicbus/iicoc_pci.c +++ b/sys/dev/iicbus/iicoc_pci.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/iicbus/iiconf.c b/sys/dev/iicbus/iiconf.c index 8debde0c967e..8c155c9e2a83 100644 --- a/sys/dev/iicbus/iiconf.c +++ b/sys/dev/iicbus/iiconf.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/iicbus/iicsmb.c b/sys/dev/iicbus/iicsmb.c index 26d0bea36e2e..308884e609ec 100644 --- a/sys/dev/iicbus/iicsmb.c +++ b/sys/dev/iicbus/iicsmb.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * I2C to SMB bridge * diff --git a/sys/dev/iicbus/isl12xx.c b/sys/dev/iicbus/isl12xx.c index c5008d996643..6e98f9b54436 100644 --- a/sys/dev/iicbus/isl12xx.c +++ b/sys/dev/iicbus/isl12xx.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Driver for ISL12xx family i2c realtime clocks: * - ISL1209 = 2B sram, tamper/event timestamp diff --git a/sys/dev/iicbus/lm75.c b/sys/dev/iicbus/lm75.c index de09445a9ed0..70997ad9811f 100644 --- a/sys/dev/iicbus/lm75.c +++ b/sys/dev/iicbus/lm75.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_platform.h" #include diff --git a/sys/dev/iicbus/max44009.c b/sys/dev/iicbus/max44009.c index 850cc2abf419..f06997aa4580 100644 --- a/sys/dev/iicbus/max44009.c +++ b/sys/dev/iicbus/max44009.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_platform.h" #include diff --git a/sys/dev/iicbus/max6690.c b/sys/dev/iicbus/max6690.c index a913dc25932c..18f8f146e067 100644 --- a/sys/dev/iicbus/max6690.c +++ b/sys/dev/iicbus/max6690.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/iicbus/mux/iic_gpiomux.c b/sys/dev/iicbus/mux/iic_gpiomux.c index 6ed50017938e..c4dbe4066bd0 100644 --- a/sys/dev/iicbus/mux/iic_gpiomux.c +++ b/sys/dev/iicbus/mux/iic_gpiomux.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_platform.h" #include diff --git a/sys/dev/iicbus/mux/iicmux.c b/sys/dev/iicbus/mux/iicmux.c index f1454f440b0b..5eafc8a5a21b 100644 --- a/sys/dev/iicbus/mux/iicmux.c +++ b/sys/dev/iicbus/mux/iicmux.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_platform.h" #include diff --git a/sys/dev/iicbus/mux/ltc430x.c b/sys/dev/iicbus/mux/ltc430x.c index d18f60c5cc7f..984f79223ee5 100644 --- a/sys/dev/iicbus/mux/ltc430x.c +++ b/sys/dev/iicbus/mux/ltc430x.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_platform.h" #include diff --git a/sys/dev/iicbus/mux/pca9547.c b/sys/dev/iicbus/mux/pca9547.c index aa8306154035..b76f8d132b43 100644 --- a/sys/dev/iicbus/mux/pca9547.c +++ b/sys/dev/iicbus/mux/pca9547.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_platform.h" #include diff --git a/sys/dev/iicbus/mux/pca954x.c b/sys/dev/iicbus/mux/pca954x.c index 9fcb01f65b7e..aebd55d6c311 100644 --- a/sys/dev/iicbus/mux/pca954x.c +++ b/sys/dev/iicbus/mux/pca954x.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_platform.h" #include diff --git a/sys/dev/iicbus/nxprtc.c b/sys/dev/iicbus/nxprtc.c index 784b71dfc966..8ede11fb47b4 100644 --- a/sys/dev/iicbus/nxprtc.c +++ b/sys/dev/iicbus/nxprtc.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Driver for NXP real-time clock/calendar chips: * - PCF8563 = low power, countdown timer diff --git a/sys/dev/iicbus/ofw_iicbus.c b/sys/dev/iicbus/ofw_iicbus.c index 0c45df24e9c9..fdf7e0e188f4 100644 --- a/sys/dev/iicbus/ofw_iicbus.c +++ b/sys/dev/iicbus/ofw_iicbus.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/iicbus/pcf8591.c b/sys/dev/iicbus/pcf8591.c index 407f94ae7d91..90e23ee88a7a 100644 --- a/sys/dev/iicbus/pcf8591.c +++ b/sys/dev/iicbus/pcf8591.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_platform.h" #include diff --git a/sys/dev/iicbus/pmic/act8846.c b/sys/dev/iicbus/pmic/act8846.c index 02980cf3b072..af3ee0ede5e5 100644 --- a/sys/dev/iicbus/pmic/act8846.c +++ b/sys/dev/iicbus/pmic/act8846.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * ACT8846 PMIC driver */ diff --git a/sys/dev/iicbus/pmic/act8846_regulator.c b/sys/dev/iicbus/pmic/act8846_regulator.c index f515f49e8395..fdb2714a18cb 100644 --- a/sys/dev/iicbus/pmic/act8846_regulator.c +++ b/sys/dev/iicbus/pmic/act8846_regulator.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/iicbus/pmic/fan53555.c b/sys/dev/iicbus/pmic/fan53555.c index 13a2bca985a1..5e4fad01cde7 100644 --- a/sys/dev/iicbus/pmic/fan53555.c +++ b/sys/dev/iicbus/pmic/fan53555.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/iicbus/pmic/rockchip/rk805.c b/sys/dev/iicbus/pmic/rockchip/rk805.c index 9910515412a3..c41d2826c7f1 100644 --- a/sys/dev/iicbus/pmic/rockchip/rk805.c +++ b/sys/dev/iicbus/pmic/rockchip/rk805.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/iicbus/pmic/rockchip/rk808.c b/sys/dev/iicbus/pmic/rockchip/rk808.c index f6797fe4bf57..8ba4c3520793 100644 --- a/sys/dev/iicbus/pmic/rockchip/rk808.c +++ b/sys/dev/iicbus/pmic/rockchip/rk808.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/iicbus/pmic/rockchip/rk817.c b/sys/dev/iicbus/pmic/rockchip/rk817.c index ae964c2f6e0e..33c24ec33c93 100644 --- a/sys/dev/iicbus/pmic/rockchip/rk817.c +++ b/sys/dev/iicbus/pmic/rockchip/rk817.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/iicbus/pmic/rockchip/rk8xx.c b/sys/dev/iicbus/pmic/rockchip/rk8xx.c index a288e2564706..54f4b289034d 100644 --- a/sys/dev/iicbus/pmic/rockchip/rk8xx.c +++ b/sys/dev/iicbus/pmic/rockchip/rk8xx.c @@ -28,8 +28,6 @@ #include "opt_platform.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/iicbus/pmic/rockchip/rk8xx_clocks.c b/sys/dev/iicbus/pmic/rockchip/rk8xx_clocks.c index 764223e6cea8..a51937da0060 100644 --- a/sys/dev/iicbus/pmic/rockchip/rk8xx_clocks.c +++ b/sys/dev/iicbus/pmic/rockchip/rk8xx_clocks.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/iicbus/pmic/rockchip/rk8xx_regulators.c b/sys/dev/iicbus/pmic/rockchip/rk8xx_regulators.c index f67e28443937..f1174a5595d8 100644 --- a/sys/dev/iicbus/pmic/rockchip/rk8xx_regulators.c +++ b/sys/dev/iicbus/pmic/rockchip/rk8xx_regulators.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/iicbus/pmic/rockchip/rk8xx_rtc.c b/sys/dev/iicbus/pmic/rockchip/rk8xx_rtc.c index 468a595bd0ee..2125c1a5b2c6 100644 --- a/sys/dev/iicbus/pmic/rockchip/rk8xx_rtc.c +++ b/sys/dev/iicbus/pmic/rockchip/rk8xx_rtc.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/iicbus/rtc/hym8563.c b/sys/dev/iicbus/rtc/hym8563.c index 58ea513420a1..f2db23d47e67 100644 --- a/sys/dev/iicbus/rtc/hym8563.c +++ b/sys/dev/iicbus/rtc/hym8563.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Driver for realtime clock HAOYU HYM8563 */ diff --git a/sys/dev/iicbus/rtc/pcf85063.c b/sys/dev/iicbus/rtc/pcf85063.c index 6352a9cacbd9..9a8399178417 100644 --- a/sys/dev/iicbus/rtc/pcf85063.c +++ b/sys/dev/iicbus/rtc/pcf85063.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_platform.h" #include diff --git a/sys/dev/iicbus/rtc/rx8803.c b/sys/dev/iicbus/rtc/rx8803.c index 40d1b14f5b35..b232625f7b74 100644 --- a/sys/dev/iicbus/rtc/rx8803.c +++ b/sys/dev/iicbus/rtc/rx8803.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_platform.h" #include diff --git a/sys/dev/iicbus/rtc8583.c b/sys/dev/iicbus/rtc8583.c index fab62b4c5af8..84e639f233c7 100644 --- a/sys/dev/iicbus/rtc8583.c +++ b/sys/dev/iicbus/rtc8583.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Driver for realtime clock EPSON RTC-8583 */ diff --git a/sys/dev/iicbus/s35390a.c b/sys/dev/iicbus/s35390a.c index c282ca034b3a..b8a9d48975c3 100644 --- a/sys/dev/iicbus/s35390a.c +++ b/sys/dev/iicbus/s35390a.c @@ -55,8 +55,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Driver for Seiko Instruments S-35390A Real-time Clock */ diff --git a/sys/dev/iicbus/sy8106a.c b/sys/dev/iicbus/sy8106a.c index 1a46123344bd..cd004717293d 100644 --- a/sys/dev/iicbus/sy8106a.c +++ b/sys/dev/iicbus/sy8106a.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/iicbus/syr827.c b/sys/dev/iicbus/syr827.c index 949ecb7bdaa8..31e9473f201a 100644 --- a/sys/dev/iicbus/syr827.c +++ b/sys/dev/iicbus/syr827.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/iicbus/tmp461.c b/sys/dev/iicbus/tmp461.c index 43ef4206dd18..90a0a7047cdb 100644 --- a/sys/dev/iicbus/tmp461.c +++ b/sys/dev/iicbus/tmp461.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_platform.h" #include diff --git a/sys/dev/iicbus/twsi/a10_twsi.c b/sys/dev/iicbus/twsi/a10_twsi.c index dece67921c3c..3b61d338e580 100644 --- a/sys/dev/iicbus/twsi/a10_twsi.c +++ b/sys/dev/iicbus/twsi/a10_twsi.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/iicbus/twsi/mv_twsi.c b/sys/dev/iicbus/twsi/mv_twsi.c index b2bd73a7df65..3f50bb0c4968 100644 --- a/sys/dev/iicbus/twsi/mv_twsi.c +++ b/sys/dev/iicbus/twsi/mv_twsi.c @@ -38,8 +38,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/iicbus/twsi/twsi.c b/sys/dev/iicbus/twsi/twsi.c index 3baec3944fee..802110ed7f99 100644 --- a/sys/dev/iicbus/twsi/twsi.c +++ b/sys/dev/iicbus/twsi/twsi.c @@ -38,8 +38,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/intel/pchtherm.c b/sys/dev/intel/pchtherm.c index 241545efefa7..33d0792d81d9 100644 --- a/sys/dev/intel/pchtherm.c +++ b/sys/dev/intel/pchtherm.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/intpm/intpm.c b/sys/dev/intpm/intpm.c index e5a3d0a96a3b..92fd4dcebb03 100644 --- a/sys/dev/intpm/intpm.c +++ b/sys/dev/intpm/intpm.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/io/iodev.c b/sys/dev/io/iodev.c index 71c85bdf064e..3a2d903649f2 100644 --- a/sys/dev/io/iodev.c +++ b/sys/dev/io/iodev.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/ioat/ioat.c b/sys/dev/ioat/ioat.c index 5a18683c256a..e38b20c005f1 100644 --- a/sys/dev/ioat/ioat.c +++ b/sys/dev/ioat/ioat.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ddb.h" #include diff --git a/sys/dev/ioat/ioat.h b/sys/dev/ioat/ioat.h index 449e1ec718e3..df407ba3a5cd 100644 --- a/sys/dev/ioat/ioat.h +++ b/sys/dev/ioat/ioat.h @@ -23,9 +23,6 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ - -__FBSDID("$FreeBSD$"); - #ifndef __IOAT_H__ #define __IOAT_H__ diff --git a/sys/dev/ioat/ioat_hw.h b/sys/dev/ioat/ioat_hw.h index 17914bb8f4d6..bb68d207fed0 100644 --- a/sys/dev/ioat/ioat_hw.h +++ b/sys/dev/ioat/ioat_hw.h @@ -23,9 +23,6 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ - -__FBSDID("$FreeBSD$"); - #ifndef __IOAT_HW_H__ #define __IOAT_HW_H__ diff --git a/sys/dev/ioat/ioat_internal.h b/sys/dev/ioat/ioat_internal.h index f27b6cece028..e3cea3927370 100644 --- a/sys/dev/ioat/ioat_internal.h +++ b/sys/dev/ioat/ioat_internal.h @@ -23,9 +23,6 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ - -__FBSDID("$FreeBSD$"); - #ifndef __IOAT_INTERNAL_H__ #define __IOAT_INTERNAL_H__ diff --git a/sys/dev/ioat/ioat_test.c b/sys/dev/ioat/ioat_test.c index 46aa6e9ca55e..d3c151e30e25 100644 --- a/sys/dev/ioat/ioat_test.c +++ b/sys/dev/ioat/ioat_test.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/ioat/ioat_test.h b/sys/dev/ioat/ioat_test.h index 531845df883c..726290b7ebc8 100644 --- a/sys/dev/ioat/ioat_test.h +++ b/sys/dev/ioat/ioat_test.h @@ -23,9 +23,6 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ - -__FBSDID("$FreeBSD$"); - #ifndef __IOAT_TEST_H__ #define __IOAT_TEST_H__ diff --git a/sys/dev/iommu/busdma_iommu.c b/sys/dev/iommu/busdma_iommu.c index a5893e21a95b..565067488435 100644 --- a/sys/dev/iommu/busdma_iommu.c +++ b/sys/dev/iommu/busdma_iommu.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/iommu/iommu_gas.c b/sys/dev/iommu/iommu_gas.c index 2185652b3787..6088bee9a855 100644 --- a/sys/dev/iommu/iommu_gas.c +++ b/sys/dev/iommu/iommu_gas.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #define RB_AUGMENT_CHECK(entry) iommu_gas_augment_entry(entry) #include diff --git a/sys/dev/ipmi/ipmi.c b/sys/dev/ipmi/ipmi.c index d37ea6bc448b..262c24051025 100644 --- a/sys/dev/ipmi/ipmi.c +++ b/sys/dev/ipmi/ipmi.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/ipmi/ipmi_acpi.c b/sys/dev/ipmi/ipmi_acpi.c index bfebac6c92d6..3aa5fbf5185e 100644 --- a/sys/dev/ipmi/ipmi_acpi.c +++ b/sys/dev/ipmi/ipmi_acpi.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/ipmi/ipmi_bt.c b/sys/dev/ipmi/ipmi_bt.c index 0f970d966731..800893977f15 100644 --- a/sys/dev/ipmi/ipmi_bt.c +++ b/sys/dev/ipmi/ipmi_bt.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/ipmi/ipmi_isa.c b/sys/dev/ipmi/ipmi_isa.c index 06fe10e87286..f873a9ce2ae5 100644 --- a/sys/dev/ipmi/ipmi_isa.c +++ b/sys/dev/ipmi/ipmi_isa.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/ipmi/ipmi_kcs.c b/sys/dev/ipmi/ipmi_kcs.c index 825f4c1baf1c..8fb9adaa89db 100644 --- a/sys/dev/ipmi/ipmi_kcs.c +++ b/sys/dev/ipmi/ipmi_kcs.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/ipmi/ipmi_linux.c b/sys/dev/ipmi/ipmi_linux.c index 78436d95e3bf..05eb30a0aa77 100644 --- a/sys/dev/ipmi/ipmi_linux.c +++ b/sys/dev/ipmi/ipmi_linux.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Linux ioctl handler for the ipmi device driver */ diff --git a/sys/dev/ipmi/ipmi_opal.c b/sys/dev/ipmi/ipmi_opal.c index 7441ad70c8d3..c69757b7d020 100644 --- a/sys/dev/ipmi/ipmi_opal.c +++ b/sys/dev/ipmi/ipmi_opal.c @@ -23,8 +23,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/ipmi/ipmi_pci.c b/sys/dev/ipmi/ipmi_pci.c index 9417caa40c78..df88dba4b244 100644 --- a/sys/dev/ipmi/ipmi_pci.c +++ b/sys/dev/ipmi/ipmi_pci.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/ipmi/ipmi_smbios.c b/sys/dev/ipmi/ipmi_smbios.c index 66b7b63087b0..bdbc7dfb18c5 100644 --- a/sys/dev/ipmi/ipmi_smbios.c +++ b/sys/dev/ipmi/ipmi_smbios.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/ipmi/ipmi_smbus.c b/sys/dev/ipmi/ipmi_smbus.c index fd077a10eb43..54d75b5a8a23 100644 --- a/sys/dev/ipmi/ipmi_smbus.c +++ b/sys/dev/ipmi/ipmi_smbus.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/ipmi/ipmi_smic.c b/sys/dev/ipmi/ipmi_smic.c index 18af247d104c..3b39a15f1b6b 100644 --- a/sys/dev/ipmi/ipmi_smic.c +++ b/sys/dev/ipmi/ipmi_smic.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/ipmi/ipmi_ssif.c b/sys/dev/ipmi/ipmi_ssif.c index ce5a78fff960..3ac1e04c2eda 100644 --- a/sys/dev/ipmi/ipmi_ssif.c +++ b/sys/dev/ipmi/ipmi_ssif.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/ips/ips.c b/sys/dev/ips/ips.c index 8487dde1c851..6d45dcf82fc5 100644 --- a/sys/dev/ips/ips.c +++ b/sys/dev/ips/ips.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/ips/ips_commands.c b/sys/dev/ips/ips_commands.c index ee82d02b4b0f..8d5798583c72 100644 --- a/sys/dev/ips/ips_commands.c +++ b/sys/dev/ips/ips_commands.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/dev/ips/ips_disk.c b/sys/dev/ips/ips_disk.c index bd33b846abb8..09ab571d2734 100644 --- a/sys/dev/ips/ips_disk.c +++ b/sys/dev/ips/ips_disk.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/ips/ips_ioctl.c b/sys/dev/ips/ips_ioctl.c index 8aec933a165f..18c0948bed3c 100644 --- a/sys/dev/ips/ips_ioctl.c +++ b/sys/dev/ips/ips_ioctl.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/ips/ips_pci.c b/sys/dev/ips/ips_pci.c index f5c443d89b95..8b8beda41877 100644 --- a/sys/dev/ips/ips_pci.c +++ b/sys/dev/ips/ips_pci.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/dev/ipw/if_ipw.c b/sys/dev/ipw/if_ipw.c index 067cddc28803..b39df82507e9 100644 --- a/sys/dev/ipw/if_ipw.c +++ b/sys/dev/ipw/if_ipw.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /*- * Intel(R) PRO/Wireless 2100 MiniPCI driver * http://www.intel.com/network/connectivity/products/wireless/prowireless_mobile.htm diff --git a/sys/dev/isci/isci.c b/sys/dev/isci/isci.c index 3b1c20d014a1..2b5d4301f6b2 100644 --- a/sys/dev/isci/isci.c +++ b/sys/dev/isci/isci.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/dev/isci/isci_controller.c b/sys/dev/isci/isci_controller.c index 0c4773193e45..956315c43212 100644 --- a/sys/dev/isci/isci_controller.c +++ b/sys/dev/isci/isci_controller.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/dev/isci/isci_domain.c b/sys/dev/isci/isci_domain.c index 1c6597655361..948f2b8bdfee 100644 --- a/sys/dev/isci/isci_domain.c +++ b/sys/dev/isci/isci_domain.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/dev/isci/isci_interrupt.c b/sys/dev/isci/isci_interrupt.c index 22b35f441be0..e4abe56a8cd6 100644 --- a/sys/dev/isci/isci_interrupt.c +++ b/sys/dev/isci/isci_interrupt.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/dev/isci/isci_io_request.c b/sys/dev/isci/isci_io_request.c index 8d8d84b5b855..38cfb84c94f0 100644 --- a/sys/dev/isci/isci_io_request.c +++ b/sys/dev/isci/isci_io_request.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/dev/isci/isci_logger.c b/sys/dev/isci/isci_logger.c index e1b648a0df36..62685d52faf9 100644 --- a/sys/dev/isci/isci_logger.c +++ b/sys/dev/isci/isci_logger.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/dev/isci/isci_oem_parameters.c b/sys/dev/isci/isci_oem_parameters.c index 4b830b8a98cb..11bf53bdc970 100644 --- a/sys/dev/isci/isci_oem_parameters.c +++ b/sys/dev/isci/isci_oem_parameters.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/isci/isci_remote_device.c b/sys/dev/isci/isci_remote_device.c index 8aa8fc7ebb08..8517d5b30a2f 100644 --- a/sys/dev/isci/isci_remote_device.c +++ b/sys/dev/isci/isci_remote_device.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/dev/isci/isci_sysctl.c b/sys/dev/isci/isci_sysctl.c index 5741d4c2d516..936ddd222f4f 100644 --- a/sys/dev/isci/isci_sysctl.c +++ b/sys/dev/isci/isci_sysctl.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/dev/isci/isci_task_request.c b/sys/dev/isci/isci_task_request.c index 2cec90fa4421..af79b57632c4 100644 --- a/sys/dev/isci/isci_task_request.c +++ b/sys/dev/isci/isci_task_request.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/dev/isci/isci_timer.c b/sys/dev/isci/isci_timer.c index 9bba29c85242..3f92e1209509 100644 --- a/sys/dev/isci/isci_timer.c +++ b/sys/dev/isci/isci_timer.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/dev/isci/scil/sati.c b/sys/dev/isci/scil/sati.c index c9fc971a027f..50c978e60ffd 100644 --- a/sys/dev/isci/scil/sati.c +++ b/sys/dev/isci/scil/sati.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * @brief This file contains all of the method implementations that diff --git a/sys/dev/isci/scil/sati_abort_task_set.c b/sys/dev/isci/scil/sati_abort_task_set.c index ac9e00add63d..a005be8f2634 100644 --- a/sys/dev/isci/scil/sati_abort_task_set.c +++ b/sys/dev/isci/scil/sati_abort_task_set.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * diff --git a/sys/dev/isci/scil/sati_atapi.c b/sys/dev/isci/scil/sati_atapi.c index b0832c60e9ee..f357b89c320c 100644 --- a/sys/dev/isci/scil/sati_atapi.c +++ b/sys/dev/isci/scil/sati_atapi.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * @brief This file contains all of the method implementations that diff --git a/sys/dev/isci/scil/sati_device.c b/sys/dev/isci/scil/sati_device.c index e7a20491d57f..0b9ddd30f59d 100644 --- a/sys/dev/isci/scil/sati_device.c +++ b/sys/dev/isci/scil/sati_device.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * @brief This file contains all of the defintions for the SATI remote diff --git a/sys/dev/isci/scil/sati_inquiry.c b/sys/dev/isci/scil/sati_inquiry.c index 2ddf90f2aa27..d6a160860483 100644 --- a/sys/dev/isci/scil/sati_inquiry.c +++ b/sys/dev/isci/scil/sati_inquiry.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * diff --git a/sys/dev/isci/scil/sati_log_sense.c b/sys/dev/isci/scil/sati_log_sense.c index d8d592c1db23..6014f4164477 100644 --- a/sys/dev/isci/scil/sati_log_sense.c +++ b/sys/dev/isci/scil/sati_log_sense.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * @brief This file contains the method definitions to translate diff --git a/sys/dev/isci/scil/sati_lun_reset.c b/sys/dev/isci/scil/sati_lun_reset.c index a906ef953fb4..e64054765db0 100644 --- a/sys/dev/isci/scil/sati_lun_reset.c +++ b/sys/dev/isci/scil/sati_lun_reset.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * diff --git a/sys/dev/isci/scil/sati_mode_pages.c b/sys/dev/isci/scil/sati_mode_pages.c index 55d12633cf21..55cac64498fc 100644 --- a/sys/dev/isci/scil/sati_mode_pages.c +++ b/sys/dev/isci/scil/sati_mode_pages.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * @brief This file contains the mode page constants and data for the mode diff --git a/sys/dev/isci/scil/sati_mode_select.c b/sys/dev/isci/scil/sati_mode_select.c index 3e52bb60d588..e6348cdceebf 100644 --- a/sys/dev/isci/scil/sati_mode_select.c +++ b/sys/dev/isci/scil/sati_mode_select.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * @brief This file contains the method implementations required to diff --git a/sys/dev/isci/scil/sati_mode_sense.c b/sys/dev/isci/scil/sati_mode_sense.c index 1b2c29394799..62918d858e9f 100644 --- a/sys/dev/isci/scil/sati_mode_sense.c +++ b/sys/dev/isci/scil/sati_mode_sense.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * @brief This file contains the method implementations required to diff --git a/sys/dev/isci/scil/sati_mode_sense_10.c b/sys/dev/isci/scil/sati_mode_sense_10.c index d706e866945d..357e744f39d9 100644 --- a/sys/dev/isci/scil/sati_mode_sense_10.c +++ b/sys/dev/isci/scil/sati_mode_sense_10.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * @brief This file contains the method implementations required to diff --git a/sys/dev/isci/scil/sati_mode_sense_6.c b/sys/dev/isci/scil/sati_mode_sense_6.c index e65b2f0f2a4f..9a68c5adb105 100644 --- a/sys/dev/isci/scil/sati_mode_sense_6.c +++ b/sys/dev/isci/scil/sati_mode_sense_6.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * @brief This file contains the method implementations required to diff --git a/sys/dev/isci/scil/sati_move.c b/sys/dev/isci/scil/sati_move.c index cf905d426112..0e440adb1147 100644 --- a/sys/dev/isci/scil/sati_move.c +++ b/sys/dev/isci/scil/sati_move.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * @brief This file contains the method implementations common to diff --git a/sys/dev/isci/scil/sati_passthrough.c b/sys/dev/isci/scil/sati_passthrough.c index 12fa17e07f62..bd0dc64571d6 100644 --- a/sys/dev/isci/scil/sati_passthrough.c +++ b/sys/dev/isci/scil/sati_passthrough.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * @brief This file contains the method implementations required to diff --git a/sys/dev/isci/scil/sati_read.c b/sys/dev/isci/scil/sati_read.c index e9c6064482d9..c5af57681d12 100644 --- a/sys/dev/isci/scil/sati_read.c +++ b/sys/dev/isci/scil/sati_read.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * @brief This file contains the method implementations required to diff --git a/sys/dev/isci/scil/sati_read_buffer.c b/sys/dev/isci/scil/sati_read_buffer.c index cce5988a00cf..34e8bcf8f1b8 100644 --- a/sys/dev/isci/scil/sati_read_buffer.c +++ b/sys/dev/isci/scil/sati_read_buffer.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * @brief This file contains the implementation to translate diff --git a/sys/dev/isci/scil/sati_read_capacity.c b/sys/dev/isci/scil/sati_read_capacity.c index 964ed0973811..6d9daa732bd6 100644 --- a/sys/dev/isci/scil/sati_read_capacity.c +++ b/sys/dev/isci/scil/sati_read_capacity.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * @brief This file contains the method implementations required to diff --git a/sys/dev/isci/scil/sati_reassign_blocks.c b/sys/dev/isci/scil/sati_reassign_blocks.c index e0bf7637ec80..cb7f1df78504 100644 --- a/sys/dev/isci/scil/sati_reassign_blocks.c +++ b/sys/dev/isci/scil/sati_reassign_blocks.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * @brief This file contains the method implementations required to diff --git a/sys/dev/isci/scil/sati_report_luns.c b/sys/dev/isci/scil/sati_report_luns.c index d85d8700bf6e..a83146f21984 100644 --- a/sys/dev/isci/scil/sati_report_luns.c +++ b/sys/dev/isci/scil/sati_report_luns.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * @brief This file contains the method implementations required to diff --git a/sys/dev/isci/scil/sati_request_sense.c b/sys/dev/isci/scil/sati_request_sense.c index 457b09d92f8a..f6d828b90328 100644 --- a/sys/dev/isci/scil/sati_request_sense.c +++ b/sys/dev/isci/scil/sati_request_sense.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * @brief This file contains the implementation to translate diff --git a/sys/dev/isci/scil/sati_start_stop_unit.c b/sys/dev/isci/scil/sati_start_stop_unit.c index 729474ea2a34..d140c496e0cc 100644 --- a/sys/dev/isci/scil/sati_start_stop_unit.c +++ b/sys/dev/isci/scil/sati_start_stop_unit.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * @brief This file contains the method implementations required to diff --git a/sys/dev/isci/scil/sati_synchronize_cache.c b/sys/dev/isci/scil/sati_synchronize_cache.c index 73773cf49ee5..57d2aad82bde 100644 --- a/sys/dev/isci/scil/sati_synchronize_cache.c +++ b/sys/dev/isci/scil/sati_synchronize_cache.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * @brief This file contains the method implementations for translating diff --git a/sys/dev/isci/scil/sati_test_unit_ready.c b/sys/dev/isci/scil/sati_test_unit_ready.c index 10bd07c3657e..dd9080bccce9 100644 --- a/sys/dev/isci/scil/sati_test_unit_ready.c +++ b/sys/dev/isci/scil/sati_test_unit_ready.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * @brief This file contains the method implementations required to diff --git a/sys/dev/isci/scil/sati_unmap.c b/sys/dev/isci/scil/sati_unmap.c index bf9cfe3ccdb1..277321ae2782 100644 --- a/sys/dev/isci/scil/sati_unmap.c +++ b/sys/dev/isci/scil/sati_unmap.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * @brief This file contains the method implementations required to diff --git a/sys/dev/isci/scil/sati_util.c b/sys/dev/isci/scil/sati_util.c index faf0a1f815fb..22c3111fe9ca 100644 --- a/sys/dev/isci/scil/sati_util.c +++ b/sys/dev/isci/scil/sati_util.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * @brief This file contains all of the method implementations that diff --git a/sys/dev/isci/scil/sati_verify.c b/sys/dev/isci/scil/sati_verify.c index aab2a10bd613..4f88eca25b75 100644 --- a/sys/dev/isci/scil/sati_verify.c +++ b/sys/dev/isci/scil/sati_verify.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * @brief This file contains the method implementations for translating diff --git a/sys/dev/isci/scil/sati_write.c b/sys/dev/isci/scil/sati_write.c index 915fbde25ab8..8346995a9ef7 100644 --- a/sys/dev/isci/scil/sati_write.c +++ b/sys/dev/isci/scil/sati_write.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * @brief This file contains the method implementations required to diff --git a/sys/dev/isci/scil/sati_write_and_verify.c b/sys/dev/isci/scil/sati_write_and_verify.c index 30f2d5eb6476..bc0526af2df0 100644 --- a/sys/dev/isci/scil/sati_write_and_verify.c +++ b/sys/dev/isci/scil/sati_write_and_verify.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * @brief This file contains the method implementations to translate diff --git a/sys/dev/isci/scil/sati_write_buffer.c b/sys/dev/isci/scil/sati_write_buffer.c index 1ce0cd8c85b7..073daaa43003 100644 --- a/sys/dev/isci/scil/sati_write_buffer.c +++ b/sys/dev/isci/scil/sati_write_buffer.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * @brief This file contains the method implementations to translate diff --git a/sys/dev/isci/scil/sati_write_long.c b/sys/dev/isci/scil/sati_write_long.c index 66642b2a10ab..e731f17b59c6 100644 --- a/sys/dev/isci/scil/sati_write_long.c +++ b/sys/dev/isci/scil/sati_write_long.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * @brief This file contains the implementation to translate diff --git a/sys/dev/isci/scil/sci_abstract_list.c b/sys/dev/isci/scil/sci_abstract_list.c index 9163d34b4e67..7c02e0b17156 100644 --- a/sys/dev/isci/scil/sci_abstract_list.c +++ b/sys/dev/isci/scil/sci_abstract_list.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * diff --git a/sys/dev/isci/scil/sci_base_controller.c b/sys/dev/isci/scil/sci_base_controller.c index 7be706a50c78..9593f1434a1e 100644 --- a/sys/dev/isci/scil/sci_base_controller.c +++ b/sys/dev/isci/scil/sci_base_controller.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * diff --git a/sys/dev/isci/scil/sci_base_domain.c b/sys/dev/isci/scil/sci_base_domain.c index 21db480151e2..19de33d3faa0 100644 --- a/sys/dev/isci/scil/sci_base_domain.c +++ b/sys/dev/isci/scil/sci_base_domain.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * diff --git a/sys/dev/isci/scil/sci_base_iterator.c b/sys/dev/isci/scil/sci_base_iterator.c index ad80860797c0..d73ab0281a3a 100644 --- a/sys/dev/isci/scil/sci_base_iterator.c +++ b/sys/dev/isci/scil/sci_base_iterator.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * diff --git a/sys/dev/isci/scil/sci_base_library.c b/sys/dev/isci/scil/sci_base_library.c index c4653b4bcba0..0c9a8770bae8 100644 --- a/sys/dev/isci/scil/sci_base_library.c +++ b/sys/dev/isci/scil/sci_base_library.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * diff --git a/sys/dev/isci/scil/sci_base_logger.c b/sys/dev/isci/scil/sci_base_logger.c index 7a32a13e06a0..0ac6a87b7364 100644 --- a/sys/dev/isci/scil/sci_base_logger.c +++ b/sys/dev/isci/scil/sci_base_logger.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * diff --git a/sys/dev/isci/scil/sci_base_memory_descriptor_list.c b/sys/dev/isci/scil/sci_base_memory_descriptor_list.c index d25cfe43b3d9..1ab669856bfe 100644 --- a/sys/dev/isci/scil/sci_base_memory_descriptor_list.c +++ b/sys/dev/isci/scil/sci_base_memory_descriptor_list.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * diff --git a/sys/dev/isci/scil/sci_base_memory_descriptor_list_decorator.c b/sys/dev/isci/scil/sci_base_memory_descriptor_list_decorator.c index 417e5c996973..5f4b13e33e19 100644 --- a/sys/dev/isci/scil/sci_base_memory_descriptor_list_decorator.c +++ b/sys/dev/isci/scil/sci_base_memory_descriptor_list_decorator.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * diff --git a/sys/dev/isci/scil/sci_base_object.c b/sys/dev/isci/scil/sci_base_object.c index c2140c9901fe..0ac62dbf4837 100644 --- a/sys/dev/isci/scil/sci_base_object.c +++ b/sys/dev/isci/scil/sci_base_object.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * diff --git a/sys/dev/isci/scil/sci_base_observer.c b/sys/dev/isci/scil/sci_base_observer.c index 7b26726236b3..2c63e58399b2 100644 --- a/sys/dev/isci/scil/sci_base_observer.c +++ b/sys/dev/isci/scil/sci_base_observer.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * diff --git a/sys/dev/isci/scil/sci_base_phy.c b/sys/dev/isci/scil/sci_base_phy.c index 25434cd03680..7ded11478f6e 100644 --- a/sys/dev/isci/scil/sci_base_phy.c +++ b/sys/dev/isci/scil/sci_base_phy.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * diff --git a/sys/dev/isci/scil/sci_base_port.c b/sys/dev/isci/scil/sci_base_port.c index 3b6c4cc66c3d..e5987fbfd69f 100644 --- a/sys/dev/isci/scil/sci_base_port.c +++ b/sys/dev/isci/scil/sci_base_port.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * diff --git a/sys/dev/isci/scil/sci_base_remote_device.c b/sys/dev/isci/scil/sci_base_remote_device.c index 40220128146b..cf904ee6dffb 100644 --- a/sys/dev/isci/scil/sci_base_remote_device.c +++ b/sys/dev/isci/scil/sci_base_remote_device.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include void sci_base_remote_device_construct( diff --git a/sys/dev/isci/scil/sci_base_request.c b/sys/dev/isci/scil/sci_base_request.c index d9a619207419..63aac1a619fe 100644 --- a/sys/dev/isci/scil/sci_base_request.c +++ b/sys/dev/isci/scil/sci_base_request.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include void sci_base_request_construct( diff --git a/sys/dev/isci/scil/sci_base_state_machine.c b/sys/dev/isci/scil/sci_base_state_machine.c index 2f1720acc9ac..cf7ac50c054c 100644 --- a/sys/dev/isci/scil/sci_base_state_machine.c +++ b/sys/dev/isci/scil/sci_base_state_machine.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * diff --git a/sys/dev/isci/scil/sci_base_state_machine_logger.c b/sys/dev/isci/scil/sci_base_state_machine_logger.c index 02cac1fd9835..0a69135ff90c 100644 --- a/sys/dev/isci/scil/sci_base_state_machine_logger.c +++ b/sys/dev/isci/scil/sci_base_state_machine_logger.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * diff --git a/sys/dev/isci/scil/sci_base_state_machine_observer.c b/sys/dev/isci/scil/sci_base_state_machine_observer.c index c4e2376ee7d3..0823d982a45c 100644 --- a/sys/dev/isci/scil/sci_base_state_machine_observer.c +++ b/sys/dev/isci/scil/sci_base_state_machine_observer.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * diff --git a/sys/dev/isci/scil/sci_base_subject.c b/sys/dev/isci/scil/sci_base_subject.c index 0ba41aaaa484..dad9d89c61b6 100644 --- a/sys/dev/isci/scil/sci_base_subject.c +++ b/sys/dev/isci/scil/sci_base_subject.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * diff --git a/sys/dev/isci/scil/sci_util.c b/sys/dev/isci/scil/sci_util.c index 53038eb0d6ca..b2a22508b606 100644 --- a/sys/dev/isci/scil/sci_util.c +++ b/sys/dev/isci/scil/sci_util.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include void scic_word_copy_with_swap( diff --git a/sys/dev/isci/scil/scic_sds_controller.c b/sys/dev/isci/scil/scic_sds_controller.c index 1cb0d0301dec..09cacc76e2ff 100644 --- a/sys/dev/isci/scil/scic_sds_controller.c +++ b/sys/dev/isci/scil/scic_sds_controller.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * diff --git a/sys/dev/isci/scil/scic_sds_library.c b/sys/dev/isci/scil/scic_sds_library.c index 3f7dace4b4d2..5e05aeb2937f 100644 --- a/sys/dev/isci/scil/scic_sds_library.c +++ b/sys/dev/isci/scil/scic_sds_library.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * diff --git a/sys/dev/isci/scil/scic_sds_pci.c b/sys/dev/isci/scil/scic_sds_pci.c index 3c5b285180d3..c0f5ae5133ec 100644 --- a/sys/dev/isci/scil/scic_sds_pci.c +++ b/sys/dev/isci/scil/scic_sds_pci.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * diff --git a/sys/dev/isci/scil/scic_sds_phy.c b/sys/dev/isci/scil/scic_sds_phy.c index a812be2cab24..a103bccca016 100644 --- a/sys/dev/isci/scil/scic_sds_phy.c +++ b/sys/dev/isci/scil/scic_sds_phy.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * diff --git a/sys/dev/isci/scil/scic_sds_port.c b/sys/dev/isci/scil/scic_sds_port.c index 04810e04088b..f8c7843f3a06 100644 --- a/sys/dev/isci/scil/scic_sds_port.c +++ b/sys/dev/isci/scil/scic_sds_port.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * diff --git a/sys/dev/isci/scil/scic_sds_port_configuration_agent.c b/sys/dev/isci/scil/scic_sds_port_configuration_agent.c index 022c81492ac5..1dce6f38a331 100644 --- a/sys/dev/isci/scil/scic_sds_port_configuration_agent.c +++ b/sys/dev/isci/scil/scic_sds_port_configuration_agent.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * diff --git a/sys/dev/isci/scil/scic_sds_remote_device.c b/sys/dev/isci/scil/scic_sds_remote_device.c index 763930781905..f67113cddb9a 100644 --- a/sys/dev/isci/scil/scic_sds_remote_device.c +++ b/sys/dev/isci/scil/scic_sds_remote_device.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * diff --git a/sys/dev/isci/scil/scic_sds_remote_node_context.c b/sys/dev/isci/scil/scic_sds_remote_node_context.c index b75b3742e43f..aa1e8d840282 100644 --- a/sys/dev/isci/scil/scic_sds_remote_node_context.c +++ b/sys/dev/isci/scil/scic_sds_remote_node_context.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * diff --git a/sys/dev/isci/scil/scic_sds_remote_node_table.c b/sys/dev/isci/scil/scic_sds_remote_node_table.c index 51329f2565c3..a29cbefa5057 100644 --- a/sys/dev/isci/scil/scic_sds_remote_node_table.c +++ b/sys/dev/isci/scil/scic_sds_remote_node_table.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * diff --git a/sys/dev/isci/scil/scic_sds_request.c b/sys/dev/isci/scil/scic_sds_request.c index ea3c93551b65..cb75a6b6a12f 100644 --- a/sys/dev/isci/scil/scic_sds_request.c +++ b/sys/dev/isci/scil/scic_sds_request.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * diff --git a/sys/dev/isci/scil/scic_sds_sgpio.c b/sys/dev/isci/scil/scic_sds_sgpio.c index e85445de021c..c618c527d489 100644 --- a/sys/dev/isci/scil/scic_sds_sgpio.c +++ b/sys/dev/isci/scil/scic_sds_sgpio.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * diff --git a/sys/dev/isci/scil/scic_sds_smp_remote_device.c b/sys/dev/isci/scil/scic_sds_smp_remote_device.c index d6b7642ac1ad..3a4829a9452d 100644 --- a/sys/dev/isci/scil/scic_sds_smp_remote_device.c +++ b/sys/dev/isci/scil/scic_sds_smp_remote_device.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * diff --git a/sys/dev/isci/scil/scic_sds_smp_request.c b/sys/dev/isci/scil/scic_sds_smp_request.c index d0b4029b2466..419544dbd1d9 100644 --- a/sys/dev/isci/scil/scic_sds_smp_request.c +++ b/sys/dev/isci/scil/scic_sds_smp_request.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/isci/scil/scic_sds_ssp_request.c b/sys/dev/isci/scil/scic_sds_ssp_request.c index 6f580e48e30f..17abd59c7307 100644 --- a/sys/dev/isci/scil/scic_sds_ssp_request.c +++ b/sys/dev/isci/scil/scic_sds_ssp_request.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * diff --git a/sys/dev/isci/scil/scic_sds_stp_packet_request.c b/sys/dev/isci/scil/scic_sds_stp_packet_request.c index 327dcdfff4b8..1ef2932b29a5 100644 --- a/sys/dev/isci/scil/scic_sds_stp_packet_request.c +++ b/sys/dev/isci/scil/scic_sds_stp_packet_request.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #if !defined(DISABLE_ATAPI) #include diff --git a/sys/dev/isci/scil/scic_sds_stp_remote_device.c b/sys/dev/isci/scil/scic_sds_stp_remote_device.c index 70f6ff187da2..036b4a2e6626 100644 --- a/sys/dev/isci/scil/scic_sds_stp_remote_device.c +++ b/sys/dev/isci/scil/scic_sds_stp_remote_device.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * diff --git a/sys/dev/isci/scil/scic_sds_stp_request.c b/sys/dev/isci/scil/scic_sds_stp_request.c index f35e8cca7256..12ead7a5f0d3 100644 --- a/sys/dev/isci/scil/scic_sds_stp_request.c +++ b/sys/dev/isci/scil/scic_sds_stp_request.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/isci/scil/scic_sds_unsolicited_frame_control.c b/sys/dev/isci/scil/scic_sds_unsolicited_frame_control.c index d9e214a49123..142d7e80646b 100644 --- a/sys/dev/isci/scil/scic_sds_unsolicited_frame_control.c +++ b/sys/dev/isci/scil/scic_sds_unsolicited_frame_control.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * diff --git a/sys/dev/isci/scil/scif_sas_controller.c b/sys/dev/isci/scil/scif_sas_controller.c index a3dd5513bdc8..d20e75735838 100644 --- a/sys/dev/isci/scil/scif_sas_controller.c +++ b/sys/dev/isci/scil/scif_sas_controller.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * diff --git a/sys/dev/isci/scil/scif_sas_controller_state_handlers.c b/sys/dev/isci/scil/scif_sas_controller_state_handlers.c index d0704a1e8f44..96bb584adc14 100644 --- a/sys/dev/isci/scil/scif_sas_controller_state_handlers.c +++ b/sys/dev/isci/scil/scif_sas_controller_state_handlers.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * diff --git a/sys/dev/isci/scil/scif_sas_controller_states.c b/sys/dev/isci/scil/scif_sas_controller_states.c index e5a88a917ee1..6330b21e7693 100644 --- a/sys/dev/isci/scil/scif_sas_controller_states.c +++ b/sys/dev/isci/scil/scif_sas_controller_states.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * diff --git a/sys/dev/isci/scil/scif_sas_domain.c b/sys/dev/isci/scil/scif_sas_domain.c index a6a3d70132e4..116c2e2d1441 100644 --- a/sys/dev/isci/scil/scif_sas_domain.c +++ b/sys/dev/isci/scil/scif_sas_domain.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * diff --git a/sys/dev/isci/scil/scif_sas_domain_state_handlers.c b/sys/dev/isci/scil/scif_sas_domain_state_handlers.c index 89188b334431..8258afa319f5 100644 --- a/sys/dev/isci/scil/scif_sas_domain_state_handlers.c +++ b/sys/dev/isci/scil/scif_sas_domain_state_handlers.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * diff --git a/sys/dev/isci/scil/scif_sas_domain_states.c b/sys/dev/isci/scil/scif_sas_domain_states.c index 84f8e53189d3..c70385336b54 100644 --- a/sys/dev/isci/scil/scif_sas_domain_states.c +++ b/sys/dev/isci/scil/scif_sas_domain_states.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * diff --git a/sys/dev/isci/scil/scif_sas_high_priority_request_queue.c b/sys/dev/isci/scil/scif_sas_high_priority_request_queue.c index 1999a9e84912..9f15efabcadd 100644 --- a/sys/dev/isci/scil/scif_sas_high_priority_request_queue.c +++ b/sys/dev/isci/scil/scif_sas_high_priority_request_queue.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * diff --git a/sys/dev/isci/scil/scif_sas_internal_io_request.c b/sys/dev/isci/scil/scif_sas_internal_io_request.c index 7086b817d64b..2bd373506ae6 100644 --- a/sys/dev/isci/scil/scif_sas_internal_io_request.c +++ b/sys/dev/isci/scil/scif_sas_internal_io_request.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * diff --git a/sys/dev/isci/scil/scif_sas_io_request.c b/sys/dev/isci/scil/scif_sas_io_request.c index e0461ae2f366..7552e6d9b62f 100644 --- a/sys/dev/isci/scil/scif_sas_io_request.c +++ b/sys/dev/isci/scil/scif_sas_io_request.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * diff --git a/sys/dev/isci/scil/scif_sas_io_request_state_handlers.c b/sys/dev/isci/scil/scif_sas_io_request_state_handlers.c index 0111e7a023ab..a54fc442e734 100644 --- a/sys/dev/isci/scil/scif_sas_io_request_state_handlers.c +++ b/sys/dev/isci/scil/scif_sas_io_request_state_handlers.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * diff --git a/sys/dev/isci/scil/scif_sas_io_request_states.c b/sys/dev/isci/scil/scif_sas_io_request_states.c index 13d9f5636c7a..5f60b354be67 100644 --- a/sys/dev/isci/scil/scif_sas_io_request_states.c +++ b/sys/dev/isci/scil/scif_sas_io_request_states.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * diff --git a/sys/dev/isci/scil/scif_sas_library.c b/sys/dev/isci/scil/scif_sas_library.c index 015f8f00eaa0..d5c91e3c5f1e 100644 --- a/sys/dev/isci/scil/scif_sas_library.c +++ b/sys/dev/isci/scil/scif_sas_library.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * diff --git a/sys/dev/isci/scil/scif_sas_remote_device.c b/sys/dev/isci/scil/scif_sas_remote_device.c index ddca93e80f56..8234eb1f357b 100644 --- a/sys/dev/isci/scil/scif_sas_remote_device.c +++ b/sys/dev/isci/scil/scif_sas_remote_device.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * diff --git a/sys/dev/isci/scil/scif_sas_remote_device_ready_substate_handlers.c b/sys/dev/isci/scil/scif_sas_remote_device_ready_substate_handlers.c index 514624dba0d6..87e4df726814 100644 --- a/sys/dev/isci/scil/scif_sas_remote_device_ready_substate_handlers.c +++ b/sys/dev/isci/scil/scif_sas_remote_device_ready_substate_handlers.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * diff --git a/sys/dev/isci/scil/scif_sas_remote_device_ready_substates.c b/sys/dev/isci/scil/scif_sas_remote_device_ready_substates.c index 24a10a23ee61..d6c5f1401bb0 100644 --- a/sys/dev/isci/scil/scif_sas_remote_device_ready_substates.c +++ b/sys/dev/isci/scil/scif_sas_remote_device_ready_substates.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * diff --git a/sys/dev/isci/scil/scif_sas_remote_device_starting_substate_handlers.c b/sys/dev/isci/scil/scif_sas_remote_device_starting_substate_handlers.c index 8027469ef856..854781fe8f8e 100644 --- a/sys/dev/isci/scil/scif_sas_remote_device_starting_substate_handlers.c +++ b/sys/dev/isci/scil/scif_sas_remote_device_starting_substate_handlers.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * diff --git a/sys/dev/isci/scil/scif_sas_remote_device_starting_substates.c b/sys/dev/isci/scil/scif_sas_remote_device_starting_substates.c index 37dd878fac92..feb4d49944ea 100644 --- a/sys/dev/isci/scil/scif_sas_remote_device_starting_substates.c +++ b/sys/dev/isci/scil/scif_sas_remote_device_starting_substates.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * diff --git a/sys/dev/isci/scil/scif_sas_remote_device_state_handlers.c b/sys/dev/isci/scil/scif_sas_remote_device_state_handlers.c index 64a06629c553..0623fdebe9f2 100644 --- a/sys/dev/isci/scil/scif_sas_remote_device_state_handlers.c +++ b/sys/dev/isci/scil/scif_sas_remote_device_state_handlers.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * diff --git a/sys/dev/isci/scil/scif_sas_remote_device_states.c b/sys/dev/isci/scil/scif_sas_remote_device_states.c index 98ea9db1c5d6..9d24f61f5f41 100644 --- a/sys/dev/isci/scil/scif_sas_remote_device_states.c +++ b/sys/dev/isci/scil/scif_sas_remote_device_states.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * diff --git a/sys/dev/isci/scil/scif_sas_request.c b/sys/dev/isci/scil/scif_sas_request.c index 2fff5cd9df44..90cf1edf4c50 100644 --- a/sys/dev/isci/scil/scif_sas_request.c +++ b/sys/dev/isci/scil/scif_sas_request.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * diff --git a/sys/dev/isci/scil/scif_sas_smp_activity_clear_affiliation.c b/sys/dev/isci/scil/scif_sas_smp_activity_clear_affiliation.c index 123abed1d412..3b504e6c475a 100644 --- a/sys/dev/isci/scil/scif_sas_smp_activity_clear_affiliation.c +++ b/sys/dev/isci/scil/scif_sas_smp_activity_clear_affiliation.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * diff --git a/sys/dev/isci/scil/scif_sas_smp_io_request.c b/sys/dev/isci/scil/scif_sas_smp_io_request.c index 3452993a9fbf..58e11e6a7140 100644 --- a/sys/dev/isci/scil/scif_sas_smp_io_request.c +++ b/sys/dev/isci/scil/scif_sas_smp_io_request.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * diff --git a/sys/dev/isci/scil/scif_sas_smp_phy.c b/sys/dev/isci/scil/scif_sas_smp_phy.c index 60ac048370b8..c46d6b202482 100644 --- a/sys/dev/isci/scil/scif_sas_smp_phy.c +++ b/sys/dev/isci/scil/scif_sas_smp_phy.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * diff --git a/sys/dev/isci/scil/scif_sas_smp_remote_device.c b/sys/dev/isci/scil/scif_sas_smp_remote_device.c index a1353ffa6a09..d6055adc13f9 100644 --- a/sys/dev/isci/scil/scif_sas_smp_remote_device.c +++ b/sys/dev/isci/scil/scif_sas_smp_remote_device.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * diff --git a/sys/dev/isci/scil/scif_sas_stp_io_request.c b/sys/dev/isci/scil/scif_sas_stp_io_request.c index 671389267a7f..90aacbf4196b 100644 --- a/sys/dev/isci/scil/scif_sas_stp_io_request.c +++ b/sys/dev/isci/scil/scif_sas_stp_io_request.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * diff --git a/sys/dev/isci/scil/scif_sas_stp_remote_device.c b/sys/dev/isci/scil/scif_sas_stp_remote_device.c index 280cc8e8a31d..685fa8fb34e8 100644 --- a/sys/dev/isci/scil/scif_sas_stp_remote_device.c +++ b/sys/dev/isci/scil/scif_sas_stp_remote_device.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * diff --git a/sys/dev/isci/scil/scif_sas_stp_task_request.c b/sys/dev/isci/scil/scif_sas_stp_task_request.c index 495f923834cb..c85d9e3a99e0 100644 --- a/sys/dev/isci/scil/scif_sas_stp_task_request.c +++ b/sys/dev/isci/scil/scif_sas_stp_task_request.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/isci/scil/scif_sas_task_request.c b/sys/dev/isci/scil/scif_sas_task_request.c index 38f45668fcba..2583069bb1a0 100644 --- a/sys/dev/isci/scil/scif_sas_task_request.c +++ b/sys/dev/isci/scil/scif_sas_task_request.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * diff --git a/sys/dev/isci/scil/scif_sas_task_request_state_handlers.c b/sys/dev/isci/scil/scif_sas_task_request_state_handlers.c index 76daad7b9a9a..57c88cfbdce0 100644 --- a/sys/dev/isci/scil/scif_sas_task_request_state_handlers.c +++ b/sys/dev/isci/scil/scif_sas_task_request_state_handlers.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * diff --git a/sys/dev/isci/scil/scif_sas_task_request_states.c b/sys/dev/isci/scil/scif_sas_task_request_states.c index 65e8b4dd7e51..73ec622193dc 100644 --- a/sys/dev/isci/scil/scif_sas_task_request_states.c +++ b/sys/dev/isci/scil/scif_sas_task_request_states.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * diff --git a/sys/dev/isci/scil/scif_sas_timer.c b/sys/dev/isci/scil/scif_sas_timer.c index 1da91e90c70a..a19dfd4bfbaf 100644 --- a/sys/dev/isci/scil/scif_sas_timer.c +++ b/sys/dev/isci/scil/scif_sas_timer.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * @file * diff --git a/sys/dev/iscsi/icl.c b/sys/dev/iscsi/icl.c index 4487e7400f52..6854107a0f92 100644 --- a/sys/dev/iscsi/icl.c +++ b/sys/dev/iscsi/icl.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/iscsi/icl_soft.c b/sys/dev/iscsi/icl_soft.c index 7baf1f5911e4..1f0cee724e91 100644 --- a/sys/dev/iscsi/icl_soft.c +++ b/sys/dev/iscsi/icl_soft.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/iscsi/icl_soft_proxy.c b/sys/dev/iscsi/icl_soft_proxy.c index a0bae7f62e8a..60c617ef21a3 100644 --- a/sys/dev/iscsi/icl_soft_proxy.c +++ b/sys/dev/iscsi/icl_soft_proxy.c @@ -67,8 +67,6 @@ #ifdef ICL_KERNEL_PROXY #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/iscsi/iscsi.c b/sys/dev/iscsi/iscsi.c index addd999a6eb3..ecf4fe21a165 100644 --- a/sys/dev/iscsi/iscsi.c +++ b/sys/dev/iscsi/iscsi.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/isl/isl.c b/sys/dev/isl/isl.c index d8ce370e294f..558fc88975fa 100644 --- a/sys/dev/isl/isl.c +++ b/sys/dev/isl/isl.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Driver for intersil I2C ISL29018 Digital Ambient Light Sensor and Proximity * Sensor with Interrupt Function, only tested connected over SMBus (ig4iic). diff --git a/sys/dev/ismt/ismt.c b/sys/dev/ismt/ismt.c index f7768a6ab0a4..b6b9e6d5e779 100644 --- a/sys/dev/ismt/ismt.c +++ b/sys/dev/ismt/ismt.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/isp/isp.c b/sys/dev/isp/isp.c index a199c4242291..74f90b64441c 100644 --- a/sys/dev/isp/isp.c +++ b/sys/dev/isp/isp.c @@ -50,7 +50,6 @@ __KERNEL_RCSID(0, "$NetBSD$"); #endif #ifdef __FreeBSD__ #include -__FBSDID("$FreeBSD$"); #include #endif #ifdef __OpenBSD__ diff --git a/sys/dev/isp/isp_freebsd.c b/sys/dev/isp/isp_freebsd.c index 46fe858fc93d..853446921001 100644 --- a/sys/dev/isp/isp_freebsd.c +++ b/sys/dev/isp/isp_freebsd.c @@ -31,8 +31,6 @@ * Platform (FreeBSD) dependent common attachment code for Qlogic adapters. */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/isp/isp_library.c b/sys/dev/isp/isp_library.c index 9ba9e75c4436..29f2fff38ddb 100644 --- a/sys/dev/isp/isp_library.c +++ b/sys/dev/isp/isp_library.c @@ -38,7 +38,6 @@ __KERNEL_RCSID(0, "$NetBSD$"); #endif #ifdef __FreeBSD__ #include -__FBSDID("$FreeBSD$"); #include #endif #ifdef __OpenBSD__ diff --git a/sys/dev/isp/isp_pci.c b/sys/dev/isp/isp_pci.c index 236fcfb9774f..75e619d2d05b 100644 --- a/sys/dev/isp/isp_pci.c +++ b/sys/dev/isp/isp_pci.c @@ -31,8 +31,6 @@ * FreeBSD Version. */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/isp/isp_target.c b/sys/dev/isp/isp_target.c index 6efe645127d7..081524aff53c 100644 --- a/sys/dev/isp/isp_target.c +++ b/sys/dev/isp/isp_target.c @@ -44,7 +44,6 @@ #endif #ifdef __FreeBSD__ #include -__FBSDID("$FreeBSD$"); #include #endif #ifdef __OpenBSD__ diff --git a/sys/dev/ispfw/ispfw.c b/sys/dev/ispfw/ispfw.c index 99adabb6b774..321cc172ee82 100644 --- a/sys/dev/ispfw/ispfw.c +++ b/sys/dev/ispfw/ispfw.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/itwd/itwd.c b/sys/dev/itwd/itwd.c index a2fb79db5f3c..0b53cee8535c 100644 --- a/sys/dev/itwd/itwd.c +++ b/sys/dev/itwd/itwd.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/iwi/if_iwi.c b/sys/dev/iwi/if_iwi.c index c68cf5bc6b73..1f1faa061409 100644 --- a/sys/dev/iwi/if_iwi.c +++ b/sys/dev/iwi/if_iwi.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /*- * Intel(R) PRO/Wireless 2200BG/2225BG/2915ABG driver * http://www.intel.com/network/connectivity/products/wireless/prowireless_mobile.htm diff --git a/sys/dev/iwm/if_iwm.c b/sys/dev/iwm/if_iwm.c index c3a7e45c574d..62347d6efbff 100644 --- a/sys/dev/iwm/if_iwm.c +++ b/sys/dev/iwm/if_iwm.c @@ -103,8 +103,6 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include "opt_iwm.h" diff --git a/sys/dev/iwm/if_iwm_7000.c b/sys/dev/iwm/if_iwm_7000.c index 3da0cac2b429..b5d8e13e584e 100644 --- a/sys/dev/iwm/if_iwm_7000.c +++ b/sys/dev/iwm/if_iwm_7000.c @@ -70,8 +70,6 @@ *****************************************************************************/ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include "opt_iwm.h" diff --git a/sys/dev/iwm/if_iwm_8000.c b/sys/dev/iwm/if_iwm_8000.c index 59df62528809..f45a96319a11 100644 --- a/sys/dev/iwm/if_iwm_8000.c +++ b/sys/dev/iwm/if_iwm_8000.c @@ -69,8 +69,6 @@ *****************************************************************************/ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include "opt_iwm.h" diff --git a/sys/dev/iwm/if_iwm_9000.c b/sys/dev/iwm/if_iwm_9000.c index fe7898c5b483..be86478c74c1 100644 --- a/sys/dev/iwm/if_iwm_9000.c +++ b/sys/dev/iwm/if_iwm_9000.c @@ -69,8 +69,6 @@ *****************************************************************************/ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include "opt_iwm.h" diff --git a/sys/dev/iwm/if_iwm_9260.c b/sys/dev/iwm/if_iwm_9260.c index a92ba9ebbe35..f84f7ab782ee 100644 --- a/sys/dev/iwm/if_iwm_9260.c +++ b/sys/dev/iwm/if_iwm_9260.c @@ -69,8 +69,6 @@ *****************************************************************************/ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include "opt_iwm.h" diff --git a/sys/dev/iwm/if_iwm_binding.c b/sys/dev/iwm/if_iwm_binding.c index 6b0b19b7515c..286c7a70a153 100644 --- a/sys/dev/iwm/if_iwm_binding.c +++ b/sys/dev/iwm/if_iwm_binding.c @@ -87,8 +87,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include "opt_iwm.h" diff --git a/sys/dev/iwm/if_iwm_fw.c b/sys/dev/iwm/if_iwm_fw.c index c7cc8702f4e5..ee0978a4d620 100644 --- a/sys/dev/iwm/if_iwm_fw.c +++ b/sys/dev/iwm/if_iwm_fw.c @@ -71,8 +71,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include "opt_iwm.h" diff --git a/sys/dev/iwm/if_iwm_led.c b/sys/dev/iwm/if_iwm_led.c index f376bd1cb687..512ade5fde05 100644 --- a/sys/dev/iwm/if_iwm_led.c +++ b/sys/dev/iwm/if_iwm_led.c @@ -87,8 +87,6 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include "opt_iwm.h" diff --git a/sys/dev/iwm/if_iwm_mac_ctxt.c b/sys/dev/iwm/if_iwm_mac_ctxt.c index 7e0d3d815373..7c6d04850a1e 100644 --- a/sys/dev/iwm/if_iwm_mac_ctxt.c +++ b/sys/dev/iwm/if_iwm_mac_ctxt.c @@ -103,8 +103,6 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include "opt_iwm.h" diff --git a/sys/dev/iwm/if_iwm_notif_wait.c b/sys/dev/iwm/if_iwm_notif_wait.c index 47f02a6cfea7..0037aee9f501 100644 --- a/sys/dev/iwm/if_iwm_notif_wait.c +++ b/sys/dev/iwm/if_iwm_notif_wait.c @@ -67,8 +67,6 @@ *****************************************************************************/ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include "opt_iwm.h" diff --git a/sys/dev/iwm/if_iwm_pcie_trans.c b/sys/dev/iwm/if_iwm_pcie_trans.c index 9178a1d2982f..96134b4c9d81 100644 --- a/sys/dev/iwm/if_iwm_pcie_trans.c +++ b/sys/dev/iwm/if_iwm_pcie_trans.c @@ -103,8 +103,6 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include "opt_iwm.h" diff --git a/sys/dev/iwm/if_iwm_phy_ctxt.c b/sys/dev/iwm/if_iwm_phy_ctxt.c index 3815d1385fb1..65ebc4449af9 100644 --- a/sys/dev/iwm/if_iwm_phy_ctxt.c +++ b/sys/dev/iwm/if_iwm_phy_ctxt.c @@ -103,8 +103,6 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include "opt_iwm.h" diff --git a/sys/dev/iwm/if_iwm_phy_db.c b/sys/dev/iwm/if_iwm_phy_db.c index 08ded1121d03..feff22062314 100644 --- a/sys/dev/iwm/if_iwm_phy_db.c +++ b/sys/dev/iwm/if_iwm_phy_db.c @@ -103,8 +103,6 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include "opt_iwm.h" diff --git a/sys/dev/iwm/if_iwm_power.c b/sys/dev/iwm/if_iwm_power.c index 5507d6b4e97c..75216a1e605b 100644 --- a/sys/dev/iwm/if_iwm_power.c +++ b/sys/dev/iwm/if_iwm_power.c @@ -87,8 +87,6 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include "opt_iwm.h" diff --git a/sys/dev/iwm/if_iwm_scan.c b/sys/dev/iwm/if_iwm_scan.c index efba76ad502a..d0513f2e8a35 100644 --- a/sys/dev/iwm/if_iwm_scan.c +++ b/sys/dev/iwm/if_iwm_scan.c @@ -103,8 +103,6 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include "opt_iwm.h" diff --git a/sys/dev/iwm/if_iwm_sf.c b/sys/dev/iwm/if_iwm_sf.c index 9ba92b660930..f3c8dd568405 100644 --- a/sys/dev/iwm/if_iwm_sf.c +++ b/sys/dev/iwm/if_iwm_sf.c @@ -88,8 +88,6 @@ *****************************************************************************/ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include "opt_iwm.h" diff --git a/sys/dev/iwm/if_iwm_sta.c b/sys/dev/iwm/if_iwm_sta.c index 3d9ff102ac36..4c0fbd24658c 100644 --- a/sys/dev/iwm/if_iwm_sta.c +++ b/sys/dev/iwm/if_iwm_sta.c @@ -73,8 +73,6 @@ *****************************************************************************/ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include "opt_iwm.h" diff --git a/sys/dev/iwm/if_iwm_time_event.c b/sys/dev/iwm/if_iwm_time_event.c index 57c7e389a6be..df149bad13bd 100644 --- a/sys/dev/iwm/if_iwm_time_event.c +++ b/sys/dev/iwm/if_iwm_time_event.c @@ -103,8 +103,6 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include "opt_iwm.h" diff --git a/sys/dev/iwm/if_iwm_util.c b/sys/dev/iwm/if_iwm_util.c index 4783b335f12b..305a5289f4a5 100644 --- a/sys/dev/iwm/if_iwm_util.c +++ b/sys/dev/iwm/if_iwm_util.c @@ -103,8 +103,6 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include "opt_iwm.h" diff --git a/sys/dev/iwn/if_iwn.c b/sys/dev/iwn/if_iwn.c index 8795032fc3ae..0838cbb5cdd0 100644 --- a/sys/dev/iwn/if_iwn.c +++ b/sys/dev/iwn/if_iwn.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include "opt_iwn.h" diff --git a/sys/dev/jme/if_jme.c b/sys/dev/jme/if_jme.c index 8dac476f9aad..89c78d80afe0 100644 --- a/sys/dev/jme/if_jme.c +++ b/sys/dev/jme/if_jme.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/kbd/kbd.c b/sys/dev/kbd/kbd.c index 071c6a165706..3095dfc3cabf 100644 --- a/sys/dev/kbd/kbd.c +++ b/sys/dev/kbd/kbd.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_kbd.h" #include diff --git a/sys/dev/kvm_clock/kvm_clock.c b/sys/dev/kvm_clock/kvm_clock.c index ea7c3dc3e206..81e50d4fae86 100644 --- a/sys/dev/kvm_clock/kvm_clock.c +++ b/sys/dev/kvm_clock/kvm_clock.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/le/am7990.c b/sys/dev/le/am7990.c index 79c780cc8f43..3aa4defc82c8 100644 --- a/sys/dev/le/am7990.c +++ b/sys/dev/le/am7990.c @@ -67,8 +67,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/le/am79900.c b/sys/dev/le/am79900.c index cee7361654a0..1b8362703f68 100644 --- a/sys/dev/le/am79900.c +++ b/sys/dev/le/am79900.c @@ -105,8 +105,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/le/if_le_isa.c b/sys/dev/le/if_le_isa.c index def95f6f5f90..aadb05e8ddb6 100644 --- a/sys/dev/le/if_le_isa.c +++ b/sys/dev/le/if_le_isa.c @@ -67,8 +67,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/le/if_le_pci.c b/sys/dev/le/if_le_pci.c index f3caec002246..f38a04d7d5cb 100644 --- a/sys/dev/le/if_le_pci.c +++ b/sys/dev/le/if_le_pci.c @@ -67,8 +67,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/le/lance.c b/sys/dev/le/lance.c index 9b8a39086371..e09e82eb34cc 100644 --- a/sys/dev/le/lance.c +++ b/sys/dev/le/lance.c @@ -67,8 +67,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/led/led.c b/sys/dev/led/led.c index c57be67c0e9f..175ef2deaa64 100644 --- a/sys/dev/led/led.c +++ b/sys/dev/led/led.c @@ -11,8 +11,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/lge/if_lge.c b/sys/dev/lge/if_lge.c index bbca5dfb77c2..d77866ee3cad 100644 --- a/sys/dev/lge/if_lge.c +++ b/sys/dev/lge/if_lge.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Level 1 LXT1001 gigabit ethernet driver for FreeBSD. Public * documentation not available, but ask me nicely. diff --git a/sys/dev/mailbox/arm/arm_doorbell.c b/sys/dev/mailbox/arm/arm_doorbell.c index dcf88c711140..75a7bdc5fce2 100644 --- a/sys/dev/mailbox/arm/arm_doorbell.c +++ b/sys/dev/mailbox/arm/arm_doorbell.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/malo/if_malo.c b/sys/dev/malo/if_malo.c index ac2b0bf5a441..9ef7dedcd30e 100644 --- a/sys/dev/malo/if_malo.c +++ b/sys/dev/malo/if_malo.c @@ -33,7 +33,6 @@ #include #ifdef __FreeBSD__ -__FBSDID("$FreeBSD$"); #endif #include "opt_malo.h" diff --git a/sys/dev/malo/if_malo_pci.c b/sys/dev/malo/if_malo_pci.c index b5d7d1fff53d..0693fd520f93 100644 --- a/sys/dev/malo/if_malo_pci.c +++ b/sys/dev/malo/if_malo_pci.c @@ -33,7 +33,6 @@ #include #ifdef __FreeBSD__ -__FBSDID("$FreeBSD$"); #endif /* diff --git a/sys/dev/malo/if_malohal.c b/sys/dev/malo/if_malohal.c index 6a0c26661fd3..476ffd9f6cc0 100644 --- a/sys/dev/malo/if_malohal.c +++ b/sys/dev/malo/if_malohal.c @@ -33,7 +33,6 @@ #include #ifdef __FreeBSD__ -__FBSDID("$FreeBSD$"); #endif #include diff --git a/sys/dev/mana/gdma_main.c b/sys/dev/mana/gdma_main.c index 6bda6eae13eb..2de606d54957 100644 --- a/sys/dev/mana/gdma_main.c +++ b/sys/dev/mana/gdma_main.c @@ -28,8 +28,6 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/mana/gdma_util.c b/sys/dev/mana/gdma_util.c index 304caa28ec7a..de515b3e75df 100644 --- a/sys/dev/mana/gdma_util.c +++ b/sys/dev/mana/gdma_util.c @@ -28,8 +28,6 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/mana/hw_channel.c b/sys/dev/mana/hw_channel.c index 845a47eac96a..1ecd276c0152 100644 --- a/sys/dev/mana/hw_channel.c +++ b/sys/dev/mana/hw_channel.c @@ -28,8 +28,6 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/mana/mana_en.c b/sys/dev/mana/mana_en.c index 4bab6719e59f..49558cdc97c6 100644 --- a/sys/dev/mana/mana_en.c +++ b/sys/dev/mana/mana_en.c @@ -28,8 +28,6 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/mana/mana_sysctl.c b/sys/dev/mana/mana_sysctl.c index f0821f05f2d2..79a4867a0abf 100644 --- a/sys/dev/mana/mana_sysctl.c +++ b/sys/dev/mana/mana_sysctl.c @@ -28,9 +28,6 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include -__FBSDID("$FreeBSD$"); - - #include "mana_sysctl.h" static int mana_sysctl_cleanup_thread_cpu(SYSCTL_HANDLER_ARGS); diff --git a/sys/dev/mana/shm_channel.c b/sys/dev/mana/shm_channel.c index 17679626d822..94afed503831 100644 --- a/sys/dev/mana/shm_channel.c +++ b/sys/dev/mana/shm_channel.c @@ -28,8 +28,6 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/mem/memdev.c b/sys/dev/mem/memdev.c index e81cbcb29131..16ef3a205163 100644 --- a/sys/dev/mem/memdev.c +++ b/sys/dev/mem/memdev.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/mem/memutil.c b/sys/dev/mem/memutil.c index 0e25782ee8b4..8f296520c348 100644 --- a/sys/dev/mem/memutil.c +++ b/sys/dev/mem/memutil.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/mfi/mfi.c b/sys/dev/mfi/mfi.c index a69fc5b2ac81..3a61559d4605 100644 --- a/sys/dev/mfi/mfi.c +++ b/sys/dev/mfi/mfi.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_mfi.h" #include diff --git a/sys/dev/mfi/mfi_cam.c b/sys/dev/mfi/mfi_cam.c index 10770049c6fc..cce303c123e5 100644 --- a/sys/dev/mfi/mfi_cam.c +++ b/sys/dev/mfi/mfi_cam.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_mfi.h" #include diff --git a/sys/dev/mfi/mfi_debug.c b/sys/dev/mfi/mfi_debug.c index 9ccfaee2dc5b..32639d7444dd 100644 --- a/sys/dev/mfi/mfi_debug.c +++ b/sys/dev/mfi/mfi_debug.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_mfi.h" #ifdef MFI_DEBUG diff --git a/sys/dev/mfi/mfi_disk.c b/sys/dev/mfi/mfi_disk.c index dfe32fa8499d..29c7bdc79aa1 100644 --- a/sys/dev/mfi/mfi_disk.c +++ b/sys/dev/mfi/mfi_disk.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_mfi.h" #include diff --git a/sys/dev/mfi/mfi_ioctl.h b/sys/dev/mfi/mfi_ioctl.h index b4e65971e7e9..26ca84bb3765 100644 --- a/sys/dev/mfi/mfi_ioctl.h +++ b/sys/dev/mfi/mfi_ioctl.h @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include struct iovec32 { diff --git a/sys/dev/mfi/mfi_linux.c b/sys/dev/mfi/mfi_linux.c index ce6b3f49ae8b..f9a6cad52d72 100644 --- a/sys/dev/mfi/mfi_linux.c +++ b/sys/dev/mfi/mfi_linux.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/mfi/mfi_pci.c b/sys/dev/mfi/mfi_pci.c index 6dfba2c916d9..de7d88556c8c 100644 --- a/sys/dev/mfi/mfi_pci.c +++ b/sys/dev/mfi/mfi_pci.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* PCI/PCI-X/PCIe bus interface for the LSI MegaSAS controllers */ #include "opt_mfi.h" diff --git a/sys/dev/mfi/mfi_syspd.c b/sys/dev/mfi/mfi_syspd.c index 493c2f394376..4353e2598f5c 100644 --- a/sys/dev/mfi/mfi_syspd.c +++ b/sys/dev/mfi/mfi_syspd.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_mfi.h" #include diff --git a/sys/dev/mfi/mfi_tbolt.c b/sys/dev/mfi/mfi_tbolt.c index f25337bfd091..6db7610f46e6 100644 --- a/sys/dev/mfi/mfi_tbolt.c +++ b/sys/dev/mfi/mfi_tbolt.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_mfi.h" #include diff --git a/sys/dev/mfi/mfireg.h b/sys/dev/mfi/mfireg.h index d649cc5aa9cb..f7e3ebc98cd4 100644 --- a/sys/dev/mfi/mfireg.h +++ b/sys/dev/mfi/mfireg.h @@ -56,8 +56,6 @@ #define _MFIREG_H #include -__FBSDID("$FreeBSD$"); - /* * MegaRAID SAS MFI firmware definitions * diff --git a/sys/dev/mfi/mfivar.h b/sys/dev/mfi/mfivar.h index a3bb9a1bfdff..c2f9e1c48b34 100644 --- a/sys/dev/mfi/mfivar.h +++ b/sys/dev/mfi/mfivar.h @@ -56,8 +56,6 @@ #define _MFIVAR_H #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/dev/mgb/if_mgb.c b/sys/dev/mgb/if_mgb.c index 3479ffb20095..60d0c21ccceb 100644 --- a/sys/dev/mgb/if_mgb.c +++ b/sys/dev/mgb/if_mgb.c @@ -28,8 +28,6 @@ * SUCH DAMAGE. */ #include -__FBSDID("$FreeBSD$"); - /* * Microchip LAN7430/LAN7431 PCIe to Gigabit Ethernet Controller driver. * diff --git a/sys/dev/mge/if_mge.c b/sys/dev/mge/if_mge.c index b3664eeb66a0..30650cc6df82 100644 --- a/sys/dev/mge/if_mge.c +++ b/sys/dev/mge/if_mge.c @@ -38,8 +38,6 @@ #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/mii/acphy.c b/sys/dev/mii/acphy.c index 64d6564c70d6..5396b6600f3d 100644 --- a/sys/dev/mii/acphy.c +++ b/sys/dev/mii/acphy.c @@ -55,8 +55,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Driver for Altima AC101 10/100 PHY */ diff --git a/sys/dev/mii/amphy.c b/sys/dev/mii/amphy.c index 89f5aca3a4de..647d4f10a720 100644 --- a/sys/dev/mii/amphy.c +++ b/sys/dev/mii/amphy.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * driver for AMD AM79c873 PHYs * This driver also works for Davicom DM910{1,2} PHYs, which appear diff --git a/sys/dev/mii/atphy.c b/sys/dev/mii/atphy.c index 050c38768989..cfc1484c0ae1 100644 --- a/sys/dev/mii/atphy.c +++ b/sys/dev/mii/atphy.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Driver for the Attansic/Atheros F1 10/100/1000 PHY. */ diff --git a/sys/dev/mii/axphy.c b/sys/dev/mii/axphy.c index 7c20bb222b17..8bb5a9489723 100644 --- a/sys/dev/mii/axphy.c +++ b/sys/dev/mii/axphy.c @@ -26,8 +26,6 @@ * SUCH DAMAGE. */ #include -__FBSDID("$FreeBSD$"); - /* * driver for internal phy in the AX88x9x chips. */ diff --git a/sys/dev/mii/bmtphy.c b/sys/dev/mii/bmtphy.c index e289a1c19281..28283ea6e31a 100644 --- a/sys/dev/mii/bmtphy.c +++ b/sys/dev/mii/bmtphy.c @@ -58,8 +58,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Driver for the Broadcom BCM5201/BCM5202 "Mini-Theta" PHYs. This also * drives the PHY on the 3Com 3c905C. The 3c905C's PHY is described in diff --git a/sys/dev/mii/brgphy.c b/sys/dev/mii/brgphy.c index 4bd028041971..73b300c8e8e5 100644 --- a/sys/dev/mii/brgphy.c +++ b/sys/dev/mii/brgphy.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Driver for the Broadcom BCM54xx/57xx 1000baseTX PHY. */ diff --git a/sys/dev/mii/ciphy.c b/sys/dev/mii/ciphy.c index 62f492a36e19..b84c6e06dfb1 100644 --- a/sys/dev/mii/ciphy.c +++ b/sys/dev/mii/ciphy.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Driver for the Cicada/Vitesse CS/VSC8xxx 10/100/1000 copper PHY. */ diff --git a/sys/dev/mii/dp83822phy.c b/sys/dev/mii/dp83822phy.c index 06db503ab71e..ad826edbf16e 100644 --- a/sys/dev/mii/dp83822phy.c +++ b/sys/dev/mii/dp83822phy.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/mii/dp83867phy.c b/sys/dev/mii/dp83867phy.c index 3fb5f1b630aa..b6fa24fd5c5d 100644 --- a/sys/dev/mii/dp83867phy.c +++ b/sys/dev/mii/dp83867phy.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/mii/e1000phy.c b/sys/dev/mii/e1000phy.c index 4e78b2da75d0..e978c043d72a 100644 --- a/sys/dev/mii/e1000phy.c +++ b/sys/dev/mii/e1000phy.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * driver for the Marvell 88E1000 series external 1000/100/10-BT PHY. */ diff --git a/sys/dev/mii/gentbi.c b/sys/dev/mii/gentbi.c index 702012108283..c4deacf22767 100644 --- a/sys/dev/mii/gentbi.c +++ b/sys/dev/mii/gentbi.c @@ -64,8 +64,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Driver for generic unknown ten-bit interfaces(1000BASE-{LX,SX} * fiber interfaces). diff --git a/sys/dev/mii/icsphy.c b/sys/dev/mii/icsphy.c index 072da992dfae..b76b57415aec 100644 --- a/sys/dev/mii/icsphy.c +++ b/sys/dev/mii/icsphy.c @@ -57,8 +57,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * driver for Integrated Circuit Systems' ICS1889-1893 ethernet 10/100 PHY * datasheet from www.icst.com diff --git a/sys/dev/mii/ip1000phy.c b/sys/dev/mii/ip1000phy.c index 5902e5cefd56..6a903f434d57 100644 --- a/sys/dev/mii/ip1000phy.c +++ b/sys/dev/mii/ip1000phy.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Driver for the IC Plus IP1000A/IP1001 10/100/1000 PHY. */ diff --git a/sys/dev/mii/jmphy.c b/sys/dev/mii/jmphy.c index aa90ca9fdb8b..a7c5cfe01a3c 100644 --- a/sys/dev/mii/jmphy.c +++ b/sys/dev/mii/jmphy.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Driver for the JMicron JMP211 10/100/1000, JMP202 10/100 PHY. */ diff --git a/sys/dev/mii/lxtphy.c b/sys/dev/mii/lxtphy.c index f460539a71bd..bfdf72e1476e 100644 --- a/sys/dev/mii/lxtphy.c +++ b/sys/dev/mii/lxtphy.c @@ -58,8 +58,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * driver for Level One's LXT-970 ethernet 10/100 PHY * datasheet from www.level1.com diff --git a/sys/dev/mii/micphy.c b/sys/dev/mii/micphy.c index d8148ae4e6a4..fa212bf43655 100644 --- a/sys/dev/mii/micphy.c +++ b/sys/dev/mii/micphy.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Micrel KSZ8081/KSZ9021/KSZ9031 Gigabit Ethernet Transceiver */ diff --git a/sys/dev/mii/mii.c b/sys/dev/mii/mii.c index b71473f38c50..83c8aafdf9fb 100644 --- a/sys/dev/mii/mii.c +++ b/sys/dev/mii/mii.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * MII bus layer, glues MII-capable network interface drivers to sharable * PHY drivers. This exports an interface compatible with BSD/OS 3.0's, diff --git a/sys/dev/mii/mii_bitbang.c b/sys/dev/mii/mii_bitbang.c index ea733640190e..b6998fe1ef5a 100644 --- a/sys/dev/mii/mii_bitbang.c +++ b/sys/dev/mii/mii_bitbang.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/mii/mii_fdt.c b/sys/dev/mii/mii_fdt.c index 69755b610db3..240312114cf2 100644 --- a/sys/dev/mii/mii_fdt.c +++ b/sys/dev/mii/mii_fdt.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Utility functions for PHY drivers on systems configured using FDT data. */ diff --git a/sys/dev/mii/mii_physubr.c b/sys/dev/mii/mii_physubr.c index af9b880d2884..f9fc29fc07aa 100644 --- a/sys/dev/mii/mii_physubr.c +++ b/sys/dev/mii/mii_physubr.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Subroutines common to all PHYs. */ diff --git a/sys/dev/mii/mv88e151x.c b/sys/dev/mii/mv88e151x.c index a99cd0c4cee5..618ad81471c9 100644 --- a/sys/dev/mii/mv88e151x.c +++ b/sys/dev/mii/mv88e151x.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* Driver for the Marvell 88e151x gigabit ethernet PHY. */ #include diff --git a/sys/dev/mii/nsgphy.c b/sys/dev/mii/nsgphy.c index 90efd1cdc4be..b3666bc1ec06 100644 --- a/sys/dev/mii/nsgphy.c +++ b/sys/dev/mii/nsgphy.c @@ -40,8 +40,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Driver for the National Semiconductor DP83861, DP83865 and DP83891 * 10/100/1000 PHYs. diff --git a/sys/dev/mii/nsphy.c b/sys/dev/mii/nsphy.c index c0841369e524..1e13685c75bf 100644 --- a/sys/dev/mii/nsphy.c +++ b/sys/dev/mii/nsphy.c @@ -57,8 +57,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * driver for National Semiconductor's DP83840A ethernet 10/100 PHY * Data Sheet available from www.national.com diff --git a/sys/dev/mii/nsphyter.c b/sys/dev/mii/nsphyter.c index 887097c25ba1..97ad25712f66 100644 --- a/sys/dev/mii/nsphyter.c +++ b/sys/dev/mii/nsphyter.c @@ -57,8 +57,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Driver for the National Semiconductor's DP83843, DP83847 and DP83849 * `PHYTER' Ethernet 10/100 PHYs diff --git a/sys/dev/mii/pnaphy.c b/sys/dev/mii/pnaphy.c index 1337a819c8a9..087d70539d09 100644 --- a/sys/dev/mii/pnaphy.c +++ b/sys/dev/mii/pnaphy.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * driver for homePNA PHYs * This is really just a stub that allows us to identify homePNA-based diff --git a/sys/dev/mii/qsphy.c b/sys/dev/mii/qsphy.c index 544ac8117c75..26611a3731f4 100644 --- a/sys/dev/mii/qsphy.c +++ b/sys/dev/mii/qsphy.c @@ -58,8 +58,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * driver for Quality Semiconductor's QS6612 ethernet 10/100 PHY * datasheet from www.qualitysemi.com diff --git a/sys/dev/mii/rdcphy.c b/sys/dev/mii/rdcphy.c index 1fc54d9a1e19..ea52fc3e934c 100644 --- a/sys/dev/mii/rdcphy.c +++ b/sys/dev/mii/rdcphy.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Driver for the RDC Semiconductor R6040 10/100 PHY. */ diff --git a/sys/dev/mii/rgephy.c b/sys/dev/mii/rgephy.c index 02ede33caa03..63b3406bb831 100644 --- a/sys/dev/mii/rgephy.c +++ b/sys/dev/mii/rgephy.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Driver for the RealTek 8169S/8110S/8211B/8211C internal 10/100/1000 PHY. */ diff --git a/sys/dev/mii/rlphy.c b/sys/dev/mii/rlphy.c index 641d6ad51c20..71b9dc63f839 100644 --- a/sys/dev/mii/rlphy.c +++ b/sys/dev/mii/rlphy.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * driver for RealTek 8139 internal PHYs */ diff --git a/sys/dev/mii/rlswitch.c b/sys/dev/mii/rlswitch.c index 1afdf876d4c4..653751df0f4c 100644 --- a/sys/dev/mii/rlswitch.c +++ b/sys/dev/mii/rlswitch.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * driver for RealTek 8305 pseudo PHYs */ diff --git a/sys/dev/mii/smcphy.c b/sys/dev/mii/smcphy.c index e0efe5fe4ead..4ceada17ad6a 100644 --- a/sys/dev/mii/smcphy.c +++ b/sys/dev/mii/smcphy.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Driver for the SEEQ 80220 and 84220. * (Originally developed for the internal PHY on the SMSC LAN91C111.) diff --git a/sys/dev/mii/smscphy.c b/sys/dev/mii/smscphy.c index ac822f1c5e82..4e0d3cd3e18e 100644 --- a/sys/dev/mii/smscphy.c +++ b/sys/dev/mii/smscphy.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Driver for the SMSC LAN8710A */ diff --git a/sys/dev/mii/tdkphy.c b/sys/dev/mii/tdkphy.c index 0de2671b3138..6890e2132d38 100644 --- a/sys/dev/mii/tdkphy.c +++ b/sys/dev/mii/tdkphy.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Driver for the TDK 78Q2120 MII * diff --git a/sys/dev/mii/ukphy.c b/sys/dev/mii/ukphy.c index e522446aa712..c0d2d94e4ca8 100644 --- a/sys/dev/mii/ukphy.c +++ b/sys/dev/mii/ukphy.c @@ -57,8 +57,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * driver for generic unknown PHYs */ diff --git a/sys/dev/mii/ukphy_subr.c b/sys/dev/mii/ukphy_subr.c index d7bd3bfb269d..37f1939701e1 100644 --- a/sys/dev/mii/ukphy_subr.c +++ b/sys/dev/mii/ukphy_subr.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Subroutines shared by the ukphy driver and other PHY drivers. */ diff --git a/sys/dev/mii/vscphy.c b/sys/dev/mii/vscphy.c index 1e79bba9e63c..7d4e7fb591f4 100644 --- a/sys/dev/mii/vscphy.c +++ b/sys/dev/mii/vscphy.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Microsemi / Vitesse VSC8501 (and similar). */ diff --git a/sys/dev/mii/xmphy.c b/sys/dev/mii/xmphy.c index 77043d0392c4..016a4b8d5639 100644 --- a/sys/dev/mii/xmphy.c +++ b/sys/dev/mii/xmphy.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * driver for the XaQti XMAC II's internal PHY. This is sort of * like a 10/100 PHY, except the only thing we're really autoselecting diff --git a/sys/dev/mlx/mlx_disk.c b/sys/dev/mlx/mlx_disk.c index b52bd26cd631..3f00dfd92f9c 100644 --- a/sys/dev/mlx/mlx_disk.c +++ b/sys/dev/mlx/mlx_disk.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Disk driver for Mylex DAC960 RAID adapters. */ diff --git a/sys/dev/mlx/mlx_pci.c b/sys/dev/mlx/mlx_pci.c index 7168dd64112d..ddad385d69fb 100644 --- a/sys/dev/mlx/mlx_pci.c +++ b/sys/dev/mlx/mlx_pci.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/mlx5/mlx5_core/mlx5_fwdump.c b/sys/dev/mlx5/mlx5_core/mlx5_fwdump.c index a272c759ea80..0da32865449b 100644 --- a/sys/dev/mlx5/mlx5_core/mlx5_fwdump.c +++ b/sys/dev/mlx5/mlx5_core/mlx5_fwdump.c @@ -27,8 +27,6 @@ #include "opt_ratelimit.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/mmc/host/dwmmc.c b/sys/dev/mmc/host/dwmmc.c index 8cedcd0b9fe8..53c3e0b646fe 100644 --- a/sys/dev/mmc/host/dwmmc.c +++ b/sys/dev/mmc/host/dwmmc.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/mmc/host/dwmmc_altera.c b/sys/dev/mmc/host/dwmmc_altera.c index 636fa608399e..4a7dbf759a33 100644 --- a/sys/dev/mmc/host/dwmmc_altera.c +++ b/sys/dev/mmc/host/dwmmc_altera.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/mmc/host/dwmmc_hisi.c b/sys/dev/mmc/host/dwmmc_hisi.c index a4f3c177a83e..4289f49ca73d 100644 --- a/sys/dev/mmc/host/dwmmc_hisi.c +++ b/sys/dev/mmc/host/dwmmc_hisi.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/mmc/host/dwmmc_rockchip.c b/sys/dev/mmc/host/dwmmc_rockchip.c index ff02335068bd..1ac6e741703b 100644 --- a/sys/dev/mmc/host/dwmmc_rockchip.c +++ b/sys/dev/mmc/host/dwmmc_rockchip.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/mmc/host/dwmmc_samsung.c b/sys/dev/mmc/host/dwmmc_samsung.c index 6d8bbd96a220..0f8f0635eb82 100644 --- a/sys/dev/mmc/host/dwmmc_samsung.c +++ b/sys/dev/mmc/host/dwmmc_samsung.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/mmc/mmc.c b/sys/dev/mmc/mmc.c index d098653cdacc..62a2a6c9f820 100644 --- a/sys/dev/mmc/mmc.c +++ b/sys/dev/mmc/mmc.c @@ -54,8 +54,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/mmc/mmc_fdt_helpers.c b/sys/dev/mmc/mmc_fdt_helpers.c index 239b3538cc67..56d6037f86f9 100644 --- a/sys/dev/mmc/mmc_fdt_helpers.c +++ b/sys/dev/mmc/mmc_fdt_helpers.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/mmc/mmc_helpers.c b/sys/dev/mmc/mmc_helpers.c index db3337b24534..b45dd920dd0d 100644 --- a/sys/dev/mmc/mmc_helpers.c +++ b/sys/dev/mmc/mmc_helpers.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/mmc/mmc_pwrseq.c b/sys/dev/mmc/mmc_pwrseq.c index 615177ef6ada..0e5136ac6b2e 100644 --- a/sys/dev/mmc/mmc_pwrseq.c +++ b/sys/dev/mmc/mmc_pwrseq.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/mmc/mmc_subr.c b/sys/dev/mmc/mmc_subr.c index b43a233820bb..d954baea2662 100644 --- a/sys/dev/mmc/mmc_subr.c +++ b/sys/dev/mmc/mmc_subr.c @@ -51,8 +51,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/mmc/mmcsd.c b/sys/dev/mmc/mmcsd.c index 8032de4ea0c2..9bc50124592d 100644 --- a/sys/dev/mmc/mmcsd.c +++ b/sys/dev/mmc/mmcsd.c @@ -54,8 +54,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/mmcnull/mmcnull.c b/sys/dev/mmcnull/mmcnull.c index 79e2ce9c431f..70e52116a7c6 100644 --- a/sys/dev/mmcnull/mmcnull.c +++ b/sys/dev/mmcnull/mmcnull.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/mpi3mr/mpi3mr.c b/sys/dev/mpi3mr/mpi3mr.c index 1c237d324c83..86535383b8f0 100644 --- a/sys/dev/mpi3mr/mpi3mr.c +++ b/sys/dev/mpi3mr/mpi3mr.c @@ -42,8 +42,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/mpi3mr/mpi3mr.h b/sys/dev/mpi3mr/mpi3mr.h index bb5cc8ab0372..1dc680beb47e 100644 --- a/sys/dev/mpi3mr/mpi3mr.h +++ b/sys/dev/mpi3mr/mpi3mr.h @@ -45,7 +45,6 @@ #define _MPI3MRVAR_H #include -__FBSDID("$FreeBSD$"); #include #include #include diff --git a/sys/dev/mpi3mr/mpi3mr_app.c b/sys/dev/mpi3mr/mpi3mr_app.c index 901bc88eb412..001753732a35 100644 --- a/sys/dev/mpi3mr/mpi3mr_app.c +++ b/sys/dev/mpi3mr/mpi3mr_app.c @@ -42,8 +42,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/mpi3mr/mpi3mr_cam.c b/sys/dev/mpi3mr/mpi3mr_cam.c index 245e4d9d3737..7464b897384f 100644 --- a/sys/dev/mpi3mr/mpi3mr_cam.c +++ b/sys/dev/mpi3mr/mpi3mr_cam.c @@ -42,8 +42,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/mpr/mpr.c b/sys/dev/mpr/mpr.c index dc95c8a6a803..72993be8834e 100644 --- a/sys/dev/mpr/mpr.c +++ b/sys/dev/mpr/mpr.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* Communications core for Avago Technologies (LSI) MPT3 */ /* TODO Move headers to mprvar */ diff --git a/sys/dev/mpr/mpr_config.c b/sys/dev/mpr/mpr_config.c index 133be81093eb..768f69cdc89f 100644 --- a/sys/dev/mpr/mpr_config.c +++ b/sys/dev/mpr/mpr_config.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* TODO Move headers to mprvar */ #include #include diff --git a/sys/dev/mpr/mpr_mapping.c b/sys/dev/mpr/mpr_mapping.c index c0faa837f457..f9a9ac1c53d0 100644 --- a/sys/dev/mpr/mpr_mapping.c +++ b/sys/dev/mpr/mpr_mapping.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* TODO Move headers to mprvar */ #include #include diff --git a/sys/dev/mpr/mpr_pci.c b/sys/dev/mpr/mpr_pci.c index 3a90a22e4cfe..6b74f7e38811 100644 --- a/sys/dev/mpr/mpr_pci.c +++ b/sys/dev/mpr/mpr_pci.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* PCI/PCI-X/PCIe bus interface for the Avago Tech (LSI) MPT3 controllers */ /* TODO Move headers to mprvar */ diff --git a/sys/dev/mpr/mpr_sas.c b/sys/dev/mpr/mpr_sas.c index 06dbed57dbac..9d83162723ae 100644 --- a/sys/dev/mpr/mpr_sas.c +++ b/sys/dev/mpr/mpr_sas.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* Communications core for Avago Technologies (LSI) MPT3 */ /* TODO Move headers to mprvar */ diff --git a/sys/dev/mpr/mpr_sas_lsi.c b/sys/dev/mpr/mpr_sas_lsi.c index d84b527cd7c7..766473370dca 100644 --- a/sys/dev/mpr/mpr_sas_lsi.c +++ b/sys/dev/mpr/mpr_sas_lsi.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* Communications core for Avago Technologies (LSI) MPT3 */ /* TODO Move headers to mprvar */ diff --git a/sys/dev/mpr/mpr_table.c b/sys/dev/mpr/mpr_table.c index 7bc629be7335..910f47bb2937 100644 --- a/sys/dev/mpr/mpr_table.c +++ b/sys/dev/mpr/mpr_table.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* Debugging tables for MPT2 */ /* TODO Move headers to mprvar */ diff --git a/sys/dev/mpr/mpr_user.c b/sys/dev/mpr/mpr_user.c index 7a6b0a60746e..d9dc3d2377a2 100644 --- a/sys/dev/mpr/mpr_user.c +++ b/sys/dev/mpr/mpr_user.c @@ -60,8 +60,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* TODO Move headers to mprvar */ #include #include diff --git a/sys/dev/mps/mps.c b/sys/dev/mps/mps.c index 8494817e8f3a..43362b96b7b6 100644 --- a/sys/dev/mps/mps.c +++ b/sys/dev/mps/mps.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* Communications core for Avago Technologies (LSI) MPT2 */ /* TODO Move headers to mpsvar */ diff --git a/sys/dev/mps/mps_config.c b/sys/dev/mps/mps_config.c index fb142cb31b54..47f9fe573a2b 100644 --- a/sys/dev/mps/mps_config.c +++ b/sys/dev/mps/mps_config.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* TODO Move headers to mpsvar */ #include #include diff --git a/sys/dev/mps/mps_mapping.c b/sys/dev/mps/mps_mapping.c index 325252e8ed31..25d17d575970 100644 --- a/sys/dev/mps/mps_mapping.c +++ b/sys/dev/mps/mps_mapping.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* TODO Move headers to mpsvar */ #include #include diff --git a/sys/dev/mps/mps_pci.c b/sys/dev/mps/mps_pci.c index 0b88b7f6ecce..ece49435b39e 100644 --- a/sys/dev/mps/mps_pci.c +++ b/sys/dev/mps/mps_pci.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* PCI/PCI-X/PCIe bus interface for the Avago Tech (LSI) MPT2 controllers */ /* TODO Move headers to mpsvar */ diff --git a/sys/dev/mps/mps_sas.c b/sys/dev/mps/mps_sas.c index 5c6c9a350496..6a5b2f5d90f3 100644 --- a/sys/dev/mps/mps_sas.c +++ b/sys/dev/mps/mps_sas.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* Communications core for Avago Technologies (LSI) MPT2 */ /* TODO Move headers to mpsvar */ diff --git a/sys/dev/mps/mps_sas_lsi.c b/sys/dev/mps/mps_sas_lsi.c index a3b6fbfe6e7d..aeec50433e04 100644 --- a/sys/dev/mps/mps_sas_lsi.c +++ b/sys/dev/mps/mps_sas_lsi.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* Communications core for Avago Technologies (LSI) MPT2 */ /* TODO Move headers to mpsvar */ diff --git a/sys/dev/mps/mps_table.c b/sys/dev/mps/mps_table.c index b30cb902993c..f2c6ed9b88c3 100644 --- a/sys/dev/mps/mps_table.c +++ b/sys/dev/mps/mps_table.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* Debugging tables for MPT2 */ /* TODO Move headers to mpsvar */ diff --git a/sys/dev/mps/mps_user.c b/sys/dev/mps/mps_user.c index 8093f3f9c277..cf2fdb2b2adb 100644 --- a/sys/dev/mps/mps_user.c +++ b/sys/dev/mps/mps_user.c @@ -61,8 +61,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* TODO Move headers to mpsvar */ #include #include diff --git a/sys/dev/mpt/mpt.c b/sys/dev/mpt/mpt.c index f2962210ba2c..80b26a0d6280 100644 --- a/sys/dev/mpt/mpt.c +++ b/sys/dev/mpt/mpt.c @@ -98,8 +98,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include /* XXX For static handler registration */ #include /* XXX For static handler registration */ diff --git a/sys/dev/mpt/mpt_cam.c b/sys/dev/mpt/mpt_cam.c index 38251a8d5652..490add7bc599 100644 --- a/sys/dev/mpt/mpt_cam.c +++ b/sys/dev/mpt/mpt_cam.c @@ -96,8 +96,6 @@ * OWNER OR CONTRIBUTOR IS ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/mpt/mpt_debug.c b/sys/dev/mpt/mpt_debug.c index a266e68f7566..8e8cb0cf413a 100644 --- a/sys/dev/mpt/mpt_debug.c +++ b/sys/dev/mpt/mpt_debug.c @@ -66,8 +66,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/dev/mpt/mpt_pci.c b/sys/dev/mpt/mpt_pci.c index 95c1088141ea..13ccb93e5281 100644 --- a/sys/dev/mpt/mpt_pci.c +++ b/sys/dev/mpt/mpt_pci.c @@ -101,8 +101,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/mpt/mpt_raid.c b/sys/dev/mpt/mpt_raid.c index 660f5a833365..d4761c0fef67 100644 --- a/sys/dev/mpt/mpt_raid.c +++ b/sys/dev/mpt/mpt_raid.c @@ -43,8 +43,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/dev/mpt/mpt_user.c b/sys/dev/mpt/mpt_user.c index 10d5bac15d49..d0e183f84e88 100644 --- a/sys/dev/mpt/mpt_user.c +++ b/sys/dev/mpt/mpt_user.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #ifdef __amd64__ #include diff --git a/sys/dev/mrsas/mrsas.c b/sys/dev/mrsas/mrsas.c index a865f5ab04d3..1241f44761c4 100644 --- a/sys/dev/mrsas/mrsas.c +++ b/sys/dev/mrsas/mrsas.c @@ -38,8 +38,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/dev/mrsas/mrsas.h b/sys/dev/mrsas/mrsas.h index fa9a5cf118e6..833818561513 100644 --- a/sys/dev/mrsas/mrsas.h +++ b/sys/dev/mrsas/mrsas.h @@ -38,8 +38,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef MRSAS_H #define MRSAS_H diff --git a/sys/dev/mrsas/mrsas_cam.c b/sys/dev/mrsas/mrsas_cam.c index 9ad97d2ce3e2..0177b7a01abb 100644 --- a/sys/dev/mrsas/mrsas_cam.c +++ b/sys/dev/mrsas/mrsas_cam.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "dev/mrsas/mrsas.h" #include diff --git a/sys/dev/mrsas/mrsas_fp.c b/sys/dev/mrsas/mrsas_fp.c index 6086cfb9a1a9..9fdb24cc0569 100644 --- a/sys/dev/mrsas/mrsas_fp.c +++ b/sys/dev/mrsas/mrsas_fp.c @@ -38,8 +38,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/dev/mrsas/mrsas_ioctl.c b/sys/dev/mrsas/mrsas_ioctl.c index 6f27d18ccab9..74eacfbeb9fa 100644 --- a/sys/dev/mrsas/mrsas_ioctl.c +++ b/sys/dev/mrsas/mrsas_ioctl.c @@ -38,8 +38,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/mrsas/mrsas_ioctl.h b/sys/dev/mrsas/mrsas_ioctl.h index 3851de710b5a..8b07a7702a1a 100644 --- a/sys/dev/mrsas/mrsas_ioctl.h +++ b/sys/dev/mrsas/mrsas_ioctl.h @@ -38,8 +38,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef MRSAS_IOCTL_H #define MRSAS_IOCTL_H diff --git a/sys/dev/mrsas/mrsas_linux.c b/sys/dev/mrsas/mrsas_linux.c index 1b5739652d5d..becc42e6d8a3 100644 --- a/sys/dev/mrsas/mrsas_linux.c +++ b/sys/dev/mrsas/mrsas_linux.c @@ -38,8 +38,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/dev/msk/if_msk.c b/sys/dev/msk/if_msk.c index e2343ada20d8..4b6954e7d067 100644 --- a/sys/dev/msk/if_msk.c +++ b/sys/dev/msk/if_msk.c @@ -101,8 +101,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/mvs/mvs.c b/sys/dev/mvs/mvs.c index 342d8f954310..250040898022 100644 --- a/sys/dev/mvs/mvs.c +++ b/sys/dev/mvs/mvs.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/mvs/mvs_pci.c b/sys/dev/mvs/mvs_pci.c index ef3694fb8a12..9f4c835a9bce 100644 --- a/sys/dev/mvs/mvs_pci.c +++ b/sys/dev/mvs/mvs_pci.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/mvs/mvs_soc.c b/sys/dev/mvs/mvs_soc.c index dd4cf72cc050..849e1a012a53 100644 --- a/sys/dev/mvs/mvs_soc.c +++ b/sys/dev/mvs/mvs_soc.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/mwl/if_mwl.c b/sys/dev/mwl/if_mwl.c index f5bc00b49927..2bffff0bf8b8 100644 --- a/sys/dev/mwl/if_mwl.c +++ b/sys/dev/mwl/if_mwl.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Driver for the Marvell 88W8363 Wireless LAN controller. */ diff --git a/sys/dev/mwl/if_mwl_pci.c b/sys/dev/mwl/if_mwl_pci.c index ba20e557e0d9..2ac2be52495b 100644 --- a/sys/dev/mwl/if_mwl_pci.c +++ b/sys/dev/mwl/if_mwl_pci.c @@ -32,7 +32,6 @@ #include #ifdef __FreeBSD__ -__FBSDID("$FreeBSD$"); #endif /* diff --git a/sys/dev/mxge/if_mxge.c b/sys/dev/mxge/if_mxge.c index 27c1bd64e579..26d6410f356d 100644 --- a/sys/dev/mxge/if_mxge.c +++ b/sys/dev/mxge/if_mxge.c @@ -29,8 +29,6 @@ POSSIBILITY OF SUCH DAMAGE. ***************************************************************************/ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/mxge/mxge_eth_z8e.c b/sys/dev/mxge/mxge_eth_z8e.c index 47d6a55597b9..49829608d0e4 100644 --- a/sys/dev/mxge/mxge_eth_z8e.c +++ b/sys/dev/mxge/mxge_eth_z8e.c @@ -2,7 +2,6 @@ * from: FreeBSD: src/sys/tools/fw_stub.awk,v 1.6 2007/03/02 11:42:53 flz */ #include -__FBSDID("$FreeBSD$"); #include #include #include diff --git a/sys/dev/mxge/mxge_ethp_z8e.c b/sys/dev/mxge/mxge_ethp_z8e.c index fd859ee9d71c..6da0a8d050c5 100644 --- a/sys/dev/mxge/mxge_ethp_z8e.c +++ b/sys/dev/mxge/mxge_ethp_z8e.c @@ -2,7 +2,6 @@ * from: FreeBSD: src/sys/tools/fw_stub.awk,v 1.6 2007/03/02 11:42:53 flz */ #include -__FBSDID("$FreeBSD$"); #include #include #include diff --git a/sys/dev/mxge/mxge_rss_eth_z8e.c b/sys/dev/mxge/mxge_rss_eth_z8e.c index 889abc367d57..d7e9f1d3dfe8 100644 --- a/sys/dev/mxge/mxge_rss_eth_z8e.c +++ b/sys/dev/mxge/mxge_rss_eth_z8e.c @@ -2,7 +2,6 @@ * from: FreeBSD: src/sys/tools/fw_stub.awk,v 1.6 2007/03/02 11:42:53 flz */ #include -__FBSDID("$FreeBSD$"); #include #include #include diff --git a/sys/dev/mxge/mxge_rss_ethp_z8e.c b/sys/dev/mxge/mxge_rss_ethp_z8e.c index 4e0f16ef5293..2b21e6fc9d4d 100644 --- a/sys/dev/mxge/mxge_rss_ethp_z8e.c +++ b/sys/dev/mxge/mxge_rss_ethp_z8e.c @@ -2,7 +2,6 @@ * from: FreeBSD: src/sys/tools/fw_stub.awk,v 1.6 2007/03/02 11:42:53 flz */ #include -__FBSDID("$FreeBSD$"); #include #include #include diff --git a/sys/dev/my/if_my.c b/sys/dev/my/if_my.c index 230e3b038bb2..2bf4573d337b 100644 --- a/sys/dev/my/if_my.c +++ b/sys/dev/my/if_my.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/ncthwm/ncthwm.c b/sys/dev/ncthwm/ncthwm.c index 813b8474bdef..45a9111c6bee 100644 --- a/sys/dev/ncthwm/ncthwm.c +++ b/sys/dev/ncthwm/ncthwm.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/neta/if_mvneta.c b/sys/dev/neta/if_mvneta.c index 10ab59732b1d..bb95bc9c588e 100644 --- a/sys/dev/neta/if_mvneta.c +++ b/sys/dev/neta/if_mvneta.c @@ -27,8 +27,6 @@ #include "opt_platform.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/neta/if_mvneta_fdt.c b/sys/dev/neta/if_mvneta_fdt.c index 8d0b2e09b4e0..76af9cba4031 100644 --- a/sys/dev/neta/if_mvneta_fdt.c +++ b/sys/dev/neta/if_mvneta_fdt.c @@ -27,8 +27,6 @@ #include "opt_platform.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/netmap/netmap_bdg.c b/sys/dev/netmap/netmap_bdg.c index 62b4c8801a47..bcb45f55d160 100644 --- a/sys/dev/netmap/netmap_bdg.c +++ b/sys/dev/netmap/netmap_bdg.c @@ -58,8 +58,6 @@ ports attached to the switch) #if defined(__FreeBSD__) #include /* prerequisite */ -__FBSDID("$FreeBSD$"); - #include #include #include /* defines used in kernel.h */ diff --git a/sys/dev/netmap/netmap_generic.c b/sys/dev/netmap/netmap_generic.c index 16ce4a820eac..83210ae755c7 100644 --- a/sys/dev/netmap/netmap_generic.c +++ b/sys/dev/netmap/netmap_generic.c @@ -67,8 +67,6 @@ #ifdef __FreeBSD__ #include /* prerequisite */ -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/netmap/netmap_mem2.c b/sys/dev/netmap/netmap_mem2.c index 1b21b58f707a..23954b377f9b 100644 --- a/sys/dev/netmap/netmap_mem2.c +++ b/sys/dev/netmap/netmap_mem2.c @@ -38,8 +38,6 @@ #ifdef __FreeBSD__ #include /* prerequisite */ -__FBSDID("$FreeBSD$"); - #include #include #include /* MALLOC_DEFINE */ diff --git a/sys/dev/netmap/netmap_vale.c b/sys/dev/netmap/netmap_vale.c index 823c8e59e8aa..21a067715814 100644 --- a/sys/dev/netmap/netmap_vale.c +++ b/sys/dev/netmap/netmap_vale.c @@ -29,8 +29,6 @@ #if defined(__FreeBSD__) #include /* prerequisite */ -__FBSDID("$FreeBSD$"); - #include #include #include /* defines used in kernel.h */ diff --git a/sys/dev/nfe/if_nfe.c b/sys/dev/nfe/if_nfe.c index a7f998cb73c1..aedae79ddf80 100644 --- a/sys/dev/nfe/if_nfe.c +++ b/sys/dev/nfe/if_nfe.c @@ -21,8 +21,6 @@ /* Driver for NVIDIA nForce MCP Fast Ethernet and Gigabit Ethernet */ #include -__FBSDID("$FreeBSD$"); - #ifdef HAVE_KERNEL_OPTION_HEADERS #include "opt_device_polling.h" #endif diff --git a/sys/dev/nfsmb/nfsmb.c b/sys/dev/nfsmb/nfsmb.c index 1ea1e24da39e..338892cdb31a 100644 --- a/sys/dev/nfsmb/nfsmb.c +++ b/sys/dev/nfsmb/nfsmb.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/nge/if_nge.c b/sys/dev/nge/if_nge.c index 56c1cb91290c..dc3be913f89b 100644 --- a/sys/dev/nge/if_nge.c +++ b/sys/dev/nge/if_nge.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * National Semiconductor DP83820/DP83821 gigabit ethernet driver * for FreeBSD. Datasheets are available from: diff --git a/sys/dev/nmdm/nmdm.c b/sys/dev/nmdm/nmdm.c index 61de05d4a41f..c7c6e2b2240d 100644 --- a/sys/dev/nmdm/nmdm.c +++ b/sys/dev/nmdm/nmdm.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Pseudo-nulmodem driver * Mighty handy for use with serial console in Vmware diff --git a/sys/dev/ntb/if_ntb/if_ntb.c b/sys/dev/ntb/if_ntb/if_ntb.c index 5b592d7434f7..fb0c601f4222 100644 --- a/sys/dev/ntb/if_ntb/if_ntb.c +++ b/sys/dev/ntb/if_ntb/if_ntb.c @@ -38,8 +38,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/ntb/ntb.c b/sys/dev/ntb/ntb.c index d9cc25a4e478..de382bbca011 100644 --- a/sys/dev/ntb/ntb.c +++ b/sys/dev/ntb/ntb.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/ntb/ntb_hw/ntb_hw_amd.c b/sys/dev/ntb/ntb_hw/ntb_hw_amd.c index eef4f7ca463a..1ca529383e2c 100644 --- a/sys/dev/ntb/ntb_hw/ntb_hw_amd.c +++ b/sys/dev/ntb/ntb_hw/ntb_hw_amd.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/ntb/ntb_hw/ntb_hw_intel.c b/sys/dev/ntb/ntb_hw/ntb_hw_intel.c index a6c71935665b..5d03e66d57cd 100644 --- a/sys/dev/ntb/ntb_hw/ntb_hw_intel.c +++ b/sys/dev/ntb/ntb_hw/ntb_hw_intel.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/ntb/ntb_hw/ntb_hw_plx.c b/sys/dev/ntb/ntb_hw/ntb_hw_plx.c index 8acf8c82a790..c0de13d7357d 100644 --- a/sys/dev/ntb/ntb_hw/ntb_hw_plx.c +++ b/sys/dev/ntb/ntb_hw/ntb_hw_plx.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/ntb/ntb_transport.c b/sys/dev/ntb/ntb_transport.c index b67e567a9493..7244785cbadc 100644 --- a/sys/dev/ntb/ntb_transport.c +++ b/sys/dev/ntb/ntb_transport.c @@ -38,8 +38,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/ntb/test/ntb_tool.c b/sys/dev/ntb/test/ntb_tool.c index aae78756501f..938253bb78bf 100644 --- a/sys/dev/ntb/test/ntb_tool.c +++ b/sys/dev/ntb/test/ntb_tool.c @@ -182,8 +182,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/null/null.c b/sys/dev/null/null.c index e85689e7f8f8..4565639574f3 100644 --- a/sys/dev/null/null.c +++ b/sys/dev/null/null.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/nvd/nvd.c b/sys/dev/nvd/nvd.c index 5592cd7660ed..6b83757aa938 100644 --- a/sys/dev/nvd/nvd.c +++ b/sys/dev/nvd/nvd.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/nvdimm/nvdimm.c b/sys/dev/nvdimm/nvdimm.c index 356b8a5f79c4..ca2310baff81 100644 --- a/sys/dev/nvdimm/nvdimm.c +++ b/sys/dev/nvdimm/nvdimm.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_acpi.h" #include "opt_ddb.h" diff --git a/sys/dev/nvdimm/nvdimm_acpi.c b/sys/dev/nvdimm/nvdimm_acpi.c index 11afe44f9477..995e60e8b4ee 100644 --- a/sys/dev/nvdimm/nvdimm_acpi.c +++ b/sys/dev/nvdimm/nvdimm_acpi.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_acpi.h" #include "opt_ddb.h" diff --git a/sys/dev/nvdimm/nvdimm_e820.c b/sys/dev/nvdimm/nvdimm_e820.c index 7c1aeda5fb41..d972b4b9a7d4 100644 --- a/sys/dev/nvdimm/nvdimm_e820.c +++ b/sys/dev/nvdimm/nvdimm_e820.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/nvdimm/nvdimm_nfit.c b/sys/dev/nvdimm/nvdimm_nfit.c index 7396393a3a2c..09c79aace137 100644 --- a/sys/dev/nvdimm/nvdimm_nfit.c +++ b/sys/dev/nvdimm/nvdimm_nfit.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/nvdimm/nvdimm_ns.c b/sys/dev/nvdimm/nvdimm_ns.c index 86727016220f..609442d0ffe7 100644 --- a/sys/dev/nvdimm/nvdimm_ns.c +++ b/sys/dev/nvdimm/nvdimm_ns.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/nvdimm/nvdimm_spa.c b/sys/dev/nvdimm/nvdimm_spa.c index 3402df95d774..77a4082b542f 100644 --- a/sys/dev/nvdimm/nvdimm_spa.c +++ b/sys/dev/nvdimm/nvdimm_spa.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_acpi.h" #include "opt_ddb.h" diff --git a/sys/dev/nvme/nvme.c b/sys/dev/nvme/nvme.c index 1b06e674551c..25c93c2c99bc 100644 --- a/sys/dev/nvme/nvme.c +++ b/sys/dev/nvme/nvme.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/nvme/nvme_ahci.c b/sys/dev/nvme/nvme_ahci.c index 49ee5ebe493c..9ed79ae5696b 100644 --- a/sys/dev/nvme/nvme_ahci.c +++ b/sys/dev/nvme/nvme_ahci.c @@ -24,7 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); #include #include #include diff --git a/sys/dev/nvme/nvme_ctrlr.c b/sys/dev/nvme/nvme_ctrlr.c index 96a3c78fe70a..7a2ecffe81d4 100644 --- a/sys/dev/nvme/nvme_ctrlr.c +++ b/sys/dev/nvme/nvme_ctrlr.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_cam.h" #include "opt_nvme.h" diff --git a/sys/dev/nvme/nvme_ctrlr_cmd.c b/sys/dev/nvme/nvme_ctrlr_cmd.c index 156deceb00d1..68934b9b3947 100644 --- a/sys/dev/nvme/nvme_ctrlr_cmd.c +++ b/sys/dev/nvme/nvme_ctrlr_cmd.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "nvme_private.h" void diff --git a/sys/dev/nvme/nvme_ns.c b/sys/dev/nvme/nvme_ns.c index bfb925287f56..55f607c96e59 100644 --- a/sys/dev/nvme/nvme_ns.c +++ b/sys/dev/nvme/nvme_ns.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/nvme/nvme_ns_cmd.c b/sys/dev/nvme/nvme_ns_cmd.c index e41e536ae91b..8cbeac025307 100644 --- a/sys/dev/nvme/nvme_ns_cmd.c +++ b/sys/dev/nvme/nvme_ns_cmd.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "nvme_private.h" int diff --git a/sys/dev/nvme/nvme_pci.c b/sys/dev/nvme/nvme_pci.c index 22188ccfacea..a78327ba0e8b 100644 --- a/sys/dev/nvme/nvme_pci.c +++ b/sys/dev/nvme/nvme_pci.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/nvme/nvme_qpair.c b/sys/dev/nvme/nvme_qpair.c index 9e15749d1bca..45a999c17d89 100644 --- a/sys/dev/nvme/nvme_qpair.c +++ b/sys/dev/nvme/nvme_qpair.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/nvme/nvme_sim.c b/sys/dev/nvme/nvme_sim.c index 7478f70013e6..54cdc1e01f94 100644 --- a/sys/dev/nvme/nvme_sim.c +++ b/sys/dev/nvme/nvme_sim.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/nvme/nvme_sysctl.c b/sys/dev/nvme/nvme_sysctl.c index 24c397973fbc..a1a8a968eebe 100644 --- a/sys/dev/nvme/nvme_sysctl.c +++ b/sys/dev/nvme/nvme_sysctl.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_nvme.h" #include diff --git a/sys/dev/nvme/nvme_test.c b/sys/dev/nvme/nvme_test.c index 680f8237a676..be5ad46b6779 100644 --- a/sys/dev/nvme/nvme_test.c +++ b/sys/dev/nvme/nvme_test.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/nvme/nvme_util.c b/sys/dev/nvme/nvme_util.c index 8fe613b0217b..f54f3cf0a873 100644 --- a/sys/dev/nvme/nvme_util.c +++ b/sys/dev/nvme/nvme_util.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/dev/ofw/ofw_bus_subr.c b/sys/dev/ofw/ofw_bus_subr.c index ecdcb0b4aee4..d63e89e2d677 100644 --- a/sys/dev/ofw/ofw_bus_subr.c +++ b/sys/dev/ofw/ofw_bus_subr.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_platform.h" #include #include diff --git a/sys/dev/ofw/ofw_console.c b/sys/dev/ofw/ofw_console.c index d085cad07c94..01367805b236 100644 --- a/sys/dev/ofw/ofw_console.c +++ b/sys/dev/ofw/ofw_console.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ofw.h" #include diff --git a/sys/dev/ofw/ofw_cpu.c b/sys/dev/ofw/ofw_cpu.c index 56e09125abbc..10c170e03c4c 100644 --- a/sys/dev/ofw/ofw_cpu.c +++ b/sys/dev/ofw/ofw_cpu.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/ofw/ofw_disk.c b/sys/dev/ofw/ofw_disk.c index 98b609451707..6b5e124b287e 100644 --- a/sys/dev/ofw/ofw_disk.c +++ b/sys/dev/ofw/ofw_disk.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/ofw/ofw_fdt.c b/sys/dev/ofw/ofw_fdt.c index 6cb98b6bf4e1..93757f5a6fd1 100644 --- a/sys/dev/ofw/ofw_fdt.c +++ b/sys/dev/ofw/ofw_fdt.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/ofw/ofw_graph.c b/sys/dev/ofw/ofw_graph.c index 29f56fc217c6..c4b6e2b59bd4 100644 --- a/sys/dev/ofw/ofw_graph.c +++ b/sys/dev/ofw/ofw_graph.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_platform.h" #include #include diff --git a/sys/dev/ofw/ofw_pci.c b/sys/dev/ofw/ofw_pci.c index 4acc2f2363a4..ab7a1e6f9b07 100644 --- a/sys/dev/ofw/ofw_pci.c +++ b/sys/dev/ofw/ofw_pci.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/ofw/ofw_pcib.c b/sys/dev/ofw/ofw_pcib.c index f40e860a8309..6e0f5fe3dd5f 100644 --- a/sys/dev/ofw/ofw_pcib.c +++ b/sys/dev/ofw/ofw_pcib.c @@ -25,7 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); #include #include #include diff --git a/sys/dev/ofw/ofw_standard.c b/sys/dev/ofw/ofw_standard.c index c8916cd4fca8..d96cf4bb5ca1 100644 --- a/sys/dev/ofw/ofw_standard.c +++ b/sys/dev/ofw/ofw_standard.c @@ -58,8 +58,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/ofw/ofw_subr.c b/sys/dev/ofw/ofw_subr.c index c50ae056d022..06021eb2b59c 100644 --- a/sys/dev/ofw/ofw_subr.c +++ b/sys/dev/ofw/ofw_subr.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/ofw/ofwbus.c b/sys/dev/ofw/ofwbus.c index 2b32d5a539c4..cb2ab6920559 100644 --- a/sys/dev/ofw/ofwbus.c +++ b/sys/dev/ofw/ofwbus.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/ofw/openfirm.c b/sys/dev/ofw/openfirm.c index 788a76d17a47..881a2cccb072 100644 --- a/sys/dev/ofw/openfirm.c +++ b/sys/dev/ofw/openfirm.c @@ -58,8 +58,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_platform.h" #include diff --git a/sys/dev/ofw/openfirmio.c b/sys/dev/ofw/openfirmio.c index 30afb85baf8a..ada7b1ed4c5d 100644 --- a/sys/dev/ofw/openfirmio.c +++ b/sys/dev/ofw/openfirmio.c @@ -1,8 +1,6 @@ /* $NetBSD: openfirmio.c,v 1.4 2002/09/06 13:23:19 gehenna Exp $ */ #include -__FBSDID("$FreeBSD$"); - /*- * SPDX-License-Identifier: BSD-3-Clause * diff --git a/sys/dev/otus/if_otus.c b/sys/dev/otus/if_otus.c index 76f71604567b..aee765ff4ac8 100644 --- a/sys/dev/otus/if_otus.c +++ b/sys/dev/otus/if_otus.c @@ -22,8 +22,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/ow/ow.c b/sys/dev/ow/ow.c index 0502f64ae6f0..c5d1f18df17c 100644 --- a/sys/dev/ow/ow.c +++ b/sys/dev/ow/ow.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/ow/ow_temp.c b/sys/dev/ow/ow_temp.c index ff7dc2430d4e..0a9e1d0253df 100644 --- a/sys/dev/ow/ow_temp.c +++ b/sys/dev/ow/ow_temp.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/ow/owc_gpiobus.c b/sys/dev/ow/owc_gpiobus.c index 467fc0d28c08..f919c431c12a 100644 --- a/sys/dev/ow/owc_gpiobus.c +++ b/sys/dev/ow/owc_gpiobus.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_platform.h" #include diff --git a/sys/dev/pbio/pbio.c b/sys/dev/pbio/pbio.c index 9fe791eb9c29..28c38c9a17a6 100644 --- a/sys/dev/pbio/pbio.c +++ b/sys/dev/pbio/pbio.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include /* SYSINIT stuff */ diff --git a/sys/dev/pccbb/pccbb.c b/sys/dev/pccbb/pccbb.c index 4fa3a581a6b8..aade363d9b70 100644 --- a/sys/dev/pccbb/pccbb.c +++ b/sys/dev/pccbb/pccbb.c @@ -73,8 +73,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/pccbb/pccbb_pci.c b/sys/dev/pccbb/pccbb_pci.c index 4fa6c8ffb9dd..663405764ca9 100644 --- a/sys/dev/pccbb/pccbb_pci.c +++ b/sys/dev/pccbb/pccbb_pci.c @@ -73,8 +73,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/pcf/pcf.c b/sys/dev/pcf/pcf.c index 28ca6ad57557..20ee0e19c06c 100644 --- a/sys/dev/pcf/pcf.c +++ b/sys/dev/pcf/pcf.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/pcf/pcf_isa.c b/sys/dev/pcf/pcf_isa.c index 976272117378..173fc2c4170f 100644 --- a/sys/dev/pcf/pcf_isa.c +++ b/sys/dev/pcf/pcf_isa.c @@ -30,8 +30,6 @@ * SUCH DAMAGE. */ #include -__FBSDID("$FreeBSD$"); - /* * Hardware driver for a Philips PCF8584 I2C bus controller sitting * on a generic ISA bus. diff --git a/sys/dev/pci/controller/pci_n1sdp.c b/sys/dev/pci/controller/pci_n1sdp.c index 9e6ceb572c45..b6f2b11dea05 100644 --- a/sys/dev/pci/controller/pci_n1sdp.c +++ b/sys/dev/pci/controller/pci_n1sdp.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/pci/fixup_pci.c b/sys/dev/pci/fixup_pci.c index 78a9bd2d71ae..5f4e881d5c76 100644 --- a/sys/dev/pci/fixup_pci.c +++ b/sys/dev/pci/fixup_pci.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/pci/hostb_pci.c b/sys/dev/pci/hostb_pci.c index 35b3ad839b09..5e0b289b858f 100644 --- a/sys/dev/pci/hostb_pci.c +++ b/sys/dev/pci/hostb_pci.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/pci/ignore_pci.c b/sys/dev/pci/ignore_pci.c index b32ff1f1e461..22964e55b81d 100644 --- a/sys/dev/pci/ignore_pci.c +++ b/sys/dev/pci/ignore_pci.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * 'Ignore' driver - eats devices that show up errnoeously on PCI * but shouldn't ever be listed or handled by a driver. diff --git a/sys/dev/pci/isa_pci.c b/sys/dev/pci/isa_pci.c index 9f2c33bdfac8..a703a9e76169 100644 --- a/sys/dev/pci/isa_pci.c +++ b/sys/dev/pci/isa_pci.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * PCI:ISA bridge support */ diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c index 9118ca7781e1..8236b8bde41a 100644 --- a/sys/dev/pci/pci.c +++ b/sys/dev/pci/pci.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_acpi.h" #include "opt_iommu.h" #include "opt_bus.h" diff --git a/sys/dev/pci/pci_dw.c b/sys/dev/pci/pci_dw.c index 89500d7ccd63..eae90e8f5f9e 100644 --- a/sys/dev/pci/pci_dw.c +++ b/sys/dev/pci/pci_dw.c @@ -29,8 +29,6 @@ /* Base class for all Synopsys DesignWare PCI/PCIe drivers */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/pci/pci_dw_mv.c b/sys/dev/pci/pci_dw_mv.c index a59432df564b..a090b8a50245 100644 --- a/sys/dev/pci/pci_dw_mv.c +++ b/sys/dev/pci/pci_dw_mv.c @@ -29,8 +29,6 @@ /* Armada 8k DesignWare PCIe driver */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/pci/pci_host_generic.c b/sys/dev/pci/pci_host_generic.c index 7480d02b6b5d..cef83069c371 100644 --- a/sys/dev/pci/pci_host_generic.c +++ b/sys/dev/pci/pci_host_generic.c @@ -31,8 +31,6 @@ /* Generic ECAM PCIe driver */ #include -__FBSDID("$FreeBSD$"); - #include "opt_platform.h" #include diff --git a/sys/dev/pci/pci_host_generic_acpi.c b/sys/dev/pci/pci_host_generic_acpi.c index 0ac3e7d16a5d..2191ec4d655a 100644 --- a/sys/dev/pci/pci_host_generic_acpi.c +++ b/sys/dev/pci/pci_host_generic_acpi.c @@ -32,8 +32,6 @@ /* Generic ECAM PCIe driver */ #include -__FBSDID("$FreeBSD$"); - #include "opt_platform.h" #include diff --git a/sys/dev/pci/pci_host_generic_fdt.c b/sys/dev/pci/pci_host_generic_fdt.c index 49c03625733c..e910e946421f 100644 --- a/sys/dev/pci/pci_host_generic_fdt.c +++ b/sys/dev/pci/pci_host_generic_fdt.c @@ -34,8 +34,6 @@ /* Generic ECAM PCIe driver FDT attachment */ #include -__FBSDID("$FreeBSD$"); - #include "opt_platform.h" #include diff --git a/sys/dev/pci/pci_iov.c b/sys/dev/pci/pci_iov.c index 2a36ec555aae..db7210cb729a 100644 --- a/sys/dev/pci/pci_iov.c +++ b/sys/dev/pci/pci_iov.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_bus.h" #include diff --git a/sys/dev/pci/pci_iov_schema.c b/sys/dev/pci/pci_iov_schema.c index e324a1d368e8..742dfbd2b4d9 100644 --- a/sys/dev/pci/pci_iov_schema.c +++ b/sys/dev/pci/pci_iov_schema.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/pci/pci_pci.c b/sys/dev/pci/pci_pci.c index f05e34527118..6ef04251cd74 100644 --- a/sys/dev/pci/pci_pci.c +++ b/sys/dev/pci/pci_pci.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * PCI:PCI bridge support. */ diff --git a/sys/dev/pci/pci_subr.c b/sys/dev/pci/pci_subr.c index 01267113b964..c869959da73d 100644 --- a/sys/dev/pci/pci_subr.c +++ b/sys/dev/pci/pci_subr.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Support APIs for Host to PCI bridge drivers and drivers that * provide PCI domains. diff --git a/sys/dev/pci/pci_user.c b/sys/dev/pci/pci_user.c index 25072ede82db..cdb893efa950 100644 --- a/sys/dev/pci/pci_user.c +++ b/sys/dev/pci/pci_user.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_bus.h" /* XXX trim includes */ #include diff --git a/sys/dev/pci/pcib_support.c b/sys/dev/pci/pcib_support.c index a0563c58a99b..a22a00fb6fa3 100644 --- a/sys/dev/pci/pcib_support.c +++ b/sys/dev/pci/pcib_support.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Support functions for the PCI:PCI bridge driver. This has to be in a * separate file because kernel configurations end up referencing the functions diff --git a/sys/dev/pci/vga_pci.c b/sys/dev/pci/vga_pci.c index 64847d37f0f6..57fec1780e3c 100644 --- a/sys/dev/pci/vga_pci.c +++ b/sys/dev/pci/vga_pci.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Simple driver for PCI VGA display devices. Drivers such as agp(4) and * drm(4) should attach as children of this device. diff --git a/sys/dev/pms/RefTisa/discovery/dm/dmdisc.c b/sys/dev/pms/RefTisa/discovery/dm/dmdisc.c index 71ba479fcf2b..c4997ff8eb33 100644 --- a/sys/dev/pms/RefTisa/discovery/dm/dmdisc.c +++ b/sys/dev/pms/RefTisa/discovery/dm/dmdisc.c @@ -21,7 +21,6 @@ ** ********************************************************************************/ #include -__FBSDID("$FreeBSD$"); #include #include diff --git a/sys/dev/pms/RefTisa/discovery/dm/dminit.c b/sys/dev/pms/RefTisa/discovery/dm/dminit.c index 593db3555a58..09451429b304 100644 --- a/sys/dev/pms/RefTisa/discovery/dm/dminit.c +++ b/sys/dev/pms/RefTisa/discovery/dm/dminit.c @@ -21,7 +21,6 @@ ********************************************************************************/ #include -__FBSDID("$FreeBSD$"); #include #include diff --git a/sys/dev/pms/RefTisa/discovery/dm/dmmisc.c b/sys/dev/pms/RefTisa/discovery/dm/dmmisc.c index 7ac730b85d55..34e44648b124 100644 --- a/sys/dev/pms/RefTisa/discovery/dm/dmmisc.c +++ b/sys/dev/pms/RefTisa/discovery/dm/dmmisc.c @@ -21,7 +21,6 @@ ********************************************************************************/ #include -__FBSDID("$FreeBSD$"); #include #include diff --git a/sys/dev/pms/RefTisa/discovery/dm/dmport.c b/sys/dev/pms/RefTisa/discovery/dm/dmport.c index 962d1326178e..2f87f76bd3d0 100644 --- a/sys/dev/pms/RefTisa/discovery/dm/dmport.c +++ b/sys/dev/pms/RefTisa/discovery/dm/dmport.c @@ -20,7 +20,6 @@ ********************************************************************************/ #include -__FBSDID("$FreeBSD$"); #include #include diff --git a/sys/dev/pms/RefTisa/discovery/dm/dmsmp.c b/sys/dev/pms/RefTisa/discovery/dm/dmsmp.c index 9b439645dfd9..38b94be26090 100644 --- a/sys/dev/pms/RefTisa/discovery/dm/dmsmp.c +++ b/sys/dev/pms/RefTisa/discovery/dm/dmsmp.c @@ -21,7 +21,6 @@ ** ********************************************************************************/ #include -__FBSDID("$FreeBSD$"); #include #include diff --git a/sys/dev/pms/RefTisa/discovery/dm/dmtimer.c b/sys/dev/pms/RefTisa/discovery/dm/dmtimer.c index dd79a5e3452a..b257521faf6b 100644 --- a/sys/dev/pms/RefTisa/discovery/dm/dmtimer.c +++ b/sys/dev/pms/RefTisa/discovery/dm/dmtimer.c @@ -22,7 +22,6 @@ ** ********************************************************************************/ #include -__FBSDID("$FreeBSD$"); #include #include diff --git a/sys/dev/pms/RefTisa/sallsdk/spc/mpi.c b/sys/dev/pms/RefTisa/sallsdk/spc/mpi.c index 3e9fc3d28a64..3de6c4f6462e 100644 --- a/sys/dev/pms/RefTisa/sallsdk/spc/mpi.c +++ b/sys/dev/pms/RefTisa/sallsdk/spc/mpi.c @@ -30,7 +30,6 @@ */ /*******************************************************************************/ #include -__FBSDID("$FreeBSD$"); #include #include diff --git a/sys/dev/pms/RefTisa/sallsdk/spc/mpidebug.c b/sys/dev/pms/RefTisa/sallsdk/spc/mpidebug.c index 4f83fe538b1d..be2e57f6926d 100644 --- a/sys/dev/pms/RefTisa/sallsdk/spc/mpidebug.c +++ b/sys/dev/pms/RefTisa/sallsdk/spc/mpidebug.c @@ -29,7 +29,6 @@ */ /*******************************************************************************/ #include -__FBSDID("$FreeBSD$"); #include #include diff --git a/sys/dev/pms/RefTisa/sallsdk/spc/sadisc.c b/sys/dev/pms/RefTisa/sallsdk/spc/sadisc.c index 13916b204365..55c22b509b13 100644 --- a/sys/dev/pms/RefTisa/sallsdk/spc/sadisc.c +++ b/sys/dev/pms/RefTisa/sallsdk/spc/sadisc.c @@ -27,7 +27,6 @@ /******************************************************************************/ #include -__FBSDID("$FreeBSD$"); #include #include diff --git a/sys/dev/pms/RefTisa/sallsdk/spc/saframe.c b/sys/dev/pms/RefTisa/sallsdk/spc/saframe.c index 40951b7e2432..3494d3013bf2 100644 --- a/sys/dev/pms/RefTisa/sallsdk/spc/saframe.c +++ b/sys/dev/pms/RefTisa/sallsdk/spc/saframe.c @@ -27,7 +27,6 @@ /******************************************************************************/ #include -__FBSDID("$FreeBSD$"); #include #include diff --git a/sys/dev/pms/RefTisa/sallsdk/spc/sahw.c b/sys/dev/pms/RefTisa/sallsdk/spc/sahw.c index fe9278466217..5ffc37afe57d 100644 --- a/sys/dev/pms/RefTisa/sallsdk/spc/sahw.c +++ b/sys/dev/pms/RefTisa/sallsdk/spc/sahw.c @@ -25,7 +25,6 @@ */ /******************************************************************************/ #include -__FBSDID("$FreeBSD$"); #include #include diff --git a/sys/dev/pms/RefTisa/sallsdk/spc/sainit.c b/sys/dev/pms/RefTisa/sallsdk/spc/sainit.c index 94e2ef00a6b5..62e0f407283c 100644 --- a/sys/dev/pms/RefTisa/sallsdk/spc/sainit.c +++ b/sys/dev/pms/RefTisa/sallsdk/spc/sainit.c @@ -26,7 +26,6 @@ */ /******************************************************************************/ #include -__FBSDID("$FreeBSD$"); #include #include diff --git a/sys/dev/pms/RefTisa/sallsdk/spc/saint.c b/sys/dev/pms/RefTisa/sallsdk/spc/saint.c index 86c198338f12..7de5429c77db 100644 --- a/sys/dev/pms/RefTisa/sallsdk/spc/saint.c +++ b/sys/dev/pms/RefTisa/sallsdk/spc/saint.c @@ -26,7 +26,6 @@ */ /*******************************************************************************/ #include -__FBSDID("$FreeBSD$"); #include #include diff --git a/sys/dev/pms/RefTisa/sallsdk/spc/saioctlcmd.c b/sys/dev/pms/RefTisa/sallsdk/spc/saioctlcmd.c index a577b1c694d9..d439b11e077a 100644 --- a/sys/dev/pms/RefTisa/sallsdk/spc/saioctlcmd.c +++ b/sys/dev/pms/RefTisa/sallsdk/spc/saioctlcmd.c @@ -26,7 +26,6 @@ */ /******************************************************************************/ #include -__FBSDID("$FreeBSD$"); #include #include diff --git a/sys/dev/pms/RefTisa/sallsdk/spc/sampicmd.c b/sys/dev/pms/RefTisa/sallsdk/spc/sampicmd.c index ab3712938f67..b23670dce62b 100644 --- a/sys/dev/pms/RefTisa/sallsdk/spc/sampicmd.c +++ b/sys/dev/pms/RefTisa/sallsdk/spc/sampicmd.c @@ -26,7 +26,6 @@ */ /******************************************************************************/ #include -__FBSDID("$FreeBSD$"); #include #include diff --git a/sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c b/sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c index c9af17bbf01e..d52affd90dfc 100644 --- a/sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c +++ b/sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c @@ -26,7 +26,6 @@ */ /******************************************************************************/ #include -__FBSDID("$FreeBSD$"); #include #include diff --git a/sys/dev/pms/RefTisa/sallsdk/spc/saphy.c b/sys/dev/pms/RefTisa/sallsdk/spc/saphy.c index 3603129827bb..d9ccd5c5448f 100644 --- a/sys/dev/pms/RefTisa/sallsdk/spc/saphy.c +++ b/sys/dev/pms/RefTisa/sallsdk/spc/saphy.c @@ -27,7 +27,6 @@ */ /******************************************************************************/ #include -__FBSDID("$FreeBSD$"); #include #include diff --git a/sys/dev/pms/RefTisa/sallsdk/spc/saport.c b/sys/dev/pms/RefTisa/sallsdk/spc/saport.c index 9238741657d5..4f67653fa417 100644 --- a/sys/dev/pms/RefTisa/sallsdk/spc/saport.c +++ b/sys/dev/pms/RefTisa/sallsdk/spc/saport.c @@ -26,7 +26,6 @@ */ /******************************************************************************/ #include -__FBSDID("$FreeBSD$"); #include #include diff --git a/sys/dev/pms/RefTisa/sallsdk/spc/sasata.c b/sys/dev/pms/RefTisa/sallsdk/spc/sasata.c index 40d829f8d153..7583776a5339 100644 --- a/sys/dev/pms/RefTisa/sallsdk/spc/sasata.c +++ b/sys/dev/pms/RefTisa/sallsdk/spc/sasata.c @@ -26,7 +26,6 @@ */ /******************************************************************************/ #include -__FBSDID("$FreeBSD$"); #include #include diff --git a/sys/dev/pms/RefTisa/sallsdk/spc/sasmp.c b/sys/dev/pms/RefTisa/sallsdk/spc/sasmp.c index 1dedc1598d4e..eb1bc3681ef0 100644 --- a/sys/dev/pms/RefTisa/sallsdk/spc/sasmp.c +++ b/sys/dev/pms/RefTisa/sallsdk/spc/sasmp.c @@ -26,7 +26,6 @@ */ /*******************************************************************************/ #include -__FBSDID("$FreeBSD$"); #include #include diff --git a/sys/dev/pms/RefTisa/sallsdk/spc/sassp.c b/sys/dev/pms/RefTisa/sallsdk/spc/sassp.c index 851da8a7fc62..af8c0a39411a 100644 --- a/sys/dev/pms/RefTisa/sallsdk/spc/sassp.c +++ b/sys/dev/pms/RefTisa/sallsdk/spc/sassp.c @@ -27,7 +27,6 @@ */ /*******************************************************************************/ #include -__FBSDID("$FreeBSD$"); #include #include diff --git a/sys/dev/pms/RefTisa/sallsdk/spc/satimer.c b/sys/dev/pms/RefTisa/sallsdk/spc/satimer.c index 869e81ed2587..edbb0aeef6b1 100644 --- a/sys/dev/pms/RefTisa/sallsdk/spc/satimer.c +++ b/sys/dev/pms/RefTisa/sallsdk/spc/satimer.c @@ -26,7 +26,6 @@ */ /******************************************************************************/ #include -__FBSDID("$FreeBSD$"); #include #include diff --git a/sys/dev/pms/RefTisa/sallsdk/spc/sautil.c b/sys/dev/pms/RefTisa/sallsdk/spc/sautil.c index b9f042573402..71af3335e507 100644 --- a/sys/dev/pms/RefTisa/sallsdk/spc/sautil.c +++ b/sys/dev/pms/RefTisa/sallsdk/spc/sautil.c @@ -27,7 +27,6 @@ */ /******************************************************************************/ #include -__FBSDID("$FreeBSD$"); #include #include diff --git a/sys/dev/pms/RefTisa/sat/src/sminit.c b/sys/dev/pms/RefTisa/sat/src/sminit.c index 49a2f68124df..d29d59019c24 100644 --- a/sys/dev/pms/RefTisa/sat/src/sminit.c +++ b/sys/dev/pms/RefTisa/sat/src/sminit.c @@ -20,7 +20,6 @@ ********************************************************************************/ #include -__FBSDID("$FreeBSD$"); #include #include diff --git a/sys/dev/pms/RefTisa/sat/src/smmisc.c b/sys/dev/pms/RefTisa/sat/src/smmisc.c index 7104cbdd9bda..889ad072b6b3 100644 --- a/sys/dev/pms/RefTisa/sat/src/smmisc.c +++ b/sys/dev/pms/RefTisa/sat/src/smmisc.c @@ -20,7 +20,6 @@ ********************************************************************************/ #include -__FBSDID("$FreeBSD$"); #include #include diff --git a/sys/dev/pms/RefTisa/sat/src/smsat.c b/sys/dev/pms/RefTisa/sat/src/smsat.c index 28601882e681..0846a22d36f2 100644 --- a/sys/dev/pms/RefTisa/sat/src/smsat.c +++ b/sys/dev/pms/RefTisa/sat/src/smsat.c @@ -20,7 +20,6 @@ ********************************************************************************/ #include -__FBSDID("$FreeBSD$"); #include #include diff --git a/sys/dev/pms/RefTisa/sat/src/smsatcb.c b/sys/dev/pms/RefTisa/sat/src/smsatcb.c index 99894c84ab1f..00a33fbc2dc9 100644 --- a/sys/dev/pms/RefTisa/sat/src/smsatcb.c +++ b/sys/dev/pms/RefTisa/sat/src/smsatcb.c @@ -20,7 +20,6 @@ ********************************************************************************/ #include -__FBSDID("$FreeBSD$"); #include #include diff --git a/sys/dev/pms/RefTisa/sat/src/smsathw.c b/sys/dev/pms/RefTisa/sat/src/smsathw.c index b32e25e0a179..bf2264dfd732 100644 --- a/sys/dev/pms/RefTisa/sat/src/smsathw.c +++ b/sys/dev/pms/RefTisa/sat/src/smsathw.c @@ -20,7 +20,6 @@ ********************************************************************************/ #include -__FBSDID("$FreeBSD$"); #include #include diff --git a/sys/dev/pms/RefTisa/sat/src/smtimer.c b/sys/dev/pms/RefTisa/sat/src/smtimer.c index ce6edd2e4a46..a9eca97e7b03 100644 --- a/sys/dev/pms/RefTisa/sat/src/smtimer.c +++ b/sys/dev/pms/RefTisa/sat/src/smtimer.c @@ -20,7 +20,6 @@ ********************************************************************************/ #include -__FBSDID("$FreeBSD$"); #include #include diff --git a/sys/dev/pms/RefTisa/tisa/sassata/common/ossacmnapi.c b/sys/dev/pms/RefTisa/tisa/sassata/common/ossacmnapi.c index 8b61de4af01a..f5ff0087e9b6 100644 --- a/sys/dev/pms/RefTisa/tisa/sassata/common/ossacmnapi.c +++ b/sys/dev/pms/RefTisa/tisa/sassata/common/ossacmnapi.c @@ -28,7 +28,6 @@ * */ #include -__FBSDID("$FreeBSD$"); #include #include diff --git a/sys/dev/pms/RefTisa/tisa/sassata/common/tddmcmnapi.c b/sys/dev/pms/RefTisa/tisa/sassata/common/tddmcmnapi.c index 55f903242293..bdb566acb811 100644 --- a/sys/dev/pms/RefTisa/tisa/sassata/common/tddmcmnapi.c +++ b/sys/dev/pms/RefTisa/tisa/sassata/common/tddmcmnapi.c @@ -20,7 +20,6 @@ ********************************************************************************/ #include -__FBSDID("$FreeBSD$"); #include #include diff --git a/sys/dev/pms/RefTisa/tisa/sassata/common/tdesgl.c b/sys/dev/pms/RefTisa/tisa/sassata/common/tdesgl.c index 3b7fc05c8f0a..559d9fd78174 100644 --- a/sys/dev/pms/RefTisa/tisa/sassata/common/tdesgl.c +++ b/sys/dev/pms/RefTisa/tisa/sassata/common/tdesgl.c @@ -28,7 +28,6 @@ * */ #include -__FBSDID("$FreeBSD$"); #include #include diff --git a/sys/dev/pms/RefTisa/tisa/sassata/common/tdhw.c b/sys/dev/pms/RefTisa/tisa/sassata/common/tdhw.c index 059b1afe7ee2..476fa561ebee 100644 --- a/sys/dev/pms/RefTisa/tisa/sassata/common/tdhw.c +++ b/sys/dev/pms/RefTisa/tisa/sassata/common/tdhw.c @@ -27,7 +27,6 @@ * */ #include -__FBSDID("$FreeBSD$"); #include #include diff --git a/sys/dev/pms/RefTisa/tisa/sassata/common/tdinit.c b/sys/dev/pms/RefTisa/tisa/sassata/common/tdinit.c index eeaac814d1c2..20107e1c1dcd 100644 --- a/sys/dev/pms/RefTisa/tisa/sassata/common/tdinit.c +++ b/sys/dev/pms/RefTisa/tisa/sassata/common/tdinit.c @@ -27,7 +27,6 @@ * */ #include -__FBSDID("$FreeBSD$"); #include #include diff --git a/sys/dev/pms/RefTisa/tisa/sassata/common/tdint.c b/sys/dev/pms/RefTisa/tisa/sassata/common/tdint.c index 44bbe0fa1aae..91483012bb82 100644 --- a/sys/dev/pms/RefTisa/tisa/sassata/common/tdint.c +++ b/sys/dev/pms/RefTisa/tisa/sassata/common/tdint.c @@ -27,7 +27,6 @@ * */ #include -__FBSDID("$FreeBSD$"); #include #include diff --git a/sys/dev/pms/RefTisa/tisa/sassata/common/tdioctl.c b/sys/dev/pms/RefTisa/tisa/sassata/common/tdioctl.c index f1ee7927c9de..3c28211cc0d7 100644 --- a/sys/dev/pms/RefTisa/tisa/sassata/common/tdioctl.c +++ b/sys/dev/pms/RefTisa/tisa/sassata/common/tdioctl.c @@ -27,7 +27,6 @@ * */ #include -__FBSDID("$FreeBSD$"); #include #include diff --git a/sys/dev/pms/RefTisa/tisa/sassata/common/tdmisc.c b/sys/dev/pms/RefTisa/tisa/sassata/common/tdmisc.c index bb5c75f6ecd1..1044e3b458b3 100644 --- a/sys/dev/pms/RefTisa/tisa/sassata/common/tdmisc.c +++ b/sys/dev/pms/RefTisa/tisa/sassata/common/tdmisc.c @@ -27,7 +27,6 @@ * */ #include -__FBSDID("$FreeBSD$"); #include #include diff --git a/sys/dev/pms/RefTisa/tisa/sassata/common/tdport.c b/sys/dev/pms/RefTisa/tisa/sassata/common/tdport.c index 9a0a21cec0fa..4fd71009abfa 100644 --- a/sys/dev/pms/RefTisa/tisa/sassata/common/tdport.c +++ b/sys/dev/pms/RefTisa/tisa/sassata/common/tdport.c @@ -27,7 +27,6 @@ * */ #include -__FBSDID("$FreeBSD$"); #include #include diff --git a/sys/dev/pms/RefTisa/tisa/sassata/common/tdsmcmnapi.c b/sys/dev/pms/RefTisa/tisa/sassata/common/tdsmcmnapi.c index 8c32b8191779..92c3c98ce8e1 100644 --- a/sys/dev/pms/RefTisa/tisa/sassata/common/tdsmcmnapi.c +++ b/sys/dev/pms/RefTisa/tisa/sassata/common/tdsmcmnapi.c @@ -20,7 +20,6 @@ ********************************************************************************/ #include -__FBSDID("$FreeBSD$"); #include #include diff --git a/sys/dev/pms/RefTisa/tisa/sassata/common/tdtimers.c b/sys/dev/pms/RefTisa/tisa/sassata/common/tdtimers.c index 86d1fec61a6d..0f08b4bc50c9 100644 --- a/sys/dev/pms/RefTisa/tisa/sassata/common/tdtimers.c +++ b/sys/dev/pms/RefTisa/tisa/sassata/common/tdtimers.c @@ -26,7 +26,6 @@ * */ #include -__FBSDID("$FreeBSD$"); #include #include diff --git a/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/itdcb.c b/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/itdcb.c index 8f450371123f..78f4de8418c4 100644 --- a/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/itdcb.c +++ b/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/itdcb.c @@ -27,7 +27,6 @@ * */ #include -__FBSDID("$FreeBSD$"); #include #include diff --git a/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/itddisc.c b/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/itddisc.c index 62a70e5ecd49..3ee486a473e5 100644 --- a/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/itddisc.c +++ b/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/itddisc.c @@ -26,7 +26,6 @@ * */ #include -__FBSDID("$FreeBSD$"); #include #include diff --git a/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/itdinit.c b/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/itdinit.c index 2e8a7d970ea6..1d1199deab26 100644 --- a/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/itdinit.c +++ b/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/itdinit.c @@ -27,7 +27,6 @@ * */ #include -__FBSDID("$FreeBSD$"); #include #include diff --git a/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/itdio.c b/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/itdio.c index 15b83e9e221f..73e3a50a0840 100644 --- a/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/itdio.c +++ b/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/itdio.c @@ -27,7 +27,6 @@ * */ #include -__FBSDID("$FreeBSD$"); #include #include diff --git a/sys/dev/pms/RefTisa/tisa/sassata/sata/host/ossasat.c b/sys/dev/pms/RefTisa/tisa/sassata/sata/host/ossasat.c index 597b6ab0bd31..e49e563f8c48 100644 --- a/sys/dev/pms/RefTisa/tisa/sassata/sata/host/ossasat.c +++ b/sys/dev/pms/RefTisa/tisa/sassata/sata/host/ossasat.c @@ -27,7 +27,6 @@ */ /*****************************************************************************/ #include -__FBSDID("$FreeBSD$"); #include #include diff --git a/sys/dev/pms/RefTisa/tisa/sassata/sata/host/sat.c b/sys/dev/pms/RefTisa/tisa/sassata/sata/host/sat.c index 23a148c93326..b47b9dd4b811 100644 --- a/sys/dev/pms/RefTisa/tisa/sassata/sata/host/sat.c +++ b/sys/dev/pms/RefTisa/tisa/sassata/sata/host/sat.c @@ -28,7 +28,6 @@ */ /*****************************************************************************/ #include -__FBSDID("$FreeBSD$"); #include #include diff --git a/sys/dev/pms/RefTisa/tisa/sassata/sata/host/sathw.c b/sys/dev/pms/RefTisa/tisa/sassata/sata/host/sathw.c index ad55937a4c39..1169669cf8f7 100644 --- a/sys/dev/pms/RefTisa/tisa/sassata/sata/host/sathw.c +++ b/sys/dev/pms/RefTisa/tisa/sassata/sata/host/sathw.c @@ -27,7 +27,6 @@ */ /*****************************************************************************/ #include -__FBSDID("$FreeBSD$"); #include #include diff --git a/sys/dev/pms/freebsd/driver/ini/src/agtiapi.c b/sys/dev/pms/freebsd/driver/ini/src/agtiapi.c index 2937e6074168..c24d03a178ee 100644 --- a/sys/dev/pms/freebsd/driver/ini/src/agtiapi.c +++ b/sys/dev/pms/freebsd/driver/ini/src/agtiapi.c @@ -20,7 +20,6 @@ *******************************************************************************/ #include -__FBSDID("$FreeBSD$"); #include #define MAJOR_REVISION 1 diff --git a/sys/dev/ppbus/if_plip.c b/sys/dev/ppbus/if_plip.c index 7aee2650f48e..a9ef8dc016b7 100644 --- a/sys/dev/ppbus/if_plip.c +++ b/sys/dev/ppbus/if_plip.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Parallel port TCP/IP interfaces added. I looked at the driver from * MACH but this is a complete rewrite, and btw. incompatible, and it diff --git a/sys/dev/ppbus/lpbb.c b/sys/dev/ppbus/lpbb.c index 8dd2f3918514..560c7009b370 100644 --- a/sys/dev/ppbus/lpbb.c +++ b/sys/dev/ppbus/lpbb.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * I2C Bit-Banging over parallel port * diff --git a/sys/dev/ppbus/lpt.c b/sys/dev/ppbus/lpt.c index e01aaa5494ae..644e0f08008b 100644 --- a/sys/dev/ppbus/lpt.c +++ b/sys/dev/ppbus/lpt.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Device Driver for AT parallel printer port * Written by William Jolitz 12/18/90 diff --git a/sys/dev/ppbus/pcfclock.c b/sys/dev/ppbus/pcfclock.c index c5116f690286..e0d2e71b49e5 100644 --- a/sys/dev/ppbus/pcfclock.c +++ b/sys/dev/ppbus/pcfclock.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_pcfclock.h" #include diff --git a/sys/dev/ppbus/ppb_1284.c b/sys/dev/ppbus/ppb_1284.c index b075803d7573..e6320c117a9a 100644 --- a/sys/dev/ppbus/ppb_1284.c +++ b/sys/dev/ppbus/ppb_1284.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * General purpose routines for the IEEE1284-1994 Standard */ diff --git a/sys/dev/ppbus/ppb_base.c b/sys/dev/ppbus/ppb_base.c index ede351f341d0..ea17810cc8cb 100644 --- a/sys/dev/ppbus/ppb_base.c +++ b/sys/dev/ppbus/ppb_base.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/ppbus/ppb_msq.c b/sys/dev/ppbus/ppb_msq.c index 862533690ef4..1e2cb17640a2 100644 --- a/sys/dev/ppbus/ppb_msq.c +++ b/sys/dev/ppbus/ppb_msq.c @@ -29,7 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); #include #include diff --git a/sys/dev/ppbus/ppbconf.c b/sys/dev/ppbus/ppbconf.c index bcc62e4f51f9..469b2ecd045f 100644 --- a/sys/dev/ppbus/ppbconf.c +++ b/sys/dev/ppbus/ppbconf.c @@ -29,7 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); #include "opt_ppb_1284.h" #include diff --git a/sys/dev/ppbus/ppi.c b/sys/dev/ppbus/ppi.c index fee808a76be8..3789da6fbed5 100644 --- a/sys/dev/ppbus/ppi.c +++ b/sys/dev/ppbus/ppi.c @@ -29,7 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); #include "opt_ppb_1284.h" #include diff --git a/sys/dev/ppbus/pps.c b/sys/dev/ppbus/pps.c index 92ed0a059eb6..f3d9a4291485 100644 --- a/sys/dev/ppbus/pps.c +++ b/sys/dev/ppbus/pps.c @@ -17,8 +17,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/ppc/ppc.c b/sys/dev/ppc/ppc.c index 88c3b78b9673..b8a80dca76ec 100644 --- a/sys/dev/ppc/ppc.c +++ b/sys/dev/ppc/ppc.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ppc.h" #include diff --git a/sys/dev/ppc/ppc_acpi.c b/sys/dev/ppc/ppc_acpi.c index b9c273a860a1..a9d05cf7c2ff 100644 --- a/sys/dev/ppc/ppc_acpi.c +++ b/sys/dev/ppc/ppc_acpi.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_isa.h" #include diff --git a/sys/dev/ppc/ppc_isa.c b/sys/dev/ppc/ppc_isa.c index 7003dc98eba0..21296ffd100d 100644 --- a/sys/dev/ppc/ppc_isa.c +++ b/sys/dev/ppc/ppc_isa.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/ppc/ppc_pci.c b/sys/dev/ppc/ppc_pci.c index a936d1c1e2d7..197bcb4af9a3 100644 --- a/sys/dev/ppc/ppc_pci.c +++ b/sys/dev/ppc/ppc_pci.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/ppc/ppc_puc.c b/sys/dev/ppc/ppc_puc.c index 45e2dfce7286..bb60a5271a8f 100644 --- a/sys/dev/ppc/ppc_puc.c +++ b/sys/dev/ppc/ppc_puc.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/proto/proto_bus_isa.c b/sys/dev/proto/proto_bus_isa.c index 15bb2911cb2d..31c65b9d7857 100644 --- a/sys/dev/proto/proto_bus_isa.c +++ b/sys/dev/proto/proto_bus_isa.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/proto/proto_bus_pci.c b/sys/dev/proto/proto_bus_pci.c index 23e753e142a5..326f1105f1a5 100644 --- a/sys/dev/proto/proto_bus_pci.c +++ b/sys/dev/proto/proto_bus_pci.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/proto/proto_busdma.c b/sys/dev/proto/proto_busdma.c index 263c21bd1967..27f7f48d42f4 100644 --- a/sys/dev/proto/proto_busdma.c +++ b/sys/dev/proto/proto_busdma.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/proto/proto_core.c b/sys/dev/proto/proto_core.c index fb05eb66877d..c341977b5bf9 100644 --- a/sys/dev/proto/proto_core.c +++ b/sys/dev/proto/proto_core.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/psci/psci.c b/sys/dev/psci/psci.c index 65ce85572cc1..46d7a2f07181 100644 --- a/sys/dev/psci/psci.c +++ b/sys/dev/psci/psci.c @@ -41,8 +41,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_acpi.h" #include "opt_platform.h" diff --git a/sys/dev/psci/smccc.c b/sys/dev/psci/smccc.c index 64732d58e2d4..5c5e140abab1 100644 --- a/sys/dev/psci/smccc.c +++ b/sys/dev/psci/smccc.c @@ -33,8 +33,6 @@ #include "opt_platform.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/psci/smccc_arm.S b/sys/dev/psci/smccc_arm.S index dd7cd6a690bd..d8231af3c779 100644 --- a/sys/dev/psci/smccc_arm.S +++ b/sys/dev/psci/smccc_arm.S @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - .arch_extension sec /* For smc */ .arch_extension virt /* For hvc */ diff --git a/sys/dev/psci/smccc_arm64.S b/sys/dev/psci/smccc_arm64.S index 1d05855acdf3..3d3c9fc837b1 100644 --- a/sys/dev/psci/smccc_arm64.S +++ b/sys/dev/psci/smccc_arm64.S @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - .macro arm_smccc_1_0 insn ENTRY(arm_smccc_\insn) \insn #0 diff --git a/sys/dev/pst/pst-iop.c b/sys/dev/pst/pst-iop.c index 15fbf36b6328..f9921a564333 100644 --- a/sys/dev/pst/pst-iop.c +++ b/sys/dev/pst/pst-iop.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/pst/pst-pci.c b/sys/dev/pst/pst-pci.c index e51070c65923..e7cbc0fe4787 100644 --- a/sys/dev/pst/pst-pci.c +++ b/sys/dev/pst/pst-pci.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/pst/pst-raid.c b/sys/dev/pst/pst-raid.c index 4a82dbdc5f9c..076925b27a6b 100644 --- a/sys/dev/pst/pst-raid.c +++ b/sys/dev/pst/pst-raid.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/pty/pty.c b/sys/dev/pty/pty.c index 9e5e7507b0bb..07e7ecd7a083 100644 --- a/sys/dev/pty/pty.c +++ b/sys/dev/pty/pty.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/puc/puc.c b/sys/dev/puc/puc.c index 4936bfaaf203..2e5889f865c7 100644 --- a/sys/dev/puc/puc.c +++ b/sys/dev/puc/puc.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/puc/puc_cfg.c b/sys/dev/puc/puc_cfg.c index 6aa7309bb365..9a46033b8c2d 100644 --- a/sys/dev/puc/puc_cfg.c +++ b/sys/dev/puc/puc_cfg.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/puc/puc_pci.c b/sys/dev/puc/puc_pci.c index 8f12fd5b0ec1..c25dc17cec4b 100644 --- a/sys/dev/puc/puc_pci.c +++ b/sys/dev/puc/puc_pci.c @@ -60,8 +60,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/puc/pucdata.c b/sys/dev/puc/pucdata.c index e8bf423b6ab4..3114202c3a5a 100644 --- a/sys/dev/puc/pucdata.c +++ b/sys/dev/puc/pucdata.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * PCI "universal" communications card driver configuration data (used to * match/attach the cards). diff --git a/sys/dev/pwm/ofw_pwm.c b/sys/dev/pwm/ofw_pwm.c index 2257cd93c3e3..6cc154e7f363 100644 --- a/sys/dev/pwm/ofw_pwm.c +++ b/sys/dev/pwm/ofw_pwm.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/pwm/ofw_pwmbus.c b/sys/dev/pwm/ofw_pwmbus.c index 8cd5fccf2623..b9621f230953 100644 --- a/sys/dev/pwm/ofw_pwmbus.c +++ b/sys/dev/pwm/ofw_pwmbus.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/pwm/pwm_backlight.c b/sys/dev/pwm/pwm_backlight.c index fd9f8846212a..0daabcb374a6 100644 --- a/sys/dev/pwm/pwm_backlight.c +++ b/sys/dev/pwm/pwm_backlight.c @@ -26,9 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - - #include #include #include diff --git a/sys/dev/pwm/pwmbus.c b/sys/dev/pwm/pwmbus.c index 751e34c17a3c..e4feaa95e590 100644 --- a/sys/dev/pwm/pwmbus.c +++ b/sys/dev/pwm/pwmbus.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_platform.h" #include diff --git a/sys/dev/pwm/pwmc.c b/sys/dev/pwm/pwmc.c index 64b16306af56..95921d8ab69e 100644 --- a/sys/dev/pwm/pwmc.c +++ b/sys/dev/pwm/pwmc.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_platform.h" #include diff --git a/sys/dev/qat_c2xxx/qat.c b/sys/dev/qat_c2xxx/qat.c index 7037a54f1aa3..31531f91b95c 100644 --- a/sys/dev/qat_c2xxx/qat.c +++ b/sys/dev/qat_c2xxx/qat.c @@ -58,7 +58,6 @@ */ #include -__FBSDID("$FreeBSD$"); #if 0 __KERNEL_RCSID(0, "$NetBSD: qat.c,v 1.6 2020/06/14 23:23:12 riastradh Exp $"); #endif diff --git a/sys/dev/qat_c2xxx/qat_ae.c b/sys/dev/qat_c2xxx/qat_ae.c index fbbf1698bde7..b011743ad3d7 100644 --- a/sys/dev/qat_c2xxx/qat_ae.c +++ b/sys/dev/qat_c2xxx/qat_ae.c @@ -58,7 +58,6 @@ */ #include -__FBSDID("$FreeBSD$"); #if 0 __KERNEL_RCSID(0, "$NetBSD: qat_ae.c,v 1.1 2019/11/20 09:37:46 hikaru Exp $"); #endif diff --git a/sys/dev/qat_c2xxx/qat_c2xxx.c b/sys/dev/qat_c2xxx/qat_c2xxx.c index 4921e1b98a08..e9b9f8bdf0c9 100644 --- a/sys/dev/qat_c2xxx/qat_c2xxx.c +++ b/sys/dev/qat_c2xxx/qat_c2xxx.c @@ -58,7 +58,6 @@ */ #include -__FBSDID("$FreeBSD$"); #if 0 __KERNEL_RCSID(0, "$NetBSD: qat_c2xxx.c,v 1.1 2019/11/20 09:37:46 hikaru Exp $"); #endif diff --git a/sys/dev/qat_c2xxx/qat_hw15.c b/sys/dev/qat_c2xxx/qat_hw15.c index 83a33d4e7674..a08ed559bd2e 100644 --- a/sys/dev/qat_c2xxx/qat_hw15.c +++ b/sys/dev/qat_c2xxx/qat_hw15.c @@ -58,7 +58,6 @@ */ #include -__FBSDID("$FreeBSD$"); #if 0 __KERNEL_RCSID(0, "$NetBSD: qat_hw15.c,v 1.1 2019/11/20 09:37:46 hikaru Exp $"); #endif diff --git a/sys/dev/qcom_clk/qcom_clk_apssdiv.c b/sys/dev/qcom_clk/qcom_clk_apssdiv.c index d76c5953f278..16cbd7873aa6 100644 --- a/sys/dev/qcom_clk/qcom_clk_apssdiv.c +++ b/sys/dev/qcom_clk/qcom_clk_apssdiv.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/qcom_clk/qcom_clk_branch2.c b/sys/dev/qcom_clk/qcom_clk_branch2.c index 83f1e8fd888d..81b3708213e6 100644 --- a/sys/dev/qcom_clk/qcom_clk_branch2.c +++ b/sys/dev/qcom_clk/qcom_clk_branch2.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/qcom_clk/qcom_clk_fdiv.c b/sys/dev/qcom_clk/qcom_clk_fdiv.c index e48ac790606a..0bad09f824b1 100644 --- a/sys/dev/qcom_clk/qcom_clk_fdiv.c +++ b/sys/dev/qcom_clk/qcom_clk_fdiv.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/qcom_clk/qcom_clk_fepll.c b/sys/dev/qcom_clk/qcom_clk_fepll.c index aa8d03f1b986..950b6ec093d4 100644 --- a/sys/dev/qcom_clk/qcom_clk_fepll.c +++ b/sys/dev/qcom_clk/qcom_clk_fepll.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/qcom_clk/qcom_clk_freqtbl.c b/sys/dev/qcom_clk/qcom_clk_freqtbl.c index f06105e797c3..b4ff08476766 100644 --- a/sys/dev/qcom_clk/qcom_clk_freqtbl.c +++ b/sys/dev/qcom_clk/qcom_clk_freqtbl.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/qcom_clk/qcom_clk_rcg2.c b/sys/dev/qcom_clk/qcom_clk_rcg2.c index 999e2c00c900..2244f46e647f 100644 --- a/sys/dev/qcom_clk/qcom_clk_rcg2.c +++ b/sys/dev/qcom_clk/qcom_clk_rcg2.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/qcom_clk/qcom_clk_ro_div.c b/sys/dev/qcom_clk/qcom_clk_ro_div.c index b2fc754c1fba..67219679397f 100644 --- a/sys/dev/qcom_clk/qcom_clk_ro_div.c +++ b/sys/dev/qcom_clk/qcom_clk_ro_div.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/qcom_dwc3/qcom_dwc3.c b/sys/dev/qcom_dwc3/qcom_dwc3.c index 611e67f71230..e2c85091d5de 100644 --- a/sys/dev/qcom_dwc3/qcom_dwc3.c +++ b/sys/dev/qcom_dwc3/qcom_dwc3.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/qcom_gcc/qcom_gcc_ipq4018.c b/sys/dev/qcom_gcc/qcom_gcc_ipq4018.c index 985a214db944..ab81049ed7a4 100644 --- a/sys/dev/qcom_gcc/qcom_gcc_ipq4018.c +++ b/sys/dev/qcom_gcc/qcom_gcc_ipq4018.c @@ -28,8 +28,6 @@ /* Driver for Qualcomm IPQ4018 clock and reset device */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/qcom_gcc/qcom_gcc_ipq4018_clock.c b/sys/dev/qcom_gcc/qcom_gcc_ipq4018_clock.c index cc1eb3a1c350..45576a89fdd1 100644 --- a/sys/dev/qcom_gcc/qcom_gcc_ipq4018_clock.c +++ b/sys/dev/qcom_gcc/qcom_gcc_ipq4018_clock.c @@ -28,8 +28,6 @@ /* Driver for Qualcomm IPQ4018 clock and reset device */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/qcom_gcc/qcom_gcc_ipq4018_reset.c b/sys/dev/qcom_gcc/qcom_gcc_ipq4018_reset.c index 67f0f6b7dca2..00744ea2337b 100644 --- a/sys/dev/qcom_gcc/qcom_gcc_ipq4018_reset.c +++ b/sys/dev/qcom_gcc/qcom_gcc_ipq4018_reset.c @@ -28,8 +28,6 @@ /* Driver for Qualcomm IPQ4018 clock and reset device */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/qcom_qup/qcom_spi.c b/sys/dev/qcom_qup/qcom_spi.c index ee48413eff13..41c51b9b9fe2 100644 --- a/sys/dev/qcom_qup/qcom_spi.c +++ b/sys/dev/qcom_qup/qcom_spi.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/dev/qcom_qup/qcom_spi_hw.c b/sys/dev/qcom_qup/qcom_spi_hw.c index 0a69cdd40afc..fa66a31dd56b 100644 --- a/sys/dev/qcom_qup/qcom_spi_hw.c +++ b/sys/dev/qcom_qup/qcom_spi_hw.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/dev/qcom_rnd/qcom_rnd.c b/sys/dev/qcom_rnd/qcom_rnd.c index 5a03eb343a28..5d1bdac14981 100644 --- a/sys/dev/qcom_rnd/qcom_rnd.c +++ b/sys/dev/qcom_rnd/qcom_rnd.c @@ -28,8 +28,6 @@ /* Driver for Qualcomm MSM entropy device. */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/qcom_tcsr/qcom_tcsr.c b/sys/dev/qcom_tcsr/qcom_tcsr.c index e680b541c19f..633c7e0d8931 100644 --- a/sys/dev/qcom_tcsr/qcom_tcsr.c +++ b/sys/dev/qcom_tcsr/qcom_tcsr.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/dev/qcom_tlmm/qcom_tlmm_debug.c b/sys/dev/qcom_tlmm/qcom_tlmm_debug.c index c8e0e6ff76f3..8faf6cd93849 100644 --- a/sys/dev/qcom_tlmm/qcom_tlmm_debug.c +++ b/sys/dev/qcom_tlmm/qcom_tlmm_debug.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/qcom_tlmm/qcom_tlmm_ipq4018.c b/sys/dev/qcom_tlmm/qcom_tlmm_ipq4018.c index 8e7835c7e983..dd3fbd2043bb 100644 --- a/sys/dev/qcom_tlmm/qcom_tlmm_ipq4018.c +++ b/sys/dev/qcom_tlmm/qcom_tlmm_ipq4018.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/qcom_tlmm/qcom_tlmm_ipq4018_hw.c b/sys/dev/qcom_tlmm/qcom_tlmm_ipq4018_hw.c index d4db5b082ec7..4c3593a029f3 100644 --- a/sys/dev/qcom_tlmm/qcom_tlmm_ipq4018_hw.c +++ b/sys/dev/qcom_tlmm/qcom_tlmm_ipq4018_hw.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/qcom_tlmm/qcom_tlmm_pin.c b/sys/dev/qcom_tlmm/qcom_tlmm_pin.c index 74a64be535b8..2f6e04e9d2b8 100644 --- a/sys/dev/qcom_tlmm/qcom_tlmm_pin.c +++ b/sys/dev/qcom_tlmm/qcom_tlmm_pin.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/qcom_tlmm/qcom_tlmm_pinmux.c b/sys/dev/qcom_tlmm/qcom_tlmm_pinmux.c index 471414791629..8d10af69619f 100644 --- a/sys/dev/qcom_tlmm/qcom_tlmm_pinmux.c +++ b/sys/dev/qcom_tlmm/qcom_tlmm_pinmux.c @@ -36,8 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/qlnx/qlnxe/ecore_cxt.c b/sys/dev/qlnx/qlnxe/ecore_cxt.c index c584837e8fe4..6ace59ed68ce 100644 --- a/sys/dev/qlnx/qlnxe/ecore_cxt.c +++ b/sys/dev/qlnx/qlnxe/ecore_cxt.c @@ -29,8 +29,6 @@ * File : ecore_cxt.c */ #include -__FBSDID("$FreeBSD$"); - #include "bcm_osal.h" #include "reg_addr.h" #include "common_hsi.h" diff --git a/sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c b/sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c index 4666963cd087..3521e81db152 100644 --- a/sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c +++ b/sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c @@ -29,8 +29,6 @@ * File : ecore_dbg_fw_funcs.c */ #include -__FBSDID("$FreeBSD$"); - #include "bcm_osal.h" #include "ecore.h" #include "ecore_hw.h" diff --git a/sys/dev/qlnx/qlnxe/ecore_dcbx.c b/sys/dev/qlnx/qlnxe/ecore_dcbx.c index 1169f77fcbdf..b7c8d749a4c9 100644 --- a/sys/dev/qlnx/qlnxe/ecore_dcbx.c +++ b/sys/dev/qlnx/qlnxe/ecore_dcbx.c @@ -29,8 +29,6 @@ * File : ecore_dcbx.c */ #include -__FBSDID("$FreeBSD$"); - #include "bcm_osal.h" #include "ecore.h" #include "ecore_sp_commands.h" diff --git a/sys/dev/qlnx/qlnxe/ecore_dev.c b/sys/dev/qlnx/qlnxe/ecore_dev.c index ee52e1e6d34a..6187ecdbc446 100644 --- a/sys/dev/qlnx/qlnxe/ecore_dev.c +++ b/sys/dev/qlnx/qlnxe/ecore_dev.c @@ -29,8 +29,6 @@ * File : ecore_dev.c */ #include -__FBSDID("$FreeBSD$"); - #include "bcm_osal.h" #include "reg_addr.h" #include "ecore_gtt_reg_addr.h" diff --git a/sys/dev/qlnx/qlnxe/ecore_hw.c b/sys/dev/qlnx/qlnxe/ecore_hw.c index c93161775a1e..4a9345d66bc3 100644 --- a/sys/dev/qlnx/qlnxe/ecore_hw.c +++ b/sys/dev/qlnx/qlnxe/ecore_hw.c @@ -29,8 +29,6 @@ * File : ecore_hw.c */ #include -__FBSDID("$FreeBSD$"); - #include "bcm_osal.h" #include "ecore_hsi_common.h" #include "ecore_status.h" diff --git a/sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c b/sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c index 5adc1f29b0ac..c65bea48073d 100644 --- a/sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c +++ b/sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c @@ -29,8 +29,6 @@ * File : ecore_init_fw_funcs.c */ #include -__FBSDID("$FreeBSD$"); - #include "bcm_osal.h" #include "ecore_hw.h" #include "ecore_init_ops.h" diff --git a/sys/dev/qlnx/qlnxe/ecore_init_ops.c b/sys/dev/qlnx/qlnxe/ecore_init_ops.c index bb3929a3e127..e15b89886aed 100644 --- a/sys/dev/qlnx/qlnxe/ecore_init_ops.c +++ b/sys/dev/qlnx/qlnxe/ecore_init_ops.c @@ -29,8 +29,6 @@ * File : ecore_init_ops.c */ #include -__FBSDID("$FreeBSD$"); - /* include the precompiled configuration values - only once */ #include "bcm_osal.h" #include "ecore_hsi_common.h" diff --git a/sys/dev/qlnx/qlnxe/ecore_int.c b/sys/dev/qlnx/qlnxe/ecore_int.c index 16d3fcb3b1e6..6d1d1680c1b6 100644 --- a/sys/dev/qlnx/qlnxe/ecore_int.c +++ b/sys/dev/qlnx/qlnxe/ecore_int.c @@ -28,8 +28,6 @@ * File : ecore_int.c */ #include -__FBSDID("$FreeBSD$"); - #include "bcm_osal.h" #include "ecore.h" #include "ecore_spq.h" diff --git a/sys/dev/qlnx/qlnxe/ecore_iwarp.c b/sys/dev/qlnx/qlnxe/ecore_iwarp.c index 5d2cef62ed21..a7e6879d67b4 100644 --- a/sys/dev/qlnx/qlnxe/ecore_iwarp.c +++ b/sys/dev/qlnx/qlnxe/ecore_iwarp.c @@ -29,8 +29,6 @@ * File : ecore_iwarp.c */ #include -__FBSDID("$FreeBSD$"); - #include "bcm_osal.h" #include "ecore.h" #include "ecore_status.h" diff --git a/sys/dev/qlnx/qlnxe/ecore_l2.c b/sys/dev/qlnx/qlnxe/ecore_l2.c index dbf3e94d77e4..487b56629009 100644 --- a/sys/dev/qlnx/qlnxe/ecore_l2.c +++ b/sys/dev/qlnx/qlnxe/ecore_l2.c @@ -29,8 +29,6 @@ * File : ecore_l2.c */ #include -__FBSDID("$FreeBSD$"); - #include "bcm_osal.h" #include "ecore.h" diff --git a/sys/dev/qlnx/qlnxe/ecore_ll2.c b/sys/dev/qlnx/qlnxe/ecore_ll2.c index 89360a6552ab..72185b9d18e5 100644 --- a/sys/dev/qlnx/qlnxe/ecore_ll2.c +++ b/sys/dev/qlnx/qlnxe/ecore_ll2.c @@ -29,8 +29,6 @@ * File : ecore_ll2.c */ #include -__FBSDID("$FreeBSD$"); - #include "bcm_osal.h" #include "ecore.h" diff --git a/sys/dev/qlnx/qlnxe/ecore_mcp.c b/sys/dev/qlnx/qlnxe/ecore_mcp.c index 65a854293e2d..d94c7382edc5 100644 --- a/sys/dev/qlnx/qlnxe/ecore_mcp.c +++ b/sys/dev/qlnx/qlnxe/ecore_mcp.c @@ -28,8 +28,6 @@ * File : ecore_mcp.c */ #include -__FBSDID("$FreeBSD$"); - #include "bcm_osal.h" #include "ecore.h" #include "ecore_status.h" diff --git a/sys/dev/qlnx/qlnxe/ecore_mng_tlv.c b/sys/dev/qlnx/qlnxe/ecore_mng_tlv.c index 4d9d875bf572..5fe7e836db23 100644 --- a/sys/dev/qlnx/qlnxe/ecore_mng_tlv.c +++ b/sys/dev/qlnx/qlnxe/ecore_mng_tlv.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "bcm_osal.h" #include "ecore.h" #include "ecore_status.h" diff --git a/sys/dev/qlnx/qlnxe/ecore_ooo.c b/sys/dev/qlnx/qlnxe/ecore_ooo.c index 50359b6e20c6..92c0b1c860ae 100644 --- a/sys/dev/qlnx/qlnxe/ecore_ooo.c +++ b/sys/dev/qlnx/qlnxe/ecore_ooo.c @@ -29,8 +29,6 @@ * File : ecore_ooo.c */ #include -__FBSDID("$FreeBSD$"); - #include "bcm_osal.h" #include "ecore.h" diff --git a/sys/dev/qlnx/qlnxe/ecore_rdma.c b/sys/dev/qlnx/qlnxe/ecore_rdma.c index 7ade470b04d3..9e7bfffcc297 100644 --- a/sys/dev/qlnx/qlnxe/ecore_rdma.c +++ b/sys/dev/qlnx/qlnxe/ecore_rdma.c @@ -29,8 +29,6 @@ * File : ecore_rdma.c */ #include -__FBSDID("$FreeBSD$"); - #include "bcm_osal.h" #include "ecore.h" #include "ecore_status.h" diff --git a/sys/dev/qlnx/qlnxe/ecore_roce.c b/sys/dev/qlnx/qlnxe/ecore_roce.c index 651653adb565..7429c6e71779 100644 --- a/sys/dev/qlnx/qlnxe/ecore_roce.c +++ b/sys/dev/qlnx/qlnxe/ecore_roce.c @@ -29,8 +29,6 @@ * File : ecore_roce.c */ #include -__FBSDID("$FreeBSD$"); - #include "bcm_osal.h" #include "ecore.h" #include "ecore_status.h" diff --git a/sys/dev/qlnx/qlnxe/ecore_sp_commands.c b/sys/dev/qlnx/qlnxe/ecore_sp_commands.c index 09cd19cd9f3b..c7278e148d3a 100644 --- a/sys/dev/qlnx/qlnxe/ecore_sp_commands.c +++ b/sys/dev/qlnx/qlnxe/ecore_sp_commands.c @@ -29,8 +29,6 @@ * File : ecore_sp_commands.c */ #include -__FBSDID("$FreeBSD$"); - #include "bcm_osal.h" #include "ecore.h" diff --git a/sys/dev/qlnx/qlnxe/ecore_spq.c b/sys/dev/qlnx/qlnxe/ecore_spq.c index d3ad27f59196..e4fdc55382a6 100644 --- a/sys/dev/qlnx/qlnxe/ecore_spq.c +++ b/sys/dev/qlnx/qlnxe/ecore_spq.c @@ -28,8 +28,6 @@ * File : ecore_spq.c */ #include -__FBSDID("$FreeBSD$"); - #include "bcm_osal.h" #include "reg_addr.h" #include "ecore_gtt_reg_addr.h" diff --git a/sys/dev/qlnx/qlnxe/ecore_sriov.c b/sys/dev/qlnx/qlnxe/ecore_sriov.c index c5fa70d65535..65df523bb83e 100644 --- a/sys/dev/qlnx/qlnxe/ecore_sriov.c +++ b/sys/dev/qlnx/qlnxe/ecore_sriov.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "bcm_osal.h" #include "ecore.h" #include "reg_addr.h" diff --git a/sys/dev/qlnx/qlnxe/ecore_vf.c b/sys/dev/qlnx/qlnxe/ecore_vf.c index 983a2604a9c4..6cdc94d05c86 100644 --- a/sys/dev/qlnx/qlnxe/ecore_vf.c +++ b/sys/dev/qlnx/qlnxe/ecore_vf.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "bcm_osal.h" #include "ecore.h" #include "ecore_hsi_eth.h" diff --git a/sys/dev/qlnx/qlnxe/qlnx_ioctl.c b/sys/dev/qlnx/qlnxe/qlnx_ioctl.c index aa382a1046e3..14efcf88ca99 100644 --- a/sys/dev/qlnx/qlnxe/qlnx_ioctl.c +++ b/sys/dev/qlnx/qlnxe/qlnx_ioctl.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "qlnx_os.h" #include "bcm_osal.h" diff --git a/sys/dev/qlnx/qlnxe/qlnx_os.c b/sys/dev/qlnx/qlnxe/qlnx_os.c index e8bb373fbab4..0ef3c93580b6 100644 --- a/sys/dev/qlnx/qlnxe/qlnx_os.c +++ b/sys/dev/qlnx/qlnxe/qlnx_os.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "qlnx_os.h" #include "bcm_osal.h" #include "reg_addr.h" diff --git a/sys/dev/qlnx/qlnxe/qlnx_rdma.c b/sys/dev/qlnx/qlnxe/qlnx_rdma.c index 68d9196fb7c9..77b25a017ade 100644 --- a/sys/dev/qlnx/qlnxe/qlnx_rdma.c +++ b/sys/dev/qlnx/qlnxe/qlnx_rdma.c @@ -30,8 +30,6 @@ * Author: David C Somayajulu */ #include -__FBSDID("$FreeBSD$"); - #include "qlnx_os.h" #include "bcm_osal.h" diff --git a/sys/dev/qlnx/qlnxr/qlnxr_cm.c b/sys/dev/qlnx/qlnxr/qlnxr_cm.c index 569dbc6d7472..4fdfc6ed84a0 100644 --- a/sys/dev/qlnx/qlnxr/qlnxr_cm.c +++ b/sys/dev/qlnx/qlnxr/qlnxr_cm.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "qlnxr_def.h" #include "rdma_common.h" #include "qlnxr_cm.h" diff --git a/sys/dev/qlnx/qlnxr/qlnxr_os.c b/sys/dev/qlnx/qlnxr/qlnxr_os.c index 0b1a7b67cb1c..fd32080af599 100644 --- a/sys/dev/qlnx/qlnxr/qlnxr_os.c +++ b/sys/dev/qlnx/qlnxr/qlnxr_os.c @@ -29,8 +29,6 @@ * File: qlnxr_os.c */ #include -__FBSDID("$FreeBSD$"); - #include "qlnxr_def.h" SYSCTL_NODE(_dev, OID_AUTO, qnxr, CTLFLAG_RW | CTLFLAG_MPSAFE, 0, diff --git a/sys/dev/qlnx/qlnxr/qlnxr_verbs.c b/sys/dev/qlnx/qlnxr/qlnxr_verbs.c index bc2da02eae45..d74f51831da7 100644 --- a/sys/dev/qlnx/qlnxr/qlnxr_verbs.c +++ b/sys/dev/qlnx/qlnxr/qlnxr_verbs.c @@ -29,8 +29,6 @@ * File: qlnxr_verbs.c */ #include -__FBSDID("$FreeBSD$"); - #include "qlnxr_def.h" #include "rdma_common.h" #include "qlnxr_roce.h" diff --git a/sys/dev/qlxgb/qla_dbg.c b/sys/dev/qlxgb/qla_dbg.c index 11dcb765b584..b8c9f0bea667 100644 --- a/sys/dev/qlxgb/qla_dbg.c +++ b/sys/dev/qlxgb/qla_dbg.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "qla_os.h" #include "qla_reg.h" #include "qla_hw.h" diff --git a/sys/dev/qlxgb/qla_hw.c b/sys/dev/qlxgb/qla_hw.c index 05d91dda5c84..6ea68e1b255c 100644 --- a/sys/dev/qlxgb/qla_hw.c +++ b/sys/dev/qlxgb/qla_hw.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "qla_os.h" #include "qla_reg.h" #include "qla_hw.h" diff --git a/sys/dev/qlxgb/qla_ioctl.c b/sys/dev/qlxgb/qla_ioctl.c index 06edd9791e2e..158305144c2b 100644 --- a/sys/dev/qlxgb/qla_ioctl.c +++ b/sys/dev/qlxgb/qla_ioctl.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "qla_os.h" #include "qla_reg.h" #include "qla_hw.h" diff --git a/sys/dev/qlxgb/qla_isr.c b/sys/dev/qlxgb/qla_isr.c index 66f4039efefb..1c3cb81973d8 100644 --- a/sys/dev/qlxgb/qla_isr.c +++ b/sys/dev/qlxgb/qla_isr.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "qla_os.h" #include "qla_reg.h" #include "qla_hw.h" diff --git a/sys/dev/qlxgb/qla_misc.c b/sys/dev/qlxgb/qla_misc.c index 02705ad4c200..febb5e59187e 100644 --- a/sys/dev/qlxgb/qla_misc.c +++ b/sys/dev/qlxgb/qla_misc.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "qla_os.h" #include "qla_reg.h" #include "qla_hw.h" diff --git a/sys/dev/qlxgb/qla_os.c b/sys/dev/qlxgb/qla_os.c index 3734549de4b1..b9a0c1ec07a3 100644 --- a/sys/dev/qlxgb/qla_os.c +++ b/sys/dev/qlxgb/qla_os.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "qla_os.h" #include "qla_reg.h" #include "qla_hw.h" diff --git a/sys/dev/qlxgbe/ql_boot.c b/sys/dev/qlxgbe/ql_boot.c index ae3f01288343..8b116d365b59 100644 --- a/sys/dev/qlxgbe/ql_boot.c +++ b/sys/dev/qlxgbe/ql_boot.c @@ -29,8 +29,6 @@ * File: ql_boot.c */ #include -__FBSDID("$FreeBSD$"); - #include "ql_os.h" unsigned int ql83xx_bootloader_version_major = 5; diff --git a/sys/dev/qlxgbe/ql_dbg.c b/sys/dev/qlxgbe/ql_dbg.c index bc93ae520c2b..ccc1646591c4 100644 --- a/sys/dev/qlxgbe/ql_dbg.c +++ b/sys/dev/qlxgbe/ql_dbg.c @@ -31,8 +31,6 @@ * Author : David C Somayajulu, Qlogic Corporation, Aliso Viejo, CA 92656. */ #include -__FBSDID("$FreeBSD$"); - #include "ql_os.h" #include "ql_hw.h" #include "ql_def.h" diff --git a/sys/dev/qlxgbe/ql_fw.c b/sys/dev/qlxgbe/ql_fw.c index 67711ecf8eea..4514237c61c2 100644 --- a/sys/dev/qlxgbe/ql_fw.c +++ b/sys/dev/qlxgbe/ql_fw.c @@ -29,8 +29,6 @@ * File: ql_fw.c */ #include -__FBSDID("$FreeBSD$"); - #include "ql_os.h" unsigned int ql83xx_firmware_version_major = 5; diff --git a/sys/dev/qlxgbe/ql_hw.c b/sys/dev/qlxgbe/ql_hw.c index c48d44913bd3..92044822e99f 100644 --- a/sys/dev/qlxgbe/ql_hw.c +++ b/sys/dev/qlxgbe/ql_hw.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "ql_os.h" #include "ql_hw.h" #include "ql_def.h" diff --git a/sys/dev/qlxgbe/ql_ioctl.c b/sys/dev/qlxgbe/ql_ioctl.c index 13d8f47f31af..b34a9cc508c0 100644 --- a/sys/dev/qlxgbe/ql_ioctl.c +++ b/sys/dev/qlxgbe/ql_ioctl.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "ql_os.h" #include "ql_hw.h" #include "ql_def.h" diff --git a/sys/dev/qlxgbe/ql_isr.c b/sys/dev/qlxgbe/ql_isr.c index 5fd7f4aa9c8f..62ad81b2a607 100644 --- a/sys/dev/qlxgbe/ql_isr.c +++ b/sys/dev/qlxgbe/ql_isr.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "ql_os.h" #include "ql_hw.h" #include "ql_def.h" diff --git a/sys/dev/qlxgbe/ql_minidump.c b/sys/dev/qlxgbe/ql_minidump.c index c85c15a90caa..15ab37794fc8 100644 --- a/sys/dev/qlxgbe/ql_minidump.c +++ b/sys/dev/qlxgbe/ql_minidump.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "ql_os.h" unsigned int ql83xx_minidump_version_major = 5; diff --git a/sys/dev/qlxgbe/ql_misc.c b/sys/dev/qlxgbe/ql_misc.c index b6ed814ab1cc..9d118c65a23b 100644 --- a/sys/dev/qlxgbe/ql_misc.c +++ b/sys/dev/qlxgbe/ql_misc.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "ql_os.h" #include "ql_hw.h" #include "ql_def.h" diff --git a/sys/dev/qlxgbe/ql_os.c b/sys/dev/qlxgbe/ql_os.c index d4b5fcde99df..d20e7a103d02 100644 --- a/sys/dev/qlxgbe/ql_os.c +++ b/sys/dev/qlxgbe/ql_os.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "ql_os.h" #include "ql_hw.h" #include "ql_def.h" diff --git a/sys/dev/qlxgbe/ql_reset.c b/sys/dev/qlxgbe/ql_reset.c index 5e40047d0d02..698ba66078fb 100644 --- a/sys/dev/qlxgbe/ql_reset.c +++ b/sys/dev/qlxgbe/ql_reset.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "ql_os.h" unsigned int ql83xx_resetseq_version_major = 5; diff --git a/sys/dev/qlxge/qls_dbg.c b/sys/dev/qlxge/qls_dbg.c index 722590736792..5de1e578a926 100644 --- a/sys/dev/qlxge/qls_dbg.c +++ b/sys/dev/qlxge/qls_dbg.c @@ -31,8 +31,6 @@ * Author : David C Somayajulu, Qlogic Corporation, Aliso Viejo, CA 92656. */ #include -__FBSDID("$FreeBSD$"); - #include "qls_os.h" #include "qls_hw.h" #include "qls_def.h" diff --git a/sys/dev/qlxge/qls_dump.c b/sys/dev/qlxge/qls_dump.c index 543ae6ced6c5..5fbddea915a3 100644 --- a/sys/dev/qlxge/qls_dump.c +++ b/sys/dev/qlxge/qls_dump.c @@ -31,8 +31,6 @@ * File: qls_dump.c */ #include -__FBSDID("$FreeBSD$"); - #include "qls_os.h" #include "qls_hw.h" #include "qls_def.h" diff --git a/sys/dev/qlxge/qls_hw.c b/sys/dev/qlxge/qls_hw.c index 1514e09e96a4..02cb81c46d9f 100644 --- a/sys/dev/qlxge/qls_hw.c +++ b/sys/dev/qlxge/qls_hw.c @@ -33,8 +33,6 @@ * Content: Contains Hardware dependent functions */ #include -__FBSDID("$FreeBSD$"); - #include "qls_os.h" #include "qls_hw.h" #include "qls_def.h" diff --git a/sys/dev/qlxge/qls_ioctl.c b/sys/dev/qlxge/qls_ioctl.c index 949e9ccbab6a..d77bf43d61d9 100644 --- a/sys/dev/qlxge/qls_ioctl.c +++ b/sys/dev/qlxge/qls_ioctl.c @@ -31,8 +31,6 @@ * Author : David C Somayajulu, Qlogic Corporation, Aliso Viejo, CA 92656. */ #include -__FBSDID("$FreeBSD$"); - #include "qls_os.h" #include "qls_hw.h" #include "qls_def.h" diff --git a/sys/dev/qlxge/qls_isr.c b/sys/dev/qlxge/qls_isr.c index 009d493520d1..58daa6f760a4 100644 --- a/sys/dev/qlxge/qls_isr.c +++ b/sys/dev/qlxge/qls_isr.c @@ -32,8 +32,6 @@ * Author : David C Somayajulu, Qlogic Corporation, Aliso Viejo, CA 92656. */ #include -__FBSDID("$FreeBSD$"); - #include "qls_os.h" #include "qls_hw.h" #include "qls_def.h" diff --git a/sys/dev/qlxge/qls_os.c b/sys/dev/qlxge/qls_os.c index 9398e519a625..8c110540a042 100644 --- a/sys/dev/qlxge/qls_os.c +++ b/sys/dev/qlxge/qls_os.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "qls_os.h" #include "qls_hw.h" #include "qls_def.h" diff --git a/sys/dev/quicc/quicc_bfe_fdt.c b/sys/dev/quicc/quicc_bfe_fdt.c index a05a2d2346d6..54cbc7ee3111 100644 --- a/sys/dev/quicc/quicc_bfe_fdt.c +++ b/sys/dev/quicc/quicc_bfe_fdt.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/quicc/quicc_core.c b/sys/dev/quicc/quicc_core.c index 0aa8c68cb0a2..23b1c73eb716 100644 --- a/sys/dev/quicc/quicc_core.c +++ b/sys/dev/quicc/quicc_core.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/ral/if_ral_pci.c b/sys/dev/ral/if_ral_pci.c index cde3858ec687..69518f573f1d 100644 --- a/sys/dev/ral/if_ral_pci.c +++ b/sys/dev/ral/if_ral_pci.c @@ -16,8 +16,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * PCI/Cardbus front-end for the Ralink RT2560/RT2561/RT2561S/RT2661 driver. */ diff --git a/sys/dev/ral/rt2560.c b/sys/dev/ral/rt2560.c index e63f65dc3e0e..4ae46b66ae49 100644 --- a/sys/dev/ral/rt2560.c +++ b/sys/dev/ral/rt2560.c @@ -17,8 +17,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /*- * Ralink Technology RT2560 chipset driver * http://www.ralinktech.com/ diff --git a/sys/dev/ral/rt2661.c b/sys/dev/ral/rt2661.c index 8125f868ef88..14bd808a6a7f 100644 --- a/sys/dev/ral/rt2661.c +++ b/sys/dev/ral/rt2661.c @@ -17,8 +17,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /*- * Ralink Technology RT2561, RT2561S and RT2661 chipset driver * http://www.ralinktech.com/ diff --git a/sys/dev/ral/rt2860.c b/sys/dev/ral/rt2860.c index ab7f0651c6c4..0dbb1aa79959 100644 --- a/sys/dev/ral/rt2860.c +++ b/sys/dev/ral/rt2860.c @@ -18,8 +18,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /*- * Ralink Technology RT2860/RT3090/RT3390/RT3562/RT5390/RT5392 chipset driver * http://www.ralinktech.com/ diff --git a/sys/dev/random/darn.c b/sys/dev/random/darn.c index a9b0a84c7edd..4db1718db8f3 100644 --- a/sys/dev/random/darn.c +++ b/sys/dev/random/darn.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/random/fenestrasX/fx_brng.c b/sys/dev/random/fenestrasX/fx_brng.c index 6071d551942f..6860da988af7 100644 --- a/sys/dev/random/fenestrasX/fx_brng.c +++ b/sys/dev/random/fenestrasX/fx_brng.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/random/fenestrasX/fx_main.c b/sys/dev/random/fenestrasX/fx_main.c index 141ab8c5a54c..2c3b1193ef3a 100644 --- a/sys/dev/random/fenestrasX/fx_main.c +++ b/sys/dev/random/fenestrasX/fx_main.c @@ -93,8 +93,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/random/fenestrasX/fx_pool.c b/sys/dev/random/fenestrasX/fx_pool.c index f752adda43cd..dc9d8314da2d 100644 --- a/sys/dev/random/fenestrasX/fx_pool.c +++ b/sys/dev/random/fenestrasX/fx_pool.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/random/fenestrasX/fx_rng.c b/sys/dev/random/fenestrasX/fx_rng.c index 49730d040762..9f59b365ebd2 100644 --- a/sys/dev/random/fenestrasX/fx_rng.c +++ b/sys/dev/random/fenestrasX/fx_rng.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/random/fortuna.c b/sys/dev/random/fortuna.c index 5b6a8a36c16d..11b2dcde1db8 100644 --- a/sys/dev/random/fortuna.c +++ b/sys/dev/random/fortuna.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/dev/random/hash.c b/sys/dev/random/hash.c index a7b9b3cb1633..8e63d0f638f3 100644 --- a/sys/dev/random/hash.c +++ b/sys/dev/random/hash.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifdef _KERNEL #include #include diff --git a/sys/dev/random/ivy.c b/sys/dev/random/ivy.c index 8f1d990b9e45..114f6e3fe277 100644 --- a/sys/dev/random/ivy.c +++ b/sys/dev/random/ivy.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/random/nehemiah.c b/sys/dev/random/nehemiah.c index 6381b9357176..09c8c32c6d39 100644 --- a/sys/dev/random/nehemiah.c +++ b/sys/dev/random/nehemiah.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/random/other_algorithm.c b/sys/dev/random/other_algorithm.c index b74d2ab6b860..384266bcd4e6 100644 --- a/sys/dev/random/other_algorithm.c +++ b/sys/dev/random/other_algorithm.c @@ -40,8 +40,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #ifdef _KERNEL diff --git a/sys/dev/random/random_harvestq.c b/sys/dev/random/random_harvestq.c index cea3f51893a8..09b81950281b 100644 --- a/sys/dev/random/random_harvestq.c +++ b/sys/dev/random/random_harvestq.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/random/random_infra.c b/sys/dev/random/random_infra.c index 1656dfb99a5a..158b7798a36c 100644 --- a/sys/dev/random/random_infra.c +++ b/sys/dev/random/random_infra.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/random/randomdev.c b/sys/dev/random/randomdev.c index 02b92d226417..16f0b2c64f1f 100644 --- a/sys/dev/random/randomdev.c +++ b/sys/dev/random/randomdev.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/rccgpio/rccgpio.c b/sys/dev/rccgpio/rccgpio.c index 33615e53143a..b2b775b879ad 100644 --- a/sys/dev/rccgpio/rccgpio.c +++ b/sys/dev/rccgpio/rccgpio.c @@ -24,8 +24,6 @@ * SUCH DAMAGE. */ #include -__FBSDID("$FreeBSD$"); - /* * GPIO driver for the ADI Engineering RCC-VE and RCC-DFF/DFFv2. */ diff --git a/sys/dev/re/if_re.c b/sys/dev/re/if_re.c index 11708293acd5..27984200bd91 100644 --- a/sys/dev/re/if_re.c +++ b/sys/dev/re/if_re.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * RealTek 8139C+/8169/8169S/8110S/8168/8111/8101E PCI NIC driver * diff --git a/sys/dev/rl/if_rl.c b/sys/dev/rl/if_rl.c index ec680b632995..b8c21c3265de 100644 --- a/sys/dev/rl/if_rl.c +++ b/sys/dev/rl/if_rl.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * RealTek 8129/8139 PCI NIC driver * diff --git a/sys/dev/rndtest/rndtest.c b/sys/dev/rndtest/rndtest.c index 220c721004e8..1b6aa8ea28c4 100644 --- a/sys/dev/rndtest/rndtest.c +++ b/sys/dev/rndtest/rndtest.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/rtsx/rtsx.c b/sys/dev/rtsx/rtsx.c index 81d86f27638b..b02e7fd2d24a 100644 --- a/sys/dev/rtsx/rtsx.c +++ b/sys/dev/rtsx/rtsx.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include /* For FreeBSD 11 */ diff --git a/sys/dev/rtwn/if_rtwn.c b/sys/dev/rtwn/if_rtwn.c index ae29ad700310..baf427b4aafc 100644 --- a/sys/dev/rtwn/if_rtwn.c +++ b/sys/dev/rtwn/if_rtwn.c @@ -19,8 +19,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Driver for Realtek RTL8188CE-VAU/RTL8188CUS/RTL8188EU/RTL8188RU/RTL8192CU/RTL8812AU/RTL8821AU. */ diff --git a/sys/dev/rtwn/if_rtwn_beacon.c b/sys/dev/rtwn/if_rtwn_beacon.c index 63eb7a00730a..eee3499fbae1 100644 --- a/sys/dev/rtwn/if_rtwn_beacon.c +++ b/sys/dev/rtwn/if_rtwn_beacon.c @@ -17,8 +17,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/rtwn/if_rtwn_calib.c b/sys/dev/rtwn/if_rtwn_calib.c index 7eb7c5c021c1..0e7b221347a4 100644 --- a/sys/dev/rtwn/if_rtwn_calib.c +++ b/sys/dev/rtwn/if_rtwn_calib.c @@ -19,8 +19,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/if_rtwn_cam.c b/sys/dev/rtwn/if_rtwn_cam.c index febb93fa97fd..864c13d78285 100644 --- a/sys/dev/rtwn/if_rtwn_cam.c +++ b/sys/dev/rtwn/if_rtwn_cam.c @@ -19,8 +19,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/if_rtwn_efuse.c b/sys/dev/rtwn/if_rtwn_efuse.c index b2ec82e37972..8b071996b49a 100644 --- a/sys/dev/rtwn/if_rtwn_efuse.c +++ b/sys/dev/rtwn/if_rtwn_efuse.c @@ -19,8 +19,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/if_rtwn_fw.c b/sys/dev/rtwn/if_rtwn_fw.c index 75ff59dd13e9..551adbdb8704 100644 --- a/sys/dev/rtwn/if_rtwn_fw.c +++ b/sys/dev/rtwn/if_rtwn_fw.c @@ -19,8 +19,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/if_rtwn_rx.c b/sys/dev/rtwn/if_rtwn_rx.c index cc7d96151522..762472eca440 100644 --- a/sys/dev/rtwn/if_rtwn_rx.c +++ b/sys/dev/rtwn/if_rtwn_rx.c @@ -19,8 +19,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/if_rtwn_task.c b/sys/dev/rtwn/if_rtwn_task.c index 89822cf2a25b..332c4893223b 100644 --- a/sys/dev/rtwn/if_rtwn_task.c +++ b/sys/dev/rtwn/if_rtwn_task.c @@ -15,8 +15,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/if_rtwn_tx.c b/sys/dev/rtwn/if_rtwn_tx.c index 32bdd1b6b3f0..f5e97933b314 100644 --- a/sys/dev/rtwn/if_rtwn_tx.c +++ b/sys/dev/rtwn/if_rtwn_tx.c @@ -19,8 +19,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/pci/rtwn_pci_attach.c b/sys/dev/rtwn/pci/rtwn_pci_attach.c index 65c2313fed6f..c359d1c33ac6 100644 --- a/sys/dev/rtwn/pci/rtwn_pci_attach.c +++ b/sys/dev/rtwn/pci/rtwn_pci_attach.c @@ -19,8 +19,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/rtwn/pci/rtwn_pci_reg.c b/sys/dev/rtwn/pci/rtwn_pci_reg.c index 0ee417acbd73..5e383735a85a 100644 --- a/sys/dev/rtwn/pci/rtwn_pci_reg.c +++ b/sys/dev/rtwn/pci/rtwn_pci_reg.c @@ -19,8 +19,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/rtwn/pci/rtwn_pci_rx.c b/sys/dev/rtwn/pci/rtwn_pci_rx.c index fc7dc8e0e031..3bc033716a9e 100644 --- a/sys/dev/rtwn/pci/rtwn_pci_rx.c +++ b/sys/dev/rtwn/pci/rtwn_pci_rx.c @@ -19,8 +19,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/pci/rtwn_pci_tx.c b/sys/dev/rtwn/pci/rtwn_pci_tx.c index 6dd84f367212..acc80c410d4f 100644 --- a/sys/dev/rtwn/pci/rtwn_pci_tx.c +++ b/sys/dev/rtwn/pci/rtwn_pci_tx.c @@ -19,8 +19,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/rtl8188e/pci/r88ee_attach.c b/sys/dev/rtwn/rtl8188e/pci/r88ee_attach.c index 31afc0f06650..190a0dcd0e2b 100644 --- a/sys/dev/rtwn/rtl8188e/pci/r88ee_attach.c +++ b/sys/dev/rtwn/rtl8188e/pci/r88ee_attach.c @@ -15,8 +15,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/rtl8188e/pci/r88ee_init.c b/sys/dev/rtwn/rtl8188e/pci/r88ee_init.c index 488d5dde5a98..4d447a467d7d 100644 --- a/sys/dev/rtwn/rtl8188e/pci/r88ee_init.c +++ b/sys/dev/rtwn/rtl8188e/pci/r88ee_init.c @@ -15,8 +15,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/rtl8188e/pci/r88ee_rx.c b/sys/dev/rtwn/rtl8188e/pci/r88ee_rx.c index b20e3c1c47ef..b7aa4a82af5f 100644 --- a/sys/dev/rtwn/rtl8188e/pci/r88ee_rx.c +++ b/sys/dev/rtwn/rtl8188e/pci/r88ee_rx.c @@ -15,8 +15,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/rtl8188e/r88e_beacon.c b/sys/dev/rtwn/rtl8188e/r88e_beacon.c index affc768ae035..941e41151b59 100644 --- a/sys/dev/rtwn/rtl8188e/r88e_beacon.c +++ b/sys/dev/rtwn/rtl8188e/r88e_beacon.c @@ -15,8 +15,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/rtl8188e/r88e_calib.c b/sys/dev/rtwn/rtl8188e/r88e_calib.c index b4de1138948e..c1c8de9a10b9 100644 --- a/sys/dev/rtwn/rtl8188e/r88e_calib.c +++ b/sys/dev/rtwn/rtl8188e/r88e_calib.c @@ -15,8 +15,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/rtl8188e/r88e_chan.c b/sys/dev/rtwn/rtl8188e/r88e_chan.c index be2271c6f51c..c072b3554083 100644 --- a/sys/dev/rtwn/rtl8188e/r88e_chan.c +++ b/sys/dev/rtwn/rtl8188e/r88e_chan.c @@ -19,8 +19,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/rtl8188e/r88e_fw.c b/sys/dev/rtwn/rtl8188e/r88e_fw.c index ea74252fccb1..e7fe7fd82835 100644 --- a/sys/dev/rtwn/rtl8188e/r88e_fw.c +++ b/sys/dev/rtwn/rtl8188e/r88e_fw.c @@ -19,8 +19,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/rtl8188e/r88e_init.c b/sys/dev/rtwn/rtl8188e/r88e_init.c index 8c13057e03bf..252c713013a7 100644 --- a/sys/dev/rtwn/rtl8188e/r88e_init.c +++ b/sys/dev/rtwn/rtl8188e/r88e_init.c @@ -19,8 +19,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/rtl8188e/r88e_led.c b/sys/dev/rtwn/rtl8188e/r88e_led.c index 3c93a2b78958..93f372eb616d 100644 --- a/sys/dev/rtwn/rtl8188e/r88e_led.c +++ b/sys/dev/rtwn/rtl8188e/r88e_led.c @@ -19,8 +19,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/rtl8188e/r88e_rf.c b/sys/dev/rtwn/rtl8188e/r88e_rf.c index e5966a4cc0a4..e7a37ec36e15 100644 --- a/sys/dev/rtwn/rtl8188e/r88e_rf.c +++ b/sys/dev/rtwn/rtl8188e/r88e_rf.c @@ -19,8 +19,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/rtl8188e/r88e_rom.c b/sys/dev/rtwn/rtl8188e/r88e_rom.c index d84d1b8149d8..e10ad916332c 100644 --- a/sys/dev/rtwn/rtl8188e/r88e_rom.c +++ b/sys/dev/rtwn/rtl8188e/r88e_rom.c @@ -19,8 +19,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/rtl8188e/r88e_rx.c b/sys/dev/rtwn/rtl8188e/r88e_rx.c index ec6174e3df00..4f8517f1e490 100644 --- a/sys/dev/rtwn/rtl8188e/r88e_rx.c +++ b/sys/dev/rtwn/rtl8188e/r88e_rx.c @@ -19,8 +19,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/rtl8188e/r88e_tx.c b/sys/dev/rtwn/rtl8188e/r88e_tx.c index d9920f73e3cf..c971bf50c1c0 100644 --- a/sys/dev/rtwn/rtl8188e/r88e_tx.c +++ b/sys/dev/rtwn/rtl8188e/r88e_tx.c @@ -19,8 +19,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/rtl8188e/usb/r88eu_attach.c b/sys/dev/rtwn/rtl8188e/usb/r88eu_attach.c index a264629a6057..77193321bb9e 100644 --- a/sys/dev/rtwn/rtl8188e/usb/r88eu_attach.c +++ b/sys/dev/rtwn/rtl8188e/usb/r88eu_attach.c @@ -19,8 +19,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/rtl8188e/usb/r88eu_init.c b/sys/dev/rtwn/rtl8188e/usb/r88eu_init.c index 156f6ea79cdf..f4f936493cda 100644 --- a/sys/dev/rtwn/rtl8188e/usb/r88eu_init.c +++ b/sys/dev/rtwn/rtl8188e/usb/r88eu_init.c @@ -19,8 +19,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/rtl8192c/pci/r92ce_attach.c b/sys/dev/rtwn/rtl8192c/pci/r92ce_attach.c index d3f653741977..423bf2af1845 100644 --- a/sys/dev/rtwn/rtl8192c/pci/r92ce_attach.c +++ b/sys/dev/rtwn/rtl8192c/pci/r92ce_attach.c @@ -19,8 +19,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/rtl8192c/pci/r92ce_calib.c b/sys/dev/rtwn/rtl8192c/pci/r92ce_calib.c index f4e68e12af28..00d2111015e8 100644 --- a/sys/dev/rtwn/rtl8192c/pci/r92ce_calib.c +++ b/sys/dev/rtwn/rtl8192c/pci/r92ce_calib.c @@ -19,8 +19,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/rtl8192c/pci/r92ce_fw.c b/sys/dev/rtwn/rtl8192c/pci/r92ce_fw.c index b28f80ce0805..16be61866bb1 100644 --- a/sys/dev/rtwn/rtl8192c/pci/r92ce_fw.c +++ b/sys/dev/rtwn/rtl8192c/pci/r92ce_fw.c @@ -19,8 +19,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/rtl8192c/pci/r92ce_init.c b/sys/dev/rtwn/rtl8192c/pci/r92ce_init.c index 7b07f6cfc518..4b51a6f36b49 100644 --- a/sys/dev/rtwn/rtl8192c/pci/r92ce_init.c +++ b/sys/dev/rtwn/rtl8192c/pci/r92ce_init.c @@ -19,8 +19,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/rtl8192c/pci/r92ce_led.c b/sys/dev/rtwn/rtl8192c/pci/r92ce_led.c index 5959473842ca..abb835c1cc6e 100644 --- a/sys/dev/rtwn/rtl8192c/pci/r92ce_led.c +++ b/sys/dev/rtwn/rtl8192c/pci/r92ce_led.c @@ -19,8 +19,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/rtl8192c/pci/r92ce_rx.c b/sys/dev/rtwn/rtl8192c/pci/r92ce_rx.c index 7cd6283ea18a..27e51da36340 100644 --- a/sys/dev/rtwn/rtl8192c/pci/r92ce_rx.c +++ b/sys/dev/rtwn/rtl8192c/pci/r92ce_rx.c @@ -19,8 +19,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/rtl8192c/pci/r92ce_tx.c b/sys/dev/rtwn/rtl8192c/pci/r92ce_tx.c index ea6535f46b5f..61a6e41f5eeb 100644 --- a/sys/dev/rtwn/rtl8192c/pci/r92ce_tx.c +++ b/sys/dev/rtwn/rtl8192c/pci/r92ce_tx.c @@ -19,8 +19,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/rtl8192c/r92c_attach.c b/sys/dev/rtwn/rtl8192c/r92c_attach.c index d71a595dc6a7..baf5846bb7a2 100644 --- a/sys/dev/rtwn/rtl8192c/r92c_attach.c +++ b/sys/dev/rtwn/rtl8192c/r92c_attach.c @@ -19,8 +19,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/rtl8192c/r92c_beacon.c b/sys/dev/rtwn/rtl8192c/r92c_beacon.c index 477358bbf931..9e4cdb5f1399 100644 --- a/sys/dev/rtwn/rtl8192c/r92c_beacon.c +++ b/sys/dev/rtwn/rtl8192c/r92c_beacon.c @@ -15,8 +15,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/rtl8192c/r92c_calib.c b/sys/dev/rtwn/rtl8192c/r92c_calib.c index c340c816c727..845bfa334a97 100644 --- a/sys/dev/rtwn/rtl8192c/r92c_calib.c +++ b/sys/dev/rtwn/rtl8192c/r92c_calib.c @@ -19,8 +19,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/rtl8192c/r92c_chan.c b/sys/dev/rtwn/rtl8192c/r92c_chan.c index 01e0cfb629f1..0edb32a97b4d 100644 --- a/sys/dev/rtwn/rtl8192c/r92c_chan.c +++ b/sys/dev/rtwn/rtl8192c/r92c_chan.c @@ -19,8 +19,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/rtl8192c/r92c_fw.c b/sys/dev/rtwn/rtl8192c/r92c_fw.c index be284ff91c61..5ab56a5f454e 100644 --- a/sys/dev/rtwn/rtl8192c/r92c_fw.c +++ b/sys/dev/rtwn/rtl8192c/r92c_fw.c @@ -19,8 +19,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/rtl8192c/r92c_init.c b/sys/dev/rtwn/rtl8192c/r92c_init.c index 4e29fe0b033c..8697c526ec06 100644 --- a/sys/dev/rtwn/rtl8192c/r92c_init.c +++ b/sys/dev/rtwn/rtl8192c/r92c_init.c @@ -19,8 +19,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/rtl8192c/r92c_llt.c b/sys/dev/rtwn/rtl8192c/r92c_llt.c index f3e4522a7274..d2457cdefecf 100644 --- a/sys/dev/rtwn/rtl8192c/r92c_llt.c +++ b/sys/dev/rtwn/rtl8192c/r92c_llt.c @@ -19,8 +19,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/rtl8192c/r92c_rf.c b/sys/dev/rtwn/rtl8192c/r92c_rf.c index c547a06ea980..7d24f17b11ba 100644 --- a/sys/dev/rtwn/rtl8192c/r92c_rf.c +++ b/sys/dev/rtwn/rtl8192c/r92c_rf.c @@ -19,8 +19,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/rtl8192c/r92c_rom.c b/sys/dev/rtwn/rtl8192c/r92c_rom.c index ea3f3a253df0..636a826efa81 100644 --- a/sys/dev/rtwn/rtl8192c/r92c_rom.c +++ b/sys/dev/rtwn/rtl8192c/r92c_rom.c @@ -19,8 +19,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/rtl8192c/r92c_rx.c b/sys/dev/rtwn/rtl8192c/r92c_rx.c index 258b914d4465..72f726a24550 100644 --- a/sys/dev/rtwn/rtl8192c/r92c_rx.c +++ b/sys/dev/rtwn/rtl8192c/r92c_rx.c @@ -19,8 +19,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/rtl8192c/r92c_tx.c b/sys/dev/rtwn/rtl8192c/r92c_tx.c index b01731ba29ed..15beca776b61 100644 --- a/sys/dev/rtwn/rtl8192c/r92c_tx.c +++ b/sys/dev/rtwn/rtl8192c/r92c_tx.c @@ -19,8 +19,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/rtl8192c/usb/r92cu_attach.c b/sys/dev/rtwn/rtl8192c/usb/r92cu_attach.c index ef436ee3ed01..585610225193 100644 --- a/sys/dev/rtwn/rtl8192c/usb/r92cu_attach.c +++ b/sys/dev/rtwn/rtl8192c/usb/r92cu_attach.c @@ -19,8 +19,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/rtl8192c/usb/r92cu_init.c b/sys/dev/rtwn/rtl8192c/usb/r92cu_init.c index 94563fed635e..42e50ff9f8bd 100644 --- a/sys/dev/rtwn/rtl8192c/usb/r92cu_init.c +++ b/sys/dev/rtwn/rtl8192c/usb/r92cu_init.c @@ -19,8 +19,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/rtl8192c/usb/r92cu_led.c b/sys/dev/rtwn/rtl8192c/usb/r92cu_led.c index 534987b6a1c0..eaad790c32f0 100644 --- a/sys/dev/rtwn/rtl8192c/usb/r92cu_led.c +++ b/sys/dev/rtwn/rtl8192c/usb/r92cu_led.c @@ -19,8 +19,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/rtl8192c/usb/r92cu_rx.c b/sys/dev/rtwn/rtl8192c/usb/r92cu_rx.c index 6710b1a8fa3c..926b53870623 100644 --- a/sys/dev/rtwn/rtl8192c/usb/r92cu_rx.c +++ b/sys/dev/rtwn/rtl8192c/usb/r92cu_rx.c @@ -19,8 +19,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/rtl8192c/usb/r92cu_tx.c b/sys/dev/rtwn/rtl8192c/usb/r92cu_tx.c index a9e37ba819de..0ccc23963da9 100644 --- a/sys/dev/rtwn/rtl8192c/usb/r92cu_tx.c +++ b/sys/dev/rtwn/rtl8192c/usb/r92cu_tx.c @@ -15,8 +15,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/rtl8192e/r92e_chan.c b/sys/dev/rtwn/rtl8192e/r92e_chan.c index 0211e2883888..b28462873c09 100644 --- a/sys/dev/rtwn/rtl8192e/r92e_chan.c +++ b/sys/dev/rtwn/rtl8192e/r92e_chan.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/rtl8192e/r92e_fw.c b/sys/dev/rtwn/rtl8192e/r92e_fw.c index 1db375bf850f..527d7ea85d99 100644 --- a/sys/dev/rtwn/rtl8192e/r92e_fw.c +++ b/sys/dev/rtwn/rtl8192e/r92e_fw.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/rtl8192e/r92e_init.c b/sys/dev/rtwn/rtl8192e/r92e_init.c index 48a87e6ae98c..925221bdabb1 100644 --- a/sys/dev/rtwn/rtl8192e/r92e_init.c +++ b/sys/dev/rtwn/rtl8192e/r92e_init.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/rtl8192e/r92e_led.c b/sys/dev/rtwn/rtl8192e/r92e_led.c index fadf2078bf63..5c0f53aa37eb 100644 --- a/sys/dev/rtwn/rtl8192e/r92e_led.c +++ b/sys/dev/rtwn/rtl8192e/r92e_led.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/rtl8192e/r92e_rf.c b/sys/dev/rtwn/rtl8192e/r92e_rf.c index f4337d6e5412..8e05a827262b 100644 --- a/sys/dev/rtwn/rtl8192e/r92e_rf.c +++ b/sys/dev/rtwn/rtl8192e/r92e_rf.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/rtl8192e/r92e_rom.c b/sys/dev/rtwn/rtl8192e/r92e_rom.c index f5646a6d4236..42d2b5f2a37f 100644 --- a/sys/dev/rtwn/rtl8192e/r92e_rom.c +++ b/sys/dev/rtwn/rtl8192e/r92e_rom.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/rtl8192e/r92e_rx.c b/sys/dev/rtwn/rtl8192e/r92e_rx.c index 123915825501..d7efdbdc75e2 100644 --- a/sys/dev/rtwn/rtl8192e/r92e_rx.c +++ b/sys/dev/rtwn/rtl8192e/r92e_rx.c @@ -17,8 +17,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/rtl8192e/usb/r92eu_attach.c b/sys/dev/rtwn/rtl8192e/usb/r92eu_attach.c index 6f166d99e36e..a0a93925358c 100644 --- a/sys/dev/rtwn/rtl8192e/usb/r92eu_attach.c +++ b/sys/dev/rtwn/rtl8192e/usb/r92eu_attach.c @@ -15,8 +15,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/rtl8192e/usb/r92eu_init.c b/sys/dev/rtwn/rtl8192e/usb/r92eu_init.c index efee51de63ed..e2fc3780e9fa 100644 --- a/sys/dev/rtwn/rtl8192e/usb/r92eu_init.c +++ b/sys/dev/rtwn/rtl8192e/usb/r92eu_init.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/rtl8812a/r12a_beacon.c b/sys/dev/rtwn/rtl8812a/r12a_beacon.c index 879d513eb66c..b4458d60a0fa 100644 --- a/sys/dev/rtwn/rtl8812a/r12a_beacon.c +++ b/sys/dev/rtwn/rtl8812a/r12a_beacon.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/rtl8812a/r12a_calib.c b/sys/dev/rtwn/rtl8812a/r12a_calib.c index 268e06b5ba20..9992c7182079 100644 --- a/sys/dev/rtwn/rtl8812a/r12a_calib.c +++ b/sys/dev/rtwn/rtl8812a/r12a_calib.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/rtl8812a/r12a_caps.c b/sys/dev/rtwn/rtl8812a/r12a_caps.c index dfe18deb504f..454067b6c75f 100644 --- a/sys/dev/rtwn/rtl8812a/r12a_caps.c +++ b/sys/dev/rtwn/rtl8812a/r12a_caps.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/rtl8812a/r12a_chan.c b/sys/dev/rtwn/rtl8812a/r12a_chan.c index a1b39b97c67c..6bad6345f27f 100644 --- a/sys/dev/rtwn/rtl8812a/r12a_chan.c +++ b/sys/dev/rtwn/rtl8812a/r12a_chan.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/rtl8812a/r12a_fw.c b/sys/dev/rtwn/rtl8812a/r12a_fw.c index 08847d7fff07..6d383fe2f5ad 100644 --- a/sys/dev/rtwn/rtl8812a/r12a_fw.c +++ b/sys/dev/rtwn/rtl8812a/r12a_fw.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/rtl8812a/r12a_init.c b/sys/dev/rtwn/rtl8812a/r12a_init.c index af1a746b75a8..31f255c066e1 100644 --- a/sys/dev/rtwn/rtl8812a/r12a_init.c +++ b/sys/dev/rtwn/rtl8812a/r12a_init.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/rtl8812a/r12a_led.c b/sys/dev/rtwn/rtl8812a/r12a_led.c index c2b76d1abdaf..f8d7e3d95344 100644 --- a/sys/dev/rtwn/rtl8812a/r12a_led.c +++ b/sys/dev/rtwn/rtl8812a/r12a_led.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/rtl8812a/r12a_rf.c b/sys/dev/rtwn/rtl8812a/r12a_rf.c index a9936a1209a3..1e0b041df2d2 100644 --- a/sys/dev/rtwn/rtl8812a/r12a_rf.c +++ b/sys/dev/rtwn/rtl8812a/r12a_rf.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/rtl8812a/r12a_rom.c b/sys/dev/rtwn/rtl8812a/r12a_rom.c index 9eaa03adf3d9..476b7be46d50 100644 --- a/sys/dev/rtwn/rtl8812a/r12a_rom.c +++ b/sys/dev/rtwn/rtl8812a/r12a_rom.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/rtl8812a/r12a_rx.c b/sys/dev/rtwn/rtl8812a/r12a_rx.c index ebe299214e98..763397636ac9 100644 --- a/sys/dev/rtwn/rtl8812a/r12a_rx.c +++ b/sys/dev/rtwn/rtl8812a/r12a_rx.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/rtl8812a/r12a_tx.c b/sys/dev/rtwn/rtl8812a/r12a_tx.c index 3ce171c82444..9e0d8e85c0cf 100644 --- a/sys/dev/rtwn/rtl8812a/r12a_tx.c +++ b/sys/dev/rtwn/rtl8812a/r12a_tx.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/rtl8812a/usb/r12au_attach.c b/sys/dev/rtwn/rtl8812a/usb/r12au_attach.c index abb786132fb7..52a8e3d7ccf5 100644 --- a/sys/dev/rtwn/rtl8812a/usb/r12au_attach.c +++ b/sys/dev/rtwn/rtl8812a/usb/r12au_attach.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/rtl8812a/usb/r12au_init.c b/sys/dev/rtwn/rtl8812a/usb/r12au_init.c index 109ae5cba180..ac6a599895ac 100644 --- a/sys/dev/rtwn/rtl8812a/usb/r12au_init.c +++ b/sys/dev/rtwn/rtl8812a/usb/r12au_init.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/rtl8812a/usb/r12au_rx.c b/sys/dev/rtwn/rtl8812a/usb/r12au_rx.c index de58a87354bd..b4419c424aa1 100644 --- a/sys/dev/rtwn/rtl8812a/usb/r12au_rx.c +++ b/sys/dev/rtwn/rtl8812a/usb/r12au_rx.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/rtl8812a/usb/r12au_tx.c b/sys/dev/rtwn/rtl8812a/usb/r12au_tx.c index bc5f2ea9a02f..501969dc4f7e 100644 --- a/sys/dev/rtwn/rtl8812a/usb/r12au_tx.c +++ b/sys/dev/rtwn/rtl8812a/usb/r12au_tx.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/rtl8821a/r21a_beacon.c b/sys/dev/rtwn/rtl8821a/r21a_beacon.c index 29de33e53f29..41b8b83dbf56 100644 --- a/sys/dev/rtwn/rtl8821a/r21a_beacon.c +++ b/sys/dev/rtwn/rtl8821a/r21a_beacon.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/rtl8821a/r21a_calib.c b/sys/dev/rtwn/rtl8821a/r21a_calib.c index 395231a37b2d..15fd8c9d69cb 100644 --- a/sys/dev/rtwn/rtl8821a/r21a_calib.c +++ b/sys/dev/rtwn/rtl8821a/r21a_calib.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/rtl8821a/r21a_chan.c b/sys/dev/rtwn/rtl8821a/r21a_chan.c index 68b3ef986fe5..3ffb9a806d60 100644 --- a/sys/dev/rtwn/rtl8821a/r21a_chan.c +++ b/sys/dev/rtwn/rtl8821a/r21a_chan.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/rtl8821a/r21a_fw.c b/sys/dev/rtwn/rtl8821a/r21a_fw.c index a512d8f4be49..8da61831176c 100644 --- a/sys/dev/rtwn/rtl8821a/r21a_fw.c +++ b/sys/dev/rtwn/rtl8821a/r21a_fw.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/rtl8821a/r21a_init.c b/sys/dev/rtwn/rtl8821a/r21a_init.c index 8dc4faafe8d2..750b7968e44d 100644 --- a/sys/dev/rtwn/rtl8821a/r21a_init.c +++ b/sys/dev/rtwn/rtl8821a/r21a_init.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/rtl8821a/r21a_led.c b/sys/dev/rtwn/rtl8821a/r21a_led.c index af75d4078208..65408f6871b8 100644 --- a/sys/dev/rtwn/rtl8821a/r21a_led.c +++ b/sys/dev/rtwn/rtl8821a/r21a_led.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/rtl8821a/r21a_rom.c b/sys/dev/rtwn/rtl8821a/r21a_rom.c index 45642043c0fb..621592ca15be 100644 --- a/sys/dev/rtwn/rtl8821a/r21a_rom.c +++ b/sys/dev/rtwn/rtl8821a/r21a_rom.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/rtl8821a/r21a_rx.c b/sys/dev/rtwn/rtl8821a/r21a_rx.c index 5670c2bf70d3..9f78b9fc67f2 100644 --- a/sys/dev/rtwn/rtl8821a/r21a_rx.c +++ b/sys/dev/rtwn/rtl8821a/r21a_rx.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/rtl8821a/usb/r21au_attach.c b/sys/dev/rtwn/rtl8821a/usb/r21au_attach.c index 463d4876ae82..480b1ae36b11 100644 --- a/sys/dev/rtwn/rtl8821a/usb/r21au_attach.c +++ b/sys/dev/rtwn/rtl8821a/usb/r21au_attach.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/rtl8821a/usb/r21au_dfs.c b/sys/dev/rtwn/rtl8821a/usb/r21au_dfs.c index d1940d23e883..d415b3189a54 100644 --- a/sys/dev/rtwn/rtl8821a/usb/r21au_dfs.c +++ b/sys/dev/rtwn/rtl8821a/usb/r21au_dfs.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/rtl8821a/usb/r21au_init.c b/sys/dev/rtwn/rtl8821a/usb/r21au_init.c index 5f092def29b7..38a62784dba6 100644 --- a/sys/dev/rtwn/rtl8821a/usb/r21au_init.c +++ b/sys/dev/rtwn/rtl8821a/usb/r21au_init.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/usb/rtwn_usb_attach.c b/sys/dev/rtwn/usb/rtwn_usb_attach.c index 4e881b2d0de5..a53b49939518 100644 --- a/sys/dev/rtwn/usb/rtwn_usb_attach.c +++ b/sys/dev/rtwn/usb/rtwn_usb_attach.c @@ -19,8 +19,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/rtwn/usb/rtwn_usb_ep.c b/sys/dev/rtwn/usb/rtwn_usb_ep.c index b6658b6a03d1..0848a45a9f86 100644 --- a/sys/dev/rtwn/usb/rtwn_usb_ep.c +++ b/sys/dev/rtwn/usb/rtwn_usb_ep.c @@ -19,8 +19,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/usb/rtwn_usb_reg.c b/sys/dev/rtwn/usb/rtwn_usb_reg.c index fad6d04ec5ff..b39f1c77aaa2 100644 --- a/sys/dev/rtwn/usb/rtwn_usb_reg.c +++ b/sys/dev/rtwn/usb/rtwn_usb_reg.c @@ -19,8 +19,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/rtwn/usb/rtwn_usb_rx.c b/sys/dev/rtwn/usb/rtwn_usb_rx.c index 9e0867c1aa00..30921bdc2101 100644 --- a/sys/dev/rtwn/usb/rtwn_usb_rx.c +++ b/sys/dev/rtwn/usb/rtwn_usb_rx.c @@ -19,8 +19,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/rtwn/usb/rtwn_usb_tx.c b/sys/dev/rtwn/usb/rtwn_usb_tx.c index 9e36474f1eca..0fb8632d9a16 100644 --- a/sys/dev/rtwn/usb/rtwn_usb_tx.c +++ b/sys/dev/rtwn/usb/rtwn_usb_tx.c @@ -19,8 +19,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/safe/safe.c b/sys/dev/safe/safe.c index 7d704fa46dc9..bafee29b9a9a 100644 --- a/sys/dev/safe/safe.c +++ b/sys/dev/safe/safe.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * SafeNet SafeXcel-1141 hardware crypto accelerator */ diff --git a/sys/dev/safexcel/safexcel.c b/sys/dev/safexcel/safexcel.c index 1c180f7c9ce7..fc1f0fbb4337 100644 --- a/sys/dev/safexcel/safexcel.c +++ b/sys/dev/safexcel/safexcel.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/sbni/if_sbni.c b/sys/dev/sbni/if_sbni.c index c23f0364c8bc..4dbfae7777ef 100644 --- a/sys/dev/sbni/if_sbni.c +++ b/sys/dev/sbni/if_sbni.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Device driver for Granch SBNI12 leased line adapters * diff --git a/sys/dev/sbni/if_sbni_isa.c b/sys/dev/sbni/if_sbni_isa.c index 35500fd13d36..53f8c33e1bb7 100644 --- a/sys/dev/sbni/if_sbni_isa.c +++ b/sys/dev/sbni/if_sbni_isa.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/sbni/if_sbni_pci.c b/sys/dev/sbni/if_sbni_pci.c index afa96bb77c10..387995b1a46f 100644 --- a/sys/dev/sbni/if_sbni_pci.c +++ b/sys/dev/sbni/if_sbni_pci.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/scc/scc_bfe_macio.c b/sys/dev/scc/scc_bfe_macio.c index 35b578b7da6f..a07d2aa81e6c 100644 --- a/sys/dev/scc/scc_bfe_macio.c +++ b/sys/dev/scc/scc_bfe_macio.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/scc/scc_bfe_quicc.c b/sys/dev/scc/scc_bfe_quicc.c index 35b0194a7a50..483d0e02e9a8 100644 --- a/sys/dev/scc/scc_bfe_quicc.c +++ b/sys/dev/scc/scc_bfe_quicc.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/scc/scc_core.c b/sys/dev/scc/scc_core.c index 10c8d74bc477..f4444628b332 100644 --- a/sys/dev/scc/scc_core.c +++ b/sys/dev/scc/scc_core.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/scc/scc_dev_quicc.c b/sys/dev/scc/scc_dev_quicc.c index 20633d13419e..6d018b36882d 100644 --- a/sys/dev/scc/scc_dev_quicc.c +++ b/sys/dev/scc/scc_dev_quicc.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/scc/scc_dev_z8530.c b/sys/dev/scc/scc_dev_z8530.c index 050a84d2821b..bd4479892573 100644 --- a/sys/dev/scc/scc_dev_z8530.c +++ b/sys/dev/scc/scc_dev_z8530.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/sdhci/fsl_sdhci.c b/sys/dev/sdhci/fsl_sdhci.c index 2694c130564b..c3c1b6207a23 100644 --- a/sys/dev/sdhci/fsl_sdhci.c +++ b/sys/dev/sdhci/fsl_sdhci.c @@ -25,8 +25,6 @@ * */ #include -__FBSDID("$FreeBSD$"); - /* * SDHCI driver glue for Freescale i.MX SoC and QorIQ families. * diff --git a/sys/dev/sdhci/sdhci.c b/sys/dev/sdhci/sdhci.c index e7aed911cf57..3dc8fb617820 100644 --- a/sys/dev/sdhci/sdhci.c +++ b/sys/dev/sdhci/sdhci.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/sdhci/sdhci_acpi.c b/sys/dev/sdhci/sdhci_acpi.c index 179642451204..80c58901b9a0 100644 --- a/sys/dev/sdhci/sdhci_acpi.c +++ b/sys/dev/sdhci/sdhci_acpi.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/sdhci/sdhci_fdt.c b/sys/dev/sdhci/sdhci_fdt.c index 1890ab3ae6a6..4a355d6514ad 100644 --- a/sys/dev/sdhci/sdhci_fdt.c +++ b/sys/dev/sdhci/sdhci_fdt.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/sdhci/sdhci_fdt_gpio.c b/sys/dev/sdhci/sdhci_fdt_gpio.c index f3c8f7bc9482..208d6e3fd11f 100644 --- a/sys/dev/sdhci/sdhci_fdt_gpio.c +++ b/sys/dev/sdhci/sdhci_fdt_gpio.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/sdhci/sdhci_fsl_fdt.c b/sys/dev/sdhci/sdhci_fsl_fdt.c index 5a87adff69ba..3aa7edc17d46 100644 --- a/sys/dev/sdhci/sdhci_fsl_fdt.c +++ b/sys/dev/sdhci/sdhci_fsl_fdt.c @@ -29,8 +29,6 @@ /* eSDHC controller driver for NXP QorIQ Layerscape SoCs. */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/sdhci/sdhci_pci.c b/sys/dev/sdhci/sdhci_pci.c index 9bc344211e8a..4cd007db904a 100644 --- a/sys/dev/sdhci/sdhci_pci.c +++ b/sys/dev/sdhci/sdhci_pci.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_mmccam.h" #include diff --git a/sys/dev/sdhci/sdhci_xenon.c b/sys/dev/sdhci/sdhci_xenon.c index e40ff9ba77c0..03ccc5adc0f5 100644 --- a/sys/dev/sdhci/sdhci_xenon.c +++ b/sys/dev/sdhci/sdhci_xenon.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/sdhci/sdhci_xenon_acpi.c b/sys/dev/sdhci/sdhci_xenon_acpi.c index 24e5fca411d0..f185944ff567 100644 --- a/sys/dev/sdhci/sdhci_xenon_acpi.c +++ b/sys/dev/sdhci/sdhci_xenon_acpi.c @@ -26,8 +26,6 @@ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/sdhci/sdhci_xenon_fdt.c b/sys/dev/sdhci/sdhci_xenon_fdt.c index a00c2a682dac..7ed9a788108b 100644 --- a/sys/dev/sdhci/sdhci_xenon_fdt.c +++ b/sys/dev/sdhci/sdhci_xenon_fdt.c @@ -26,8 +26,6 @@ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/sdio/sdio_subr.c b/sys/dev/sdio/sdio_subr.c index 50b741ff2a27..2e2475420b79 100644 --- a/sys/dev/sdio/sdio_subr.c +++ b/sys/dev/sdio/sdio_subr.c @@ -55,8 +55,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/sdio/sdiob.c b/sys/dev/sdio/sdiob.c index abe3a2d50ebb..e60e8759599f 100644 --- a/sys/dev/sdio/sdiob.c +++ b/sys/dev/sdio/sdiob.c @@ -63,8 +63,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_cam.h" #include diff --git a/sys/dev/sec/sec.c b/sys/dev/sec/sec.c index 9df20ac9944d..b4ce366a0fcf 100644 --- a/sys/dev/sec/sec.c +++ b/sys/dev/sec/sec.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/sfxge/common/ef10_ev.c b/sys/dev/sfxge/common/ef10_ev.c index 523e6854623b..0f2b4a32afb7 100644 --- a/sys/dev/sfxge/common/ef10_ev.c +++ b/sys/dev/sfxge/common/ef10_ev.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "efx.h" #include "efx_impl.h" #if EFSYS_OPT_MON_STATS diff --git a/sys/dev/sfxge/common/ef10_filter.c b/sys/dev/sfxge/common/ef10_filter.c index 58bc9b15b003..26d85ab1425b 100644 --- a/sys/dev/sfxge/common/ef10_filter.c +++ b/sys/dev/sfxge/common/ef10_filter.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "efx.h" #include "efx_impl.h" diff --git a/sys/dev/sfxge/common/ef10_image.c b/sys/dev/sfxge/common/ef10_image.c index bf7ac6b28f98..a0c77a7e185a 100644 --- a/sys/dev/sfxge/common/ef10_image.c +++ b/sys/dev/sfxge/common/ef10_image.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "efx.h" #include "efx_impl.h" diff --git a/sys/dev/sfxge/common/ef10_intr.c b/sys/dev/sfxge/common/ef10_intr.c index bd15068ba267..8a319cd5a72c 100644 --- a/sys/dev/sfxge/common/ef10_intr.c +++ b/sys/dev/sfxge/common/ef10_intr.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "efx.h" #include "efx_impl.h" diff --git a/sys/dev/sfxge/common/ef10_mac.c b/sys/dev/sfxge/common/ef10_mac.c index b44fe469f255..0c6247affc11 100644 --- a/sys/dev/sfxge/common/ef10_mac.c +++ b/sys/dev/sfxge/common/ef10_mac.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "efx.h" #include "efx_impl.h" diff --git a/sys/dev/sfxge/common/ef10_mcdi.c b/sys/dev/sfxge/common/ef10_mcdi.c index 924751f23475..17f83e448291 100644 --- a/sys/dev/sfxge/common/ef10_mcdi.c +++ b/sys/dev/sfxge/common/ef10_mcdi.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "efx.h" #include "efx_impl.h" diff --git a/sys/dev/sfxge/common/ef10_nic.c b/sys/dev/sfxge/common/ef10_nic.c index d04f14b7e4cf..2d74bb77e009 100644 --- a/sys/dev/sfxge/common/ef10_nic.c +++ b/sys/dev/sfxge/common/ef10_nic.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "efx.h" #include "efx_impl.h" #if EFSYS_OPT_MON_MCDI diff --git a/sys/dev/sfxge/common/ef10_nvram.c b/sys/dev/sfxge/common/ef10_nvram.c index 2628d20f739c..a5c5bcfc031b 100644 --- a/sys/dev/sfxge/common/ef10_nvram.c +++ b/sys/dev/sfxge/common/ef10_nvram.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "efx.h" #include "efx_impl.h" diff --git a/sys/dev/sfxge/common/ef10_phy.c b/sys/dev/sfxge/common/ef10_phy.c index be3f8caa2a09..c7763f3fd67d 100644 --- a/sys/dev/sfxge/common/ef10_phy.c +++ b/sys/dev/sfxge/common/ef10_phy.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "efx.h" #include "efx_impl.h" diff --git a/sys/dev/sfxge/common/ef10_rx.c b/sys/dev/sfxge/common/ef10_rx.c index 04d304e47f85..f03e6ee3ee83 100644 --- a/sys/dev/sfxge/common/ef10_rx.c +++ b/sys/dev/sfxge/common/ef10_rx.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "efx.h" #include "efx_impl.h" diff --git a/sys/dev/sfxge/common/ef10_tx.c b/sys/dev/sfxge/common/ef10_tx.c index 189b9868d96c..63febcdb9032 100644 --- a/sys/dev/sfxge/common/ef10_tx.c +++ b/sys/dev/sfxge/common/ef10_tx.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "efx.h" #include "efx_impl.h" diff --git a/sys/dev/sfxge/common/ef10_vpd.c b/sys/dev/sfxge/common/ef10_vpd.c index c6facb1c4d67..345b5ec42e1d 100644 --- a/sys/dev/sfxge/common/ef10_vpd.c +++ b/sys/dev/sfxge/common/ef10_vpd.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "efx.h" #include "efx_impl.h" diff --git a/sys/dev/sfxge/common/efx_bootcfg.c b/sys/dev/sfxge/common/efx_bootcfg.c index 8f9c017022a2..4d74ceca247e 100644 --- a/sys/dev/sfxge/common/efx_bootcfg.c +++ b/sys/dev/sfxge/common/efx_bootcfg.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "efx.h" #include "efx_impl.h" diff --git a/sys/dev/sfxge/common/efx_crc32.c b/sys/dev/sfxge/common/efx_crc32.c index 779fa637666a..afb44d083a10 100644 --- a/sys/dev/sfxge/common/efx_crc32.c +++ b/sys/dev/sfxge/common/efx_crc32.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "efx.h" #include "efx_impl.h" diff --git a/sys/dev/sfxge/common/efx_ev.c b/sys/dev/sfxge/common/efx_ev.c index d5ce38daaa1f..a429dec0e7ae 100644 --- a/sys/dev/sfxge/common/efx_ev.c +++ b/sys/dev/sfxge/common/efx_ev.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "efx.h" #include "efx_impl.h" #if EFSYS_OPT_MON_MCDI diff --git a/sys/dev/sfxge/common/efx_filter.c b/sys/dev/sfxge/common/efx_filter.c index 530d0bb7e634..59103561f929 100644 --- a/sys/dev/sfxge/common/efx_filter.c +++ b/sys/dev/sfxge/common/efx_filter.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "efx.h" #include "efx_impl.h" diff --git a/sys/dev/sfxge/common/efx_hash.c b/sys/dev/sfxge/common/efx_hash.c index 47d7fd488732..789c8f52f06c 100644 --- a/sys/dev/sfxge/common/efx_hash.c +++ b/sys/dev/sfxge/common/efx_hash.c @@ -40,8 +40,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "efx.h" #include "efx_impl.h" diff --git a/sys/dev/sfxge/common/efx_intr.c b/sys/dev/sfxge/common/efx_intr.c index bdd42449c4d3..6b2fe7df8734 100644 --- a/sys/dev/sfxge/common/efx_intr.c +++ b/sys/dev/sfxge/common/efx_intr.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "efx.h" #include "efx_impl.h" diff --git a/sys/dev/sfxge/common/efx_lic.c b/sys/dev/sfxge/common/efx_lic.c index 1b5aac511a81..02916a2a1241 100644 --- a/sys/dev/sfxge/common/efx_lic.c +++ b/sys/dev/sfxge/common/efx_lic.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "efx.h" #include "efx_impl.h" diff --git a/sys/dev/sfxge/common/efx_mac.c b/sys/dev/sfxge/common/efx_mac.c index d575d9ae06cc..1838087e068e 100644 --- a/sys/dev/sfxge/common/efx_mac.c +++ b/sys/dev/sfxge/common/efx_mac.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "efx.h" #include "efx_impl.h" diff --git a/sys/dev/sfxge/common/efx_mcdi.c b/sys/dev/sfxge/common/efx_mcdi.c index 0b1b201cdbe7..9f1a7bc1a27a 100644 --- a/sys/dev/sfxge/common/efx_mcdi.c +++ b/sys/dev/sfxge/common/efx_mcdi.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "efx.h" #include "efx_impl.h" diff --git a/sys/dev/sfxge/common/efx_mon.c b/sys/dev/sfxge/common/efx_mon.c index 574ce723530c..29717afd33a5 100644 --- a/sys/dev/sfxge/common/efx_mon.c +++ b/sys/dev/sfxge/common/efx_mon.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "efx.h" #include "efx_impl.h" diff --git a/sys/dev/sfxge/common/efx_nic.c b/sys/dev/sfxge/common/efx_nic.c index 4972d7881f41..8c7af35b67d5 100644 --- a/sys/dev/sfxge/common/efx_nic.c +++ b/sys/dev/sfxge/common/efx_nic.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "efx.h" #include "efx_impl.h" diff --git a/sys/dev/sfxge/common/efx_nvram.c b/sys/dev/sfxge/common/efx_nvram.c index e76345d2a169..086dab684181 100644 --- a/sys/dev/sfxge/common/efx_nvram.c +++ b/sys/dev/sfxge/common/efx_nvram.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "efx.h" #include "efx_impl.h" diff --git a/sys/dev/sfxge/common/efx_phy.c b/sys/dev/sfxge/common/efx_phy.c index 1c87eb188d80..3f55d7a67729 100644 --- a/sys/dev/sfxge/common/efx_phy.c +++ b/sys/dev/sfxge/common/efx_phy.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "efx.h" #include "efx_impl.h" diff --git a/sys/dev/sfxge/common/efx_port.c b/sys/dev/sfxge/common/efx_port.c index 441e2307e687..599ffe8d19b3 100644 --- a/sys/dev/sfxge/common/efx_port.c +++ b/sys/dev/sfxge/common/efx_port.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "efx.h" #include "efx_impl.h" diff --git a/sys/dev/sfxge/common/efx_rx.c b/sys/dev/sfxge/common/efx_rx.c index 20cd3c88a8b5..32cc79bb013d 100644 --- a/sys/dev/sfxge/common/efx_rx.c +++ b/sys/dev/sfxge/common/efx_rx.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "efx.h" #include "efx_impl.h" diff --git a/sys/dev/sfxge/common/efx_sram.c b/sys/dev/sfxge/common/efx_sram.c index e64b49462680..180d6a81e04a 100644 --- a/sys/dev/sfxge/common/efx_sram.c +++ b/sys/dev/sfxge/common/efx_sram.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "efx.h" #include "efx_impl.h" diff --git a/sys/dev/sfxge/common/efx_tunnel.c b/sys/dev/sfxge/common/efx_tunnel.c index fdeecee82ee6..483f1c484f66 100644 --- a/sys/dev/sfxge/common/efx_tunnel.c +++ b/sys/dev/sfxge/common/efx_tunnel.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "efx.h" #include "efx_impl.h" diff --git a/sys/dev/sfxge/common/efx_tx.c b/sys/dev/sfxge/common/efx_tx.c index af24a7d67310..49d8d73e5b8e 100644 --- a/sys/dev/sfxge/common/efx_tx.c +++ b/sys/dev/sfxge/common/efx_tx.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "efx.h" #include "efx_impl.h" diff --git a/sys/dev/sfxge/common/efx_vpd.c b/sys/dev/sfxge/common/efx_vpd.c index 7191c66e8d0c..7c2593470842 100644 --- a/sys/dev/sfxge/common/efx_vpd.c +++ b/sys/dev/sfxge/common/efx_vpd.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "efx.h" #include "efx_impl.h" diff --git a/sys/dev/sfxge/common/hunt_nic.c b/sys/dev/sfxge/common/hunt_nic.c index 82c31dd0b419..463583336eb8 100644 --- a/sys/dev/sfxge/common/hunt_nic.c +++ b/sys/dev/sfxge/common/hunt_nic.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "efx.h" #include "efx_impl.h" #if EFSYS_OPT_MON_MCDI diff --git a/sys/dev/sfxge/common/mcdi_mon.c b/sys/dev/sfxge/common/mcdi_mon.c index adc7e0842701..e48f87e9e76c 100644 --- a/sys/dev/sfxge/common/mcdi_mon.c +++ b/sys/dev/sfxge/common/mcdi_mon.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "efx.h" #include "efx_impl.h" #include "mcdi_mon.h" diff --git a/sys/dev/sfxge/common/medford2_nic.c b/sys/dev/sfxge/common/medford2_nic.c index 4e5ecdac038e..351cfbc1ab33 100644 --- a/sys/dev/sfxge/common/medford2_nic.c +++ b/sys/dev/sfxge/common/medford2_nic.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "efx.h" #include "efx_impl.h" diff --git a/sys/dev/sfxge/common/medford_nic.c b/sys/dev/sfxge/common/medford_nic.c index 9fa3e0ff8eda..5a8dd0004263 100644 --- a/sys/dev/sfxge/common/medford_nic.c +++ b/sys/dev/sfxge/common/medford_nic.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "efx.h" #include "efx_impl.h" diff --git a/sys/dev/sfxge/common/siena_mac.c b/sys/dev/sfxge/common/siena_mac.c index b1218dd3f385..47a38274bcda 100644 --- a/sys/dev/sfxge/common/siena_mac.c +++ b/sys/dev/sfxge/common/siena_mac.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "efx.h" #include "efx_impl.h" diff --git a/sys/dev/sfxge/common/siena_mcdi.c b/sys/dev/sfxge/common/siena_mcdi.c index 129549dce987..bf2c1dcb0d10 100644 --- a/sys/dev/sfxge/common/siena_mcdi.c +++ b/sys/dev/sfxge/common/siena_mcdi.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "efx.h" #include "efx_impl.h" diff --git a/sys/dev/sfxge/common/siena_nic.c b/sys/dev/sfxge/common/siena_nic.c index 2c508653bc56..f00112f75e76 100644 --- a/sys/dev/sfxge/common/siena_nic.c +++ b/sys/dev/sfxge/common/siena_nic.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "efx.h" #include "efx_impl.h" #include "mcdi_mon.h" diff --git a/sys/dev/sfxge/common/siena_nvram.c b/sys/dev/sfxge/common/siena_nvram.c index a9d90fdd1852..4a6de22b450b 100644 --- a/sys/dev/sfxge/common/siena_nvram.c +++ b/sys/dev/sfxge/common/siena_nvram.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "efx.h" #include "efx_impl.h" diff --git a/sys/dev/sfxge/common/siena_phy.c b/sys/dev/sfxge/common/siena_phy.c index 20ee86f8e709..8798e6ed17af 100644 --- a/sys/dev/sfxge/common/siena_phy.c +++ b/sys/dev/sfxge/common/siena_phy.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "efx.h" #include "efx_impl.h" diff --git a/sys/dev/sfxge/common/siena_sram.c b/sys/dev/sfxge/common/siena_sram.c index 8e0f72b654c0..20bc9cd2a687 100644 --- a/sys/dev/sfxge/common/siena_sram.c +++ b/sys/dev/sfxge/common/siena_sram.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "efx.h" #include "efx_impl.h" diff --git a/sys/dev/sfxge/common/siena_vpd.c b/sys/dev/sfxge/common/siena_vpd.c index 4c7835a966d4..8d348c3b25cf 100644 --- a/sys/dev/sfxge/common/siena_vpd.c +++ b/sys/dev/sfxge/common/siena_vpd.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "efx.h" #include "efx_impl.h" diff --git a/sys/dev/sfxge/sfxge.c b/sys/dev/sfxge/sfxge.c index 4c60034726ad..23294f90f517 100644 --- a/sys/dev/sfxge/sfxge.c +++ b/sys/dev/sfxge/sfxge.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_rss.h" #include diff --git a/sys/dev/sfxge/sfxge_dma.c b/sys/dev/sfxge/sfxge_dma.c index 1f5e05c37259..455b204bd613 100644 --- a/sys/dev/sfxge/sfxge_dma.c +++ b/sys/dev/sfxge/sfxge_dma.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/sfxge/sfxge_ev.c b/sys/dev/sfxge/sfxge_ev.c index 8fd78e3c1589..518f9e5fd95b 100644 --- a/sys/dev/sfxge/sfxge_ev.c +++ b/sys/dev/sfxge/sfxge_ev.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/sfxge/sfxge_intr.c b/sys/dev/sfxge/sfxge_intr.c index 9091c8e5d638..20c2673acdc9 100644 --- a/sys/dev/sfxge/sfxge_intr.c +++ b/sys/dev/sfxge/sfxge_intr.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_rss.h" #include diff --git a/sys/dev/sfxge/sfxge_mcdi.c b/sys/dev/sfxge/sfxge_mcdi.c index 0c4c41485098..72a0a043bb1c 100644 --- a/sys/dev/sfxge/sfxge_mcdi.c +++ b/sys/dev/sfxge/sfxge_mcdi.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/sfxge/sfxge_nvram.c b/sys/dev/sfxge/sfxge_nvram.c index 7298cf0b2dfc..d6a0b64ca0ca 100644 --- a/sys/dev/sfxge/sfxge_nvram.c +++ b/sys/dev/sfxge/sfxge_nvram.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/dev/sfxge/sfxge_port.c b/sys/dev/sfxge/sfxge_port.c index 47a562b94c6d..8cc77f8431ef 100644 --- a/sys/dev/sfxge/sfxge_port.c +++ b/sys/dev/sfxge/sfxge_port.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/sfxge/sfxge_rx.c b/sys/dev/sfxge/sfxge_rx.c index 7f3f4c37220e..28f9a42b0d22 100644 --- a/sys/dev/sfxge/sfxge_rx.c +++ b/sys/dev/sfxge/sfxge_rx.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_rss.h" #include diff --git a/sys/dev/sfxge/sfxge_tx.c b/sys/dev/sfxge/sfxge_tx.c index 53366338152d..511222f656e5 100644 --- a/sys/dev/sfxge/sfxge_tx.c +++ b/sys/dev/sfxge/sfxge_tx.c @@ -60,8 +60,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_rss.h" #include diff --git a/sys/dev/sge/if_sge.c b/sys/dev/sge/if_sge.c index 4cc876942b88..8146e7cf2e18 100644 --- a/sys/dev/sge/if_sge.c +++ b/sys/dev/sge/if_sge.c @@ -36,8 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * SiS 190/191 PCI Ethernet NIC driver. * diff --git a/sys/dev/siis/siis.c b/sys/dev/siis/siis.c index cd23141d2e52..a0e5c1d4738d 100644 --- a/sys/dev/siis/siis.c +++ b/sys/dev/siis/siis.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/sis/if_sis.c b/sys/dev/sis/if_sis.c index f8e4c367bdcc..bf96383e9a4a 100644 --- a/sys/dev/sis/if_sis.c +++ b/sys/dev/sis/if_sis.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * SiS 900/SiS 7016 fast ethernet PCI NIC driver. Datasheets are * available from http://www.sis.com.tw. diff --git a/sys/dev/sk/if_sk.c b/sys/dev/sk/if_sk.c index 39aec245c53f..7505ef58cfe4 100644 --- a/sys/dev/sk/if_sk.c +++ b/sys/dev/sk/if_sk.c @@ -50,8 +50,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * SysKonnect SK-NET gigabit ethernet driver for FreeBSD. Supports * the SK-984x series adapters, both single port and dual port. diff --git a/sys/dev/smbios/smbios.c b/sys/dev/smbios/smbios.c index 1bbc20ad3f0a..b9dd8a40e9e4 100644 --- a/sys/dev/smbios/smbios.c +++ b/sys/dev/smbios/smbios.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/smbus/smbconf.c b/sys/dev/smbus/smbconf.c index 8899e31170eb..31b6023a2eb0 100644 --- a/sys/dev/smbus/smbconf.c +++ b/sys/dev/smbus/smbconf.c @@ -29,7 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); #include #include #include diff --git a/sys/dev/smbus/smbus.c b/sys/dev/smbus/smbus.c index eb0ce3b6033c..074530081049 100644 --- a/sys/dev/smbus/smbus.c +++ b/sys/dev/smbus/smbus.c @@ -29,7 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); #include #include #include diff --git a/sys/dev/smc/if_smc.c b/sys/dev/smc/if_smc.c index 1bac357f240c..cc7a7b1bb12b 100644 --- a/sys/dev/smc/if_smc.c +++ b/sys/dev/smc/if_smc.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Driver for SMSC LAN91C111, may work for older variants. */ diff --git a/sys/dev/smc/if_smc_acpi.c b/sys/dev/smc/if_smc_acpi.c index db6561bdb187..7c54093fbd8a 100644 --- a/sys/dev/smc/if_smc_acpi.c +++ b/sys/dev/smc/if_smc_acpi.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/smc/if_smc_fdt.c b/sys/dev/smc/if_smc_fdt.c index fd6c1ca32de2..010555297731 100644 --- a/sys/dev/smc/if_smc_fdt.c +++ b/sys/dev/smc/if_smc_fdt.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/snp/snp.c b/sys/dev/snp/snp.c index 3dd501704a56..21bf89f10822 100644 --- a/sys/dev/snp/snp.c +++ b/sys/dev/snp/snp.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/sound/fdt/audio_soc.c b/sys/dev/sound/fdt/audio_soc.c index d85d8fb80503..c7f09e3787db 100644 --- a/sys/dev/sound/fdt/audio_soc.c +++ b/sys/dev/sound/fdt/audio_soc.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_platform.h" #include diff --git a/sys/dev/sound/fdt/dummy_codec.c b/sys/dev/sound/fdt/dummy_codec.c index 7a5fdbe0a48b..462927dc22c3 100644 --- a/sys/dev/sound/fdt/dummy_codec.c +++ b/sys/dev/sound/fdt/dummy_codec.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/sound/fdt/simple_amplifier.c b/sys/dev/sound/fdt/simple_amplifier.c index a51a241121df..9432813d3b18 100644 --- a/sys/dev/sound/fdt/simple_amplifier.c +++ b/sys/dev/sound/fdt/simple_amplifier.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/sound/midi/midi.c b/sys/dev/sound/midi/midi.c index 7520203a156f..8dd4546d58c5 100644 --- a/sys/dev/sound/midi/midi.c +++ b/sys/dev/sound/midi/midi.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/sound/midi/mpu401.c b/sys/dev/sound/midi/mpu401.c index f5b6ea08b356..1152c117f7f6 100644 --- a/sys/dev/sound/midi/mpu401.c +++ b/sys/dev/sound/midi/mpu401.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/sound/midi/sequencer.c b/sys/dev/sound/midi/sequencer.c index 134e95f013a5..a943e02030aa 100644 --- a/sys/dev/sound/midi/sequencer.c +++ b/sys/dev/sound/midi/sequencer.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/sound/usb/uaudio.c b/sys/dev/sound/usb/uaudio.c index fe2799b4faf9..a14cdf805353 100644 --- a/sys/dev/sound/usb/uaudio.c +++ b/sys/dev/sound/usb/uaudio.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * USB audio specs: http://www.usb.org/developers/devclass_docs/audio10.pdf * http://www.usb.org/developers/devclass_docs/frmts10.pdf diff --git a/sys/dev/speaker/spkr.c b/sys/dev/speaker/spkr.c index b12effe4ea93..b1bbfe95510c 100644 --- a/sys/dev/speaker/spkr.c +++ b/sys/dev/speaker/spkr.c @@ -7,8 +7,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/spibus/ofw_spibus.c b/sys/dev/spibus/ofw_spibus.c index bed52a7b2d1c..f9323ab342ee 100644 --- a/sys/dev/spibus/ofw_spibus.c +++ b/sys/dev/spibus/ofw_spibus.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/spibus/spibus.c b/sys/dev/spibus/spibus.c index 96c4cd7283e9..d72475a3fdba 100644 --- a/sys/dev/spibus/spibus.c +++ b/sys/dev/spibus/spibus.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/spibus/spigen.c b/sys/dev/spibus/spigen.c index a943c9ee4a1f..66c93e927281 100644 --- a/sys/dev/spibus/spigen.c +++ b/sys/dev/spibus/spigen.c @@ -23,8 +23,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_platform.h" #include "opt_spi.h" diff --git a/sys/dev/sram/mmio_sram.c b/sys/dev/sram/mmio_sram.c index 0425723450a0..90d8805a5d0f 100644 --- a/sys/dev/sram/mmio_sram.c +++ b/sys/dev/sram/mmio_sram.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/ste/if_ste.c b/sys/dev/ste/if_ste.c index 281453c9e96e..7c7eb02ccfb7 100644 --- a/sys/dev/ste/if_ste.c +++ b/sys/dev/ste/if_ste.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifdef HAVE_KERNEL_OPTION_HEADERS #include "opt_device_polling.h" #endif diff --git a/sys/dev/stge/if_stge.c b/sys/dev/stge/if_stge.c index 6976b1484013..170d9e4da94c 100644 --- a/sys/dev/stge/if_stge.c +++ b/sys/dev/stge/if_stge.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifdef HAVE_KERNEL_OPTION_HEADERS #include "opt_device_polling.h" #endif diff --git a/sys/dev/sume/if_sume.c b/sys/dev/sume/if_sume.c index aceff370c765..c478e2343a97 100644 --- a/sys/dev/sume/if_sume.c +++ b/sys/dev/sume/if_sume.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/superio/superio.c b/sys/dev/superio/superio.c index a4d75bbb1f31..6333cb06a7c1 100644 --- a/sys/dev/superio/superio.c +++ b/sys/dev/superio/superio.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/sym/sym_hipd.c b/sys/dev/sym/sym_hipd.c index 4f6ea809ba11..c8cdcacc3f81 100644 --- a/sys/dev/sym/sym_hipd.c +++ b/sys/dev/sym/sym_hipd.c @@ -58,8 +58,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #define SYM_DRIVER_NAME "sym-1.6.5-20000902" /* #define SYM_DEBUG_GENERIC_SUPPORT */ diff --git a/sys/dev/syscons/scgfbrndr.c b/sys/dev/syscons/scgfbrndr.c index d1a72019e28b..9c30fbd0eea4 100644 --- a/sys/dev/syscons/scgfbrndr.c +++ b/sys/dev/syscons/scgfbrndr.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_syscons.h" #ifdef __powerpc__ #include "opt_ofwfb.h" diff --git a/sys/dev/syscons/schistory.c b/sys/dev/syscons/schistory.c index c6efb7f5b24c..a669ab6598ae 100644 --- a/sys/dev/syscons/schistory.c +++ b/sys/dev/syscons/schistory.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_syscons.h" #ifndef SC_NO_HISTORY diff --git a/sys/dev/syscons/scmouse.c b/sys/dev/syscons/scmouse.c index 745b463dbc5c..f23f412cc00d 100644 --- a/sys/dev/syscons/scmouse.c +++ b/sys/dev/syscons/scmouse.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_syscons.h" #include diff --git a/sys/dev/syscons/scterm-dumb.c b/sys/dev/syscons/scterm-dumb.c index f158176e99e0..27a8efcf5767 100644 --- a/sys/dev/syscons/scterm-dumb.c +++ b/sys/dev/syscons/scterm-dumb.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_syscons.h" #include diff --git a/sys/dev/syscons/scterm-sc.c b/sys/dev/syscons/scterm-sc.c index 9b36976d2c1a..ccfa7e3d0a9c 100644 --- a/sys/dev/syscons/scterm-sc.c +++ b/sys/dev/syscons/scterm-sc.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_syscons.h" #include diff --git a/sys/dev/syscons/scterm-teken.c b/sys/dev/syscons/scterm-teken.c index f8d5753c968a..93b3b65c427d 100644 --- a/sys/dev/syscons/scterm-teken.c +++ b/sys/dev/syscons/scterm-teken.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_syscons.h" #include "opt_teken.h" diff --git a/sys/dev/syscons/scterm.c b/sys/dev/syscons/scterm.c index a10d1cb38a06..c6a72bc47648 100644 --- a/sys/dev/syscons/scterm.c +++ b/sys/dev/syscons/scterm.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_syscons.h" #include diff --git a/sys/dev/syscons/scvesactl.c b/sys/dev/syscons/scvesactl.c index 3f9bd6449308..38e5b36f192f 100644 --- a/sys/dev/syscons/scvesactl.c +++ b/sys/dev/syscons/scvesactl.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_vga.h" #ifndef VGA_NO_MODE_CHANGE diff --git a/sys/dev/syscons/scvgarndr.c b/sys/dev/syscons/scvgarndr.c index f90ff12b76b1..c1fd9eef0f7c 100644 --- a/sys/dev/syscons/scvgarndr.c +++ b/sys/dev/syscons/scvgarndr.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_syscons.h" #include "opt_vga.h" diff --git a/sys/dev/syscons/scvidctl.c b/sys/dev/syscons/scvidctl.c index 901603b4adb9..dc2951bfb11d 100644 --- a/sys/dev/syscons/scvidctl.c +++ b/sys/dev/syscons/scvidctl.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_syscons.h" #include diff --git a/sys/dev/syscons/scvtb.c b/sys/dev/syscons/scvtb.c index 41d67fe79ca8..ba791e9a31dd 100644 --- a/sys/dev/syscons/scvtb.c +++ b/sys/dev/syscons/scvtb.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_syscons.h" #include diff --git a/sys/dev/syscons/syscons.c b/sys/dev/syscons/syscons.c index fc4cccdb3fa4..0985f03e1cb7 100644 --- a/sys/dev/syscons/syscons.c +++ b/sys/dev/syscons/syscons.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_syscons.h" #include "opt_splash.h" #include "opt_ddb.h" diff --git a/sys/dev/syscons/sysmouse.c b/sys/dev/syscons/sysmouse.c index d3ac8112126c..0e38070d613c 100644 --- a/sys/dev/syscons/sysmouse.c +++ b/sys/dev/syscons/sysmouse.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_evdev.h" #include "opt_syscons.h" diff --git a/sys/dev/tcp_log/tcp_log_dev.c b/sys/dev/tcp_log/tcp_log_dev.c index 7d2b5e4f0f5d..ded43b371d6c 100644 --- a/sys/dev/tcp_log/tcp_log_dev.c +++ b/sys/dev/tcp_log/tcp_log_dev.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/tdfx/tdfx_linux.c b/sys/dev/tdfx/tdfx_linux.c index 106fa385af57..56d52753e950 100644 --- a/sys/dev/tdfx/tdfx_linux.c +++ b/sys/dev/tdfx/tdfx_linux.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/tdfx/tdfx_pci.c b/sys/dev/tdfx/tdfx_pci.c index ef95cd971a73..5aa0d9785e27 100644 --- a/sys/dev/tdfx/tdfx_pci.c +++ b/sys/dev/tdfx/tdfx_pci.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* 3dfx driver for FreeBSD 4.x - Finished 11 May 2000, 12:25AM ET * * Copyright (C) 2000-2001, by Coleman Kane , diff --git a/sys/dev/ti/if_ti.c b/sys/dev/ti/if_ti.c index 4ecda726310f..4d7f43f080cb 100644 --- a/sys/dev/ti/if_ti.c +++ b/sys/dev/ti/if_ti.c @@ -79,8 +79,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ti.h" #include diff --git a/sys/dev/tpm/tpm.c b/sys/dev/tpm/tpm.c index 0a041fa96114..d528695d374b 100644 --- a/sys/dev/tpm/tpm.c +++ b/sys/dev/tpm/tpm.c @@ -19,8 +19,6 @@ /* #define TPM_DEBUG */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/tpm/tpm20.c b/sys/dev/tpm/tpm20.c index 3f444176732c..da090bc068c9 100644 --- a/sys/dev/tpm/tpm20.c +++ b/sys/dev/tpm/tpm20.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "tpm20.h" diff --git a/sys/dev/tpm/tpm20.h b/sys/dev/tpm/tpm20.h index bda4987120b0..14f89de3e84e 100644 --- a/sys/dev/tpm/tpm20.h +++ b/sys/dev/tpm/tpm20.h @@ -29,8 +29,6 @@ #define _TPM20_H_ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/tpm/tpm_acpi.c b/sys/dev/tpm/tpm_acpi.c index 2ba66ae28771..b39394b6a63d 100644 --- a/sys/dev/tpm/tpm_acpi.c +++ b/sys/dev/tpm/tpm_acpi.c @@ -16,8 +16,6 @@ * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/tpm/tpm_crb.c b/sys/dev/tpm/tpm_crb.c index e18201c58a75..bb4df82e613b 100644 --- a/sys/dev/tpm/tpm_crb.c +++ b/sys/dev/tpm/tpm_crb.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "tpm20.h" /* diff --git a/sys/dev/tpm/tpm_isa.c b/sys/dev/tpm/tpm_isa.c index c954f0ee377c..673b8bfe7df3 100644 --- a/sys/dev/tpm/tpm_isa.c +++ b/sys/dev/tpm/tpm_isa.c @@ -17,8 +17,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/tpm/tpm_tis.c b/sys/dev/tpm/tpm_tis.c index 75541b23dc37..b97d7ab3f8e8 100644 --- a/sys/dev/tpm/tpm_tis.c +++ b/sys/dev/tpm/tpm_tis.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "tpm20.h" /* diff --git a/sys/dev/tsec/if_tsec.c b/sys/dev/tsec/if_tsec.c index b5f9f8031204..1c03110e1889 100644 --- a/sys/dev/tsec/if_tsec.c +++ b/sys/dev/tsec/if_tsec.c @@ -30,8 +30,6 @@ * Freescale integrated Three-Speed Ethernet Controller (TSEC) driver. */ #include -__FBSDID("$FreeBSD$"); - #ifdef HAVE_KERNEL_OPTION_HEADERS #include "opt_device_polling.h" #endif diff --git a/sys/dev/tsec/if_tsec_fdt.c b/sys/dev/tsec/if_tsec_fdt.c index a092d5fd2d94..893b948d5466 100644 --- a/sys/dev/tsec/if_tsec_fdt.c +++ b/sys/dev/tsec/if_tsec_fdt.c @@ -32,8 +32,6 @@ * FDT 'simple-bus' attachment for Freescale TSEC controller. */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/tws/tws.c b/sys/dev/tws/tws.c index 74c69d04b7d8..af151c8c4f06 100644 --- a/sys/dev/tws/tws.c +++ b/sys/dev/tws/tws.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/uart/uart_bus_acpi.c b/sys/dev/uart/uart_bus_acpi.c index 4e4004b10c63..20de3a0cba59 100644 --- a/sys/dev/uart/uart_bus_acpi.c +++ b/sys/dev/uart/uart_bus_acpi.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/uart/uart_bus_fdt.c b/sys/dev/uart/uart_bus_fdt.c index c6135f18a18f..7725d09e212b 100644 --- a/sys/dev/uart/uart_bus_fdt.c +++ b/sys/dev/uart/uart_bus_fdt.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_platform.h" #include diff --git a/sys/dev/uart/uart_bus_isa.c b/sys/dev/uart/uart_bus_isa.c index f3717e4e33ff..98e3e1a6c32e 100644 --- a/sys/dev/uart/uart_bus_isa.c +++ b/sys/dev/uart/uart_bus_isa.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/uart/uart_bus_pci.c b/sys/dev/uart/uart_bus_pci.c index 03781d5e7c62..f2da02d68f27 100644 --- a/sys/dev/uart/uart_bus_pci.c +++ b/sys/dev/uart/uart_bus_pci.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/uart/uart_bus_puc.c b/sys/dev/uart/uart_bus_puc.c index a4c20345ea63..113b4ccf52a6 100644 --- a/sys/dev/uart/uart_bus_puc.c +++ b/sys/dev/uart/uart_bus_puc.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/uart/uart_bus_scc.c b/sys/dev/uart/uart_bus_scc.c index 9addae423ddf..be19418110ca 100644 --- a/sys/dev/uart/uart_bus_scc.c +++ b/sys/dev/uart/uart_bus_scc.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/uart/uart_core.c b/sys/dev/uart/uart_core.c index 00e47fd3cd64..78e9397fe75d 100644 --- a/sys/dev/uart/uart_core.c +++ b/sys/dev/uart/uart_core.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/uart/uart_cpu_acpi.c b/sys/dev/uart/uart_cpu_acpi.c index c8cfe83c5530..a0534c7af230 100644 --- a/sys/dev/uart/uart_cpu_acpi.c +++ b/sys/dev/uart/uart_cpu_acpi.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/uart/uart_cpu_arm64.c b/sys/dev/uart/uart_cpu_arm64.c index 382e76c57a67..bfd3783faf08 100644 --- a/sys/dev/uart/uart_cpu_arm64.c +++ b/sys/dev/uart/uart_cpu_arm64.c @@ -30,8 +30,6 @@ #include "opt_platform.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/uart/uart_cpu_fdt.c b/sys/dev/uart/uart_cpu_fdt.c index b93b071b3f5b..1cc1c795f29f 100644 --- a/sys/dev/uart/uart_cpu_fdt.c +++ b/sys/dev/uart/uart_cpu_fdt.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_platform.h" #include diff --git a/sys/dev/uart/uart_cpu_powerpc.c b/sys/dev/uart/uart_cpu_powerpc.c index 3c59d5e1882b..30a89c740ced 100644 --- a/sys/dev/uart/uart_cpu_powerpc.c +++ b/sys/dev/uart/uart_cpu_powerpc.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/uart/uart_cpu_x86.c b/sys/dev/uart/uart_cpu_x86.c index 8343dc3d1da9..1237419c7362 100644 --- a/sys/dev/uart/uart_cpu_x86.c +++ b/sys/dev/uart/uart_cpu_x86.c @@ -29,8 +29,6 @@ #include "opt_acpi.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/uart/uart_dbg.c b/sys/dev/uart/uart_dbg.c index fccb03b82a43..1d368eb60e13 100644 --- a/sys/dev/uart/uart_dbg.c +++ b/sys/dev/uart/uart_dbg.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/uart/uart_dev_imx.c b/sys/dev/uart/uart_dev_imx.c index 25822bbbf00a..698497644ee2 100644 --- a/sys/dev/uart/uart_dev_imx.c +++ b/sys/dev/uart/uart_dev_imx.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ddb.h" #include diff --git a/sys/dev/uart/uart_dev_lowrisc.c b/sys/dev/uart/uart_dev_lowrisc.c index 4347a82228b4..19630deb4b78 100644 --- a/sys/dev/uart/uart_dev_lowrisc.c +++ b/sys/dev/uart/uart_dev_lowrisc.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ddb.h" #include diff --git a/sys/dev/uart/uart_dev_msm.c b/sys/dev/uart/uart_dev_msm.c index 96d0207625c2..173fcb161c90 100644 --- a/sys/dev/uart/uart_dev_msm.c +++ b/sys/dev/uart/uart_dev_msm.c @@ -27,8 +27,6 @@ /* Qualcomm MSM7K/8K uart driver */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ddb.h" #include diff --git a/sys/dev/uart/uart_dev_mu.c b/sys/dev/uart/uart_dev_mu.c index b89aae31afca..d2a0141ac685 100644 --- a/sys/dev/uart/uart_dev_mu.c +++ b/sys/dev/uart/uart_dev_mu.c @@ -56,8 +56,6 @@ #include "opt_platform.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/uart/uart_dev_mvebu.c b/sys/dev/uart/uart_dev_mvebu.c index 44fda4765d8f..6f534cb9c290 100644 --- a/sys/dev/uart/uart_dev_mvebu.c +++ b/sys/dev/uart/uart_dev_mvebu.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/uart/uart_dev_ns8250.c b/sys/dev/uart/uart_dev_ns8250.c index a7aec1523b7d..de9b67c6bef1 100644 --- a/sys/dev/uart/uart_dev_ns8250.c +++ b/sys/dev/uart/uart_dev_ns8250.c @@ -31,8 +31,6 @@ #include "opt_uart.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/uart/uart_dev_pl011.c b/sys/dev/uart/uart_dev_pl011.c index f61439e93031..86b725dc14b9 100644 --- a/sys/dev/uart/uart_dev_pl011.c +++ b/sys/dev/uart/uart_dev_pl011.c @@ -30,8 +30,6 @@ #include "opt_platform.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/uart/uart_dev_quicc.c b/sys/dev/uart/uart_dev_quicc.c index 850a0f8657fd..bc9134d5c676 100644 --- a/sys/dev/uart/uart_dev_quicc.c +++ b/sys/dev/uart/uart_dev_quicc.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/uart/uart_dev_snps.c b/sys/dev/uart/uart_dev_snps.c index 96856e3b3b5b..5bad59bfc875 100644 --- a/sys/dev/uart/uart_dev_snps.c +++ b/sys/dev/uart/uart_dev_snps.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/uart/uart_dev_ti8250.c b/sys/dev/uart/uart_dev_ti8250.c index ee41c12b59c9..5a5fc97fd04e 100644 --- a/sys/dev/uart/uart_dev_ti8250.c +++ b/sys/dev/uart/uart_dev_ti8250.c @@ -29,8 +29,6 @@ #include "opt_platform.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/uart/uart_dev_z8530.c b/sys/dev/uart/uart_dev_z8530.c index af02bd3ee8fb..53d70b5f42a5 100644 --- a/sys/dev/uart/uart_dev_z8530.c +++ b/sys/dev/uart/uart_dev_z8530.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/uart/uart_subr.c b/sys/dev/uart/uart_subr.c index c2ad9c317b13..c5b3b9e2d80b 100644 --- a/sys/dev/uart/uart_subr.c +++ b/sys/dev/uart/uart_subr.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/uart/uart_tty.c b/sys/dev/uart/uart_tty.c index d258854e8abc..0c69fa25f6cf 100644 --- a/sys/dev/uart/uart_tty.c +++ b/sys/dev/uart/uart_tty.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/usb/controller/dwc3.c b/sys/dev/usb/controller/dwc3.c index e6e3305540b5..bf3001c0389e 100644 --- a/sys/dev/usb/controller/dwc3.c +++ b/sys/dev/usb/controller/dwc3.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_platform.h" #include "opt_acpi.h" diff --git a/sys/dev/usb/controller/dwc_otg_acpi.c b/sys/dev/usb/controller/dwc_otg_acpi.c index a6f533fffcd7..9b982dfd6e41 100644 --- a/sys/dev/usb/controller/dwc_otg_acpi.c +++ b/sys/dev/usb/controller/dwc_otg_acpi.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_acpi.h" #include diff --git a/sys/dev/usb/controller/dwc_otg_fdt.c b/sys/dev/usb/controller/dwc_otg_fdt.c index 3322197e4ebf..1ef36ab830ed 100644 --- a/sys/dev/usb/controller/dwc_otg_fdt.c +++ b/sys/dev/usb/controller/dwc_otg_fdt.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/usb/controller/dwc_otg_hisi.c b/sys/dev/usb/controller/dwc_otg_hisi.c index eb7c3074729f..09b9c8183dee 100644 --- a/sys/dev/usb/controller/dwc_otg_hisi.c +++ b/sys/dev/usb/controller/dwc_otg_hisi.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/usb/controller/ehci_fsl.c b/sys/dev/usb/controller/ehci_fsl.c index 3924c9f59b3d..668a5b44e4c3 100644 --- a/sys/dev/usb/controller/ehci_fsl.c +++ b/sys/dev/usb/controller/ehci_fsl.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_bus.h" #include diff --git a/sys/dev/usb/controller/ehci_imx.c b/sys/dev/usb/controller/ehci_imx.c index d755b99c896d..1fa2d1dab737 100644 --- a/sys/dev/usb/controller/ehci_imx.c +++ b/sys/dev/usb/controller/ehci_imx.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * EHCI driver for Freescale i.MX SoCs which incorporate the USBOH3 controller. */ diff --git a/sys/dev/usb/controller/ehci_msm.c b/sys/dev/usb/controller/ehci_msm.c index 2b9158f7ab0e..37e330fd6ea7 100644 --- a/sys/dev/usb/controller/ehci_msm.c +++ b/sys/dev/usb/controller/ehci_msm.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_bus.h" #include diff --git a/sys/dev/usb/controller/ehci_mv.c b/sys/dev/usb/controller/ehci_mv.c index 6b9dd1012871..b5096e5f2fb6 100644 --- a/sys/dev/usb/controller/ehci_mv.c +++ b/sys/dev/usb/controller/ehci_mv.c @@ -36,8 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_bus.h" #include diff --git a/sys/dev/usb/controller/ehci_pci.c b/sys/dev/usb/controller/ehci_pci.c index 28f426027c0b..916e11fe16fa 100644 --- a/sys/dev/usb/controller/ehci_pci.c +++ b/sys/dev/usb/controller/ehci_pci.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * USB Enhanced Host Controller Driver, a.k.a. USB 2.0 controller. * diff --git a/sys/dev/usb/controller/generic_ehci.c b/sys/dev/usb/controller/generic_ehci.c index 68502848b119..471ce72776d4 100644 --- a/sys/dev/usb/controller/generic_ehci.c +++ b/sys/dev/usb/controller/generic_ehci.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_bus.h" #include diff --git a/sys/dev/usb/controller/generic_ehci_acpi.c b/sys/dev/usb/controller/generic_ehci_acpi.c index 105502dc6e50..f565590fa09a 100644 --- a/sys/dev/usb/controller/generic_ehci_acpi.c +++ b/sys/dev/usb/controller/generic_ehci_acpi.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_bus.h" #include diff --git a/sys/dev/usb/controller/generic_ehci_fdt.c b/sys/dev/usb/controller/generic_ehci_fdt.c index 0d856a48de79..4dc3758b59f3 100644 --- a/sys/dev/usb/controller/generic_ehci_fdt.c +++ b/sys/dev/usb/controller/generic_ehci_fdt.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_bus.h" #include diff --git a/sys/dev/usb/controller/generic_ohci.c b/sys/dev/usb/controller/generic_ohci.c index 6260736d7cc3..d451065246de 100644 --- a/sys/dev/usb/controller/generic_ohci.c +++ b/sys/dev/usb/controller/generic_ohci.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/usb/controller/generic_xhci.c b/sys/dev/usb/controller/generic_xhci.c index 733b60748b29..e0caf8f42af5 100644 --- a/sys/dev/usb/controller/generic_xhci.c +++ b/sys/dev/usb/controller/generic_xhci.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/usb/controller/generic_xhci_acpi.c b/sys/dev/usb/controller/generic_xhci_acpi.c index c140461fba27..2cb5977e0cf1 100644 --- a/sys/dev/usb/controller/generic_xhci_acpi.c +++ b/sys/dev/usb/controller/generic_xhci_acpi.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_acpi.h" #include diff --git a/sys/dev/usb/controller/generic_xhci_fdt.c b/sys/dev/usb/controller/generic_xhci_fdt.c index 7e1ff66a1c0f..cd0d84aebe91 100644 --- a/sys/dev/usb/controller/generic_xhci_fdt.c +++ b/sys/dev/usb/controller/generic_xhci_fdt.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_bus.h" #include diff --git a/sys/dev/usb/controller/musb_otg_allwinner.c b/sys/dev/usb/controller/musb_otg_allwinner.c index 1a1efce517fe..3f4deb31b7bc 100644 --- a/sys/dev/usb/controller/musb_otg_allwinner.c +++ b/sys/dev/usb/controller/musb_otg_allwinner.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/usb/controller/ohci_pci.c b/sys/dev/usb/controller/ohci_pci.c index 789926edc6e4..12bf55785215 100644 --- a/sys/dev/usb/controller/ohci_pci.c +++ b/sys/dev/usb/controller/ohci_pci.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * USB Open Host Controller driver. * diff --git a/sys/dev/usb/controller/uhci_pci.c b/sys/dev/usb/controller/uhci_pci.c index 17e6d1e4e837..a851af86d9ef 100644 --- a/sys/dev/usb/controller/uhci_pci.c +++ b/sys/dev/usb/controller/uhci_pci.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* Universal Host Controller Interface * * UHCI spec: http://www.intel.com/ diff --git a/sys/dev/usb/controller/usb_nop_xceiv.c b/sys/dev/usb/controller/usb_nop_xceiv.c index dc1654d818b4..9891fec5160b 100644 --- a/sys/dev/usb/controller/usb_nop_xceiv.c +++ b/sys/dev/usb/controller/usb_nop_xceiv.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/usb/controller/xhci_pci.c b/sys/dev/usb/controller/xhci_pci.c index 484e1ff40219..359f14bb1e3c 100644 --- a/sys/dev/usb/controller/xhci_pci.c +++ b/sys/dev/usb/controller/xhci_pci.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/usb/gadget/g_audio.c b/sys/dev/usb/gadget/g_audio.c index f825a0ed08cf..3e84f13550f5 100644 --- a/sys/dev/usb/gadget/g_audio.c +++ b/sys/dev/usb/gadget/g_audio.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/usb/gadget/g_keyboard.c b/sys/dev/usb/gadget/g_keyboard.c index c34f9203f5b4..0ba5a75ed912 100644 --- a/sys/dev/usb/gadget/g_keyboard.c +++ b/sys/dev/usb/gadget/g_keyboard.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/usb/gadget/g_modem.c b/sys/dev/usb/gadget/g_modem.c index 7b3cdc57b85c..24445981e835 100644 --- a/sys/dev/usb/gadget/g_modem.c +++ b/sys/dev/usb/gadget/g_modem.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/usb/gadget/g_mouse.c b/sys/dev/usb/gadget/g_mouse.c index 4386f4adacbb..977ac132045a 100644 --- a/sys/dev/usb/gadget/g_mouse.c +++ b/sys/dev/usb/gadget/g_mouse.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/usb/input/atp.c b/sys/dev/usb/input/atp.c index adf917a2e4a5..fa78f7d7221b 100644 --- a/sys/dev/usb/input/atp.c +++ b/sys/dev/usb/input/atp.c @@ -59,8 +59,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/usb/input/uhid.c b/sys/dev/usb/input/uhid.c index 4cf7ee4d2a1b..2f65a07dea56 100644 --- a/sys/dev/usb/input/uhid.c +++ b/sys/dev/usb/input/uhid.c @@ -5,8 +5,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /*- * SPDX-License-Identifier: BSD-2-Clause * diff --git a/sys/dev/usb/input/ukbd.c b/sys/dev/usb/input/ukbd.c index 0dd6d41f7a8d..f33ae6e8a620 100644 --- a/sys/dev/usb/input/ukbd.c +++ b/sys/dev/usb/input/ukbd.c @@ -1,6 +1,4 @@ #include -__FBSDID("$FreeBSD$"); - /*- * SPDX-License-Identifier: BSD-2-Clause * diff --git a/sys/dev/usb/input/ums.c b/sys/dev/usb/input/ums.c index aa06a62978e0..8416be656f81 100644 --- a/sys/dev/usb/input/ums.c +++ b/sys/dev/usb/input/ums.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * HID spec: http://www.usb.org/developers/devclass_docs/HID1_11.pdf */ diff --git a/sys/dev/usb/input/usbhid.c b/sys/dev/usb/input/usbhid.c index a88d2cfac1c2..0832d657e521 100644 --- a/sys/dev/usb/input/usbhid.c +++ b/sys/dev/usb/input/usbhid.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * HID spec: https://www.usb.org/sites/default/files/documents/hid1_11.pdf */ diff --git a/sys/dev/usb/input/wmt.c b/sys/dev/usb/input/wmt.c index ac4bf5ca695b..23692e77a0fa 100644 --- a/sys/dev/usb/input/wmt.c +++ b/sys/dev/usb/input/wmt.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * MS Windows 7/8/10 compatible USB HID Multi-touch Device driver. * https://msdn.microsoft.com/en-us/library/windows/hardware/jj151569(v=vs.85).aspx diff --git a/sys/dev/usb/input/wsp.c b/sys/dev/usb/input/wsp.c index 7eb1d6932807..f1931c9e03c0 100644 --- a/sys/dev/usb/input/wsp.c +++ b/sys/dev/usb/input/wsp.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_evdev.h" #include diff --git a/sys/dev/usb/misc/cp2112.c b/sys/dev/usb/misc/cp2112.c index 4a795bf89fc8..21beeb94d9e4 100644 --- a/sys/dev/usb/misc/cp2112.c +++ b/sys/dev/usb/misc/cp2112.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/usb/misc/udbp.c b/sys/dev/usb/misc/udbp.c index 95c2b6fb5141..68caf368b683 100644 --- a/sys/dev/usb/misc/udbp.c +++ b/sys/dev/usb/misc/udbp.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* Driver for arbitrary double bulk pipe devices. * The driver assumes that there will be the same driver on the other side. * diff --git a/sys/dev/usb/misc/ugold.c b/sys/dev/usb/misc/ugold.c index 8316b2924020..d322348ee333 100644 --- a/sys/dev/usb/misc/ugold.c +++ b/sys/dev/usb/misc/ugold.c @@ -20,8 +20,6 @@ /* Driver for Microdia's HID based TEMPer Temperature sensor */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/usb/misc/uled.c b/sys/dev/usb/misc/uled.c index e991fbedaa7d..6fc325522f20 100644 --- a/sys/dev/usb/misc/uled.c +++ b/sys/dev/usb/misc/uled.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/usb/net/if_aue.c b/sys/dev/usb/net/if_aue.c index 4b31d0302f91..3bd6dd50f7b7 100644 --- a/sys/dev/usb/net/if_aue.c +++ b/sys/dev/usb/net/if_aue.c @@ -36,8 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * ADMtek AN986 Pegasus and AN8511 Pegasus II USB to ethernet driver. * Datasheet is available from http://www.admtek.com.tw. diff --git a/sys/dev/usb/net/if_axe.c b/sys/dev/usb/net/if_axe.c index f0c8ce58d297..ed40a1e415c3 100644 --- a/sys/dev/usb/net/if_axe.c +++ b/sys/dev/usb/net/if_axe.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * ASIX Electronics AX88172/AX88178/AX88778 USB 2.0 ethernet driver. * Used in the LinkSys USB200M and various other adapters. diff --git a/sys/dev/usb/net/if_axge.c b/sys/dev/usb/net/if_axge.c index bf0c0f3d9356..a3b459a553e0 100644 --- a/sys/dev/usb/net/if_axge.c +++ b/sys/dev/usb/net/if_axge.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * ASIX Electronics AX88178A/AX88179 USB 2.0/3.0 gigabit ethernet driver. */ diff --git a/sys/dev/usb/net/if_cdce.c b/sys/dev/usb/net/if_cdce.c index 2950fec8c618..d53d861cfb00 100644 --- a/sys/dev/usb/net/if_cdce.c +++ b/sys/dev/usb/net/if_cdce.c @@ -48,8 +48,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/usb/net/if_cdceem.c b/sys/dev/usb/net/if_cdceem.c index 7affee944929..07ce7328a3ca 100644 --- a/sys/dev/usb/net/if_cdceem.c +++ b/sys/dev/usb/net/if_cdceem.c @@ -38,8 +38,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/usb/net/if_cue.c b/sys/dev/usb/net/if_cue.c index 831a66008bb5..e7b6d6cbbca4 100644 --- a/sys/dev/usb/net/if_cue.c +++ b/sys/dev/usb/net/if_cue.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * CATC USB-EL1210A USB to ethernet driver. Used in the CATC Netmate * adapters and others. diff --git a/sys/dev/usb/net/if_ipheth.c b/sys/dev/usb/net/if_ipheth.c index 296aaa7adbe5..dfb9463cf024 100644 --- a/sys/dev/usb/net/if_ipheth.c +++ b/sys/dev/usb/net/if_ipheth.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/usb/net/if_kue.c b/sys/dev/usb/net/if_kue.c index 205ec5796c89..9398b7ac98ee 100644 --- a/sys/dev/usb/net/if_kue.c +++ b/sys/dev/usb/net/if_kue.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Kawasaki LSI KL5KUSB101B USB to ethernet adapter driver. * diff --git a/sys/dev/usb/net/if_mos.c b/sys/dev/usb/net/if_mos.c index 11eefbc2adf9..b0ad55e726b5 100644 --- a/sys/dev/usb/net/if_mos.c +++ b/sys/dev/usb/net/if_mos.c @@ -81,8 +81,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Moschip MCS7730/MCS7830/MCS7832 USB to Ethernet controller * The datasheet is available at the following URL: diff --git a/sys/dev/usb/net/if_muge.c b/sys/dev/usb/net/if_muge.c index c7dcabd5830f..0337d6ddbe18 100644 --- a/sys/dev/usb/net/if_muge.c +++ b/sys/dev/usb/net/if_muge.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * USB-To-Ethernet adapter driver for Microchip's LAN78XX and related families. * diff --git a/sys/dev/usb/net/if_rue.c b/sys/dev/usb/net/if_rue.c index 04a17676b487..1c11e70e63a6 100644 --- a/sys/dev/usb/net/if_rue.c +++ b/sys/dev/usb/net/if_rue.c @@ -59,8 +59,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * RealTek RTL8150 USB to fast ethernet controller driver. * Datasheet is available from diff --git a/sys/dev/usb/net/if_smsc.c b/sys/dev/usb/net/if_smsc.c index 0a0268bfa1a2..ec8197229f17 100644 --- a/sys/dev/usb/net/if_smsc.c +++ b/sys/dev/usb/net/if_smsc.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * SMSC LAN9xxx devices (http://www.smsc.com/) * diff --git a/sys/dev/usb/net/if_udav.c b/sys/dev/usb/net/if_udav.c index 785cb5fd388b..6517a4a0e7b7 100644 --- a/sys/dev/usb/net/if_udav.c +++ b/sys/dev/usb/net/if_udav.c @@ -45,8 +45,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/usb/net/if_ure.c b/sys/dev/usb/net/if_ure.c index 5a698dc69d20..26fe17bb072e 100644 --- a/sys/dev/usb/net/if_ure.c +++ b/sys/dev/usb/net/if_ure.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/usb/net/if_urndis.c b/sys/dev/usb/net/if_urndis.c index cb3c1aa4d0ff..824609aa869f 100644 --- a/sys/dev/usb/net/if_urndis.c +++ b/sys/dev/usb/net/if_urndis.c @@ -21,8 +21,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/usb/net/if_usie.c b/sys/dev/usb/net/if_usie.c index ca1064a7e3ef..aaab89a23e9e 100644 --- a/sys/dev/usb/net/if_usie.c +++ b/sys/dev/usb/net/if_usie.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/usb/net/ruephy.c b/sys/dev/usb/net/ruephy.c index 7725c6d80c96..05ed5cc6586a 100644 --- a/sys/dev/usb/net/ruephy.c +++ b/sys/dev/usb/net/ruephy.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * driver for RealTek RTL8150 internal PHY */ diff --git a/sys/dev/usb/net/uhso.c b/sys/dev/usb/net/uhso.c index d2b2c44e2097..14826734f6aa 100644 --- a/sys/dev/usb/net/uhso.c +++ b/sys/dev/usb/net/uhso.c @@ -26,8 +26,6 @@ * */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/usb/net/usb_ethernet.c b/sys/dev/usb/net/usb_ethernet.c index 2d8777f82762..2b90c9249855 100644 --- a/sys/dev/usb/net/usb_ethernet.c +++ b/sys/dev/usb/net/usb_ethernet.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/usb/serial/ubsa.c b/sys/dev/usb/serial/ubsa.c index 8c741ca07a16..5ff207a17c62 100644 --- a/sys/dev/usb/serial/ubsa.c +++ b/sys/dev/usb/serial/ubsa.c @@ -27,7 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. * All rights reserved. diff --git a/sys/dev/usb/serial/ubser.c b/sys/dev/usb/serial/ubser.c index 7365d4d615b7..91fefceb8240 100644 --- a/sys/dev/usb/serial/ubser.c +++ b/sys/dev/usb/serial/ubser.c @@ -65,8 +65,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * BWCT serial adapter driver */ diff --git a/sys/dev/usb/serial/uchcom.c b/sys/dev/usb/serial/uchcom.c index 146022369139..a61b5a92364c 100644 --- a/sys/dev/usb/serial/uchcom.c +++ b/sys/dev/usb/serial/uchcom.c @@ -58,8 +58,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Driver for WinChipHead CH341/340, the worst USB-serial chip in the * world. diff --git a/sys/dev/usb/serial/ucycom.c b/sys/dev/usb/serial/ucycom.c index d7cd078d33cf..d1e975516c90 100644 --- a/sys/dev/usb/serial/ucycom.c +++ b/sys/dev/usb/serial/ucycom.c @@ -1,6 +1,4 @@ #include -__FBSDID("$FreeBSD$"); - /*- * SPDX-License-Identifier: BSD-2-Clause * diff --git a/sys/dev/usb/serial/ufoma.c b/sys/dev/usb/serial/ufoma.c index ba37de30544f..66002f57e3b9 100644 --- a/sys/dev/usb/serial/ufoma.c +++ b/sys/dev/usb/serial/ufoma.c @@ -1,7 +1,6 @@ /* $NetBSD: umodem.c,v 1.45 2002/09/23 05:51:23 simonb Exp $ */ #include -__FBSDID("$FreeBSD$"); #define UFOMA_HANDSFREE /*- * SPDX-License-Identifier: BSD-2-Clause diff --git a/sys/dev/usb/serial/uftdi.c b/sys/dev/usb/serial/uftdi.c index 20a1bfc80e0a..458c6a740f7c 100644 --- a/sys/dev/usb/serial/uftdi.c +++ b/sys/dev/usb/serial/uftdi.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * NOTE: all function names beginning like "uftdi_cfg_" can only * be called from within the config thread function ! diff --git a/sys/dev/usb/serial/uipaq.c b/sys/dev/usb/serial/uipaq.c index 2e90aa8e9fb5..2b282009a8bb 100644 --- a/sys/dev/usb/serial/uipaq.c +++ b/sys/dev/usb/serial/uipaq.c @@ -44,8 +44,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/usb/serial/ulpt.c b/sys/dev/usb/serial/ulpt.c index 909405936bc3..b1e4232ff2a3 100644 --- a/sys/dev/usb/serial/ulpt.c +++ b/sys/dev/usb/serial/ulpt.c @@ -1,6 +1,4 @@ #include -__FBSDID("$FreeBSD$"); - /* $NetBSD: ulpt.c,v 1.60 2003/10/04 21:19:50 augustss Exp $ */ /*- diff --git a/sys/dev/usb/serial/umcs.c b/sys/dev/usb/serial/umcs.c index 7713d9b682f9..ec8c89ab1f8b 100644 --- a/sys/dev/usb/serial/umcs.c +++ b/sys/dev/usb/serial/umcs.c @@ -40,8 +40,6 @@ * */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/usb/serial/umct.c b/sys/dev/usb/serial/umct.c index ae7db3bec2f0..4329cf293098 100644 --- a/sys/dev/usb/serial/umct.c +++ b/sys/dev/usb/serial/umct.c @@ -1,6 +1,4 @@ #include -__FBSDID("$FreeBSD$"); - /*- * SPDX-License-Identifier: BSD-2-Clause * diff --git a/sys/dev/usb/serial/umodem.c b/sys/dev/usb/serial/umodem.c index 8b8b36ec6c4a..08d3be554915 100644 --- a/sys/dev/usb/serial/umodem.c +++ b/sys/dev/usb/serial/umodem.c @@ -1,8 +1,6 @@ /* $NetBSD: umodem.c,v 1.45 2002/09/23 05:51:23 simonb Exp $ */ #include -__FBSDID("$FreeBSD$"); - /*- * SPDX-License-Identifier: BSD-2-Clause * diff --git a/sys/dev/usb/serial/uplcom.c b/sys/dev/usb/serial/uplcom.c index 96d3d036befa..88278ef5790e 100644 --- a/sys/dev/usb/serial/uplcom.c +++ b/sys/dev/usb/serial/uplcom.c @@ -1,8 +1,6 @@ /* $NetBSD: uplcom.c,v 1.21 2001/11/13 06:24:56 lukem Exp $ */ #include -__FBSDID("$FreeBSD$"); - /*- * SPDX-License-Identifier: BSD-2-Clause * diff --git a/sys/dev/usb/serial/usb_serial.c b/sys/dev/usb/serial/usb_serial.c index 6179f69705ff..3a9b198b9ed8 100644 --- a/sys/dev/usb/serial/usb_serial.c +++ b/sys/dev/usb/serial/usb_serial.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /*- * Copyright (c) 1998, 2000 The NetBSD Foundation, Inc. * All rights reserved. diff --git a/sys/dev/usb/serial/uslcom.c b/sys/dev/usb/serial/uslcom.c index 868711afef01..1c27788f77ce 100644 --- a/sys/dev/usb/serial/uslcom.c +++ b/sys/dev/usb/serial/uslcom.c @@ -1,8 +1,6 @@ /* $OpenBSD: uslcom.c,v 1.17 2007/11/24 10:52:12 jsg Exp $ */ #include -__FBSDID("$FreeBSD$"); - /* * Copyright (c) 2006 Jonathan Gray * diff --git a/sys/dev/usb/serial/uvscom.c b/sys/dev/usb/serial/uvscom.c index 58f07db74c52..ee34f0ad3f3d 100644 --- a/sys/dev/usb/serial/uvscom.c +++ b/sys/dev/usb/serial/uvscom.c @@ -1,8 +1,6 @@ /* $NetBSD: usb/uvscom.c,v 1.1 2002/03/19 15:08:42 augustss Exp $ */ #include -__FBSDID("$FreeBSD$"); - /*- * SPDX-License-Identifier: BSD-2-Clause * diff --git a/sys/dev/usb/storage/cfumass.c b/sys/dev/usb/storage/cfumass.c index 6e3ebbf26ec4..c2e9f132de24 100644 --- a/sys/dev/usb/storage/cfumass.c +++ b/sys/dev/usb/storage/cfumass.c @@ -38,8 +38,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/usb/storage/umass.c b/sys/dev/usb/storage/umass.c index ace791f3bd9e..e0daada72bdb 100644 --- a/sys/dev/usb/storage/umass.c +++ b/sys/dev/usb/storage/umass.c @@ -1,6 +1,4 @@ #include -__FBSDID("$FreeBSD$"); - /*- * SPDX-License-Identifier: BSD-2-Clause * diff --git a/sys/dev/usb/storage/urio.c b/sys/dev/usb/storage/urio.c index 2914590e0d9d..e733ae4dfcba 100644 --- a/sys/dev/usb/storage/urio.c +++ b/sys/dev/usb/storage/urio.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * 2000/3/24 added NetBSD/OpenBSD support (from Alex Nemirovsky) * 2000/3/07 use two bulk-pipe handles for read and write (Dirk) diff --git a/sys/dev/usb/template/usb_template_multi.c b/sys/dev/usb/template/usb_template_multi.c index eeba095f7cc7..2533459be799 100644 --- a/sys/dev/usb/template/usb_template_multi.c +++ b/sys/dev/usb/template/usb_template_multi.c @@ -38,8 +38,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifdef USB_GLOBAL_INCLUDE_FILE #include USB_GLOBAL_INCLUDE_FILE #else diff --git a/sys/dev/usb/template/usb_template_serialnet.c b/sys/dev/usb/template/usb_template_serialnet.c index f6b1146253d5..adcc561ccd21 100644 --- a/sys/dev/usb/template/usb_template_serialnet.c +++ b/sys/dev/usb/template/usb_template_serialnet.c @@ -38,8 +38,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifdef USB_GLOBAL_INCLUDE_FILE #include USB_GLOBAL_INCLUDE_FILE #else diff --git a/sys/dev/usb/usb_fdt_support.c b/sys/dev/usb/usb_fdt_support.c index 45c25d7dd660..4da70a307f3d 100644 --- a/sys/dev/usb/usb_fdt_support.c +++ b/sys/dev/usb/usb_fdt_support.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/dev/usb/wlan/if_rsu.c b/sys/dev/usb/wlan/if_rsu.c index 758d25f776da..7a1e85f652a2 100644 --- a/sys/dev/usb/wlan/if_rsu.c +++ b/sys/dev/usb/wlan/if_rsu.c @@ -16,8 +16,6 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ #include -__FBSDID("$FreeBSD$"); - /* * Driver for Realtek RTL8188SU/RTL8191SU/RTL8192SU. * diff --git a/sys/dev/usb/wlan/if_rum.c b/sys/dev/usb/wlan/if_rum.c index 04ae18bf78de..a110dc563c2a 100644 --- a/sys/dev/usb/wlan/if_rum.c +++ b/sys/dev/usb/wlan/if_rum.c @@ -19,8 +19,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /*- * Ralink Technology RT2501USB/RT2601USB chipset driver * http://www.ralinktech.com.tw/ diff --git a/sys/dev/usb/wlan/if_run.c b/sys/dev/usb/wlan/if_run.c index c3d5aed623ed..2503881597cb 100644 --- a/sys/dev/usb/wlan/if_run.c +++ b/sys/dev/usb/wlan/if_run.c @@ -18,8 +18,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /*- * Ralink Technology RT2700U/RT2800U/RT3000U/RT3900E chipset driver. * http://www.ralinktech.com/ diff --git a/sys/dev/usb/wlan/if_uath.c b/sys/dev/usb/wlan/if_uath.c index bd253f7b4766..378dd717a3eb 100644 --- a/sys/dev/usb/wlan/if_uath.c +++ b/sys/dev/usb/wlan/if_uath.c @@ -51,8 +51,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /*- * Driver for Atheros AR5523 USB parts. * diff --git a/sys/dev/usb/wlan/if_ural.c b/sys/dev/usb/wlan/if_ural.c index f5b353c60af0..7a9adb075199 100644 --- a/sys/dev/usb/wlan/if_ural.c +++ b/sys/dev/usb/wlan/if_ural.c @@ -20,8 +20,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /*- * Ralink Technology RT2500USB chipset driver * http://www.ralinktech.com/ diff --git a/sys/dev/usb/wlan/if_urtw.c b/sys/dev/usb/wlan/if_urtw.c index bcb19ef83571..7a3ba4c97e5e 100644 --- a/sys/dev/usb/wlan/if_urtw.c +++ b/sys/dev/usb/wlan/if_urtw.c @@ -15,8 +15,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/dev/usb/wlan/if_zyd.c b/sys/dev/usb/wlan/if_zyd.c index 6cf5b22b1167..596cf63faef2 100644 --- a/sys/dev/usb/wlan/if_zyd.c +++ b/sys/dev/usb/wlan/if_zyd.c @@ -19,8 +19,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * ZyDAS ZD1211/ZD1211B USB WLAN driver. */ diff --git a/sys/dev/vge/if_vge.c b/sys/dev/vge/if_vge.c index d2ccd27fdaff..04c1c764cdd5 100644 --- a/sys/dev/vge/if_vge.c +++ b/sys/dev/vge/if_vge.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * VIA Networking Technologies VT612x PCI gigabit ethernet NIC driver. * diff --git a/sys/dev/viapm/viapm.c b/sys/dev/viapm/viapm.c index f29839c03342..4381b5323222 100644 --- a/sys/dev/viapm/viapm.c +++ b/sys/dev/viapm/viapm.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_isa.h" #include diff --git a/sys/dev/viawd/viawd.c b/sys/dev/viawd/viawd.c index fade922aa37b..f69d46f31a10 100644 --- a/sys/dev/viawd/viawd.c +++ b/sys/dev/viawd/viawd.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/videomode/edid.c b/sys/dev/videomode/edid.c index aad0e52231d7..42a2fceaaee3 100644 --- a/sys/dev/videomode/edid.c +++ b/sys/dev/videomode/edid.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/videomode/pickmode.c b/sys/dev/videomode/pickmode.c index e9c016242fdc..29ac0aa13512 100644 --- a/sys/dev/videomode/pickmode.c +++ b/sys/dev/videomode/pickmode.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/videomode/videomode.c b/sys/dev/videomode/videomode.c index a22b7edb60b9..572f291b5a38 100644 --- a/sys/dev/videomode/videomode.c +++ b/sys/dev/videomode/videomode.c @@ -7,8 +7,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/virtio/balloon/virtio_balloon.c b/sys/dev/virtio/balloon/virtio_balloon.c index be12bb20189c..c5d0e54dbee4 100644 --- a/sys/dev/virtio/balloon/virtio_balloon.c +++ b/sys/dev/virtio/balloon/virtio_balloon.c @@ -29,8 +29,6 @@ /* Driver for VirtIO memory balloon devices. */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/virtio/block/virtio_blk.c b/sys/dev/virtio/block/virtio_blk.c index e4ab453b77db..eb693c7f2f51 100644 --- a/sys/dev/virtio/block/virtio_blk.c +++ b/sys/dev/virtio/block/virtio_blk.c @@ -29,8 +29,6 @@ /* Driver for VirtIO block devices. */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/virtio/console/virtio_console.c b/sys/dev/virtio/console/virtio_console.c index ee1cef25ff5e..d8048d0f1f6e 100644 --- a/sys/dev/virtio/console/virtio_console.c +++ b/sys/dev/virtio/console/virtio_console.c @@ -27,8 +27,6 @@ /* Driver for VirtIO console devices. */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/virtio/mmio/virtio_mmio.c b/sys/dev/virtio/mmio/virtio_mmio.c index e2164eb9e195..36c6a255c385 100644 --- a/sys/dev/virtio/mmio/virtio_mmio.c +++ b/sys/dev/virtio/mmio/virtio_mmio.c @@ -38,8 +38,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/virtio/mmio/virtio_mmio_acpi.c b/sys/dev/virtio/mmio/virtio_mmio_acpi.c index d93184db0644..56d88c61cf42 100644 --- a/sys/dev/virtio/mmio/virtio_mmio_acpi.c +++ b/sys/dev/virtio/mmio/virtio_mmio_acpi.c @@ -40,8 +40,6 @@ #include "opt_acpi.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/virtio/mmio/virtio_mmio_fdt.c b/sys/dev/virtio/mmio/virtio_mmio_fdt.c index ca6126b1b233..a79dea2e3c14 100644 --- a/sys/dev/virtio/mmio/virtio_mmio_fdt.c +++ b/sys/dev/virtio/mmio/virtio_mmio_fdt.c @@ -50,8 +50,6 @@ #include "opt_platform.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/virtio/network/if_vtnet.c b/sys/dev/virtio/network/if_vtnet.c index 82f7c6a47589..f7ad385b3955 100644 --- a/sys/dev/virtio/network/if_vtnet.c +++ b/sys/dev/virtio/network/if_vtnet.c @@ -29,8 +29,6 @@ /* Driver for VirtIO network devices. */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/virtio/pci/virtio_pci.c b/sys/dev/virtio/pci/virtio_pci.c index e7e05cfe8550..4849affae58c 100644 --- a/sys/dev/virtio/pci/virtio_pci.c +++ b/sys/dev/virtio/pci/virtio_pci.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/virtio/pci/virtio_pci_legacy.c b/sys/dev/virtio/pci/virtio_pci_legacy.c index a222efa07f15..88a8323bdd6f 100644 --- a/sys/dev/virtio/pci/virtio_pci_legacy.c +++ b/sys/dev/virtio/pci/virtio_pci_legacy.c @@ -29,8 +29,6 @@ /* Driver for the legacy VirtIO PCI interface. */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/virtio/pci/virtio_pci_modern.c b/sys/dev/virtio/pci/virtio_pci_modern.c index 148ed0667758..2fa921dd9141 100644 --- a/sys/dev/virtio/pci/virtio_pci_modern.c +++ b/sys/dev/virtio/pci/virtio_pci_modern.c @@ -29,8 +29,6 @@ /* Driver for the modern VirtIO PCI interface. */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/virtio/random/virtio_random.c b/sys/dev/virtio/random/virtio_random.c index 73e40b5a620c..c02b5c98cece 100644 --- a/sys/dev/virtio/random/virtio_random.c +++ b/sys/dev/virtio/random/virtio_random.c @@ -29,8 +29,6 @@ /* Driver for VirtIO entropy device. */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/virtio/scsi/virtio_scsi.c b/sys/dev/virtio/scsi/virtio_scsi.c index 9aa0b004cc5d..0355962c7af9 100644 --- a/sys/dev/virtio/scsi/virtio_scsi.c +++ b/sys/dev/virtio/scsi/virtio_scsi.c @@ -29,8 +29,6 @@ /* Driver for VirtIO SCSI devices. */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/virtio/virtio.c b/sys/dev/virtio/virtio.c index fdbb30c23e43..0637e0299333 100644 --- a/sys/dev/virtio/virtio.c +++ b/sys/dev/virtio/virtio.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/virtio/virtqueue.c b/sys/dev/virtio/virtqueue.c index 41cb53dce0e3..cc7b0a8ed064 100644 --- a/sys/dev/virtio/virtqueue.c +++ b/sys/dev/virtio/virtqueue.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/vmd/vmd.c b/sys/dev/vmd/vmd.c index 774f3991d6b3..5ed5551d52d7 100644 --- a/sys/dev/vmd/vmd.c +++ b/sys/dev/vmd/vmd.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/vmgenc/vmgenc_acpi.c b/sys/dev/vmgenc/vmgenc_acpi.c index 9175f6982fc8..5b7b07ac6d4c 100644 --- a/sys/dev/vmgenc/vmgenc_acpi.c +++ b/sys/dev/vmgenc/vmgenc_acpi.c @@ -42,8 +42,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/vmware/pvscsi/pvscsi.c b/sys/dev/vmware/pvscsi/pvscsi.c index 48650647c561..74c515c9fca0 100644 --- a/sys/dev/vmware/pvscsi/pvscsi.c +++ b/sys/dev/vmware/pvscsi/pvscsi.c @@ -5,8 +5,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/vmware/vmci/vmci.c b/sys/dev/vmware/vmci/vmci.c index c13450c8b9ad..ce0db9c8aedb 100644 --- a/sys/dev/vmware/vmci/vmci.c +++ b/sys/dev/vmware/vmci/vmci.c @@ -7,8 +7,6 @@ /* Driver for VMware Virtual Machine Communication Interface (VMCI) device. */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/vmware/vmci/vmci_datagram.c b/sys/dev/vmware/vmci/vmci_datagram.c index 0149dd62271d..df64925ee6f1 100644 --- a/sys/dev/vmware/vmci/vmci_datagram.c +++ b/sys/dev/vmware/vmci/vmci_datagram.c @@ -7,8 +7,6 @@ /* This file implements the VMCI Simple Datagram API on the host. */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/dev/vmware/vmci/vmci_doorbell.c b/sys/dev/vmware/vmci/vmci_doorbell.c index 746fc91f1507..cade5d81599c 100644 --- a/sys/dev/vmware/vmci/vmci_doorbell.c +++ b/sys/dev/vmware/vmci/vmci_doorbell.c @@ -7,8 +7,6 @@ /* This file implements the VMCI doorbell API. */ #include -__FBSDID("$FreeBSD$"); - #include #include "vmci_doorbell.h" diff --git a/sys/dev/vmware/vmci/vmci_driver.c b/sys/dev/vmware/vmci/vmci_driver.c index 8426731a038a..201a7674e546 100644 --- a/sys/dev/vmware/vmci/vmci_driver.c +++ b/sys/dev/vmware/vmci/vmci_driver.c @@ -7,8 +7,6 @@ /* VMCI initialization. */ #include -__FBSDID("$FreeBSD$"); - #include "vmci.h" #include "vmci_doorbell.h" #include "vmci_driver.h" diff --git a/sys/dev/vmware/vmci/vmci_event.c b/sys/dev/vmware/vmci/vmci_event.c index 192828cc6f6a..2958a60114cd 100644 --- a/sys/dev/vmware/vmci/vmci_event.c +++ b/sys/dev/vmware/vmci/vmci_event.c @@ -7,8 +7,6 @@ /* This file implements VMCI Event code. */ #include -__FBSDID("$FreeBSD$"); - #include "vmci.h" #include "vmci_driver.h" #include "vmci_event.h" diff --git a/sys/dev/vmware/vmci/vmci_hashtable.c b/sys/dev/vmware/vmci/vmci_hashtable.c index f5d41bd5069b..7cf0a4da110a 100644 --- a/sys/dev/vmware/vmci/vmci_hashtable.c +++ b/sys/dev/vmware/vmci/vmci_hashtable.c @@ -7,8 +7,6 @@ /* Implementation of the VMCI Hashtable. */ #include -__FBSDID("$FreeBSD$"); - #include "vmci.h" #include "vmci_driver.h" #include "vmci_hashtable.h" diff --git a/sys/dev/vmware/vmci/vmci_kernel_if.c b/sys/dev/vmware/vmci/vmci_kernel_if.c index f66e63f56fc7..c7cdf5e3e3d8 100644 --- a/sys/dev/vmware/vmci/vmci_kernel_if.c +++ b/sys/dev/vmware/vmci/vmci_kernel_if.c @@ -7,8 +7,6 @@ /* This file implements defines and helper functions. */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/vmware/vmci/vmci_qpair.c b/sys/dev/vmware/vmci/vmci_qpair.c index a3cb69d00df4..41ff3fa0fc3b 100644 --- a/sys/dev/vmware/vmci/vmci_qpair.c +++ b/sys/dev/vmware/vmci/vmci_qpair.c @@ -15,8 +15,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "vmci_kernel_api.h" #include "vmci_kernel_defs.h" #include "vmci_kernel_if.h" diff --git a/sys/dev/vmware/vmci/vmci_queue_pair.c b/sys/dev/vmware/vmci/vmci_queue_pair.c index 0e2f83b20c67..2b8175a38aeb 100644 --- a/sys/dev/vmware/vmci/vmci_queue_pair.c +++ b/sys/dev/vmware/vmci/vmci_queue_pair.c @@ -7,8 +7,6 @@ /* VMCI QueuePair API implementation. */ #include -__FBSDID("$FreeBSD$"); - #include "vmci.h" #include "vmci_driver.h" #include "vmci_event.h" diff --git a/sys/dev/vmware/vmci/vmci_resource.c b/sys/dev/vmware/vmci/vmci_resource.c index 060484f5a1d5..8fda98fb9102 100644 --- a/sys/dev/vmware/vmci/vmci_resource.c +++ b/sys/dev/vmware/vmci/vmci_resource.c @@ -7,8 +7,6 @@ /* Implementation of the VMCI Resource Access Control API. */ #include -__FBSDID("$FreeBSD$"); - #include "vmci_driver.h" #include "vmci_kernel_defs.h" #include "vmci_resource.h" diff --git a/sys/dev/vmware/vmxnet3/if_vmx.c b/sys/dev/vmware/vmxnet3/if_vmx.c index c28368bc09dc..c819f3aae995 100644 --- a/sys/dev/vmware/vmxnet3/if_vmx.c +++ b/sys/dev/vmware/vmxnet3/if_vmx.c @@ -21,8 +21,6 @@ /* Driver for VMware vmxnet3 virtual ethernet devices. */ #include -__FBSDID("$FreeBSD$"); - #include "opt_rss.h" #include diff --git a/sys/dev/vnic/mrml_bridge.c b/sys/dev/vnic/mrml_bridge.c index d3b9851b5067..53c8aa222f81 100644 --- a/sys/dev/vnic/mrml_bridge.c +++ b/sys/dev/vnic/mrml_bridge.c @@ -28,8 +28,6 @@ #include "opt_platform.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/vnic/nic_main.c b/sys/dev/vnic/nic_main.c index a8fb89efe60c..ebcb052cc5dd 100644 --- a/sys/dev/vnic/nic_main.c +++ b/sys/dev/vnic/nic_main.c @@ -38,8 +38,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/vnic/nicvf_main.c b/sys/dev/vnic/nicvf_main.c index 5cf1e3ba1f43..f5cf99ef0ce4 100644 --- a/sys/dev/vnic/nicvf_main.c +++ b/sys/dev/vnic/nicvf_main.c @@ -25,8 +25,6 @@ * */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/dev/vnic/nicvf_queues.c b/sys/dev/vnic/nicvf_queues.c index cae7c751de54..6b6a36317f63 100644 --- a/sys/dev/vnic/nicvf_queues.c +++ b/sys/dev/vnic/nicvf_queues.c @@ -25,8 +25,6 @@ * */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/dev/vnic/thunder_bgx.c b/sys/dev/vnic/thunder_bgx.c index b2286ac04a0b..dbb1e2dbe55c 100644 --- a/sys/dev/vnic/thunder_bgx.c +++ b/sys/dev/vnic/thunder_bgx.c @@ -27,8 +27,6 @@ #include "opt_platform.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/vnic/thunder_bgx_fdt.c b/sys/dev/vnic/thunder_bgx_fdt.c index 4ff38fc7f90d..483ae1fc3d06 100644 --- a/sys/dev/vnic/thunder_bgx_fdt.c +++ b/sys/dev/vnic/thunder_bgx_fdt.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/vnic/thunder_mdio.c b/sys/dev/vnic/thunder_mdio.c index 63ab7691bf9e..9fc97672b5a2 100644 --- a/sys/dev/vnic/thunder_mdio.c +++ b/sys/dev/vnic/thunder_mdio.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/vnic/thunder_mdio_fdt.c b/sys/dev/vnic/thunder_mdio_fdt.c index d6d46b04a17f..7b254af3ffb6 100644 --- a/sys/dev/vnic/thunder_mdio_fdt.c +++ b/sys/dev/vnic/thunder_mdio_fdt.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/vr/if_vr.c b/sys/dev/vr/if_vr.c index e26c2675818e..2afe16e3c6d2 100644 --- a/sys/dev/vr/if_vr.c +++ b/sys/dev/vr/if_vr.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * VIA Rhine fast ethernet PCI NIC driver * diff --git a/sys/dev/vt/colors/vt_termcolors.c b/sys/dev/vt/colors/vt_termcolors.c index cb8afa18e3fe..a7ff58b5d9c2 100644 --- a/sys/dev/vt/colors/vt_termcolors.c +++ b/sys/dev/vt/colors/vt_termcolors.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/vt/font/vt_mouse_cursor.c b/sys/dev/vt/font/vt_mouse_cursor.c index 87c4f2e24e45..e106ed4552b5 100644 --- a/sys/dev/vt/font/vt_mouse_cursor.c +++ b/sys/dev/vt/font/vt_mouse_cursor.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #ifndef SC_NO_CUTPASTE diff --git a/sys/dev/vt/hw/efifb/efifb.c b/sys/dev/vt/hw/efifb/efifb.c index c39969802371..12909d836a24 100644 --- a/sys/dev/vt/hw/efifb/efifb.c +++ b/sys/dev/vt/hw/efifb/efifb.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/vt/hw/fb/vt_early_fb.c b/sys/dev/vt/hw/fb/vt_early_fb.c index 3fab37018c12..265a148ae556 100644 --- a/sys/dev/vt/hw/fb/vt_early_fb.c +++ b/sys/dev/vt/hw/fb/vt_early_fb.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/vt/hw/fb/vt_fb.c b/sys/dev/vt/hw/fb/vt_fb.c index 19742ae16184..5f4173ab144f 100644 --- a/sys/dev/vt/hw/fb/vt_fb.c +++ b/sys/dev/vt/hw/fb/vt_fb.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/vt/hw/ofwfb/ofwfb.c b/sys/dev/vt/hw/ofwfb/ofwfb.c index ba7de451e1c2..0dc0c39f92cb 100644 --- a/sys/dev/vt/hw/ofwfb/ofwfb.c +++ b/sys/dev/vt/hw/ofwfb/ofwfb.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/vt/hw/simplefb/simplefb.c b/sys/dev/vt/hw/simplefb/simplefb.c index 79a33a3651a4..c5f17e1b3d16 100644 --- a/sys/dev/vt/hw/simplefb/simplefb.c +++ b/sys/dev/vt/hw/simplefb/simplefb.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/vt/hw/vbefb/vbefb.c b/sys/dev/vt/hw/vbefb/vbefb.c index fb05876c2e93..f7dce1be0832 100644 --- a/sys/dev/vt/hw/vbefb/vbefb.c +++ b/sys/dev/vt/hw/vbefb/vbefb.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/vt/hw/vga/vt_vga.c b/sys/dev/vt/hw/vga/vt_vga.c index 92c590bc66ec..fdfbaebc0e79 100644 --- a/sys/dev/vt/hw/vga/vt_vga.c +++ b/sys/dev/vt/hw/vga/vt_vga.c @@ -33,8 +33,6 @@ #include "opt_acpi.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/vt/logo/logo_beastie.c b/sys/dev/vt/logo/logo_beastie.c index c6848d0c902b..14d834aed441 100644 --- a/sys/dev/vt/logo/logo_beastie.c +++ b/sys/dev/vt/logo/logo_beastie.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include const unsigned int vt_logo_sprite_width = 80; diff --git a/sys/dev/vt/logo/logo_freebsd.c b/sys/dev/vt/logo/logo_freebsd.c index 458493880b99..1caa68bef53f 100644 --- a/sys/dev/vt/logo/logo_freebsd.c +++ b/sys/dev/vt/logo/logo_freebsd.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - unsigned int vt_logo_width = 257; unsigned int vt_logo_height = 219; unsigned int vt_logo_depth = 1; diff --git a/sys/dev/vt/vt_buf.c b/sys/dev/vt/vt_buf.c index a13a7bd17cfe..ea27ea8a5ebf 100644 --- a/sys/dev/vt/vt_buf.c +++ b/sys/dev/vt/vt_buf.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/vt/vt_consolectl.c b/sys/dev/vt/vt_consolectl.c index 34d42cbdfcfb..c4a32130750b 100644 --- a/sys/dev/vt/vt_consolectl.c +++ b/sys/dev/vt/vt_consolectl.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/vt/vt_core.c b/sys/dev/vt/vt_core.c index b2d3566e59a3..c97cb80ca3f1 100644 --- a/sys/dev/vt/vt_core.c +++ b/sys/dev/vt/vt_core.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/vt/vt_cpulogos.c b/sys/dev/vt/vt_cpulogos.c index 4337c31e0054..979b55bc8851 100644 --- a/sys/dev/vt/vt_cpulogos.c +++ b/sys/dev/vt/vt_cpulogos.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/vt/vt_font.c b/sys/dev/vt/vt_font.c index 221fdc92e02c..bacf2b1234f1 100644 --- a/sys/dev/vt/vt_font.c +++ b/sys/dev/vt/vt_font.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/vt/vt_sysmouse.c b/sys/dev/vt/vt_sysmouse.c index 14921ca863e2..5147865fc20f 100644 --- a/sys/dev/vt/vt_sysmouse.c +++ b/sys/dev/vt/vt_sysmouse.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_evdev.h" #include diff --git a/sys/dev/vte/if_vte.c b/sys/dev/vte/if_vte.c index 61f3cd757e47..ca2fda43bc70 100644 --- a/sys/dev/vte/if_vte.c +++ b/sys/dev/vte/if_vte.c @@ -30,8 +30,6 @@ /* Driver for DM&P Electronics, Inc, Vortex86 RDC R6040 FastEthernet. */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/watchdog/watchdog.c b/sys/dev/watchdog/watchdog.c index 7a41b4f7a608..1f5453644507 100644 --- a/sys/dev/watchdog/watchdog.c +++ b/sys/dev/watchdog/watchdog.c @@ -33,8 +33,6 @@ #include "opt_ddb.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/wbwd/wbwd.c b/sys/dev/wbwd/wbwd.c index 3a6105a1dd9c..4fe77c1874be 100644 --- a/sys/dev/wbwd/wbwd.c +++ b/sys/dev/wbwd/wbwd.c @@ -40,8 +40,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/wdatwd/wdatwd.c b/sys/dev/wdatwd/wdatwd.c index be440604f1a2..c67e37281307 100644 --- a/sys/dev/wdatwd/wdatwd.c +++ b/sys/dev/wdatwd/wdatwd.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_acpi.h" #include diff --git a/sys/dev/wpi/if_wpi.c b/sys/dev/wpi/if_wpi.c index 8d8dca58cd44..c9c2a8f6854e 100644 --- a/sys/dev/wpi/if_wpi.c +++ b/sys/dev/wpi/if_wpi.c @@ -18,8 +18,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Driver for Intel PRO/Wireless 3945ABG 802.11 network adapters. * diff --git a/sys/dev/xdma/controller/pl330.c b/sys/dev/xdma/controller/pl330.c index a9afe9fffb25..8e68650c39d1 100644 --- a/sys/dev/xdma/controller/pl330.c +++ b/sys/dev/xdma/controller/pl330.c @@ -31,8 +31,6 @@ /* ARM PrimeCell DMA Controller (PL330) driver. */ #include -__FBSDID("$FreeBSD$"); - #include "opt_platform.h" #include #include diff --git a/sys/dev/xdma/xdma.c b/sys/dev/xdma/xdma.c index 1598886eccd6..62b781159d03 100644 --- a/sys/dev/xdma/xdma.c +++ b/sys/dev/xdma/xdma.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_platform.h" #include #include diff --git a/sys/dev/xdma/xdma_bank.c b/sys/dev/xdma/xdma_bank.c index dc5c882ad909..8ca6dee557af 100644 --- a/sys/dev/xdma/xdma_bank.c +++ b/sys/dev/xdma/xdma_bank.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_platform.h" #include #include diff --git a/sys/dev/xdma/xdma_bio.c b/sys/dev/xdma/xdma_bio.c index 93645698933c..5827cf222e48 100644 --- a/sys/dev/xdma/xdma_bio.c +++ b/sys/dev/xdma/xdma_bio.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_platform.h" #include #include diff --git a/sys/dev/xdma/xdma_fdt_test.c b/sys/dev/xdma/xdma_fdt_test.c index a339aadd20ba..c61b027b451d 100644 --- a/sys/dev/xdma/xdma_fdt_test.c +++ b/sys/dev/xdma/xdma_fdt_test.c @@ -31,8 +31,6 @@ /* xDMA memcpy test driver. */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/xdma/xdma_iommu.c b/sys/dev/xdma/xdma_iommu.c index 9d33d4ec11fd..2f06c1f490fe 100644 --- a/sys/dev/xdma/xdma_iommu.c +++ b/sys/dev/xdma/xdma_iommu.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_platform.h" #include #include diff --git a/sys/dev/xdma/xdma_mbuf.c b/sys/dev/xdma/xdma_mbuf.c index c6c9a8f48ba9..802a2b25c99c 100644 --- a/sys/dev/xdma/xdma_mbuf.c +++ b/sys/dev/xdma/xdma_mbuf.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_platform.h" #include #include diff --git a/sys/dev/xdma/xdma_queue.c b/sys/dev/xdma/xdma_queue.c index ef755747edc7..ffbd92cba983 100644 --- a/sys/dev/xdma/xdma_queue.c +++ b/sys/dev/xdma/xdma_queue.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_platform.h" #include #include diff --git a/sys/dev/xdma/xdma_sg.c b/sys/dev/xdma/xdma_sg.c index f27b410a4a32..ccf721e3c16c 100644 --- a/sys/dev/xdma/xdma_sg.c +++ b/sys/dev/xdma/xdma_sg.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_platform.h" #include #include diff --git a/sys/dev/xdma/xdma_sglist.c b/sys/dev/xdma/xdma_sglist.c index f9a9383475df..cd5ddef8457f 100644 --- a/sys/dev/xdma/xdma_sglist.c +++ b/sys/dev/xdma/xdma_sglist.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_platform.h" #include #include diff --git a/sys/dev/xen/balloon/balloon.c b/sys/dev/xen/balloon/balloon.c index 02dac3dfe757..bd19eba981ea 100644 --- a/sys/dev/xen/balloon/balloon.c +++ b/sys/dev/xen/balloon/balloon.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/xen/blkback/blkback.c b/sys/dev/xen/blkback/blkback.c index a1b03ad479d5..43d2134ca5b3 100644 --- a/sys/dev/xen/blkback/blkback.c +++ b/sys/dev/xen/blkback/blkback.c @@ -33,8 +33,6 @@ * Ken Merry (Spectra Logic Corporation) */ #include -__FBSDID("$FreeBSD$"); - /** * \file blkback.c * diff --git a/sys/dev/xen/blkfront/blkfront.c b/sys/dev/xen/blkfront/blkfront.c index d6b2c0b68466..c7ce7eaa5d8e 100644 --- a/sys/dev/xen/blkfront/blkfront.c +++ b/sys/dev/xen/blkfront/blkfront.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/xen/bus/xen_intr.c b/sys/dev/xen/bus/xen_intr.c index c9de4675d091..db166a625610 100644 --- a/sys/dev/xen/bus/xen_intr.c +++ b/sys/dev/xen/bus/xen_intr.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ddb.h" #include diff --git a/sys/dev/xen/bus/xenpv.c b/sys/dev/xen/bus/xenpv.c index 584b114119e9..c0ac39e9b5df 100644 --- a/sys/dev/xen/bus/xenpv.c +++ b/sys/dev/xen/bus/xenpv.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/xen/console/xen_console.c b/sys/dev/xen/console/xen_console.c index cec97a837b50..d6bbfe6bd96b 100644 --- a/sys/dev/xen/console/xen_console.c +++ b/sys/dev/xen/console/xen_console.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/xen/control/control.c b/sys/dev/xen/control/control.c index 666c45249d5c..9ea0222809a0 100644 --- a/sys/dev/xen/control/control.c +++ b/sys/dev/xen/control/control.c @@ -91,8 +91,6 @@ * SUCH DAMAGE. */ #include -__FBSDID("$FreeBSD$"); - /** * \file control.c * diff --git a/sys/dev/xen/cpu/xen_acpi_cpu.c b/sys/dev/xen/cpu/xen_acpi_cpu.c index e95da324bda0..e62d52d00bda 100644 --- a/sys/dev/xen/cpu/xen_acpi_cpu.c +++ b/sys/dev/xen/cpu/xen_acpi_cpu.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_acpi.h" #include #include diff --git a/sys/dev/xen/debug/debug.c b/sys/dev/xen/debug/debug.c index aa48fec2a9b4..f17d0c612262 100644 --- a/sys/dev/xen/debug/debug.c +++ b/sys/dev/xen/debug/debug.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_stack.h" #include "opt_ddb.h" diff --git a/sys/dev/xen/efi/pvefi.c b/sys/dev/xen/efi/pvefi.c index 77557692cbf1..f0cf751ee536 100644 --- a/sys/dev/xen/efi/pvefi.c +++ b/sys/dev/xen/efi/pvefi.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/xen/evtchn/evtchn_dev.c b/sys/dev/xen/evtchn/evtchn_dev.c index a217120222e6..00992779ba6d 100644 --- a/sys/dev/xen/evtchn/evtchn_dev.c +++ b/sys/dev/xen/evtchn/evtchn_dev.c @@ -36,8 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/xen/gntdev/gntdev.c b/sys/dev/xen/gntdev/gntdev.c index 75191bea1fd1..549917530f18 100644 --- a/sys/dev/xen/gntdev/gntdev.c +++ b/sys/dev/xen/gntdev/gntdev.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/xen/grant_table/grant_table.c b/sys/dev/xen/grant_table/grant_table.c index b5bbe04977a2..13ca966c1f90 100644 --- a/sys/dev/xen/grant_table/grant_table.c +++ b/sys/dev/xen/grant_table/grant_table.c @@ -11,8 +11,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/xen/netback/netback.c b/sys/dev/xen/netback/netback.c index 489b80774cdc..85e181e005f1 100644 --- a/sys/dev/xen/netback/netback.c +++ b/sys/dev/xen/netback/netback.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * \file netback.c * diff --git a/sys/dev/xen/netback/netback_unit_tests.c b/sys/dev/xen/netback/netback_unit_tests.c index 162e295fd7c1..e5a000c872d8 100644 --- a/sys/dev/xen/netback/netback_unit_tests.c +++ b/sys/dev/xen/netback/netback_unit_tests.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /** * \file netback_unit_tests.c * diff --git a/sys/dev/xen/netfront/netfront.c b/sys/dev/xen/netfront/netfront.c index 9a03300c70d3..b4e7722552e6 100644 --- a/sys/dev/xen/netfront/netfront.c +++ b/sys/dev/xen/netfront/netfront.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/dev/xen/privcmd/privcmd.c b/sys/dev/xen/privcmd/privcmd.c index 614ee8554a71..c5cd3dea1393 100644 --- a/sys/dev/xen/privcmd/privcmd.c +++ b/sys/dev/xen/privcmd/privcmd.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/xen/timer/xen_timer.c b/sys/dev/xen/timer/xen_timer.c index ac09347e2be8..ae0d725be164 100644 --- a/sys/dev/xen/timer/xen_timer.c +++ b/sys/dev/xen/timer/xen_timer.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/xen/xenpci/xenpci.c b/sys/dev/xen/xenpci/xenpci.c index e33bf5ea914a..26242041d861 100644 --- a/sys/dev/xen/xenpci/xenpci.c +++ b/sys/dev/xen/xenpci/xenpci.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/xen/xenstore/xenstore.c b/sys/dev/xen/xenstore/xenstore.c index e99f48d8d0d7..711524567e60 100644 --- a/sys/dev/xen/xenstore/xenstore.c +++ b/sys/dev/xen/xenstore/xenstore.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/xen/xenstore/xenstore_dev.c b/sys/dev/xen/xenstore/xenstore_dev.c index a7818ee25b56..bc13a1551e57 100644 --- a/sys/dev/xen/xenstore/xenstore_dev.c +++ b/sys/dev/xen/xenstore/xenstore_dev.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/xen/xenstore/xenstored_dev.c b/sys/dev/xen/xenstore/xenstored_dev.c index 340536fbc56c..deb59e8ce3b3 100644 --- a/sys/dev/xen/xenstore/xenstored_dev.c +++ b/sys/dev/xen/xenstore/xenstored_dev.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/xilinx/axi_quad_spi.c b/sys/dev/xilinx/axi_quad_spi.c index dbc57f368ce7..1680ef71179c 100644 --- a/sys/dev/xilinx/axi_quad_spi.c +++ b/sys/dev/xilinx/axi_quad_spi.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/xilinx/axidma.c b/sys/dev/xilinx/axidma.c index ec2d9284cbbc..5b92f90df683 100644 --- a/sys/dev/xilinx/axidma.c +++ b/sys/dev/xilinx/axidma.c @@ -33,8 +33,6 @@ /* Xilinx AXI DMA controller driver. */ #include -__FBSDID("$FreeBSD$"); - #include "opt_platform.h" #include #include diff --git a/sys/dev/xilinx/if_xae.c b/sys/dev/xilinx/if_xae.c index 414d45f37514..b2447a3d0314 100644 --- a/sys/dev/xilinx/if_xae.c +++ b/sys/dev/xilinx/if_xae.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/xilinx/xlnx_pcib.c b/sys/dev/xilinx/xlnx_pcib.c index 2cba7f7f7282..c5ebaf05f916 100644 --- a/sys/dev/xilinx/xlnx_pcib.c +++ b/sys/dev/xilinx/xlnx_pcib.c @@ -33,8 +33,6 @@ #include "opt_platform.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/dev/xl/if_xl.c b/sys/dev/xl/if_xl.c index 4b7739a384c1..573bc6581577 100644 --- a/sys/dev/xl/if_xl.c +++ b/sys/dev/xl/if_xl.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * 3Com 3c90x Etherlink XL PCI NIC driver * diff --git a/sys/dev/xl/xlphy.c b/sys/dev/xl/xlphy.c index 6fb622933d58..eb744e74cb6a 100644 --- a/sys/dev/xl/xlphy.c +++ b/sys/dev/xl/xlphy.c @@ -57,8 +57,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * driver for 3Com internal PHYs */ diff --git a/sys/dev/xz/xz_mod.c b/sys/dev/xz/xz_mod.c index 422d9ab83e29..fb4eca8aa6d0 100644 --- a/sys/dev/xz/xz_mod.c +++ b/sys/dev/xz/xz_mod.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/fs/autofs/autofs.c b/sys/fs/autofs/autofs.c index bac91796094b..6dbe81ef4467 100644 --- a/sys/fs/autofs/autofs.c +++ b/sys/fs/autofs/autofs.c @@ -60,8 +60,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/fs/autofs/autofs_vnops.c b/sys/fs/autofs/autofs_vnops.c index adfae85cb06d..2db1ba9b1bf0 100644 --- a/sys/fs/autofs/autofs_vnops.c +++ b/sys/fs/autofs/autofs_vnops.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/fs/cd9660/cd9660_bmap.c b/sys/fs/cd9660/cd9660_bmap.c index f88c71cf7cac..b4aedde7f4ce 100644 --- a/sys/fs/cd9660/cd9660_bmap.c +++ b/sys/fs/cd9660/cd9660_bmap.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/fs/cd9660/cd9660_iconv.c b/sys/fs/cd9660/cd9660_iconv.c index aabcc3bf079d..6110e850efc5 100644 --- a/sys/fs/cd9660/cd9660_iconv.c +++ b/sys/fs/cd9660/cd9660_iconv.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/fs/cd9660/cd9660_lookup.c b/sys/fs/cd9660/cd9660_lookup.c index 4524f75f90ea..0b12a5ffd52e 100644 --- a/sys/fs/cd9660/cd9660_lookup.c +++ b/sys/fs/cd9660/cd9660_lookup.c @@ -38,8 +38,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/fs/cd9660/cd9660_node.c b/sys/fs/cd9660/cd9660_node.c index cbda19cd2020..f6855b0e3d5d 100644 --- a/sys/fs/cd9660/cd9660_node.c +++ b/sys/fs/cd9660/cd9660_node.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/fs/cd9660/cd9660_rrip.c b/sys/fs/cd9660/cd9660_rrip.c index 21b176a3f0f6..f53d483d24e9 100644 --- a/sys/fs/cd9660/cd9660_rrip.c +++ b/sys/fs/cd9660/cd9660_rrip.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/fs/cd9660/cd9660_util.c b/sys/fs/cd9660/cd9660_util.c index 57fa3af8ddea..538150f11edb 100644 --- a/sys/fs/cd9660/cd9660_util.c +++ b/sys/fs/cd9660/cd9660_util.c @@ -38,8 +38,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/fs/cd9660/cd9660_vfsops.c b/sys/fs/cd9660/cd9660_vfsops.c index 015d4b308978..38e80a761231 100644 --- a/sys/fs/cd9660/cd9660_vfsops.c +++ b/sys/fs/cd9660/cd9660_vfsops.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/fs/cd9660/cd9660_vnops.c b/sys/fs/cd9660/cd9660_vnops.c index 96d09055f5be..8601b31673c4 100644 --- a/sys/fs/cd9660/cd9660_vnops.c +++ b/sys/fs/cd9660/cd9660_vnops.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/fs/fuse/fuse_device.c b/sys/fs/fuse/fuse_device.c index 7d1afb88edb7..88ebe702ec0a 100644 --- a/sys/fs/fuse/fuse_device.c +++ b/sys/fs/fuse/fuse_device.c @@ -61,8 +61,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/fs/fuse/fuse_file.c b/sys/fs/fuse/fuse_file.c index a7357d85a8b3..ecaa641a9261 100644 --- a/sys/fs/fuse/fuse_file.c +++ b/sys/fs/fuse/fuse_file.c @@ -61,8 +61,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/fs/fuse/fuse_internal.c b/sys/fs/fuse/fuse_internal.c index 37394330632c..49b0659a4826 100644 --- a/sys/fs/fuse/fuse_internal.c +++ b/sys/fs/fuse/fuse_internal.c @@ -61,8 +61,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/fs/fuse/fuse_io.c b/sys/fs/fuse/fuse_io.c index 155406bc488f..8bb90d68a462 100644 --- a/sys/fs/fuse/fuse_io.c +++ b/sys/fs/fuse/fuse_io.c @@ -61,8 +61,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/fs/fuse/fuse_ipc.c b/sys/fs/fuse/fuse_ipc.c index 7a6c0e3da76b..21787b6b543a 100644 --- a/sys/fs/fuse/fuse_ipc.c +++ b/sys/fs/fuse/fuse_ipc.c @@ -61,8 +61,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/fs/fuse/fuse_main.c b/sys/fs/fuse/fuse_main.c index ce40b73f656b..a6b8d347a2b7 100644 --- a/sys/fs/fuse/fuse_main.c +++ b/sys/fs/fuse/fuse_main.c @@ -61,8 +61,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/fs/fuse/fuse_node.c b/sys/fs/fuse/fuse_node.c index 07695a30d272..6a7f2e88831c 100644 --- a/sys/fs/fuse/fuse_node.c +++ b/sys/fs/fuse/fuse_node.c @@ -61,8 +61,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/fs/fuse/fuse_vfsops.c b/sys/fs/fuse/fuse_vfsops.c index c17937178d00..4a4f9dac3fae 100644 --- a/sys/fs/fuse/fuse_vfsops.c +++ b/sys/fs/fuse/fuse_vfsops.c @@ -61,8 +61,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/fs/fuse/fuse_vnops.c b/sys/fs/fuse/fuse_vnops.c index 6354167ab27f..be2885528570 100644 --- a/sys/fs/fuse/fuse_vnops.c +++ b/sys/fs/fuse/fuse_vnops.c @@ -61,8 +61,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/fs/msdosfs/msdosfs_iconv.c b/sys/fs/msdosfs/msdosfs_iconv.c index e36c5c0ba301..1ce57a0382e5 100644 --- a/sys/fs/msdosfs/msdosfs_iconv.c +++ b/sys/fs/msdosfs/msdosfs_iconv.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/fs/nfs/nfs_commonacl.c b/sys/fs/nfs/nfs_commonacl.c index a7ea072f86d9..55e6f89dd8ec 100644 --- a/sys/fs/nfs/nfs_commonacl.c +++ b/sys/fs/nfs/nfs_commonacl.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include extern int nfsrv_useacl; diff --git a/sys/fs/nfs/nfs_commonkrpc.c b/sys/fs/nfs/nfs_commonkrpc.c index f98d9f8df99a..936373c79366 100644 --- a/sys/fs/nfs/nfs_commonkrpc.c +++ b/sys/fs/nfs/nfs_commonkrpc.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Socket operations for use by nfs */ diff --git a/sys/fs/nfs/nfs_commonport.c b/sys/fs/nfs/nfs_commonport.c index be5fc688b7eb..cfceaf604b13 100644 --- a/sys/fs/nfs/nfs_commonport.c +++ b/sys/fs/nfs/nfs_commonport.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Functions that need to be different for different versions of BSD * kernel should be kept here, along with any global storage specific diff --git a/sys/fs/nfs/nfs_commonsubs.c b/sys/fs/nfs/nfs_commonsubs.c index e3a61a5f912a..ffe1ec542492 100644 --- a/sys/fs/nfs/nfs_commonsubs.c +++ b/sys/fs/nfs/nfs_commonsubs.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * These functions support the macros and help fiddle mbuf chains for * the nfs op functions. They do things like create the rpc header and diff --git a/sys/fs/nfsclient/nfs_clbio.c b/sys/fs/nfsclient/nfs_clbio.c index 54943bcdf68b..ae529d549d76 100644 --- a/sys/fs/nfsclient/nfs_clbio.c +++ b/sys/fs/nfsclient/nfs_clbio.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/fs/nfsclient/nfs_clcomsubs.c b/sys/fs/nfsclient/nfs_clcomsubs.c index 2481c45cab98..7912ab56140f 100644 --- a/sys/fs/nfsclient/nfs_clcomsubs.c +++ b/sys/fs/nfsclient/nfs_clcomsubs.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * These functions support the macros and help fiddle mbuf chains for * the nfs op functions. They do things like create the rpc header and diff --git a/sys/fs/nfsclient/nfs_clkdtrace.c b/sys/fs/nfsclient/nfs_clkdtrace.c index 5ca734665d37..8ac759a02401 100644 --- a/sys/fs/nfsclient/nfs_clkdtrace.c +++ b/sys/fs/nfsclient/nfs_clkdtrace.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/fs/nfsclient/nfs_clkrpc.c b/sys/fs/nfsclient/nfs_clkrpc.c index 025eae3eb19d..bf19c5d14d23 100644 --- a/sys/fs/nfsclient/nfs_clkrpc.c +++ b/sys/fs/nfsclient/nfs_clkrpc.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_kgssapi.h" #include "opt_kern_tls.h" diff --git a/sys/fs/nfsclient/nfs_clnfsiod.c b/sys/fs/nfsclient/nfs_clnfsiod.c index 5dd889db2e93..5dc1d5643591 100644 --- a/sys/fs/nfsclient/nfs_clnfsiod.c +++ b/sys/fs/nfsclient/nfs_clnfsiod.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/fs/nfsclient/nfs_clnode.c b/sys/fs/nfsclient/nfs_clnode.c index 1fcd243d11d6..c6b6eb4fec88 100644 --- a/sys/fs/nfsclient/nfs_clnode.c +++ b/sys/fs/nfsclient/nfs_clnode.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/fs/nfsclient/nfs_clport.c b/sys/fs/nfsclient/nfs_clport.c index 495ff3d3c6d1..8ea50d80ae19 100644 --- a/sys/fs/nfsclient/nfs_clport.c +++ b/sys/fs/nfsclient/nfs_clport.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/fs/nfsclient/nfs_clrpcops.c b/sys/fs/nfsclient/nfs_clrpcops.c index 9e53bcc2dc0a..8fe9158384a0 100644 --- a/sys/fs/nfsclient/nfs_clrpcops.c +++ b/sys/fs/nfsclient/nfs_clrpcops.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Rpc op calls, generally called from the vnode op calls or through the * buffer cache, for NFS v2, 3 and 4. diff --git a/sys/fs/nfsclient/nfs_clstate.c b/sys/fs/nfsclient/nfs_clstate.c index 00bb7869ef6d..74d6a14fc4c4 100644 --- a/sys/fs/nfsclient/nfs_clstate.c +++ b/sys/fs/nfsclient/nfs_clstate.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * These functions implement the client side state handling for NFSv4. * NFSv4 state handling: diff --git a/sys/fs/nfsclient/nfs_clsubs.c b/sys/fs/nfsclient/nfs_clsubs.c index 7d45c213f6d3..80ab979d22d7 100644 --- a/sys/fs/nfsclient/nfs_clsubs.c +++ b/sys/fs/nfsclient/nfs_clsubs.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * These functions support the macros and help fiddle mbuf chains for * the nfs op functions. They do things like create the rpc header and diff --git a/sys/fs/nfsclient/nfs_clvfsops.c b/sys/fs/nfsclient/nfs_clvfsops.c index 53f3e7bb1864..c050eef7d4c3 100644 --- a/sys/fs/nfsclient/nfs_clvfsops.c +++ b/sys/fs/nfsclient/nfs_clvfsops.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_bootp.h" #include "opt_nfsroot.h" #include "opt_kern_tls.h" diff --git a/sys/fs/nfsclient/nfs_clvnops.c b/sys/fs/nfsclient/nfs_clvnops.c index ea493e668dc2..1fa287a79a84 100644 --- a/sys/fs/nfsclient/nfs_clvnops.c +++ b/sys/fs/nfsclient/nfs_clvnops.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * vnode op calls for Sun NFS version 2, 3 and 4 */ diff --git a/sys/fs/nfsserver/nfs_fha_new.c b/sys/fs/nfsserver/nfs_fha_new.c index 1b33deb8ee3e..1f1e2cb7f17b 100644 --- a/sys/fs/nfsserver/nfs_fha_new.c +++ b/sys/fs/nfsserver/nfs_fha_new.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/fs/nfsserver/nfs_nfsdcache.c b/sys/fs/nfsserver/nfs_nfsdcache.c index 0eb623b6f5ee..bf0ff4e84d98 100644 --- a/sys/fs/nfsserver/nfs_nfsdcache.c +++ b/sys/fs/nfsserver/nfs_nfsdcache.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Here is the basic algorithm: * First, some design criteria I used: diff --git a/sys/fs/nfsserver/nfs_nfsdkrpc.c b/sys/fs/nfsserver/nfs_nfsdkrpc.c index 5999727fccb6..25f9c05d6f0b 100644 --- a/sys/fs/nfsserver/nfs_nfsdkrpc.c +++ b/sys/fs/nfsserver/nfs_nfsdkrpc.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet6.h" #include "opt_kgssapi.h" #include "opt_kern_tls.h" diff --git a/sys/fs/nfsserver/nfs_nfsdport.c b/sys/fs/nfsserver/nfs_nfsdport.c index 40065a01131f..570ae653e06c 100644 --- a/sys/fs/nfsserver/nfs_nfsdport.c +++ b/sys/fs/nfsserver/nfs_nfsdport.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/fs/nfsserver/nfs_nfsdserv.c b/sys/fs/nfsserver/nfs_nfsdserv.c index 7e53ad63820f..7d3ebc683d16 100644 --- a/sys/fs/nfsserver/nfs_nfsdserv.c +++ b/sys/fs/nfsserver/nfs_nfsdserv.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" /* diff --git a/sys/fs/nfsserver/nfs_nfsdsocket.c b/sys/fs/nfsserver/nfs_nfsdsocket.c index 75e20b6c3f2f..1f50634405d0 100644 --- a/sys/fs/nfsserver/nfs_nfsdsocket.c +++ b/sys/fs/nfsserver/nfs_nfsdsocket.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Socket operations for use by the nfs server. */ diff --git a/sys/fs/nfsserver/nfs_nfsdstate.c b/sys/fs/nfsserver/nfs_nfsdstate.c index ff228554f191..c73840277022 100644 --- a/sys/fs/nfsserver/nfs_nfsdstate.c +++ b/sys/fs/nfsserver/nfs_nfsdstate.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" #include diff --git a/sys/fs/nfsserver/nfs_nfsdsubs.c b/sys/fs/nfsserver/nfs_nfsdsubs.c index fa5747c9c741..0d7e4c73fe69 100644 --- a/sys/fs/nfsserver/nfs_nfsdsubs.c +++ b/sys/fs/nfsserver/nfs_nfsdsubs.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * These functions support the macros and help fiddle mbuf chains for * the nfs op functions. They do things like create the rpc header and diff --git a/sys/fs/procfs/procfs_osrel.c b/sys/fs/procfs/procfs_osrel.c index b223067ceb20..3854d7cd370f 100644 --- a/sys/fs/procfs/procfs_osrel.c +++ b/sys/fs/procfs/procfs_osrel.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/fs/pseudofs/pseudofs.c b/sys/fs/pseudofs/pseudofs.c index 15a714e23bc6..47a812262fad 100644 --- a/sys/fs/pseudofs/pseudofs.c +++ b/sys/fs/pseudofs/pseudofs.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_pseudofs.h" #include diff --git a/sys/fs/pseudofs/pseudofs_fileno.c b/sys/fs/pseudofs/pseudofs_fileno.c index 2c6b2d1fdb4a..8d526994e299 100644 --- a/sys/fs/pseudofs/pseudofs_fileno.c +++ b/sys/fs/pseudofs/pseudofs_fileno.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_pseudofs.h" #include diff --git a/sys/fs/pseudofs/pseudofs_vncache.c b/sys/fs/pseudofs/pseudofs_vncache.c index e637ff6f39e1..2120398f5b2e 100644 --- a/sys/fs/pseudofs/pseudofs_vncache.c +++ b/sys/fs/pseudofs/pseudofs_vncache.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_pseudofs.h" #include diff --git a/sys/fs/pseudofs/pseudofs_vnops.c b/sys/fs/pseudofs/pseudofs_vnops.c index bf423f0ad4db..48adbfdb4c47 100644 --- a/sys/fs/pseudofs/pseudofs_vnops.c +++ b/sys/fs/pseudofs/pseudofs_vnops.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_pseudofs.h" #include diff --git a/sys/fs/tmpfs/tmpfs_subr.c b/sys/fs/tmpfs/tmpfs_subr.c index 69a9936ebcde..ef7fca2ae185 100644 --- a/sys/fs/tmpfs/tmpfs_subr.c +++ b/sys/fs/tmpfs/tmpfs_subr.c @@ -36,8 +36,6 @@ * Efficient memory file system supporting functions. */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/fs/tmpfs/tmpfs_vfsops.c b/sys/fs/tmpfs/tmpfs_vfsops.c index f7dbadc1fd95..65d54b446849 100644 --- a/sys/fs/tmpfs/tmpfs_vfsops.c +++ b/sys/fs/tmpfs/tmpfs_vfsops.c @@ -47,8 +47,6 @@ #include "opt_tmpfs.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/fs/tmpfs/tmpfs_vnops.c b/sys/fs/tmpfs/tmpfs_vnops.c index 4a0d76091865..206a95350d2e 100644 --- a/sys/fs/tmpfs/tmpfs_vnops.c +++ b/sys/fs/tmpfs/tmpfs_vnops.c @@ -36,8 +36,6 @@ * tmpfs vnode interface. */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/fs/udf/udf_iconv.c b/sys/fs/udf/udf_iconv.c index 1337eb03e88f..1ab530f161b9 100644 --- a/sys/fs/udf/udf_iconv.c +++ b/sys/fs/udf/udf_iconv.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/gdb/gdb_cons.c b/sys/gdb/gdb_cons.c index 68d53a3a615c..ab81f7a014c8 100644 --- a/sys/gdb/gdb_cons.c +++ b/sys/gdb/gdb_cons.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/gdb/gdb_main.c b/sys/gdb/gdb_main.c index 1734149cd202..e0268f316ddd 100644 --- a/sys/gdb/gdb_main.c +++ b/sys/gdb/gdb_main.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/gdb/gdb_packet.c b/sys/gdb/gdb_packet.c index 550d15dfabe1..933d69365d24 100644 --- a/sys/gdb/gdb_packet.c +++ b/sys/gdb/gdb_packet.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/gdb/netgdb.c b/sys/gdb/netgdb.c index 58e02bb97d28..918176aafdd0 100644 --- a/sys/gdb/netgdb.c +++ b/sys/gdb/netgdb.c @@ -50,8 +50,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ddb.h" #ifndef DDB #error "NetGDB cannot be used without DDB at this time" diff --git a/sys/geom/cache/g_cache.c b/sys/geom/cache/g_cache.c index e907e0f5885e..d548026d8b3a 100644 --- a/sys/geom/cache/g_cache.c +++ b/sys/geom/cache/g_cache.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/geom/concat/g_concat.c b/sys/geom/concat/g_concat.c index baf198fdffda..153a97af797f 100644 --- a/sys/geom/concat/g_concat.c +++ b/sys/geom/concat/g_concat.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/geom/eli/g_eli.c b/sys/geom/eli/g_eli.c index 5592afdd7360..16b38e628e35 100644 --- a/sys/geom/eli/g_eli.c +++ b/sys/geom/eli/g_eli.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/geom/eli/g_eli_crypto.c b/sys/geom/eli/g_eli_crypto.c index aeea69a5a140..f012f4ce6cfc 100644 --- a/sys/geom/eli/g_eli_crypto.c +++ b/sys/geom/eli/g_eli_crypto.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #ifdef _KERNEL #include diff --git a/sys/geom/eli/g_eli_ctl.c b/sys/geom/eli/g_eli_ctl.c index 28dba07e1f1f..9391c8cb17cd 100644 --- a/sys/geom/eli/g_eli_ctl.c +++ b/sys/geom/eli/g_eli_ctl.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/geom/eli/g_eli_hmac.c b/sys/geom/eli/g_eli_hmac.c index 447a8937ca92..57659e7d51bd 100644 --- a/sys/geom/eli/g_eli_hmac.c +++ b/sys/geom/eli/g_eli_hmac.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #ifdef _KERNEL #include diff --git a/sys/geom/eli/g_eli_integrity.c b/sys/geom/eli/g_eli_integrity.c index b6b453002121..206f8557bd60 100644 --- a/sys/geom/eli/g_eli_integrity.c +++ b/sys/geom/eli/g_eli_integrity.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/geom/eli/g_eli_key.c b/sys/geom/eli/g_eli_key.c index f6f80943eb3e..29dc2180309d 100644 --- a/sys/geom/eli/g_eli_key.c +++ b/sys/geom/eli/g_eli_key.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #ifdef _KERNEL #include diff --git a/sys/geom/eli/g_eli_key_cache.c b/sys/geom/eli/g_eli_key_cache.c index 854fc4941e7d..e029d332414d 100644 --- a/sys/geom/eli/g_eli_key_cache.c +++ b/sys/geom/eli/g_eli_key_cache.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #ifdef _KERNEL #include diff --git a/sys/geom/eli/g_eli_privacy.c b/sys/geom/eli/g_eli_privacy.c index aac2d7e65a95..2b5f62c0e93b 100644 --- a/sys/geom/eli/g_eli_privacy.c +++ b/sys/geom/eli/g_eli_privacy.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/geom/eli/pkcs5v2.c b/sys/geom/eli/pkcs5v2.c index 79cc01219da6..ea3be36865b0 100644 --- a/sys/geom/eli/pkcs5v2.c +++ b/sys/geom/eli/pkcs5v2.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #ifdef _KERNEL #include diff --git a/sys/geom/gate/g_gate.c b/sys/geom/gate/g_gate.c index 0ebe6d64bf55..820f18ba220c 100644 --- a/sys/geom/gate/g_gate.c +++ b/sys/geom/gate/g_gate.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/geom/geom_bsd_enc.c b/sys/geom/geom_bsd_enc.c index b244ab7c0b82..29b0ab7b2840 100644 --- a/sys/geom/geom_bsd_enc.c +++ b/sys/geom/geom_bsd_enc.c @@ -43,8 +43,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/geom/geom_ccd.c b/sys/geom/geom_ccd.c index cacf8a17e207..0c9fbaca00ea 100644 --- a/sys/geom/geom_ccd.c +++ b/sys/geom/geom_ccd.c @@ -80,8 +80,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/geom/geom_ctl.c b/sys/geom/geom_ctl.c index 132f30070b3c..b7c80c77d4ba 100644 --- a/sys/geom/geom_ctl.c +++ b/sys/geom/geom_ctl.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/geom/geom_dev.c b/sys/geom/geom_dev.c index 92dec6ed0b57..f12236264d19 100644 --- a/sys/geom/geom_dev.c +++ b/sys/geom/geom_dev.c @@ -36,8 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/geom/geom_disk.c b/sys/geom/geom_disk.c index a000dfe6c4f2..9dbf00371dba 100644 --- a/sys/geom/geom_disk.c +++ b/sys/geom/geom_disk.c @@ -36,8 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_geom.h" #include diff --git a/sys/geom/geom_dump.c b/sys/geom/geom_dump.c index 58077147ff8d..c7861b4de7c3 100644 --- a/sys/geom/geom_dump.c +++ b/sys/geom/geom_dump.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/geom/geom_event.c b/sys/geom/geom_event.c index 824fe336fe14..a4b42694eb6c 100644 --- a/sys/geom/geom_event.c +++ b/sys/geom/geom_event.c @@ -41,8 +41,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/geom/geom_flashmap.c b/sys/geom/geom_flashmap.c index 7a9063672d03..6dde6d271d33 100644 --- a/sys/geom/geom_flashmap.c +++ b/sys/geom/geom_flashmap.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/geom/geom_io.c b/sys/geom/geom_io.c index 777f698b6f1f..2acf08517222 100644 --- a/sys/geom/geom_io.c +++ b/sys/geom/geom_io.c @@ -40,8 +40,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/geom/geom_kern.c b/sys/geom/geom_kern.c index 429bd7a05a4b..14707403215d 100644 --- a/sys/geom/geom_kern.c +++ b/sys/geom/geom_kern.c @@ -36,8 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/geom/geom_map.c b/sys/geom/geom_map.c index 0c633d02909f..2932e93f6a5a 100644 --- a/sys/geom/geom_map.c +++ b/sys/geom/geom_map.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/geom/geom_redboot.c b/sys/geom/geom_redboot.c index 9fff13907d42..f1628e08c118 100644 --- a/sys/geom/geom_redboot.c +++ b/sys/geom/geom_redboot.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/geom/geom_slice.c b/sys/geom/geom_slice.c index ceb6754f9d15..e66a84da310a 100644 --- a/sys/geom/geom_slice.c +++ b/sys/geom/geom_slice.c @@ -36,8 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/geom/geom_subr.c b/sys/geom/geom_subr.c index 19facde0c7db..6aa7ded19537 100644 --- a/sys/geom/geom_subr.c +++ b/sys/geom/geom_subr.c @@ -36,8 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ddb.h" #include diff --git a/sys/geom/geom_vfs.c b/sys/geom/geom_vfs.c index 862539439db9..6caa570de250 100644 --- a/sys/geom/geom_vfs.c +++ b/sys/geom/geom_vfs.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/geom/journal/g_journal.c b/sys/geom/journal/g_journal.c index 58698957891b..cfc42c120992 100644 --- a/sys/geom/journal/g_journal.c +++ b/sys/geom/journal/g_journal.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/geom/journal/g_journal_ufs.c b/sys/geom/journal/g_journal_ufs.c index a1ae82b33ee0..72d1791db564 100644 --- a/sys/geom/journal/g_journal_ufs.c +++ b/sys/geom/journal/g_journal_ufs.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/geom/label/g_label.c b/sys/geom/label/g_label.c index bfe66f5d894a..a38ed8294202 100644 --- a/sys/geom/label/g_label.c +++ b/sys/geom/label/g_label.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_geom.h" #include diff --git a/sys/geom/label/g_label_disk_ident.c b/sys/geom/label/g_label_disk_ident.c index d43a5b32a6df..d9159180ffac 100644 --- a/sys/geom/label/g_label_disk_ident.c +++ b/sys/geom/label/g_label_disk_ident.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/geom/label/g_label_ext2fs.c b/sys/geom/label/g_label_ext2fs.c index 152b64d214d3..03376a315776 100644 --- a/sys/geom/label/g_label_ext2fs.c +++ b/sys/geom/label/g_label_ext2fs.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/geom/label/g_label_flashmap.c b/sys/geom/label/g_label_flashmap.c index fe7ef69414ea..57f64eac9100 100644 --- a/sys/geom/label/g_label_flashmap.c +++ b/sys/geom/label/g_label_flashmap.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/geom/label/g_label_gpt.c b/sys/geom/label/g_label_gpt.c index d6699676bf67..b185dfdaa28f 100644 --- a/sys/geom/label/g_label_gpt.c +++ b/sys/geom/label/g_label_gpt.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/geom/label/g_label_iso9660.c b/sys/geom/label/g_label_iso9660.c index a4a4c872d144..65cfa4b875b9 100644 --- a/sys/geom/label/g_label_iso9660.c +++ b/sys/geom/label/g_label_iso9660.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/geom/label/g_label_msdosfs.c b/sys/geom/label/g_label_msdosfs.c index d3ef896c0ac5..364d443b9044 100644 --- a/sys/geom/label/g_label_msdosfs.c +++ b/sys/geom/label/g_label_msdosfs.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/geom/label/g_label_ntfs.c b/sys/geom/label/g_label_ntfs.c index 734e02f53da7..ad6a9ac3576d 100644 --- a/sys/geom/label/g_label_ntfs.c +++ b/sys/geom/label/g_label_ntfs.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/geom/label/g_label_reiserfs.c b/sys/geom/label/g_label_reiserfs.c index 804c8b6c584f..e75f7ca143f8 100644 --- a/sys/geom/label/g_label_reiserfs.c +++ b/sys/geom/label/g_label_reiserfs.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/geom/label/g_label_ufs.c b/sys/geom/label/g_label_ufs.c index 1ee3b914532a..e744871038ed 100644 --- a/sys/geom/label/g_label_ufs.c +++ b/sys/geom/label/g_label_ufs.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/geom/linux_lvm/g_linux_lvm.c b/sys/geom/linux_lvm/g_linux_lvm.c index 6fafeb79ee66..2e4bbcaa045a 100644 --- a/sys/geom/linux_lvm/g_linux_lvm.c +++ b/sys/geom/linux_lvm/g_linux_lvm.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/geom/mirror/g_mirror.c b/sys/geom/mirror/g_mirror.c index 7dc1322db4bf..b2bcea2f0dbb 100644 --- a/sys/geom/mirror/g_mirror.c +++ b/sys/geom/mirror/g_mirror.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/geom/mirror/g_mirror_ctl.c b/sys/geom/mirror/g_mirror_ctl.c index b05b22ff88c1..8c53925cfe4d 100644 --- a/sys/geom/mirror/g_mirror_ctl.c +++ b/sys/geom/mirror/g_mirror_ctl.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/geom/mountver/g_mountver.c b/sys/geom/mountver/g_mountver.c index 4b4b7eaffc6d..00ff9dd9b7cb 100644 --- a/sys/geom/mountver/g_mountver.c +++ b/sys/geom/mountver/g_mountver.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/geom/multipath/g_multipath.c b/sys/geom/multipath/g_multipath.c index 207a3d5bfe20..c48f9aee65a2 100644 --- a/sys/geom/multipath/g_multipath.c +++ b/sys/geom/multipath/g_multipath.c @@ -33,7 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); #include #include #include diff --git a/sys/geom/nop/g_nop.c b/sys/geom/nop/g_nop.c index 0b329f43c31d..88d16e7d3562 100644 --- a/sys/geom/nop/g_nop.c +++ b/sys/geom/nop/g_nop.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/geom/part/g_part.c b/sys/geom/part/g_part.c index 1da9b9bb16e1..c0baf5cc8992 100644 --- a/sys/geom/part/g_part.c +++ b/sys/geom/part/g_part.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/geom/part/g_part_apm.c b/sys/geom/part/g_part_apm.c index eb15948d74a7..9ee48168b1e8 100644 --- a/sys/geom/part/g_part_apm.c +++ b/sys/geom/part/g_part_apm.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/geom/part/g_part_bsd.c b/sys/geom/part/g_part_bsd.c index f95cd3fa66c7..bb1aed0cf59d 100644 --- a/sys/geom/part/g_part_bsd.c +++ b/sys/geom/part/g_part_bsd.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/geom/part/g_part_bsd64.c b/sys/geom/part/g_part_bsd64.c index 998ffc627fc4..4a1481f97c3e 100644 --- a/sys/geom/part/g_part_bsd64.c +++ b/sys/geom/part/g_part_bsd64.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/geom/part/g_part_ebr.c b/sys/geom/part/g_part_ebr.c index e632472bcf6b..6be64f58287c 100644 --- a/sys/geom/part/g_part_ebr.c +++ b/sys/geom/part/g_part_ebr.c @@ -29,8 +29,6 @@ #include "opt_geom.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/geom/part/g_part_gpt.c b/sys/geom/part/g_part_gpt.c index 4c7facd89349..990ace4a25d4 100644 --- a/sys/geom/part/g_part_gpt.c +++ b/sys/geom/part/g_part_gpt.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/geom/part/g_part_ldm.c b/sys/geom/part/g_part_ldm.c index c519ef7fa877..33ab7c1409f1 100644 --- a/sys/geom/part/g_part_ldm.c +++ b/sys/geom/part/g_part_ldm.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/geom/part/g_part_mbr.c b/sys/geom/part/g_part_mbr.c index 9839cfe3e826..36862c8ff018 100644 --- a/sys/geom/part/g_part_mbr.c +++ b/sys/geom/part/g_part_mbr.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/geom/raid/g_raid.c b/sys/geom/raid/g_raid.c index 24309610f173..753c9fdbe867 100644 --- a/sys/geom/raid/g_raid.c +++ b/sys/geom/raid/g_raid.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/geom/raid/g_raid_ctl.c b/sys/geom/raid/g_raid_ctl.c index 544c57d7e7c5..88aeb0508d9d 100644 --- a/sys/geom/raid/g_raid_ctl.c +++ b/sys/geom/raid/g_raid_ctl.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/geom/raid/md_ddf.c b/sys/geom/raid/md_ddf.c index bd7e8825a427..82fe0b26a391 100644 --- a/sys/geom/raid/md_ddf.c +++ b/sys/geom/raid/md_ddf.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/geom/raid/md_intel.c b/sys/geom/raid/md_intel.c index 66000306ec1a..0ef8074259f4 100644 --- a/sys/geom/raid/md_intel.c +++ b/sys/geom/raid/md_intel.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/geom/raid/md_jmicron.c b/sys/geom/raid/md_jmicron.c index 002769e842cb..5858d7b5a5d1 100644 --- a/sys/geom/raid/md_jmicron.c +++ b/sys/geom/raid/md_jmicron.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/geom/raid/md_nvidia.c b/sys/geom/raid/md_nvidia.c index 113fff5ad58c..e6991a668c6c 100644 --- a/sys/geom/raid/md_nvidia.c +++ b/sys/geom/raid/md_nvidia.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/geom/raid/md_promise.c b/sys/geom/raid/md_promise.c index eb6985e52259..1c22c0756dfd 100644 --- a/sys/geom/raid/md_promise.c +++ b/sys/geom/raid/md_promise.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/geom/raid/md_sii.c b/sys/geom/raid/md_sii.c index 89af2ca27c91..039e986ddea4 100644 --- a/sys/geom/raid/md_sii.c +++ b/sys/geom/raid/md_sii.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/geom/raid/tr_concat.c b/sys/geom/raid/tr_concat.c index 632501f323cd..9bdd37526d6a 100644 --- a/sys/geom/raid/tr_concat.c +++ b/sys/geom/raid/tr_concat.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/geom/raid/tr_raid0.c b/sys/geom/raid/tr_raid0.c index 68562f1ae6d6..5dadaacd50ef 100644 --- a/sys/geom/raid/tr_raid0.c +++ b/sys/geom/raid/tr_raid0.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/geom/raid/tr_raid1.c b/sys/geom/raid/tr_raid1.c index 04737bac6a9d..cb7e2784a1df 100644 --- a/sys/geom/raid/tr_raid1.c +++ b/sys/geom/raid/tr_raid1.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/geom/raid/tr_raid1e.c b/sys/geom/raid/tr_raid1e.c index 23dc0843b079..595fc2eeccce 100644 --- a/sys/geom/raid/tr_raid1e.c +++ b/sys/geom/raid/tr_raid1e.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/geom/raid/tr_raid5.c b/sys/geom/raid/tr_raid5.c index 10b3954cd75d..2824a070a58e 100644 --- a/sys/geom/raid/tr_raid5.c +++ b/sys/geom/raid/tr_raid5.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/geom/raid3/g_raid3.c b/sys/geom/raid3/g_raid3.c index ed9300f640ba..79bfd690a35e 100644 --- a/sys/geom/raid3/g_raid3.c +++ b/sys/geom/raid3/g_raid3.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/geom/raid3/g_raid3_ctl.c b/sys/geom/raid3/g_raid3_ctl.c index b91da7d34446..26dc8028289f 100644 --- a/sys/geom/raid3/g_raid3_ctl.c +++ b/sys/geom/raid3/g_raid3_ctl.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/geom/shsec/g_shsec.c b/sys/geom/shsec/g_shsec.c index 125af5854fe8..1cc8f4cecbbf 100644 --- a/sys/geom/shsec/g_shsec.c +++ b/sys/geom/shsec/g_shsec.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/geom/stripe/g_stripe.c b/sys/geom/stripe/g_stripe.c index 021572dcba64..ca3fbcbb30b2 100644 --- a/sys/geom/stripe/g_stripe.c +++ b/sys/geom/stripe/g_stripe.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/geom/uzip/g_uzip.c b/sys/geom/uzip/g_uzip.c index 2ebaa51d8ffb..afb1a7df7e3a 100644 --- a/sys/geom/uzip/g_uzip.c +++ b/sys/geom/uzip/g_uzip.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_geom.h" #include "opt_zstdio.h" diff --git a/sys/geom/uzip/g_uzip_lzma.c b/sys/geom/uzip/g_uzip_lzma.c index 83e81e5f4ba5..4e503300c349 100644 --- a/sys/geom/uzip/g_uzip_lzma.c +++ b/sys/geom/uzip/g_uzip_lzma.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/geom/uzip/g_uzip_wrkthr.c b/sys/geom/uzip/g_uzip_wrkthr.c index ad24cb808bff..2a3d40a528e0 100644 --- a/sys/geom/uzip/g_uzip_wrkthr.c +++ b/sys/geom/uzip/g_uzip_wrkthr.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/geom/uzip/g_uzip_zlib.c b/sys/geom/uzip/g_uzip_zlib.c index 91d97feeca54..435ee2d27fad 100644 --- a/sys/geom/uzip/g_uzip_zlib.c +++ b/sys/geom/uzip/g_uzip_zlib.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/geom/uzip/g_uzip_zstd.c b/sys/geom/uzip/g_uzip_zstd.c index 5b48c1bade02..a95bbd884809 100644 --- a/sys/geom/uzip/g_uzip_zstd.c +++ b/sys/geom/uzip/g_uzip_zstd.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/geom/vinum/geom_vinum.c b/sys/geom/vinum/geom_vinum.c index 010fd7d26e44..eefaf40c3c32 100644 --- a/sys/geom/vinum/geom_vinum.c +++ b/sys/geom/vinum/geom_vinum.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/geom/vinum/geom_vinum_create.c b/sys/geom/vinum/geom_vinum_create.c index 82485e26af6d..3bba4ccb731a 100644 --- a/sys/geom/vinum/geom_vinum_create.c +++ b/sys/geom/vinum/geom_vinum_create.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/geom/vinum/geom_vinum_drive.c b/sys/geom/vinum/geom_vinum_drive.c index 6fa2af8a071d..c92bcfd558ac 100644 --- a/sys/geom/vinum/geom_vinum_drive.c +++ b/sys/geom/vinum/geom_vinum_drive.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/geom/vinum/geom_vinum_events.c b/sys/geom/vinum/geom_vinum_events.c index f02cddb1184f..fa7c1710c3d9 100644 --- a/sys/geom/vinum/geom_vinum_events.c +++ b/sys/geom/vinum/geom_vinum_events.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/geom/vinum/geom_vinum_init.c b/sys/geom/vinum/geom_vinum_init.c index 2ddf4ebfca92..c8c2486d35b3 100644 --- a/sys/geom/vinum/geom_vinum_init.c +++ b/sys/geom/vinum/geom_vinum_init.c @@ -28,7 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); #include #include #include diff --git a/sys/geom/vinum/geom_vinum_list.c b/sys/geom/vinum/geom_vinum_list.c index d9dcd36d883f..06e83f518ea7 100644 --- a/sys/geom/vinum/geom_vinum_list.c +++ b/sys/geom/vinum/geom_vinum_list.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/geom/vinum/geom_vinum_move.c b/sys/geom/vinum/geom_vinum_move.c index 84c90ef12819..a270f07b4c8c 100644 --- a/sys/geom/vinum/geom_vinum_move.c +++ b/sys/geom/vinum/geom_vinum_move.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/geom/vinum/geom_vinum_plex.c b/sys/geom/vinum/geom_vinum_plex.c index ee96a63ea7c4..bcfc10b65fa0 100644 --- a/sys/geom/vinum/geom_vinum_plex.c +++ b/sys/geom/vinum/geom_vinum_plex.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/geom/vinum/geom_vinum_raid5.c b/sys/geom/vinum/geom_vinum_raid5.c index 107d4a49c8b8..8bedc50adfd8 100644 --- a/sys/geom/vinum/geom_vinum_raid5.c +++ b/sys/geom/vinum/geom_vinum_raid5.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/geom/vinum/geom_vinum_rename.c b/sys/geom/vinum/geom_vinum_rename.c index 6e166b124909..4e1238c2a4a6 100644 --- a/sys/geom/vinum/geom_vinum_rename.c +++ b/sys/geom/vinum/geom_vinum_rename.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/geom/vinum/geom_vinum_rm.c b/sys/geom/vinum/geom_vinum_rm.c index f3ea22db13eb..20edcb8dc0bf 100644 --- a/sys/geom/vinum/geom_vinum_rm.c +++ b/sys/geom/vinum/geom_vinum_rm.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/geom/vinum/geom_vinum_share.c b/sys/geom/vinum/geom_vinum_share.c index 96f6f39048d7..f2b4dec3c81a 100644 --- a/sys/geom/vinum/geom_vinum_share.c +++ b/sys/geom/vinum/geom_vinum_share.c @@ -43,8 +43,6 @@ /* This file is shared between kernel and userland. */ #include -__FBSDID("$FreeBSD$"); - #include #ifdef _KERNEL #include diff --git a/sys/geom/vinum/geom_vinum_state.c b/sys/geom/vinum/geom_vinum_state.c index fe5feb3fa544..2f47c73e62e7 100644 --- a/sys/geom/vinum/geom_vinum_state.c +++ b/sys/geom/vinum/geom_vinum_state.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/geom/vinum/geom_vinum_subr.c b/sys/geom/vinum/geom_vinum_subr.c index b68541bf00a7..2d7499376ece 100644 --- a/sys/geom/vinum/geom_vinum_subr.c +++ b/sys/geom/vinum/geom_vinum_subr.c @@ -42,8 +42,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/geom/vinum/geom_vinum_volume.c b/sys/geom/vinum/geom_vinum_volume.c index bd3f60660dd0..7721ecbd81f2 100644 --- a/sys/geom/vinum/geom_vinum_volume.c +++ b/sys/geom/vinum/geom_vinum_volume.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/geom/virstor/binstream.c b/sys/geom/virstor/binstream.c index e813adf70f49..eeefd84d117b 100644 --- a/sys/geom/virstor/binstream.c +++ b/sys/geom/virstor/binstream.c @@ -29,8 +29,6 @@ // $Id: binstream.c,v 1.1 2006/07/05 10:47:54 ivoras Exp $ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/geom/virstor/g_virstor.c b/sys/geom/virstor/g_virstor.c index 00426275241d..262d4726618c 100644 --- a/sys/geom/virstor/g_virstor.c +++ b/sys/geom/virstor/g_virstor.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/geom/virstor/g_virstor_md.c b/sys/geom/virstor/g_virstor_md.c index f51783a803c2..345066bd01cf 100644 --- a/sys/geom/virstor/g_virstor_md.c +++ b/sys/geom/virstor/g_virstor_md.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/geom/zero/g_zero.c b/sys/geom/zero/g_zero.c index 805b99925bdf..66cc884fab56 100644 --- a/sys/geom/zero/g_zero.c +++ b/sys/geom/zero/g_zero.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/gnu/dev/bwn/phy_n/if_bwn_phy_n_core.c b/sys/gnu/dev/bwn/phy_n/if_bwn_phy_n_core.c index 6b47a5990d3b..3a5e3410e75b 100644 --- a/sys/gnu/dev/bwn/phy_n/if_bwn_phy_n_core.c +++ b/sys/gnu/dev/bwn/phy_n/if_bwn_phy_n_core.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * The Broadcom Wireless LAN controller driver. */ diff --git a/sys/gnu/dev/bwn/phy_n/if_bwn_phy_n_ppr.c b/sys/gnu/dev/bwn/phy_n/if_bwn_phy_n_ppr.c index 080a57ef9435..edba922ffb58 100644 --- a/sys/gnu/dev/bwn/phy_n/if_bwn_phy_n_ppr.c +++ b/sys/gnu/dev/bwn/phy_n/if_bwn_phy_n_ppr.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * The Broadcom Wireless LAN controller driver. */ diff --git a/sys/gnu/dev/bwn/phy_n/if_bwn_phy_n_sprom.c b/sys/gnu/dev/bwn/phy_n/if_bwn_phy_n_sprom.c index 9ee8b2bc16ae..1b7909cb459a 100644 --- a/sys/gnu/dev/bwn/phy_n/if_bwn_phy_n_sprom.c +++ b/sys/gnu/dev/bwn/phy_n/if_bwn_phy_n_sprom.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/gnu/dev/bwn/phy_n/if_bwn_phy_n_tables.c b/sys/gnu/dev/bwn/phy_n/if_bwn_phy_n_tables.c index c1fc199b75d4..6b657e68279a 100644 --- a/sys/gnu/dev/bwn/phy_n/if_bwn_phy_n_tables.c +++ b/sys/gnu/dev/bwn/phy_n/if_bwn_phy_n_tables.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * The Broadcom Wireless LAN controller driver. */ diff --git a/sys/gnu/dev/bwn/phy_n/if_bwn_radio_2055.c b/sys/gnu/dev/bwn/phy_n/if_bwn_radio_2055.c index 57e912bdf3c4..ba76d95cdd18 100644 --- a/sys/gnu/dev/bwn/phy_n/if_bwn_radio_2055.c +++ b/sys/gnu/dev/bwn/phy_n/if_bwn_radio_2055.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * The Broadcom Wireless LAN controller driver. */ diff --git a/sys/gnu/dev/bwn/phy_n/if_bwn_radio_2056.c b/sys/gnu/dev/bwn/phy_n/if_bwn_radio_2056.c index 7407226ea2d9..161e5c130534 100644 --- a/sys/gnu/dev/bwn/phy_n/if_bwn_radio_2056.c +++ b/sys/gnu/dev/bwn/phy_n/if_bwn_radio_2056.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * The Broadcom Wireless LAN controller driver. */ diff --git a/sys/gnu/dev/bwn/phy_n/if_bwn_radio_2057.c b/sys/gnu/dev/bwn/phy_n/if_bwn_radio_2057.c index f9c608dbfa75..0cc035681e16 100644 --- a/sys/gnu/dev/bwn/phy_n/if_bwn_radio_2057.c +++ b/sys/gnu/dev/bwn/phy_n/if_bwn_radio_2057.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * The Broadcom Wireless LAN controller driver. */ diff --git a/sys/gnu/gcov/gcc_4_7.c b/sys/gnu/gcov/gcc_4_7.c index 9bc5e468ad75..235c5c148386 100644 --- a/sys/gnu/gcov/gcc_4_7.c +++ b/sys/gnu/gcov/gcc_4_7.c @@ -27,8 +27,6 @@ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/gnu/gcov/gcov_fs.c b/sys/gnu/gcov/gcov_fs.c index 7b4e0b8d9252..cf140a3092fb 100644 --- a/sys/gnu/gcov/gcov_fs.c +++ b/sys/gnu/gcov/gcov_fs.c @@ -30,8 +30,6 @@ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/gnu/gcov/gcov_subr.c b/sys/gnu/gcov/gcov_subr.c index 0d8ea7ad1a84..c294ae85a168 100644 --- a/sys/gnu/gcov/gcov_subr.c +++ b/sys/gnu/gcov/gcov_subr.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/i386/acpica/acpi_machdep.c b/sys/i386/acpica/acpi_machdep.c index 8b8db8d1a5ff..23017e491c1d 100644 --- a/sys/i386/acpica/acpi_machdep.c +++ b/sys/i386/acpica/acpi_machdep.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/i386/acpica/acpi_wakeup.c b/sys/i386/acpica/acpi_wakeup.c index f76312eddc65..472cc5c2fad3 100644 --- a/sys/i386/acpica/acpi_wakeup.c +++ b/sys/i386/acpica/acpi_wakeup.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_apic.h" #include diff --git a/sys/i386/bios/smapi.c b/sys/i386/bios/smapi.c index 4b25ab19b020..7ab7eb6c5012 100644 --- a/sys/i386/bios/smapi.c +++ b/sys/i386/bios/smapi.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/i386/bios/smapi_bios.S b/sys/i386/bios/smapi_bios.S index c9d4acea66bf..eea70f8fea55 100644 --- a/sys/i386/bios/smapi_bios.S +++ b/sys/i386/bios/smapi_bios.S @@ -1,6 +1,4 @@ #include -__FBSDID("$FreeBSD$"); - /* * This is cribbed from the Linux thinkpad-4.1 driver by * Thomas Hood. diff --git a/sys/i386/i386/bios.c b/sys/i386/i386/bios.c index 8df8ec6fae1e..0951fbe6a679 100644 --- a/sys/i386/i386/bios.c +++ b/sys/i386/i386/bios.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Code for dealing with the BIOS in x86 PC systems. */ diff --git a/sys/i386/i386/bpf_jit_machdep.c b/sys/i386/i386/bpf_jit_machdep.c index a2d691d1a5b7..a0441a84f3bc 100644 --- a/sys/i386/i386/bpf_jit_machdep.c +++ b/sys/i386/i386/bpf_jit_machdep.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifdef _KERNEL #include "opt_bpf.h" #include diff --git a/sys/i386/i386/copyout.c b/sys/i386/i386/copyout.c index 16d856a3327a..2305366aa184 100644 --- a/sys/i386/i386/copyout.c +++ b/sys/i386/i386/copyout.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/i386/i386/db_disasm.c b/sys/i386/i386/db_disasm.c index 46b0a1b8a895..130d14b15337 100644 --- a/sys/i386/i386/db_disasm.c +++ b/sys/i386/i386/db_disasm.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Instruction disassembler. */ diff --git a/sys/i386/i386/db_interface.c b/sys/i386/i386/db_interface.c index c44758979d72..9e4a9a52ccb0 100644 --- a/sys/i386/i386/db_interface.c +++ b/sys/i386/i386/db_interface.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Interface to new debugger. */ diff --git a/sys/i386/i386/db_trace.c b/sys/i386/i386/db_trace.c index cc386cb88a8c..0fc6e6f54847 100644 --- a/sys/i386/i386/db_trace.c +++ b/sys/i386/i386/db_trace.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/i386/i386/elan-mmcr.c b/sys/i386/i386/elan-mmcr.c index 9b0ac1116797..253d2fa7ae94 100644 --- a/sys/i386/i386/elan-mmcr.c +++ b/sys/i386/i386/elan-mmcr.c @@ -41,8 +41,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_cpu.h" #include #include diff --git a/sys/i386/i386/elf_machdep.c b/sys/i386/i386/elf_machdep.c index 5d8b41a16672..85653367c3b6 100644 --- a/sys/i386/i386/elf_machdep.c +++ b/sys/i386/i386/elf_machdep.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_cpu.h" #include diff --git a/sys/i386/i386/exec_machdep.c b/sys/i386/i386/exec_machdep.c index 45921193ec94..47c423cb99c7 100644 --- a/sys/i386/i386/exec_machdep.c +++ b/sys/i386/i386/exec_machdep.c @@ -44,8 +44,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_cpu.h" #include "opt_ddb.h" #include "opt_kstack_pages.h" diff --git a/sys/i386/i386/gdb_machdep.c b/sys/i386/i386/gdb_machdep.c index 27d86971dc5c..d1df0b63f2f8 100644 --- a/sys/i386/i386/gdb_machdep.c +++ b/sys/i386/i386/gdb_machdep.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/i386/i386/genassym.c b/sys/i386/i386/genassym.c index c5cf653bbb9e..74aabefb24cb 100644 --- a/sys/i386/i386/genassym.c +++ b/sys/i386/i386/genassym.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_apic.h" #include "opt_hwpmc_hooks.h" #include "opt_kstack_pages.h" diff --git a/sys/i386/i386/geode.c b/sys/i386/i386/geode.c index 044559a2fad8..b9de4ba71e66 100644 --- a/sys/i386/i386/geode.c +++ b/sys/i386/i386/geode.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/i386/i386/in_cksum_machdep.c b/sys/i386/i386/in_cksum_machdep.c index 528ce5ac80ff..2099f1606f2d 100644 --- a/sys/i386/i386/in_cksum_machdep.c +++ b/sys/i386/i386/in_cksum_machdep.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/i386/i386/initcpu.c b/sys/i386/i386/initcpu.c index f4c7f2c63103..b9be79ddd381 100644 --- a/sys/i386/i386/initcpu.c +++ b/sys/i386/i386/initcpu.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_cpu.h" #include diff --git a/sys/i386/i386/io.c b/sys/i386/i386/io.c index 4a2aa9741994..5f4bbdfd91a7 100644 --- a/sys/i386/i386/io.c +++ b/sys/i386/i386/io.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/i386/i386/k6_mem.c b/sys/i386/i386/k6_mem.c index d5af9a3eea49..5094c2bd8cca 100644 --- a/sys/i386/i386/k6_mem.c +++ b/sys/i386/i386/k6_mem.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/i386/i386/longrun.c b/sys/i386/i386/longrun.c index 3403a3f0e49b..8e8ae26f1acc 100644 --- a/sys/i386/i386/longrun.c +++ b/sys/i386/i386/longrun.c @@ -36,8 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_cpu.h" #include diff --git a/sys/i386/i386/machdep.c b/sys/i386/i386/machdep.c index 1003dbe539c2..adc571f00a3f 100644 --- a/sys/i386/i386/machdep.c +++ b/sys/i386/i386/machdep.c @@ -44,8 +44,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_apic.h" #include "opt_atpic.h" #include "opt_cpu.h" diff --git a/sys/i386/i386/mem.c b/sys/i386/i386/mem.c index d46b771e24e1..d74c3a936e10 100644 --- a/sys/i386/i386/mem.c +++ b/sys/i386/i386/mem.c @@ -39,8 +39,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Memory special file */ diff --git a/sys/i386/i386/minidump_machdep.c b/sys/i386/i386/minidump_machdep.c index 9842d8138b43..db231ff94caf 100644 --- a/sys/i386/i386/minidump_machdep.c +++ b/sys/i386/i386/minidump_machdep.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_watchdog.h" #include diff --git a/sys/i386/i386/minidump_machdep_base.c b/sys/i386/i386/minidump_machdep_base.c index f58172b7c121..5abbca455fdb 100644 --- a/sys/i386/i386/minidump_machdep_base.c +++ b/sys/i386/i386/minidump_machdep_base.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_watchdog.h" #include diff --git a/sys/i386/i386/minidump_machdep_nopae.c b/sys/i386/i386/minidump_machdep_nopae.c index 1bfb844f125a..523583a59fe9 100644 --- a/sys/i386/i386/minidump_machdep_nopae.c +++ b/sys/i386/i386/minidump_machdep_nopae.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/i386/i386/minidump_machdep_pae.c b/sys/i386/i386/minidump_machdep_pae.c index 523302e76235..874baf8290d5 100644 --- a/sys/i386/i386/minidump_machdep_pae.c +++ b/sys/i386/i386/minidump_machdep_pae.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #define PMAP_PAE_COMP #include #include diff --git a/sys/i386/i386/mp_clock.c b/sys/i386/i386/mp_clock.c index 4405d2e79bc3..9fb663b535a8 100644 --- a/sys/i386/i386/mp_clock.c +++ b/sys/i386/i386/mp_clock.c @@ -10,8 +10,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /*- * Just when we thought life were beautiful, reality pops its grim face over * the edge again: diff --git a/sys/i386/i386/mp_machdep.c b/sys/i386/i386/mp_machdep.c index aff3865496b1..f7d9289b1848 100644 --- a/sys/i386/i386/mp_machdep.c +++ b/sys/i386/i386/mp_machdep.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_acpi.h" #include "opt_apic.h" #include "opt_cpu.h" diff --git a/sys/i386/i386/npx.c b/sys/i386/i386/npx.c index 91967b4be843..689796821d80 100644 --- a/sys/i386/i386/npx.c +++ b/sys/i386/i386/npx.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_cpu.h" #include "opt_isa.h" #include "opt_npx.h" diff --git a/sys/i386/i386/perfmon.c b/sys/i386/i386/perfmon.c index 813cb4cfd1aa..7182b9b1d13c 100644 --- a/sys/i386/i386/perfmon.c +++ b/sys/i386/i386/perfmon.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/i386/i386/pmap.c b/sys/i386/i386/pmap.c index fc1afdb708be..4198849b1a5a 100644 --- a/sys/i386/i386/pmap.c +++ b/sys/i386/i386/pmap.c @@ -83,8 +83,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Manages physical address maps. * diff --git a/sys/i386/i386/pmap_base.c b/sys/i386/i386/pmap_base.c index 6a3391e36d26..b0c3413d1735 100644 --- a/sys/i386/i386/pmap_base.c +++ b/sys/i386/i386/pmap_base.c @@ -83,8 +83,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_apic.h" #include "opt_cpu.h" #include "opt_pmap.h" diff --git a/sys/i386/i386/pmap_nopae.c b/sys/i386/i386/pmap_nopae.c index 4b65a42903d0..2e30806b31d7 100644 --- a/sys/i386/i386/pmap_nopae.c +++ b/sys/i386/i386/pmap_nopae.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_apic.h" #include "opt_cpu.h" #include "opt_pmap.h" diff --git a/sys/i386/i386/pmap_pae.c b/sys/i386/i386/pmap_pae.c index 2e622afe9cc2..d9d949dc6a51 100644 --- a/sys/i386/i386/pmap_pae.c +++ b/sys/i386/i386/pmap_pae.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_apic.h" #include "opt_cpu.h" #include "opt_pmap.h" diff --git a/sys/i386/i386/ptrace_machdep.c b/sys/i386/i386/ptrace_machdep.c index cbf04e602d05..6ec628d1310c 100644 --- a/sys/i386/i386/ptrace_machdep.c +++ b/sys/i386/i386/ptrace_machdep.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_cpu.h" #include diff --git a/sys/i386/i386/sys_machdep.c b/sys/i386/i386/sys_machdep.c index 04456b55da52..1634041daf2a 100644 --- a/sys/i386/i386/sys_machdep.c +++ b/sys/i386/i386/sys_machdep.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_capsicum.h" #include "opt_kstack_pages.h" #include "opt_ktrace.h" diff --git a/sys/i386/i386/trap.c b/sys/i386/i386/trap.c index d80b809eccb5..172317aead29 100644 --- a/sys/i386/i386/trap.c +++ b/sys/i386/i386/trap.c @@ -40,8 +40,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * 386 Trap and System call handling */ diff --git a/sys/i386/i386/uio_machdep.c b/sys/i386/i386/uio_machdep.c index 8ebb27ad7f40..07d71eac5db6 100644 --- a/sys/i386/i386/uio_machdep.c +++ b/sys/i386/i386/uio_machdep.c @@ -38,8 +38,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/i386/i386/vm86.c b/sys/i386/i386/vm86.c index 592760bd1f51..8b9ed9c1e34b 100644 --- a/sys/i386/i386/vm86.c +++ b/sys/i386/i386/vm86.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/i386/i386/vm_machdep.c b/sys/i386/i386/vm_machdep.c index a27aebf83a31..8e0917eed1c2 100644 --- a/sys/i386/i386/vm_machdep.c +++ b/sys/i386/i386/vm_machdep.c @@ -43,8 +43,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_isa.h" #include "opt_npx.h" #include "opt_reset.h" diff --git a/sys/i386/linux/imgact_linux.c b/sys/i386/linux/imgact_linux.c index ac072c0bb38a..828fcb891f32 100644 --- a/sys/i386/linux/imgact_linux.c +++ b/sys/i386/linux/imgact_linux.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/i386/linux/linux_copyout.c b/sys/i386/linux/linux_copyout.c index def3c965d404..c55b39328f79 100644 --- a/sys/i386/linux/linux_copyout.c +++ b/sys/i386/linux/linux_copyout.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/i386/linux/linux_dummy_machdep.c b/sys/i386/linux/linux_dummy_machdep.c index be381369823b..dd8c67a72033 100644 --- a/sys/i386/linux/linux_dummy_machdep.c +++ b/sys/i386/linux/linux_dummy_machdep.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/i386/linux/linux_genassym.c b/sys/i386/linux/linux_genassym.c index a775a2525d4c..0703072697c3 100644 --- a/sys/i386/linux/linux_genassym.c +++ b/sys/i386/linux/linux_genassym.c @@ -1,6 +1,4 @@ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/i386/linux/linux_machdep.c b/sys/i386/linux/linux_machdep.c index 08124202c90a..4cdee604a7fa 100644 --- a/sys/i386/linux/linux_machdep.c +++ b/sys/i386/linux/linux_machdep.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_posix.h" #include diff --git a/sys/i386/linux/linux_ptrace_machdep.c b/sys/i386/linux/linux_ptrace_machdep.c index f863e7f109aa..405d0062f731 100644 --- a/sys/i386/linux/linux_ptrace_machdep.c +++ b/sys/i386/linux/linux_ptrace_machdep.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_cpu.h" #include diff --git a/sys/i386/linux/linux_sysvec.c b/sys/i386/linux/linux_sysvec.c index e226151764f7..dc59c44c4da9 100644 --- a/sys/i386/linux/linux_sysvec.c +++ b/sys/i386/linux/linux_sysvec.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #define __ELF_WORD_SIZE 32 #include diff --git a/sys/i386/linux/linux_vdso_gtod.c b/sys/i386/linux/linux_vdso_gtod.c index 90029a132f7f..d889adb23808 100644 --- a/sys/i386/linux/linux_vdso_gtod.c +++ b/sys/i386/linux/linux_vdso_gtod.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/i386/pci/pci_cfgreg.c b/sys/i386/pci/pci_cfgreg.c index 1d49763fb3c6..a838f0a276f3 100644 --- a/sys/i386/pci/pci_cfgreg.c +++ b/sys/i386/pci/pci_cfgreg.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/i386/pci/pci_pir.c b/sys/i386/pci/pci_pir.c index edee3d9a065e..fe21b5faef87 100644 --- a/sys/i386/pci/pci_pir.c +++ b/sys/i386/pci/pci_pir.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/isa/isa_common.c b/sys/isa/isa_common.c index 994288886cea..3abbff68ea02 100644 --- a/sys/isa/isa_common.c +++ b/sys/isa/isa_common.c @@ -60,8 +60,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_isa.h" #include diff --git a/sys/isa/isahint.c b/sys/isa/isahint.c index 75f8ade70c53..2d9a105b4758 100644 --- a/sys/isa/isahint.c +++ b/sys/isa/isahint.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/isa/pnp.c b/sys/isa/pnp.c index 6c80092137ec..89d58f7343d5 100644 --- a/sys/isa/pnp.c +++ b/sys/isa/pnp.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/isa/pnpparse.c b/sys/isa/pnpparse.c index a23a38067215..9bec1c86a477 100644 --- a/sys/isa/pnpparse.c +++ b/sys/isa/pnpparse.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/isa/syscons_isa.c b/sys/isa/syscons_isa.c index d26d60e4b91f..d0f0b15cda01 100644 --- a/sys/isa/syscons_isa.c +++ b/sys/isa/syscons_isa.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_syscons.h" #include diff --git a/sys/isa/vga_isa.c b/sys/isa/vga_isa.c index 66b8aaf699a9..c11cb33a1e6d 100644 --- a/sys/isa/vga_isa.c +++ b/sys/isa/vga_isa.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_vga.h" #include "opt_fb.h" #include "opt_syscons.h" /* should be removed in the future, XXX */ diff --git a/sys/kern/genoffset.c b/sys/kern/genoffset.c index 7aa015b15722..c953668cb6b7 100644 --- a/sys/kern/genoffset.c +++ b/sys/kern/genoffset.c @@ -29,7 +29,6 @@ #define GENOFFSET #endif #include -__FBSDID("$FreeBSD$"); #include #include #include diff --git a/sys/kern/imgact_aout.c b/sys/kern/imgact_aout.c index bda6bfeda4c5..a4ac1901d50e 100644 --- a/sys/kern/imgact_aout.c +++ b/sys/kern/imgact_aout.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/imgact_binmisc.c b/sys/kern/imgact_binmisc.c index 65b2e8e409a6..471fd9b59497 100644 --- a/sys/kern/imgact_binmisc.c +++ b/sys/kern/imgact_binmisc.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/imgact_elf.c b/sys/kern/imgact_elf.c index 35975af565fc..e01bccc93cb0 100644 --- a/sys/kern/imgact_elf.c +++ b/sys/kern/imgact_elf.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_capsicum.h" #include diff --git a/sys/kern/imgact_elf32.c b/sys/kern/imgact_elf32.c index 9ddbbe20f8f3..f74b0d31c9d4 100644 --- a/sys/kern/imgact_elf32.c +++ b/sys/kern/imgact_elf32.c @@ -27,7 +27,5 @@ */ #include -__FBSDID("$FreeBSD$"); - #define __ELF_WORD_SIZE 32 #include diff --git a/sys/kern/imgact_elf64.c b/sys/kern/imgact_elf64.c index 142116ba11fd..bd198bae4fe6 100644 --- a/sys/kern/imgact_elf64.c +++ b/sys/kern/imgact_elf64.c @@ -27,7 +27,5 @@ */ #include -__FBSDID("$FreeBSD$"); - #define __ELF_WORD_SIZE 64 #include diff --git a/sys/kern/imgact_shell.c b/sys/kern/imgact_shell.c index 831475d37ffe..9279c43c4444 100644 --- a/sys/kern/imgact_shell.c +++ b/sys/kern/imgact_shell.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/init_main.c b/sys/kern/init_main.c index 78377d5d7ce7..d675e3538f67 100644 --- a/sys/kern/init_main.c +++ b/sys/kern/init_main.c @@ -44,8 +44,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ddb.h" #include "opt_kdb.h" #include "opt_init_path.h" diff --git a/sys/kern/kern_acct.c b/sys/kern/kern_acct.c index 96567836c7b9..1bc7f3a4c314 100644 --- a/sys/kern/kern_acct.c +++ b/sys/kern/kern_acct.c @@ -70,8 +70,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/kern_alq.c b/sys/kern/kern_alq.c index 7e7fb824b219..51fd66f2fe9f 100644 --- a/sys/kern/kern_alq.c +++ b/sys/kern/kern_alq.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_mac.h" #include diff --git a/sys/kern/kern_clock.c b/sys/kern/kern_clock.c index 6f1581009dcc..08ba6c1cc838 100644 --- a/sys/kern/kern_clock.c +++ b/sys/kern/kern_clock.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_kdb.h" #include "opt_device_polling.h" #include "opt_hwpmc_hooks.h" diff --git a/sys/kern/kern_clocksource.c b/sys/kern/kern_clocksource.c index 0ec2d0e781ab..6bf3bbd83245 100644 --- a/sys/kern/kern_clocksource.c +++ b/sys/kern/kern_clocksource.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Common routines to manage event timers hardware. */ diff --git a/sys/kern/kern_condvar.c b/sys/kern/kern_condvar.c index 66738daa30c0..6b5f2933e041 100644 --- a/sys/kern/kern_condvar.c +++ b/sys/kern/kern_condvar.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ktrace.h" #include diff --git a/sys/kern/kern_conf.c b/sys/kern/kern_conf.c index 574e519766db..d6063696c85b 100644 --- a/sys/kern/kern_conf.c +++ b/sys/kern/kern_conf.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/kern_cons.c b/sys/kern/kern_cons.c index ff57b2bdfd8a..24952561449b 100644 --- a/sys/kern/kern_cons.c +++ b/sys/kern/kern_cons.c @@ -40,8 +40,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ddb.h" #include "opt_syscons.h" diff --git a/sys/kern/kern_context.c b/sys/kern/kern_context.c index c7790d800a5d..06554ba7525a 100644 --- a/sys/kern/kern_context.c +++ b/sys/kern/kern_context.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/kern_cpu.c b/sys/kern/kern_cpu.c index 8a0b2d434fd8..524ffc1e3420 100644 --- a/sys/kern/kern_cpu.c +++ b/sys/kern/kern_cpu.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/kern_cpuset.c b/sys/kern/kern_cpuset.c index d8cb95814805..17176afa6ad3 100644 --- a/sys/kern/kern_cpuset.c +++ b/sys/kern/kern_cpuset.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ddb.h" #include "opt_ktrace.h" diff --git a/sys/kern/kern_descrip.c b/sys/kern/kern_descrip.c index ad1b86a0c76c..c5226288afc5 100644 --- a/sys/kern/kern_descrip.c +++ b/sys/kern/kern_descrip.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_capsicum.h" #include "opt_ddb.h" #include "opt_ktrace.h" diff --git a/sys/kern/kern_devctl.c b/sys/kern/kern_devctl.c index b51b135c38dc..12d4f9ebfc4d 100644 --- a/sys/kern/kern_devctl.c +++ b/sys/kern/kern_devctl.c @@ -26,8 +26,6 @@ * SUCH DAMAGE. */ #include -__FBSDID("$FreeBSD$"); - #include "opt_bus.h" #include "opt_ddb.h" diff --git a/sys/kern/kern_dtrace.c b/sys/kern/kern_dtrace.c index 1149d1de0cfc..bc6292f5539d 100644 --- a/sys/kern/kern_dtrace.c +++ b/sys/kern/kern_dtrace.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_kdb.h" #include diff --git a/sys/kern/kern_dump.c b/sys/kern/kern_dump.c index 393c4983d08b..3afaee9acb7e 100644 --- a/sys/kern/kern_dump.c +++ b/sys/kern/kern_dump.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/kern_environment.c b/sys/kern/kern_environment.c index cf2e65fc2cd2..761734674bdf 100644 --- a/sys/kern/kern_environment.c +++ b/sys/kern/kern_environment.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/kern_et.c b/sys/kern/kern_et.c index 1c1985c60a52..f2c862d51da3 100644 --- a/sys/kern/kern_et.c +++ b/sys/kern/kern_et.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/kern_event.c b/sys/kern/kern_event.c index 199df2d6d661..540fd58d2e2a 100644 --- a/sys/kern/kern_event.c +++ b/sys/kern/kern_event.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ktrace.h" #include "opt_kqueue.h" diff --git a/sys/kern/kern_exec.c b/sys/kern/kern_exec.c index a779aa11b4c3..6b0798921da2 100644 --- a/sys/kern/kern_exec.c +++ b/sys/kern/kern_exec.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_capsicum.h" #include "opt_hwpmc_hooks.h" #include "opt_ktrace.h" diff --git a/sys/kern/kern_exit.c b/sys/kern/kern_exit.c index f1ab2f68b3f2..965f4a431755 100644 --- a/sys/kern/kern_exit.c +++ b/sys/kern/kern_exit.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ddb.h" #include "opt_ktrace.h" diff --git a/sys/kern/kern_fail.c b/sys/kern/kern_fail.c index d4abc80c2c9e..f60500b22ef4 100644 --- a/sys/kern/kern_fail.c +++ b/sys/kern/kern_fail.c @@ -52,8 +52,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_stack.h" #include diff --git a/sys/kern/kern_ffclock.c b/sys/kern/kern_ffclock.c index 14baae430e31..6e32c82bc0b8 100644 --- a/sys/kern/kern_ffclock.c +++ b/sys/kern/kern_ffclock.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ffclock.h" #include diff --git a/sys/kern/kern_fork.c b/sys/kern/kern_fork.c index 83895e036e37..aaa46a64ef9f 100644 --- a/sys/kern/kern_fork.c +++ b/sys/kern/kern_fork.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ktrace.h" #include "opt_kstack_pages.h" diff --git a/sys/kern/kern_hhook.c b/sys/kern/kern_hhook.c index 43f0d46af8aa..f4ad16d99a12 100644 --- a/sys/kern/kern_hhook.c +++ b/sys/kern/kern_hhook.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/kern_idle.c b/sys/kern/kern_idle.c index 496231ef91c5..0569659bdc73 100644 --- a/sys/kern/kern_idle.c +++ b/sys/kern/kern_idle.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/kern_intr.c b/sys/kern/kern_intr.c index 223203b0053f..912504f8b1d0 100644 --- a/sys/kern/kern_intr.c +++ b/sys/kern/kern_intr.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ddb.h" #include "opt_hwpmc_hooks.h" #include "opt_kstack_usage_prof.h" diff --git a/sys/kern/kern_jail.c b/sys/kern/kern_jail.c index 07924f3dc7c9..39bdcaf5ef0e 100644 --- a/sys/kern/kern_jail.c +++ b/sys/kern/kern_jail.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ddb.h" #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/kern/kern_kcov.c b/sys/kern/kern_kcov.c index defc8d565c59..b6e9d1530b07 100644 --- a/sys/kern/kern_kcov.c +++ b/sys/kern/kern_kcov.c @@ -39,8 +39,6 @@ #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/kern_khelp.c b/sys/kern/kern_khelp.c index d18b77133941..3d75da141b48 100644 --- a/sys/kern/kern_khelp.c +++ b/sys/kern/kern_khelp.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/kern_kthread.c b/sys/kern/kern_kthread.c index ad05bc532c57..bf481cafc72e 100644 --- a/sys/kern/kern_kthread.c +++ b/sys/kern/kern_kthread.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/kern_ktr.c b/sys/kern/kern_ktr.c index 07d306429760..e862816c4613 100644 --- a/sys/kern/kern_ktr.c +++ b/sys/kern/kern_ktr.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ddb.h" #include "opt_ktr.h" #include "opt_alq.h" diff --git a/sys/kern/kern_ktrace.c b/sys/kern/kern_ktrace.c index f7cbff098c51..01158c2c238f 100644 --- a/sys/kern/kern_ktrace.c +++ b/sys/kern/kern_ktrace.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ktrace.h" #include diff --git a/sys/kern/kern_linker.c b/sys/kern/kern_linker.c index 8a3a0e5f0681..a1073512e856 100644 --- a/sys/kern/kern_linker.c +++ b/sys/kern/kern_linker.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ddb.h" #include "opt_kld.h" #include "opt_hwpmc_hooks.h" diff --git a/sys/kern/kern_lock.c b/sys/kern/kern_lock.c index 801365508ac9..90b15e393f72 100644 --- a/sys/kern/kern_lock.c +++ b/sys/kern/kern_lock.c @@ -32,8 +32,6 @@ #include "opt_hwpmc_hooks.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/kern_lockf.c b/sys/kern/kern_lockf.c index f551972ed33e..4d99c65495c0 100644 --- a/sys/kern/kern_lockf.c +++ b/sys/kern/kern_lockf.c @@ -61,8 +61,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_debug_lockf.h" #include diff --git a/sys/kern/kern_lockstat.c b/sys/kern/kern_lockstat.c index a2982b4b3e3b..0b40dd665a06 100644 --- a/sys/kern/kern_lockstat.c +++ b/sys/kern/kern_lockstat.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/kern_loginclass.c b/sys/kern/kern_loginclass.c index b285e4505a23..ceba563413df 100644 --- a/sys/kern/kern_loginclass.c +++ b/sys/kern/kern_loginclass.c @@ -42,8 +42,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/kern_malloc.c b/sys/kern/kern_malloc.c index 3ef16ec168a2..07f59f733e6a 100644 --- a/sys/kern/kern_malloc.c +++ b/sys/kern/kern_malloc.c @@ -46,8 +46,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ddb.h" #include "opt_vm.h" diff --git a/sys/kern/kern_mbuf.c b/sys/kern/kern_mbuf.c index b0a3dafbf032..494379f53e7c 100644 --- a/sys/kern/kern_mbuf.c +++ b/sys/kern/kern_mbuf.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_param.h" #include "opt_kern_tls.h" diff --git a/sys/kern/kern_mib.c b/sys/kern/kern_mib.c index 155a81312717..2298f942da6b 100644 --- a/sys/kern/kern_mib.c +++ b/sys/kern/kern_mib.c @@ -38,8 +38,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_posix.h" #include "opt_config.h" diff --git a/sys/kern/kern_module.c b/sys/kern/kern_module.c index d4edc64a5ce4..5568ff57a860 100644 --- a/sys/kern/kern_module.c +++ b/sys/kern/kern_module.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/kern_mtxpool.c b/sys/kern/kern_mtxpool.c index 1bfa11938b50..a7703e518e5a 100644 --- a/sys/kern/kern_mtxpool.c +++ b/sys/kern/kern_mtxpool.c @@ -46,8 +46,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/kern_mutex.c b/sys/kern/kern_mutex.c index 6343ad445623..7f348530ed31 100644 --- a/sys/kern/kern_mutex.c +++ b/sys/kern/kern_mutex.c @@ -36,8 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_adaptive_mutexes.h" #include "opt_ddb.h" #include "opt_hwpmc_hooks.h" diff --git a/sys/kern/kern_ntptime.c b/sys/kern/kern_ntptime.c index f4071219c951..d2a2761ed683 100644 --- a/sys/kern/kern_ntptime.c +++ b/sys/kern/kern_ntptime.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ntp.h" #include diff --git a/sys/kern/kern_osd.c b/sys/kern/kern_osd.c index ced6df31cf44..1b623d822cee 100644 --- a/sys/kern/kern_osd.c +++ b/sys/kern/kern_osd.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/kern_physio.c b/sys/kern/kern_physio.c index 1e7b5e7b12bf..e89a0cb28abc 100644 --- a/sys/kern/kern_physio.c +++ b/sys/kern/kern_physio.c @@ -18,8 +18,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/kern_pmc.c b/sys/kern/kern_pmc.c index 7c2022824dd0..a3b572976fbf 100644 --- a/sys/kern/kern_pmc.c +++ b/sys/kern/kern_pmc.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_hwpmc_hooks.h" #include diff --git a/sys/kern/kern_poll.c b/sys/kern/kern_poll.c index c5f867959bec..357cc3b100d5 100644 --- a/sys/kern/kern_poll.c +++ b/sys/kern/kern_poll.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_device_polling.h" #include diff --git a/sys/kern/kern_priv.c b/sys/kern/kern_priv.c index 1226ec80f81c..44f3aa8405a3 100644 --- a/sys/kern/kern_priv.c +++ b/sys/kern/kern_priv.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/kern_proc.c b/sys/kern/kern_proc.c index b82dd07b17c1..cccce834e284 100644 --- a/sys/kern/kern_proc.c +++ b/sys/kern/kern_proc.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ddb.h" #include "opt_ktrace.h" #include "opt_kstack_pages.h" diff --git a/sys/kern/kern_procctl.c b/sys/kern/kern_procctl.c index 16bd9ac702e8..e6a142b2a7ac 100644 --- a/sys/kern/kern_procctl.c +++ b/sys/kern/kern_procctl.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/kern_prot.c b/sys/kern/kern_prot.c index 46d73a471291..19e0b78c6709 100644 --- a/sys/kern/kern_prot.c +++ b/sys/kern/kern_prot.c @@ -44,8 +44,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/kern/kern_racct.c b/sys/kern/kern_racct.c index e8a6152290fe..37b77243fe0e 100644 --- a/sys/kern/kern_racct.c +++ b/sys/kern/kern_racct.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_sched.h" #include diff --git a/sys/kern/kern_rangelock.c b/sys/kern/kern_rangelock.c index b6a20a72ca7d..73bb53dc1a44 100644 --- a/sys/kern/kern_rangelock.c +++ b/sys/kern/kern_rangelock.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/kern_rctl.c b/sys/kern/kern_rctl.c index a19466d71c55..799fcd76b77e 100644 --- a/sys/kern/kern_rctl.c +++ b/sys/kern/kern_rctl.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/kern_resource.c b/sys/kern/kern_resource.c index b030c0552cc9..ac086618b8b1 100644 --- a/sys/kern/kern_resource.c +++ b/sys/kern/kern_resource.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/kern_rmlock.c b/sys/kern/kern_rmlock.c index 8a39c6b0d880..6c7b78a0586d 100644 --- a/sys/kern/kern_rmlock.c +++ b/sys/kern/kern_rmlock.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ddb.h" #include diff --git a/sys/kern/kern_rwlock.c b/sys/kern/kern_rwlock.c index 628a850e0a6c..5705de0f311f 100644 --- a/sys/kern/kern_rwlock.c +++ b/sys/kern/kern_rwlock.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ddb.h" #include "opt_hwpmc_hooks.h" #include "opt_no_adaptive_rwlocks.h" diff --git a/sys/kern/kern_sema.c b/sys/kern/kern_sema.c index be5973e6e117..ab2d9dddef4f 100644 --- a/sys/kern/kern_sema.c +++ b/sys/kern/kern_sema.c @@ -36,8 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/kern_sendfile.c b/sys/kern/kern_sendfile.c index 9804d14d675d..dfdf01f45e34 100644 --- a/sys/kern/kern_sendfile.c +++ b/sys/kern/kern_sendfile.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_kern_tls.h" #include diff --git a/sys/kern/kern_sharedpage.c b/sys/kern/kern_sharedpage.c index 569264784c46..5b8398caaca9 100644 --- a/sys/kern/kern_sharedpage.c +++ b/sys/kern/kern_sharedpage.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_vm.h" #include diff --git a/sys/kern/kern_shutdown.c b/sys/kern/kern_shutdown.c index 4544e217802d..e0eff6dbec01 100644 --- a/sys/kern/kern_shutdown.c +++ b/sys/kern/kern_shutdown.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ddb.h" #include "opt_ekcd.h" #include "opt_kdb.h" diff --git a/sys/kern/kern_sig.c b/sys/kern/kern_sig.c index d30526ca8251..964ad2398bd9 100644 --- a/sys/kern/kern_sig.c +++ b/sys/kern/kern_sig.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_capsicum.h" #include "opt_ktrace.h" diff --git a/sys/kern/kern_switch.c b/sys/kern/kern_switch.c index 9ec6204e9b15..191d58edf4c4 100644 --- a/sys/kern/kern_switch.c +++ b/sys/kern/kern_switch.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_sched.h" #include diff --git a/sys/kern/kern_sx.c b/sys/kern/kern_sx.c index a8434a9457bf..81e46fceed5e 100644 --- a/sys/kern/kern_sx.c +++ b/sys/kern/kern_sx.c @@ -43,8 +43,6 @@ #include "opt_no_adaptive_sx.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/kern_synch.c b/sys/kern/kern_synch.c index 63a78353e9a5..9f11e9b3ed08 100644 --- a/sys/kern/kern_synch.c +++ b/sys/kern/kern_synch.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ktrace.h" #include "opt_sched.h" diff --git a/sys/kern/kern_syscalls.c b/sys/kern/kern_syscalls.c index 0b51edf5e985..78014a36b34b 100644 --- a/sys/kern/kern_syscalls.c +++ b/sys/kern/kern_syscalls.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/kern_sysctl.c b/sys/kern/kern_sysctl.c index 32a38c1e402d..814579a80f5a 100644 --- a/sys/kern/kern_sysctl.c +++ b/sys/kern/kern_sysctl.c @@ -38,8 +38,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_capsicum.h" #include "opt_ddb.h" #include "opt_ktrace.h" diff --git a/sys/kern/kern_tc.c b/sys/kern/kern_tc.c index e4b3d5e80529..170f35830923 100644 --- a/sys/kern/kern_tc.c +++ b/sys/kern/kern_tc.c @@ -18,8 +18,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ntp.h" #include "opt_ffclock.h" diff --git a/sys/kern/kern_thr.c b/sys/kern/kern_thr.c index 326b5758b5a8..d75305ea5020 100644 --- a/sys/kern/kern_thr.c +++ b/sys/kern/kern_thr.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_posix.h" #include "opt_hwpmc_hooks.h" #include diff --git a/sys/kern/kern_thread.c b/sys/kern/kern_thread.c index 67712450c128..4175d1594af4 100644 --- a/sys/kern/kern_thread.c +++ b/sys/kern/kern_thread.c @@ -32,8 +32,6 @@ #include "opt_hwpmc_hooks.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/kern_time.c b/sys/kern/kern_time.c index fd4e89d61b15..d109dbb509dd 100644 --- a/sys/kern/kern_time.c +++ b/sys/kern/kern_time.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ktrace.h" #include diff --git a/sys/kern/kern_timeout.c b/sys/kern/kern_timeout.c index 5062ae82e016..c9a0fa3e5ba9 100644 --- a/sys/kern/kern_timeout.c +++ b/sys/kern/kern_timeout.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_callout_profiling.h" #include "opt_ddb.h" #include "opt_rss.h" diff --git a/sys/kern/kern_tslog.c b/sys/kern/kern_tslog.c index 3629f7d88a93..a22370b85b02 100644 --- a/sys/kern/kern_tslog.c +++ b/sys/kern/kern_tslog.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/kern_ubsan.c b/sys/kern/kern_ubsan.c index e1482f004d47..80328fb08995 100644 --- a/sys/kern/kern_ubsan.c +++ b/sys/kern/kern_ubsan.c @@ -37,7 +37,6 @@ #include #ifdef __FreeBSD__ -__FBSDID("$FreeBSD$"); #else #if defined(_KERNEL) __KERNEL_RCSID(0, "$NetBSD: ubsan.c,v 1.3 2018/08/03 16:31:04 kamil Exp $"); diff --git a/sys/kern/kern_umtx.c b/sys/kern/kern_umtx.c index 2c182eb76bdb..ff9505b8e31d 100644 --- a/sys/kern/kern_umtx.c +++ b/sys/kern/kern_umtx.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_umtx_profiling.h" #include diff --git a/sys/kern/kern_uuid.c b/sys/kern/kern_uuid.c index 043d2ac2f020..d749dd7f9469 100644 --- a/sys/kern/kern_uuid.c +++ b/sys/kern/kern_uuid.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/kern_xxx.c b/sys/kern/kern_xxx.c index b0026777a389..3fe681d0c08e 100644 --- a/sys/kern/kern_xxx.c +++ b/sys/kern/kern_xxx.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/ksched.c b/sys/kern/ksched.c index 1d5cfb26cacd..7847e3c5ab34 100644 --- a/sys/kern/ksched.c +++ b/sys/kern/ksched.c @@ -35,8 +35,6 @@ /* ksched: Soft real time scheduling based on "rtprio". */ #include -__FBSDID("$FreeBSD$"); - #include "opt_posix.h" #include diff --git a/sys/kern/link_elf.c b/sys/kern/link_elf.c index bd8994ff0e4d..5be2db9d32bf 100644 --- a/sys/kern/link_elf.c +++ b/sys/kern/link_elf.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ddb.h" #include "opt_gdb.h" diff --git a/sys/kern/link_elf_obj.c b/sys/kern/link_elf_obj.c index c1af41fc4139..b853ca284f7d 100644 --- a/sys/kern/link_elf_obj.c +++ b/sys/kern/link_elf_obj.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ddb.h" #include diff --git a/sys/kern/md4c.c b/sys/kern/md4c.c index 86d6a5a2c7f7..7071813f87ac 100644 --- a/sys/kern/md4c.c +++ b/sys/kern/md4c.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/md5c.c b/sys/kern/md5c.c index c23e874b14a1..4da238ba7739 100644 --- a/sys/kern/md5c.c +++ b/sys/kern/md5c.c @@ -30,8 +30,6 @@ * This file should be kept in sync with src/lib/libmd/md5c.c */ #include -__FBSDID("$FreeBSD$"); - #include #ifdef _KERNEL diff --git a/sys/kern/p1003_1b.c b/sys/kern/p1003_1b.c index 0949414bbf00..21c9e3a27039 100644 --- a/sys/kern/p1003_1b.c +++ b/sys/kern/p1003_1b.c @@ -36,8 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_posix.h" #include diff --git a/sys/kern/posix4_mib.c b/sys/kern/posix4_mib.c index 718f0276a3fb..357b0151b265 100644 --- a/sys/kern/posix4_mib.c +++ b/sys/kern/posix4_mib.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/sched_4bsd.c b/sys/kern/sched_4bsd.c index e81b0c9d46ec..efcd9b7cb250 100644 --- a/sys/kern/sched_4bsd.c +++ b/sys/kern/sched_4bsd.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_hwpmc_hooks.h" #include "opt_sched.h" diff --git a/sys/kern/sched_ule.c b/sys/kern/sched_ule.c index 3cd45fc5277d..20515f4e430b 100644 --- a/sys/kern/sched_ule.c +++ b/sys/kern/sched_ule.c @@ -38,8 +38,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_hwpmc_hooks.h" #include "opt_sched.h" diff --git a/sys/kern/stack_protector.c b/sys/kern/stack_protector.c index 77be64f4d18f..bf8ec4187c1d 100644 --- a/sys/kern/stack_protector.c +++ b/sys/kern/stack_protector.c @@ -1,6 +1,4 @@ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/subr_acl_nfs4.c b/sys/kern/subr_acl_nfs4.c index ecaf1df4c8c0..419ff58fb7e2 100644 --- a/sys/kern/subr_acl_nfs4.c +++ b/sys/kern/subr_acl_nfs4.c @@ -33,8 +33,6 @@ #ifdef _KERNEL #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/subr_acl_posix1e.c b/sys/kern/subr_acl_posix1e.c index 82d0bcc566f1..f687ba8c9a9c 100644 --- a/sys/kern/subr_acl_posix1e.c +++ b/sys/kern/subr_acl_posix1e.c @@ -36,8 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/subr_asan.c b/sys/kern/subr_asan.c index e7dea254da08..44c96435a499 100644 --- a/sys/kern/subr_asan.c +++ b/sys/kern/subr_asan.c @@ -31,7 +31,6 @@ #define SAN_RUNTIME #include -__FBSDID("$FreeBSD$"); #if 0 __KERNEL_RCSID(0, "$NetBSD: subr_asan.c,v 1.26 2020/09/10 14:10:46 maxv Exp $"); #endif diff --git a/sys/kern/subr_autoconf.c b/sys/kern/subr_autoconf.c index 0166258a534c..fe57deb52d33 100644 --- a/sys/kern/subr_autoconf.c +++ b/sys/kern/subr_autoconf.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ddb.h" #include diff --git a/sys/kern/subr_blist.c b/sys/kern/subr_blist.c index aa0ba6a88610..9b04518010e3 100644 --- a/sys/kern/subr_blist.c +++ b/sys/kern/subr_blist.c @@ -83,8 +83,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifdef _KERNEL #include diff --git a/sys/kern/subr_boot.c b/sys/kern/subr_boot.c index 73e75ba11750..5b80200a2f7d 100644 --- a/sys/kern/subr_boot.c +++ b/sys/kern/subr_boot.c @@ -36,8 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* Note: This is compiled in both the kernel and boot loader contexts */ #include diff --git a/sys/kern/subr_bufring.c b/sys/kern/subr_bufring.c index d0c6c0489c64..7af39ce991ce 100644 --- a/sys/kern/subr_bufring.c +++ b/sys/kern/subr_bufring.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/subr_bus.c b/sys/kern/subr_bus.c index b64d99961510..8caab20cf709 100644 --- a/sys/kern/subr_bus.c +++ b/sys/kern/subr_bus.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_bus.h" #include "opt_ddb.h" diff --git a/sys/kern/subr_bus_dma.c b/sys/kern/subr_bus_dma.c index 7f06e4e4f92b..20a73394a97c 100644 --- a/sys/kern/subr_bus_dma.c +++ b/sys/kern/subr_bus_dma.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_bus.h" #include "opt_iommu.h" diff --git a/sys/kern/subr_busdma_bufalloc.c b/sys/kern/subr_busdma_bufalloc.c index 63a07ae98824..2cc47b006753 100644 --- a/sys/kern/subr_busdma_bufalloc.c +++ b/sys/kern/subr_busdma_bufalloc.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Buffer allocation support routines for bus_dmamem_alloc implementations. */ diff --git a/sys/kern/subr_capability.c b/sys/kern/subr_capability.c index a159e7592866..e40c57c5307d 100644 --- a/sys/kern/subr_capability.c +++ b/sys/kern/subr_capability.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Note that this file is compiled into the kernel and into libc. */ diff --git a/sys/kern/subr_clock.c b/sys/kern/subr_clock.c index fa1884ddceac..9dfee64a1351 100644 --- a/sys/kern/subr_clock.c +++ b/sys/kern/subr_clock.c @@ -41,8 +41,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/subr_clockcalib.c b/sys/kern/subr_clockcalib.c index 3e93dd0869bf..b8b12c02a705 100644 --- a/sys/kern/subr_clockcalib.c +++ b/sys/kern/subr_clockcalib.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/subr_compressor.c b/sys/kern/subr_compressor.c index 92a3ab05c9aa..280264881241 100644 --- a/sys/kern/subr_compressor.c +++ b/sys/kern/subr_compressor.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_gzio.h" #include "opt_zstdio.h" diff --git a/sys/kern/subr_counter.c b/sys/kern/subr_counter.c index 05ce4780041c..aff71c35c61d 100644 --- a/sys/kern/subr_counter.c +++ b/sys/kern/subr_counter.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/subr_coverage.c b/sys/kern/subr_coverage.c index f10189bbcd69..be93134c6edf 100644 --- a/sys/kern/subr_coverage.c +++ b/sys/kern/subr_coverage.c @@ -38,8 +38,6 @@ #endif #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/kern/subr_csan.c b/sys/kern/subr_csan.c index f79c638b181c..0c238bf9684a 100644 --- a/sys/kern/subr_csan.c +++ b/sys/kern/subr_csan.c @@ -35,8 +35,6 @@ #include "opt_ddb.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/subr_devmap.c b/sys/kern/subr_devmap.c index 837939923c8b..5976f16c7577 100644 --- a/sys/kern/subr_devmap.c +++ b/sys/kern/subr_devmap.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* Routines for mapping device memory. */ #include "opt_ddb.h" diff --git a/sys/kern/subr_devstat.c b/sys/kern/subr_devstat.c index 7b6e778a327f..6c0977d1cc35 100644 --- a/sys/kern/subr_devstat.c +++ b/sys/kern/subr_devstat.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/subr_disk.c b/sys/kern/subr_disk.c index c08ba99d01fd..250b966ee629 100644 --- a/sys/kern/subr_disk.c +++ b/sys/kern/subr_disk.c @@ -14,8 +14,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_geom.h" #include diff --git a/sys/kern/subr_dummy_vdso_tc.c b/sys/kern/subr_dummy_vdso_tc.c index a9c64aa6457a..332a96a1890b 100644 --- a/sys/kern/subr_dummy_vdso_tc.c +++ b/sys/kern/subr_dummy_vdso_tc.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/kern/subr_early.c b/sys/kern/subr_early.c index bd7d94aa5ee3..66ee39ff6b51 100644 --- a/sys/kern/subr_early.c +++ b/sys/kern/subr_early.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/subr_epoch.c b/sys/kern/subr_epoch.c index 409e5f76350f..fb7953c54a63 100644 --- a/sys/kern/subr_epoch.c +++ b/sys/kern/subr_epoch.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/subr_eventhandler.c b/sys/kern/subr_eventhandler.c index a250a49adeae..5a5365d0be6e 100644 --- a/sys/kern/subr_eventhandler.c +++ b/sys/kern/subr_eventhandler.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/subr_filter.c b/sys/kern/subr_filter.c index 51c4fd70039b..f379afe8acfe 100644 --- a/sys/kern/subr_filter.c +++ b/sys/kern/subr_filter.c @@ -28,7 +28,6 @@ * Author: Randall Stewart */ #include -__FBSDID("$FreeBSD$"); #include #include #include diff --git a/sys/kern/subr_firmware.c b/sys/kern/subr_firmware.c index f15cd2c3f521..00b084bd0a07 100644 --- a/sys/kern/subr_firmware.c +++ b/sys/kern/subr_firmware.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/subr_gtaskqueue.c b/sys/kern/subr_gtaskqueue.c index c4db60890eee..3558b534967d 100644 --- a/sys/kern/subr_gtaskqueue.c +++ b/sys/kern/subr_gtaskqueue.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/subr_hash.c b/sys/kern/subr_hash.c index 47a734c538f1..7fb10af45d4e 100644 --- a/sys/kern/subr_hash.c +++ b/sys/kern/subr_hash.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/subr_hints.c b/sys/kern/subr_hints.c index 10f300b5cf12..3fd2ff8200a1 100644 --- a/sys/kern/subr_hints.c +++ b/sys/kern/subr_hints.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/subr_intr.c b/sys/kern/subr_intr.c index ab882209c1e3..6535c42f2404 100644 --- a/sys/kern/subr_intr.c +++ b/sys/kern/subr_intr.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * New-style Interrupt Framework * diff --git a/sys/kern/subr_kdb.c b/sys/kern/subr_kdb.c index dda21d53b6a5..86f392485a4b 100644 --- a/sys/kern/subr_kdb.c +++ b/sys/kern/subr_kdb.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_kdb.h" #include "opt_stack.h" diff --git a/sys/kern/subr_kobj.c b/sys/kern/subr_kobj.c index 263cd7b5da0d..6569816d2ff0 100644 --- a/sys/kern/subr_kobj.c +++ b/sys/kern/subr_kobj.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/subr_lock.c b/sys/kern/subr_lock.c index 160fb6b683eb..dd1248c64a2c 100644 --- a/sys/kern/subr_lock.c +++ b/sys/kern/subr_lock.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ddb.h" #include "opt_mprof.h" diff --git a/sys/kern/subr_log.c b/sys/kern/subr_log.c index e69fb49b008f..bb78e4a35451 100644 --- a/sys/kern/subr_log.c +++ b/sys/kern/subr_log.c @@ -36,8 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/subr_mchain.c b/sys/kern/subr_mchain.c index ca4d8e879997..73841f8621ab 100644 --- a/sys/kern/subr_mchain.c +++ b/sys/kern/subr_mchain.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/subr_module.c b/sys/kern/subr_module.c index e68c10223d5d..5ab41809aa89 100644 --- a/sys/kern/subr_module.c +++ b/sys/kern/subr_module.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/subr_msan.c b/sys/kern/subr_msan.c index debbcb56af2a..57caeb454b42 100644 --- a/sys/kern/subr_msan.c +++ b/sys/kern/subr_msan.c @@ -35,7 +35,6 @@ #define SAN_RUNTIME #include -__FBSDID("$FreeBSD$"); #if 0 __KERNEL_RCSID(0, "$NetBSD: subr_msan.c,v 1.14 2020/09/09 16:29:59 maxv Exp $"); #endif diff --git a/sys/kern/subr_param.c b/sys/kern/subr_param.c index b988f28944cc..f7d6cf848424 100644 --- a/sys/kern/subr_param.c +++ b/sys/kern/subr_param.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_param.h" #include "opt_msgbuf.h" #include "opt_maxphys.h" diff --git a/sys/kern/subr_pcpu.c b/sys/kern/subr_pcpu.c index c13a52dffccd..5c14e15830f4 100644 --- a/sys/kern/subr_pcpu.c +++ b/sys/kern/subr_pcpu.c @@ -48,8 +48,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ddb.h" #include diff --git a/sys/kern/subr_pctrie.c b/sys/kern/subr_pctrie.c index c0e100173adc..708e6dfe94cc 100644 --- a/sys/kern/subr_pctrie.c +++ b/sys/kern/subr_pctrie.c @@ -47,8 +47,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ddb.h" #include diff --git a/sys/kern/subr_physmem.c b/sys/kern/subr_physmem.c index bd6b4d8538c9..79fedf58d66d 100644 --- a/sys/kern/subr_physmem.c +++ b/sys/kern/subr_physmem.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifdef _KERNEL #include "opt_acpi.h" #include "opt_ddb.h" diff --git a/sys/kern/subr_pidctrl.c b/sys/kern/subr_pidctrl.c index bf33ce4babdb..f44c7d5be22b 100644 --- a/sys/kern/subr_pidctrl.c +++ b/sys/kern/subr_pidctrl.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/subr_power.c b/sys/kern/subr_power.c index 024892c62276..8ad494a178e5 100644 --- a/sys/kern/subr_power.c +++ b/sys/kern/subr_power.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/subr_prf.c b/sys/kern/subr_prf.c index db4ef168bc70..f2be2f0dc664 100644 --- a/sys/kern/subr_prf.c +++ b/sys/kern/subr_prf.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifdef _KERNEL #include "opt_ddb.h" #include "opt_printf.h" diff --git a/sys/kern/subr_prng.c b/sys/kern/subr_prng.c index 1f2bdaf58e2b..d7bf852631e4 100644 --- a/sys/kern/subr_prng.c +++ b/sys/kern/subr_prng.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/subr_prof.c b/sys/kern/subr_prof.c index b3c0c8e2ee39..68db95cd7cd6 100644 --- a/sys/kern/subr_prof.c +++ b/sys/kern/subr_prof.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/subr_rangeset.c b/sys/kern/subr_rangeset.c index a27126ab127b..810cf212b850 100644 --- a/sys/kern/subr_rangeset.c +++ b/sys/kern/subr_rangeset.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/subr_rman.c b/sys/kern/subr_rman.c index 32603d261279..3e91fc40150a 100644 --- a/sys/kern/subr_rman.c +++ b/sys/kern/subr_rman.c @@ -58,8 +58,6 @@ #include "opt_ddb.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/subr_rtc.c b/sys/kern/subr_rtc.c index f9fb61f82635..3694a00e56c1 100644 --- a/sys/kern/subr_rtc.c +++ b/sys/kern/subr_rtc.c @@ -55,8 +55,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ffclock.h" #include diff --git a/sys/kern/subr_sbuf.c b/sys/kern/subr_sbuf.c index eddb291684df..1d361dcc1391 100644 --- a/sys/kern/subr_sbuf.c +++ b/sys/kern/subr_sbuf.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #ifdef _KERNEL diff --git a/sys/kern/subr_scanf.c b/sys/kern/subr_scanf.c index 68389ed6a444..15add8715223 100644 --- a/sys/kern/subr_scanf.c +++ b/sys/kern/subr_scanf.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/subr_sfbuf.c b/sys/kern/subr_sfbuf.c index 2553de2e0681..e805641fb3eb 100644 --- a/sys/kern/subr_sfbuf.c +++ b/sys/kern/subr_sfbuf.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/subr_sglist.c b/sys/kern/subr_sglist.c index 7c520fda00f5..b0f57049fc22 100644 --- a/sys/kern/subr_sglist.c +++ b/sys/kern/subr_sglist.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/subr_sleepqueue.c b/sys/kern/subr_sleepqueue.c index a157dee22c9f..bbbf753e3df0 100644 --- a/sys/kern/subr_sleepqueue.c +++ b/sys/kern/subr_sleepqueue.c @@ -58,8 +58,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_sleepqueue_profiling.h" #include "opt_ddb.h" #include "opt_sched.h" diff --git a/sys/kern/subr_smp.c b/sys/kern/subr_smp.c index cdee6fbebb3c..7cbf83928786 100644 --- a/sys/kern/subr_smp.c +++ b/sys/kern/subr_smp.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/subr_smr.c b/sys/kern/subr_smr.c index 70bafa2faada..e4ed15cb03aa 100644 --- a/sys/kern/subr_smr.c +++ b/sys/kern/subr_smr.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/subr_stack.c b/sys/kern/subr_stack.c index a30f858d38f1..e747f0d79322 100644 --- a/sys/kern/subr_stack.c +++ b/sys/kern/subr_stack.c @@ -29,8 +29,6 @@ #include "opt_ddb.h" #include -__FBSDID("$FreeBSD$"); - #include #include #ifdef KTR diff --git a/sys/kern/subr_stats.c b/sys/kern/subr_stats.c index 3d1825666142..0e7d2fad5f68 100644 --- a/sys/kern/subr_stats.c +++ b/sys/kern/subr_stats.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/subr_syscall.c b/sys/kern/subr_syscall.c index 36830a13e596..c0262a1b1010 100644 --- a/sys/kern/subr_syscall.c +++ b/sys/kern/subr_syscall.c @@ -42,9 +42,6 @@ #include "opt_capsicum.h" #include "opt_ktrace.h" - -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/subr_taskqueue.c b/sys/kern/subr_taskqueue.c index 16fe9ba9d41c..07323763204d 100644 --- a/sys/kern/subr_taskqueue.c +++ b/sys/kern/subr_taskqueue.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/subr_terminal.c b/sys/kern/subr_terminal.c index 9d6549692ee2..f7e61360868c 100644 --- a/sys/kern/subr_terminal.c +++ b/sys/kern/subr_terminal.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/subr_trap.c b/sys/kern/subr_trap.c index 1f35b8b6ba73..6160b3fcdf30 100644 --- a/sys/kern/subr_trap.c +++ b/sys/kern/subr_trap.c @@ -44,8 +44,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_hwpmc_hooks.h" #include diff --git a/sys/kern/subr_turnstile.c b/sys/kern/subr_turnstile.c index 76b9a4306226..0a20f3163e30 100644 --- a/sys/kern/subr_turnstile.c +++ b/sys/kern/subr_turnstile.c @@ -59,8 +59,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ddb.h" #include "opt_turnstile_profiling.h" #include "opt_sched.h" diff --git a/sys/kern/subr_uio.c b/sys/kern/subr_uio.c index a7b7988cf661..21a1f044db54 100644 --- a/sys/kern/subr_uio.c +++ b/sys/kern/subr_uio.c @@ -42,8 +42,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/subr_vmem.c b/sys/kern/subr_vmem.c index bb349a15385d..1c9a8a5be979 100644 --- a/sys/kern/subr_vmem.c +++ b/sys/kern/subr_vmem.c @@ -41,8 +41,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ddb.h" #include diff --git a/sys/kern/subr_witness.c b/sys/kern/subr_witness.c index e4405ff2f84f..d4ab085197f4 100644 --- a/sys/kern/subr_witness.c +++ b/sys/kern/subr_witness.c @@ -87,8 +87,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ddb.h" #include "opt_hwpmc_hooks.h" #include "opt_stack.h" diff --git a/sys/kern/sys_capability.c b/sys/kern/sys_capability.c index 55b5f8bdbcf5..fac264a78531 100644 --- a/sys/kern/sys_capability.c +++ b/sys/kern/sys_capability.c @@ -58,8 +58,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_capsicum.h" #include "opt_ktrace.h" diff --git a/sys/kern/sys_eventfd.c b/sys/kern/sys_eventfd.c index e8dcdae40727..5efad129edae 100644 --- a/sys/kern/sys_eventfd.c +++ b/sys/kern/sys_eventfd.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/sys_generic.c b/sys/kern/sys_generic.c index cf4084904b79..961bfeaf2bad 100644 --- a/sys/kern/sys_generic.c +++ b/sys/kern/sys_generic.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_capsicum.h" #include "opt_ktrace.h" diff --git a/sys/kern/sys_getrandom.c b/sys/kern/sys_getrandom.c index fe87c70488bc..48d951bc368c 100644 --- a/sys/kern/sys_getrandom.c +++ b/sys/kern/sys_getrandom.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/sys_pipe.c b/sys/kern/sys_pipe.c index 356ed446a121..6e64ff41db0a 100644 --- a/sys/kern/sys_pipe.c +++ b/sys/kern/sys_pipe.c @@ -90,8 +90,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/sys_procdesc.c b/sys/kern/sys_procdesc.c index 247af5c83e6e..ac94c3b44730 100644 --- a/sys/kern/sys_procdesc.c +++ b/sys/kern/sys_procdesc.c @@ -65,8 +65,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/sys_process.c b/sys/kern/sys_process.c index 41434da783c8..86b9ec532c11 100644 --- a/sys/kern/sys_process.c +++ b/sys/kern/sys_process.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/sys_socket.c b/sys/kern/sys_socket.c index 2ad76b15cee6..6c7c1de94f5b 100644 --- a/sys/kern/sys_socket.c +++ b/sys/kern/sys_socket.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/sysv_ipc.c b/sys/kern/sysv_ipc.c index 071253a9f59d..b812739958df 100644 --- a/sys/kern/sysv_ipc.c +++ b/sys/kern/sysv_ipc.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_sysvipc.h" #include diff --git a/sys/kern/sysv_msg.c b/sys/kern/sysv_msg.c index bf288bf42c99..078151627dfc 100644 --- a/sys/kern/sysv_msg.c +++ b/sys/kern/sysv_msg.c @@ -56,8 +56,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_sysvipc.h" #include diff --git a/sys/kern/sysv_sem.c b/sys/kern/sysv_sem.c index c8bfd1eb3848..6a668906ebd0 100644 --- a/sys/kern/sysv_sem.c +++ b/sys/kern/sysv_sem.c @@ -45,8 +45,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_sysvipc.h" #include diff --git a/sys/kern/sysv_shm.c b/sys/kern/sysv_shm.c index 69f2ec8375a3..2529a9eeb1a7 100644 --- a/sys/kern/sysv_shm.c +++ b/sys/kern/sysv_shm.c @@ -69,8 +69,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_sysvipc.h" #include diff --git a/sys/kern/tty.c b/sys/kern/tty.c index 7de5911cfae8..134c1dfba98b 100644 --- a/sys/kern/tty.c +++ b/sys/kern/tty.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_capsicum.h" #include "opt_printf.h" diff --git a/sys/kern/tty_compat.c b/sys/kern/tty_compat.c index b4bf5e95b524..9556c1978c6c 100644 --- a/sys/kern/tty_compat.c +++ b/sys/kern/tty_compat.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * mapping routines for old line discipline (yuck) */ diff --git a/sys/kern/tty_info.c b/sys/kern/tty_info.c index be6de114bdfd..15ba5995cea9 100644 --- a/sys/kern/tty_info.c +++ b/sys/kern/tty_info.c @@ -43,8 +43,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_stack.h" #include diff --git a/sys/kern/tty_inq.c b/sys/kern/tty_inq.c index 2153d2cbd71e..291a815fa2db 100644 --- a/sys/kern/tty_inq.c +++ b/sys/kern/tty_inq.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/tty_outq.c b/sys/kern/tty_outq.c index 6b37ee1ca437..522d23bb4f72 100644 --- a/sys/kern/tty_outq.c +++ b/sys/kern/tty_outq.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/tty_pts.c b/sys/kern/tty_pts.c index afd883f2b009..f79c9cc3e979 100644 --- a/sys/kern/tty_pts.c +++ b/sys/kern/tty_pts.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* Add compatibility bits for FreeBSD. */ #define PTS_COMPAT /* Add pty(4) compat bits. */ diff --git a/sys/kern/tty_tty.c b/sys/kern/tty_tty.c index 03debbf95bcb..9f73fed13916 100644 --- a/sys/kern/tty_tty.c +++ b/sys/kern/tty_tty.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/tty_ttydisc.c b/sys/kern/tty_ttydisc.c index 420615b89335..665275ee93e7 100644 --- a/sys/kern/tty_ttydisc.c +++ b/sys/kern/tty_ttydisc.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/uipc_accf.c b/sys/kern/uipc_accf.c index 555ee7a7044a..c63b5a1179bc 100644 --- a/sys/kern/uipc_accf.c +++ b/sys/kern/uipc_accf.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #define ACCEPT_FILTER_MOD #include "opt_param.h" diff --git a/sys/kern/uipc_debug.c b/sys/kern/uipc_debug.c index 0306b797e1c3..8ae523fa3403 100644 --- a/sys/kern/uipc_debug.c +++ b/sys/kern/uipc_debug.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ddb.h" #include diff --git a/sys/kern/uipc_domain.c b/sys/kern/uipc_domain.c index 0c92ff699171..649bd798ebab 100644 --- a/sys/kern/uipc_domain.c +++ b/sys/kern/uipc_domain.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/uipc_ktls.c b/sys/kern/uipc_ktls.c index 750e612cb273..5d8165ae3e8b 100644 --- a/sys/kern/uipc_ktls.c +++ b/sys/kern/uipc_ktls.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" #include "opt_kern_tls.h" diff --git a/sys/kern/uipc_mbuf.c b/sys/kern/uipc_mbuf.c index 3f400d3563c4..ff934a7a8585 100644 --- a/sys/kern/uipc_mbuf.c +++ b/sys/kern/uipc_mbuf.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_param.h" #include "opt_mbuf_stress_test.h" #include "opt_mbuf_profiling.h" diff --git a/sys/kern/uipc_mbuf2.c b/sys/kern/uipc_mbuf2.c index 571751e7fd51..b7921d71e158 100644 --- a/sys/kern/uipc_mbuf2.c +++ b/sys/kern/uipc_mbuf2.c @@ -63,8 +63,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /*#define PULLDOWN_DEBUG*/ #include diff --git a/sys/kern/uipc_mbufhash.c b/sys/kern/uipc_mbufhash.c index 1eb58df152e7..cb918c712ad7 100644 --- a/sys/kern/uipc_mbufhash.c +++ b/sys/kern/uipc_mbufhash.c @@ -18,8 +18,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/kern/uipc_mqueue.c b/sys/kern/uipc_mqueue.c index 43f81ec313de..f4660be70da8 100644 --- a/sys/kern/uipc_mqueue.c +++ b/sys/kern/uipc_mqueue.c @@ -51,8 +51,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_capsicum.h" #include diff --git a/sys/kern/uipc_sem.c b/sys/kern/uipc_sem.c index 87d51bdb6930..d3c77a37400a 100644 --- a/sys/kern/uipc_sem.c +++ b/sys/kern/uipc_sem.c @@ -39,8 +39,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_posix.h" #include diff --git a/sys/kern/uipc_shm.c b/sys/kern/uipc_shm.c index be4a700c4944..1975f0d60f89 100644 --- a/sys/kern/uipc_shm.c +++ b/sys/kern/uipc_shm.c @@ -48,8 +48,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_capsicum.h" #include "opt_ktrace.h" diff --git a/sys/kern/uipc_sockbuf.c b/sys/kern/uipc_sockbuf.c index 170f67be4216..e76f198f42dc 100644 --- a/sys/kern/uipc_sockbuf.c +++ b/sys/kern/uipc_sockbuf.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_kern_tls.h" #include "opt_param.h" diff --git a/sys/kern/uipc_socket.c b/sys/kern/uipc_socket.c index f111ec9d0780..ffd5e06c34b7 100644 --- a/sys/kern/uipc_socket.c +++ b/sys/kern/uipc_socket.c @@ -103,8 +103,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" #include "opt_kern_tls.h" diff --git a/sys/kern/uipc_syscalls.c b/sys/kern/uipc_syscalls.c index 0d3581eacca9..2dad9d487290 100644 --- a/sys/kern/uipc_syscalls.c +++ b/sys/kern/uipc_syscalls.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_capsicum.h" #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/kern/uipc_usrreq.c b/sys/kern/uipc_usrreq.c index 100891cfef68..291ff7cf8cae 100644 --- a/sys/kern/uipc_usrreq.c +++ b/sys/kern/uipc_usrreq.c @@ -59,8 +59,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ddb.h" #include diff --git a/sys/kern/vfs_acl.c b/sys/kern/vfs_acl.c index 1e8122cb68c1..a0d6fe1f463a 100644 --- a/sys/kern/vfs_acl.c +++ b/sys/kern/vfs_acl.c @@ -40,8 +40,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/vfs_aio.c b/sys/kern/vfs_aio.c index e5d2a843524c..20efff89913d 100644 --- a/sys/kern/vfs_aio.c +++ b/sys/kern/vfs_aio.c @@ -21,8 +21,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/vfs_bio.c b/sys/kern/vfs_bio.c index 690dd97e708c..bc09131adb87 100644 --- a/sys/kern/vfs_bio.c +++ b/sys/kern/vfs_bio.c @@ -45,8 +45,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/vfs_cache.c b/sys/kern/vfs_cache.c index 1b4d66afbbe5..92c926a16afb 100644 --- a/sys/kern/vfs_cache.c +++ b/sys/kern/vfs_cache.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ddb.h" #include "opt_ktrace.h" diff --git a/sys/kern/vfs_cluster.c b/sys/kern/vfs_cluster.c index d3b303f28f6b..3ddc59a1ec6a 100644 --- a/sys/kern/vfs_cluster.c +++ b/sys/kern/vfs_cluster.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/vfs_default.c b/sys/kern/vfs_default.c index 87ba1e0d728f..c28478f0973d 100644 --- a/sys/kern/vfs_default.c +++ b/sys/kern/vfs_default.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/vfs_export.c b/sys/kern/vfs_export.c index 16d2e88bdc41..3ff9608b0614 100644 --- a/sys/kern/vfs_export.c +++ b/sys/kern/vfs_export.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/kern/vfs_extattr.c b/sys/kern/vfs_extattr.c index d5f2101cf2d0..e178589067c1 100644 --- a/sys/kern/vfs_extattr.c +++ b/sys/kern/vfs_extattr.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/vfs_hash.c b/sys/kern/vfs_hash.c index 02be4ba890ea..9cf361b816de 100644 --- a/sys/kern/vfs_hash.c +++ b/sys/kern/vfs_hash.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/vfs_init.c b/sys/kern/vfs_init.c index 6e2e78aaf597..c57e1471e356 100644 --- a/sys/kern/vfs_init.c +++ b/sys/kern/vfs_init.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/vfs_lookup.c b/sys/kern/vfs_lookup.c index 9ed7990fb8fb..151253ffa0f5 100644 --- a/sys/kern/vfs_lookup.c +++ b/sys/kern/vfs_lookup.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_capsicum.h" #include "opt_ktrace.h" diff --git a/sys/kern/vfs_mount.c b/sys/kern/vfs_mount.c index e7f9eab33158..45ab9cfc93cc 100644 --- a/sys/kern/vfs_mount.c +++ b/sys/kern/vfs_mount.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/vfs_mountroot.c b/sys/kern/vfs_mountroot.c index b08b2a3200f8..7a429e6392b5 100644 --- a/sys/kern/vfs_mountroot.c +++ b/sys/kern/vfs_mountroot.c @@ -40,8 +40,6 @@ #include "opt_rootdevname.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.c index 25efabf3acc7..36bf8d80782a 100644 --- a/sys/kern/vfs_subr.c +++ b/sys/kern/vfs_subr.c @@ -41,8 +41,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ddb.h" #include "opt_watchdog.h" diff --git a/sys/kern/vfs_syscalls.c b/sys/kern/vfs_syscalls.c index d68af4ea4d51..06b861a2eb73 100644 --- a/sys/kern/vfs_syscalls.c +++ b/sys/kern/vfs_syscalls.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_capsicum.h" #include "opt_ktrace.h" diff --git a/sys/kern/vfs_vnops.c b/sys/kern/vfs_vnops.c index c6ca5b9b5120..9fb5aee6a023 100644 --- a/sys/kern/vfs_vnops.c +++ b/sys/kern/vfs_vnops.c @@ -43,8 +43,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_hwpmc_hooks.h" #include diff --git a/sys/kgssapi/gss_accept_sec_context.c b/sys/kgssapi/gss_accept_sec_context.c index 50dd1a5f1a79..9fbce252044f 100644 --- a/sys/kgssapi/gss_accept_sec_context.c +++ b/sys/kgssapi/gss_accept_sec_context.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kgssapi/gss_acquire_cred.c b/sys/kgssapi/gss_acquire_cred.c index 0f4f7605e6b7..5335b4715399 100644 --- a/sys/kgssapi/gss_acquire_cred.c +++ b/sys/kgssapi/gss_acquire_cred.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kgssapi/gss_add_oid_set_member.c b/sys/kgssapi/gss_add_oid_set_member.c index d946406b2deb..5f67ec48bdfc 100644 --- a/sys/kgssapi/gss_add_oid_set_member.c +++ b/sys/kgssapi/gss_add_oid_set_member.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kgssapi/gss_canonicalize_name.c b/sys/kgssapi/gss_canonicalize_name.c index 8cd280a3bef7..96345d3c4cfa 100644 --- a/sys/kgssapi/gss_canonicalize_name.c +++ b/sys/kgssapi/gss_canonicalize_name.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kgssapi/gss_create_empty_oid_set.c b/sys/kgssapi/gss_create_empty_oid_set.c index 789b1666fd52..40023ba4cc08 100644 --- a/sys/kgssapi/gss_create_empty_oid_set.c +++ b/sys/kgssapi/gss_create_empty_oid_set.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kgssapi/gss_delete_sec_context.c b/sys/kgssapi/gss_delete_sec_context.c index 7a42261226ed..5b45a59926f8 100644 --- a/sys/kgssapi/gss_delete_sec_context.c +++ b/sys/kgssapi/gss_delete_sec_context.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kgssapi/gss_display_status.c b/sys/kgssapi/gss_display_status.c index 892adadcc59d..7dbd65f8bdc4 100644 --- a/sys/kgssapi/gss_display_status.c +++ b/sys/kgssapi/gss_display_status.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kgssapi/gss_export_name.c b/sys/kgssapi/gss_export_name.c index 3820303a54d5..f2e7ffd00e0a 100644 --- a/sys/kgssapi/gss_export_name.c +++ b/sys/kgssapi/gss_export_name.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kgssapi/gss_get_mic.c b/sys/kgssapi/gss_get_mic.c index 7e3811d6ac9a..83be15da3b7e 100644 --- a/sys/kgssapi/gss_get_mic.c +++ b/sys/kgssapi/gss_get_mic.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kgssapi/gss_impl.c b/sys/kgssapi/gss_impl.c index e04036331e24..2bb785b63345 100644 --- a/sys/kgssapi/gss_impl.c +++ b/sys/kgssapi/gss_impl.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kgssapi/gss_import_name.c b/sys/kgssapi/gss_import_name.c index 0587c9d953c8..58b3707e16df 100644 --- a/sys/kgssapi/gss_import_name.c +++ b/sys/kgssapi/gss_import_name.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kgssapi/gss_init_sec_context.c b/sys/kgssapi/gss_init_sec_context.c index 3419d92ed652..82e4b1ccba84 100644 --- a/sys/kgssapi/gss_init_sec_context.c +++ b/sys/kgssapi/gss_init_sec_context.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kgssapi/gss_names.c b/sys/kgssapi/gss_names.c index 859470639c94..94eed9489501 100644 --- a/sys/kgssapi/gss_names.c +++ b/sys/kgssapi/gss_names.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/kgssapi/gss_pname_to_uid.c b/sys/kgssapi/gss_pname_to_uid.c index 9ae9fa808524..5814524d2c90 100644 --- a/sys/kgssapi/gss_pname_to_uid.c +++ b/sys/kgssapi/gss_pname_to_uid.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kgssapi/gss_release_buffer.c b/sys/kgssapi/gss_release_buffer.c index 64233b4d5b30..edff49aa8958 100644 --- a/sys/kgssapi/gss_release_buffer.c +++ b/sys/kgssapi/gss_release_buffer.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kgssapi/gss_release_cred.c b/sys/kgssapi/gss_release_cred.c index 38e29105f0a5..e77562594405 100644 --- a/sys/kgssapi/gss_release_cred.c +++ b/sys/kgssapi/gss_release_cred.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kgssapi/gss_release_name.c b/sys/kgssapi/gss_release_name.c index 929f53d5b386..972ef8164d67 100644 --- a/sys/kgssapi/gss_release_name.c +++ b/sys/kgssapi/gss_release_name.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kgssapi/gss_release_oid_set.c b/sys/kgssapi/gss_release_oid_set.c index ab2d026a05f3..d72aa0146e39 100644 --- a/sys/kgssapi/gss_release_oid_set.c +++ b/sys/kgssapi/gss_release_oid_set.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kgssapi/gss_set_cred_option.c b/sys/kgssapi/gss_set_cred_option.c index e4d1902a86d7..6aac56b5f6b3 100644 --- a/sys/kgssapi/gss_set_cred_option.c +++ b/sys/kgssapi/gss_set_cred_option.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kgssapi/gss_test_oid_set_member.c b/sys/kgssapi/gss_test_oid_set_member.c index 7072d32a0dc2..94d1b5959b17 100644 --- a/sys/kgssapi/gss_test_oid_set_member.c +++ b/sys/kgssapi/gss_test_oid_set_member.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kgssapi/gss_unwrap.c b/sys/kgssapi/gss_unwrap.c index d35073bbb1fa..7e54f8b3aa4f 100644 --- a/sys/kgssapi/gss_unwrap.c +++ b/sys/kgssapi/gss_unwrap.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kgssapi/gss_verify_mic.c b/sys/kgssapi/gss_verify_mic.c index 1fe887f355a4..270199e085a6 100644 --- a/sys/kgssapi/gss_verify_mic.c +++ b/sys/kgssapi/gss_verify_mic.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kgssapi/gss_wrap.c b/sys/kgssapi/gss_wrap.c index 8f08850b7d2b..29dc6d8b44ac 100644 --- a/sys/kgssapi/gss_wrap.c +++ b/sys/kgssapi/gss_wrap.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kgssapi/gss_wrap_size_limit.c b/sys/kgssapi/gss_wrap_size_limit.c index ba0e86b5a5f6..0cb376000093 100644 --- a/sys/kgssapi/gss_wrap_size_limit.c +++ b/sys/kgssapi/gss_wrap_size_limit.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kgssapi/gssd_prot.c b/sys/kgssapi/gssd_prot.c index a71947ff151e..3ecfd71eda84 100644 --- a/sys/kgssapi/gssd_prot.c +++ b/sys/kgssapi/gssd_prot.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifdef _KERNEL #include #else diff --git a/sys/kgssapi/gsstest.c b/sys/kgssapi/gsstest.c index 46cfd03cb6bb..e47b25042d1c 100644 --- a/sys/kgssapi/gsstest.c +++ b/sys/kgssapi/gsstest.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kgssapi/krb5/kcrypto.c b/sys/kgssapi/krb5/kcrypto.c index 87e1f6a521ca..f0ce947c250b 100644 --- a/sys/kgssapi/krb5/kcrypto.c +++ b/sys/kgssapi/krb5/kcrypto.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kgssapi/krb5/kcrypto_aes.c b/sys/kgssapi/krb5/kcrypto_aes.c index 531eee1f2e92..39d3ee1aac2b 100644 --- a/sys/kgssapi/krb5/kcrypto_aes.c +++ b/sys/kgssapi/krb5/kcrypto_aes.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/kgssapi/krb5/krb5_mech.c b/sys/kgssapi/krb5/krb5_mech.c index 6b07788ee939..0b8fbc90fcd1 100644 --- a/sys/kgssapi/krb5/krb5_mech.c +++ b/sys/kgssapi/krb5/krb5_mech.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet6.h" #include diff --git a/sys/libkern/arc4random.c b/sys/libkern/arc4random.c index 06831527f3c5..adb496cf76b7 100644 --- a/sys/libkern/arc4random.c +++ b/sys/libkern/arc4random.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/libkern/arm/aeabi_unwind.c b/sys/libkern/arm/aeabi_unwind.c index 778690b88cfd..6135a7892a6d 100644 --- a/sys/libkern/arm/aeabi_unwind.c +++ b/sys/libkern/arm/aeabi_unwind.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #ifdef _KERNEL #include diff --git a/sys/libkern/arm/divsi3.S b/sys/libkern/arm/divsi3.S index 9b71b83ccc27..cce70e18c6ca 100644 --- a/sys/libkern/arm/divsi3.S +++ b/sys/libkern/arm/divsi3.S @@ -15,8 +15,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * stack is aligned as there's a possibility of branching to L_overflow * which makes a C call diff --git a/sys/libkern/arm/ldivmod.S b/sys/libkern/arm/ldivmod.S index 95f816b62c2d..a00658f2d7dd 100644 --- a/sys/libkern/arm/ldivmod.S +++ b/sys/libkern/arm/ldivmod.S @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * These calculate: * q = n / m diff --git a/sys/libkern/arm/ldivmod_helper.c b/sys/libkern/arm/ldivmod_helper.c index ad7df7a61cb8..39231c2d7e54 100644 --- a/sys/libkern/arm/ldivmod_helper.c +++ b/sys/libkern/arm/ldivmod_helper.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include /* diff --git a/sys/libkern/arm/memclr.S b/sys/libkern/arm/memclr.S index 0f01b0b6ad5e..504dad5cd322 100644 --- a/sys/libkern/arm/memclr.S +++ b/sys/libkern/arm/memclr.S @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * This implements * void __aeabi_memclr4(void *dest, size_t len) diff --git a/sys/libkern/arm/memcpy.S b/sys/libkern/arm/memcpy.S index dd3dea11047b..60e87711c50e 100644 --- a/sys/libkern/arm/memcpy.S +++ b/sys/libkern/arm/memcpy.S @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - ENTRY_NP(__aeabi_memcpy) EENTRY_NP(__aeabi_memcpy4) EENTRY_NP(__aeabi_memcpy8) diff --git a/sys/libkern/arm/memset.S b/sys/libkern/arm/memset.S index dd06e6b0ed68..afad04842719 100644 --- a/sys/libkern/arm/memset.S +++ b/sys/libkern/arm/memset.S @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * This implements * void __aeabi_memset(void *dest, size_t len, int c) diff --git a/sys/libkern/arm/muldi3.c b/sys/libkern/arm/muldi3.c index b7a6d1099f2d..21b357d49eb4 100644 --- a/sys/libkern/arm/muldi3.c +++ b/sys/libkern/arm/muldi3.c @@ -40,7 +40,6 @@ #if 0 static char sccsid[] = "@(#)muldi3.c 8.1 (Berkeley) 6/4/93"; #else -__FBSDID("$FreeBSD$"); #endif #endif /* LIBC_SCCS and not lint */ diff --git a/sys/libkern/arm64/crc32c_armv8.S b/sys/libkern/arm64/crc32c_armv8.S index 6a1991262a33..32bf00ee477d 100644 --- a/sys/libkern/arm64/crc32c_armv8.S +++ b/sys/libkern/arm64/crc32c_armv8.S @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - .arch_extension crc /* diff --git a/sys/libkern/ashldi3.c b/sys/libkern/ashldi3.c index 8e8462a60e64..9b2fabd29788 100644 --- a/sys/libkern/ashldi3.c +++ b/sys/libkern/ashldi3.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include /* diff --git a/sys/libkern/ashrdi3.c b/sys/libkern/ashrdi3.c index d2b0075fb278..e40ff17e9b36 100644 --- a/sys/libkern/ashrdi3.c +++ b/sys/libkern/ashrdi3.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include /* diff --git a/sys/libkern/asprintf.c b/sys/libkern/asprintf.c index dbae786e4072..077a4132ccb1 100644 --- a/sys/libkern/asprintf.c +++ b/sys/libkern/asprintf.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/libkern/bcd.c b/sys/libkern/bcd.c index a61d6fc87d34..493cff21cf93 100644 --- a/sys/libkern/bcd.c +++ b/sys/libkern/bcd.c @@ -4,8 +4,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/libkern/bcopy.c b/sys/libkern/bcopy.c index 833a9854f181..b991d89d9a47 100644 --- a/sys/libkern/bcopy.c +++ b/sys/libkern/bcopy.c @@ -41,8 +41,6 @@ static char *rcsid = "$NetBSD: bcopy.c,v 1.2 1997/04/16 22:09:41 thorpej Exp $"; #endif #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #ifdef _KERNEL #include diff --git a/sys/libkern/bsearch.c b/sys/libkern/bsearch.c index 63a9be1a4154..2a513c9e34ef 100644 --- a/sys/libkern/bsearch.c +++ b/sys/libkern/bsearch.c @@ -33,8 +33,6 @@ static char sccsid[] = "@(#)bsearch.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/libkern/cmpdi2.c b/sys/libkern/cmpdi2.c index a5acb59a73d6..c29422e8c3f8 100644 --- a/sys/libkern/cmpdi2.c +++ b/sys/libkern/cmpdi2.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include /* diff --git a/sys/libkern/divdi3.c b/sys/libkern/divdi3.c index 5800388a8704..28a9b7c00e61 100644 --- a/sys/libkern/divdi3.c +++ b/sys/libkern/divdi3.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include /* diff --git a/sys/libkern/explicit_bzero.c b/sys/libkern/explicit_bzero.c index dc3cbd6e8c76..618828008ab7 100644 --- a/sys/libkern/explicit_bzero.c +++ b/sys/libkern/explicit_bzero.c @@ -5,8 +5,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifdef _KERNEL #include #else diff --git a/sys/libkern/fnmatch.c b/sys/libkern/fnmatch.c index 6fd9dbd40fb3..ba9eab0e24b9 100644 --- a/sys/libkern/fnmatch.c +++ b/sys/libkern/fnmatch.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Function fnmatch() as specified in POSIX 1003.2-1992, section B.6. * Compares a filename or pathname to a pattern. diff --git a/sys/libkern/gsb_crc32.c b/sys/libkern/gsb_crc32.c index 8b13d27b5c08..acb7d7380d0f 100644 --- a/sys/libkern/gsb_crc32.c +++ b/sys/libkern/gsb_crc32.c @@ -43,8 +43,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/libkern/iconv.c b/sys/libkern/iconv.c index 9b5202430562..17cd456c5213 100644 --- a/sys/libkern/iconv.c +++ b/sys/libkern/iconv.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/libkern/iconv_ucs.c b/sys/libkern/iconv_ucs.c index d0394fddf72d..ce5da53b9731 100644 --- a/sys/libkern/iconv_ucs.c +++ b/sys/libkern/iconv_ucs.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/libkern/iconv_xlat.c b/sys/libkern/iconv_xlat.c index 38e0ba65259c..516cf6b64288 100644 --- a/sys/libkern/iconv_xlat.c +++ b/sys/libkern/iconv_xlat.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/libkern/iconv_xlat16.c b/sys/libkern/iconv_xlat16.c index 4decccd5c57f..2007b721ed98 100644 --- a/sys/libkern/iconv_xlat16.c +++ b/sys/libkern/iconv_xlat16.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/libkern/inet_aton.c b/sys/libkern/inet_aton.c index 9cafe395b80b..2ad47f6bed45 100644 --- a/sys/libkern/inet_aton.c +++ b/sys/libkern/inet_aton.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/libkern/inet_ntoa.c b/sys/libkern/inet_ntoa.c index c5d74d3544bf..cd66bfc985e1 100644 --- a/sys/libkern/inet_ntoa.c +++ b/sys/libkern/inet_ntoa.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/libkern/inet_ntop.c b/sys/libkern/inet_ntop.c index ce7d93eb9d35..aea2ecac069f 100644 --- a/sys/libkern/inet_ntop.c +++ b/sys/libkern/inet_ntop.c @@ -19,8 +19,6 @@ static const char rcsid[] = "$Id: inet_ntop.c,v 1.3.18.2 2005/11/03 23:02:22 marka Exp $"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/libkern/inet_pton.c b/sys/libkern/inet_pton.c index d8a31fa21b61..d6480b150182 100644 --- a/sys/libkern/inet_pton.c +++ b/sys/libkern/inet_pton.c @@ -19,8 +19,6 @@ static const char rcsid[] = "$Id: inet_pton.c,v 1.3.18.2 2005/07/28 07:38:07 marka Exp $"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/libkern/lshrdi3.c b/sys/libkern/lshrdi3.c index 4b7ed1ca042d..5c143c1ef5a2 100644 --- a/sys/libkern/lshrdi3.c +++ b/sys/libkern/lshrdi3.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include /* diff --git a/sys/libkern/memcchr.c b/sys/libkern/memcchr.c index dc4a5176a63b..270fdfeb2f0b 100644 --- a/sys/libkern/memcchr.c +++ b/sys/libkern/memcchr.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/libkern/memchr.c b/sys/libkern/memchr.c index ff4e55a39d89..767dd88b1a05 100644 --- a/sys/libkern/memchr.c +++ b/sys/libkern/memchr.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/libkern/memcmp.c b/sys/libkern/memcmp.c index 127cf6df1106..8f2554df9134 100644 --- a/sys/libkern/memcmp.c +++ b/sys/libkern/memcmp.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include /* diff --git a/sys/libkern/memmem.c b/sys/libkern/memmem.c index b4720e64fe7e..fd7a13ed4015 100644 --- a/sys/libkern/memmem.c +++ b/sys/libkern/memmem.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/libkern/memset.c b/sys/libkern/memset.c index 1da7c07aaf6b..b270081a98b1 100644 --- a/sys/libkern/memset.c +++ b/sys/libkern/memset.c @@ -25,8 +25,6 @@ * SUCH DAMAGE. */ #include -__FBSDID("$FreeBSD$"); - #define LIBKERN_INLINE #include diff --git a/sys/libkern/moddi3.c b/sys/libkern/moddi3.c index 60c3a85bb6e7..b12f585bd05b 100644 --- a/sys/libkern/moddi3.c +++ b/sys/libkern/moddi3.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include /* diff --git a/sys/libkern/qdivrem.c b/sys/libkern/qdivrem.c index 3f2834166450..af8badccca4b 100644 --- a/sys/libkern/qdivrem.c +++ b/sys/libkern/qdivrem.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Multiprecision divide. This algorithm is from Knuth vol. 2 (2nd ed), * section 4.3.1, pp. 257--259. diff --git a/sys/libkern/qsort.c b/sys/libkern/qsort.c index 66ca826e265c..2707d2ecb738 100644 --- a/sys/libkern/qsort.c +++ b/sys/libkern/qsort.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/libkern/random.c b/sys/libkern/random.c index 0bdfbc168409..6a94804b6b7f 100644 --- a/sys/libkern/random.c +++ b/sys/libkern/random.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/libkern/scanc.c b/sys/libkern/scanc.c index ee920b20d081..ff9fd498504a 100644 --- a/sys/libkern/scanc.c +++ b/sys/libkern/scanc.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include int diff --git a/sys/libkern/strcasecmp.c b/sys/libkern/strcasecmp.c index cfa2d8ed9a59..130bbeea53e3 100644 --- a/sys/libkern/strcasecmp.c +++ b/sys/libkern/strcasecmp.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/libkern/strcasestr.c b/sys/libkern/strcasestr.c index c0418cfaeb3d..90025b6e26aa 100644 --- a/sys/libkern/strcasestr.c +++ b/sys/libkern/strcasestr.c @@ -38,8 +38,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/libkern/strcat.c b/sys/libkern/strcat.c index 1bb53a700cc1..86e3e0e914f9 100644 --- a/sys/libkern/strcat.c +++ b/sys/libkern/strcat.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include char * diff --git a/sys/libkern/strchr.c b/sys/libkern/strchr.c index b1a252b9da4d..3f80e9316db8 100644 --- a/sys/libkern/strchr.c +++ b/sys/libkern/strchr.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/libkern/strchrnul.c b/sys/libkern/strchrnul.c index cf18f1143228..2af14a72a37a 100644 --- a/sys/libkern/strchrnul.c +++ b/sys/libkern/strchrnul.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/libkern/strcmp.c b/sys/libkern/strcmp.c index 00220fa6d584..d4567aca3238 100644 --- a/sys/libkern/strcmp.c +++ b/sys/libkern/strcmp.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include /* diff --git a/sys/libkern/strcpy.c b/sys/libkern/strcpy.c index 8528ed72ac3e..101bf6cf5e87 100644 --- a/sys/libkern/strcpy.c +++ b/sys/libkern/strcpy.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include char * diff --git a/sys/libkern/strcspn.c b/sys/libkern/strcspn.c index 787fee3892e9..40fb9f698480 100644 --- a/sys/libkern/strcspn.c +++ b/sys/libkern/strcspn.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/libkern/strdup.c b/sys/libkern/strdup.c index 72977b4bc98a..f5685fcc554f 100644 --- a/sys/libkern/strdup.c +++ b/sys/libkern/strdup.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/libkern/strlcat.c b/sys/libkern/strlcat.c index 43ff3347cb8f..210f9872e71f 100644 --- a/sys/libkern/strlcat.c +++ b/sys/libkern/strlcat.c @@ -33,8 +33,6 @@ static char *rcsid = "$OpenBSD: strlcat.c,v 1.2 1999/06/17 16:28:58 millert Exp $"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/libkern/strlcpy.c b/sys/libkern/strlcpy.c index 477fae5ec00d..be590501ab5e 100644 --- a/sys/libkern/strlcpy.c +++ b/sys/libkern/strlcpy.c @@ -17,8 +17,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/libkern/strlen.c b/sys/libkern/strlen.c index db6d5c5f93b6..13326b983e62 100644 --- a/sys/libkern/strlen.c +++ b/sys/libkern/strlen.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/libkern/strncat.c b/sys/libkern/strncat.c index af73248ad5fe..2e651c10f110 100644 --- a/sys/libkern/strncat.c +++ b/sys/libkern/strncat.c @@ -34,8 +34,6 @@ static char sccsid[] = "@(#)strncat.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include /* diff --git a/sys/libkern/strncmp.c b/sys/libkern/strncmp.c index 17e81bf5cef8..9d3984367707 100644 --- a/sys/libkern/strncmp.c +++ b/sys/libkern/strncmp.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include int diff --git a/sys/libkern/strncpy.c b/sys/libkern/strncpy.c index 9c73cb69ffcb..a580f2923350 100644 --- a/sys/libkern/strncpy.c +++ b/sys/libkern/strncpy.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include /* diff --git a/sys/libkern/strndup.c b/sys/libkern/strndup.c index 43983d5ba062..f8867c140e67 100644 --- a/sys/libkern/strndup.c +++ b/sys/libkern/strndup.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/libkern/strnlen.c b/sys/libkern/strnlen.c index 6c3939ec8a94..624d2cb3015a 100644 --- a/sys/libkern/strnlen.c +++ b/sys/libkern/strnlen.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include size_t diff --git a/sys/libkern/strrchr.c b/sys/libkern/strrchr.c index acb3554fb545..fda103e99323 100644 --- a/sys/libkern/strrchr.c +++ b/sys/libkern/strrchr.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/libkern/strsep.c b/sys/libkern/strsep.c index bf44858c329f..ef802424760e 100644 --- a/sys/libkern/strsep.c +++ b/sys/libkern/strsep.c @@ -33,8 +33,6 @@ static char sccsid[] = "@(#)strsep.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/libkern/strspn.c b/sys/libkern/strspn.c index d688c6e1ee7d..786dccf45613 100644 --- a/sys/libkern/strspn.c +++ b/sys/libkern/strspn.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/libkern/strstr.c b/sys/libkern/strstr.c index 4a9bafd1edeb..d99c44b3d9ec 100644 --- a/sys/libkern/strstr.c +++ b/sys/libkern/strstr.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/libkern/strtol.c b/sys/libkern/strtol.c index ea749354c062..a2eaec6495bb 100644 --- a/sys/libkern/strtol.c +++ b/sys/libkern/strtol.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/libkern/strtoq.c b/sys/libkern/strtoq.c index 96a448f39ea9..b05a25e5c75c 100644 --- a/sys/libkern/strtoq.c +++ b/sys/libkern/strtoq.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/libkern/strtoul.c b/sys/libkern/strtoul.c index 05223c1651c6..b7b377332bf7 100644 --- a/sys/libkern/strtoul.c +++ b/sys/libkern/strtoul.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/libkern/strtouq.c b/sys/libkern/strtouq.c index c3a5e52aaf09..fa7770e6ea97 100644 --- a/sys/libkern/strtouq.c +++ b/sys/libkern/strtouq.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/libkern/strvalid.c b/sys/libkern/strvalid.c index c14307e6c5f1..21a51e5d3cdd 100644 --- a/sys/libkern/strvalid.c +++ b/sys/libkern/strvalid.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/libkern/ucmpdi2.c b/sys/libkern/ucmpdi2.c index 87113f6382b4..e7bce1cdf72a 100644 --- a/sys/libkern/ucmpdi2.c +++ b/sys/libkern/ucmpdi2.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include /* diff --git a/sys/libkern/udivdi3.c b/sys/libkern/udivdi3.c index 192d992e74f3..a73850daaf67 100644 --- a/sys/libkern/udivdi3.c +++ b/sys/libkern/udivdi3.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include /* diff --git a/sys/libkern/umoddi3.c b/sys/libkern/umoddi3.c index 473c0e03a501..ec5a597e9fb2 100644 --- a/sys/libkern/umoddi3.c +++ b/sys/libkern/umoddi3.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include /* diff --git a/sys/libkern/x86/crc32_sse42.c b/sys/libkern/x86/crc32_sse42.c index 712b21cda46e..b79c7afbeeb1 100644 --- a/sys/libkern/x86/crc32_sse42.c +++ b/sys/libkern/x86/crc32_sse42.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * This file is compiled in userspace in order to run ATF unit tests. */ diff --git a/sys/net/bpf.c b/sys/net/bpf.c index 3e4521bb28de..8ca6e941e646 100644 --- a/sys/net/bpf.c +++ b/sys/net/bpf.c @@ -38,8 +38,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_bpf.h" #include "opt_ddb.h" #include "opt_netgraph.h" diff --git a/sys/net/bpf_buffer.c b/sys/net/bpf_buffer.c index 60318727ff14..b9c9802fc1c2 100644 --- a/sys/net/bpf_buffer.c +++ b/sys/net/bpf_buffer.c @@ -64,8 +64,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_bpf.h" #include diff --git a/sys/net/bpf_filter.c b/sys/net/bpf_filter.c index b942de5965b5..85f2268000e4 100644 --- a/sys/net/bpf_filter.c +++ b/sys/net/bpf_filter.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #if !defined(_KERNEL) diff --git a/sys/net/bpf_jitter.c b/sys/net/bpf_jitter.c index 8fd8c1e411b2..391c839594cf 100644 --- a/sys/net/bpf_jitter.c +++ b/sys/net/bpf_jitter.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifdef _KERNEL #include "opt_bpf.h" diff --git a/sys/net/bpf_zerocopy.c b/sys/net/bpf_zerocopy.c index 5b8a800b9f64..dee477d47966 100644 --- a/sys/net/bpf_zerocopy.c +++ b/sys/net/bpf_zerocopy.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_bpf.h" #include diff --git a/sys/net/bridgestp.c b/sys/net/bridgestp.c index 892ca7c6a877..fac558b93297 100644 --- a/sys/net/bridgestp.c +++ b/sys/net/bridgestp.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/net/debugnet.c b/sys/net/debugnet.c index cefdd4f582ce..c54c1a3904ec 100644 --- a/sys/net/debugnet.c +++ b/sys/net/debugnet.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ddb.h" #include "opt_inet.h" diff --git a/sys/net/debugnet_inet.c b/sys/net/debugnet_inet.c index 410990c3d5ac..1ca35e1faf73 100644 --- a/sys/net/debugnet_inet.c +++ b/sys/net/debugnet_inet.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include diff --git a/sys/net/ieee8023ad_lacp.c b/sys/net/ieee8023ad_lacp.c index 1ad1a696d460..c1e91f7fcb3e 100644 --- a/sys/net/ieee8023ad_lacp.c +++ b/sys/net/ieee8023ad_lacp.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_kern_tls.h" #include "opt_ratelimit.h" diff --git a/sys/net/if_bridge.c b/sys/net/if_bridge.c index 204fd3892c1f..fe5de468bf28 100644 --- a/sys/net/if_bridge.c +++ b/sys/net/if_bridge.c @@ -77,8 +77,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/net/if_dead.c b/sys/net/if_dead.c index 7b69cd821f33..81d8c4901778 100644 --- a/sys/net/if_dead.c +++ b/sys/net/if_dead.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/net/if_epair.c b/sys/net/if_epair.c index 56bfdfbd610f..2fa016c8f35c 100644 --- a/sys/net/if_epair.c +++ b/sys/net/if_epair.c @@ -38,8 +38,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_rss.h" #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/net/if_gif.c b/sys/net/if_gif.c index a4ac7243dbf7..e5065889d732 100644 --- a/sys/net/if_gif.c +++ b/sys/net/if_gif.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/net/if_gre.c b/sys/net/if_gre.c index 33afaf46d39e..55163416f807 100644 --- a/sys/net/if_gre.c +++ b/sys/net/if_gre.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" #include "opt_rss.h" diff --git a/sys/net/if_infiniband.c b/sys/net/if_infiniband.c index a11b8a8f5c56..98ea87098fea 100644 --- a/sys/net/if_infiniband.c +++ b/sys/net/if_infiniband.c @@ -28,8 +28,6 @@ #include "opt_kbd.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/net/if_ipsec.c b/sys/net/if_ipsec.c index 2e0b956f5f99..5f43225bfaed 100644 --- a/sys/net/if_ipsec.c +++ b/sys/net/if_ipsec.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" #include "opt_ipsec.h" diff --git a/sys/net/if_lagg.c b/sys/net/if_lagg.c index 1b90d1220722..9746d4115bc6 100644 --- a/sys/net/if_lagg.c +++ b/sys/net/if_lagg.c @@ -19,8 +19,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" #include "opt_kern_tls.h" diff --git a/sys/net/if_llatbl.c b/sys/net/if_llatbl.c index 55161177165e..ef4f27dbb00c 100644 --- a/sys/net/if_llatbl.c +++ b/sys/net/if_llatbl.c @@ -27,8 +27,6 @@ * SUCH DAMAGE. */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ddb.h" #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/net/if_llatbl.h b/sys/net/if_llatbl.h index 2437607cf134..53f5a7cf7002 100644 --- a/sys/net/if_llatbl.h +++ b/sys/net/if_llatbl.h @@ -27,8 +27,6 @@ * SUCH DAMAGE. */ #include -__FBSDID("$FreeBSD$"); - #ifndef _NET_IF_LLATBL_H_ #define _NET_IF_LLATBL_H_ diff --git a/sys/net/if_me.c b/sys/net/if_me.c index 2bbb6b15217d..e9bcd345b5c5 100644 --- a/sys/net/if_me.c +++ b/sys/net/if_me.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/net/if_media.c b/sys/net/if_media.c index 441c7258a473..0cc88a0929e9 100644 --- a/sys/net/if_media.c +++ b/sys/net/if_media.c @@ -48,8 +48,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ifmedia.h" #include diff --git a/sys/net/if_vlan.c b/sys/net/if_vlan.c index 51f0bc63ebda..41a099c1407a 100644 --- a/sys/net/if_vlan.c +++ b/sys/net/if_vlan.c @@ -43,8 +43,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" #include "opt_kern_tls.h" diff --git a/sys/net/if_vxlan.c b/sys/net/if_vxlan.c index 45a24f2b75eb..e6949bb5dc9a 100644 --- a/sys/net/if_vxlan.c +++ b/sys/net/if_vxlan.c @@ -29,8 +29,6 @@ #include "opt_inet6.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/net/iflib.c b/sys/net/iflib.c index ad2afa77b72c..999a86fabc79 100644 --- a/sys/net/iflib.c +++ b/sys/net/iflib.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" #include "opt_acpi.h" diff --git a/sys/net/mp_ring.c b/sys/net/mp_ring.c index da1ce7676bfd..367f3c8171a4 100644 --- a/sys/net/mp_ring.c +++ b/sys/net/mp_ring.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/net/netisr.c b/sys/net/netisr.c index 381cdccef7b7..8c44d112a4e3 100644 --- a/sys/net/netisr.c +++ b/sys/net/netisr.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * netisr is a packet dispatch service, allowing synchronous (directly * dispatched) and asynchronous (deferred dispatch) processing of packets by diff --git a/sys/net/route/fib_algo.c b/sys/net/route/fib_algo.c index ecf57c7ae736..1e37acf620a9 100644 --- a/sys/net/route/fib_algo.c +++ b/sys/net/route/fib_algo.c @@ -26,7 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); #include "opt_inet.h" #include "opt_inet6.h" #include "opt_route.h" diff --git a/sys/net/route/nhop.c b/sys/net/route/nhop.c index eb7baa972587..e372c4f7fcd3 100644 --- a/sys/net/route/nhop.c +++ b/sys/net/route/nhop.c @@ -26,7 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); #include "opt_inet.h" #include "opt_route.h" diff --git a/sys/net/route/nhop_ctl.c b/sys/net/route/nhop_ctl.c index 09cc68f27cf5..0c028c7ae877 100644 --- a/sys/net/route/nhop_ctl.c +++ b/sys/net/route/nhop_ctl.c @@ -26,7 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); #include "opt_inet.h" #include "opt_inet6.h" #include "opt_route.h" diff --git a/sys/net/route/nhop_utils.c b/sys/net/route/nhop_utils.c index c576f76ff29b..0308eb331947 100644 --- a/sys/net/route/nhop_utils.c +++ b/sys/net/route/nhop_utils.c @@ -26,7 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); #include "opt_inet.h" #include "opt_route.h" diff --git a/sys/net/route/route_ctl.c b/sys/net/route/route_ctl.c index 9c9b148eba19..a07a58737c1c 100644 --- a/sys/net/route/route_ctl.c +++ b/sys/net/route/route_ctl.c @@ -26,7 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); #include "opt_inet.h" #include "opt_inet6.h" #include "opt_route.h" diff --git a/sys/net/route/route_ddb.c b/sys/net/route/route_ddb.c index a8e70a1d65c3..71bffd98663b 100644 --- a/sys/net/route/route_ddb.c +++ b/sys/net/route/route_ddb.c @@ -26,7 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/net/route/route_helpers.c b/sys/net/route/route_helpers.c index b0ded4edfa3f..2c0df15b04b7 100644 --- a/sys/net/route/route_helpers.c +++ b/sys/net/route/route_helpers.c @@ -26,7 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); #include "opt_inet.h" #include "opt_inet6.h" #include "opt_route.h" diff --git a/sys/net/route/route_rtentry.c b/sys/net/route/route_rtentry.c index b1233014f639..9440233f0906 100644 --- a/sys/net/route/route_rtentry.c +++ b/sys/net/route/route_rtentry.c @@ -26,7 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); #include "opt_inet.h" #include "opt_inet6.h" #include "opt_route.h" diff --git a/sys/net/route/route_subscription.c b/sys/net/route/route_subscription.c index 510b5117df1b..f3f0aac529c7 100644 --- a/sys/net/route/route_subscription.c +++ b/sys/net/route/route_subscription.c @@ -26,7 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); #include "opt_route.h" #include diff --git a/sys/net/route/route_tables.c b/sys/net/route/route_tables.c index 31696e847488..fd211bcd5dda 100644 --- a/sys/net/route/route_tables.c +++ b/sys/net/route/route_tables.c @@ -34,7 +34,6 @@ ***********************************************************************/ #include -__FBSDID("$FreeBSD$"); #include "opt_route.h" #include diff --git a/sys/net/route/route_temporal.c b/sys/net/route/route_temporal.c index 682267ffdb7f..d72a9374a4fa 100644 --- a/sys/net/route/route_temporal.c +++ b/sys/net/route/route_temporal.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/net/toeplitz.c b/sys/net/toeplitz.c index 4328ec4468aa..bc54060c867c 100644 --- a/sys/net/toeplitz.c +++ b/sys/net/toeplitz.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/net/vnet.c b/sys/net/vnet.c index 5b76aeb80001..c4a623698341 100644 --- a/sys/net/vnet.c +++ b/sys/net/vnet.c @@ -36,8 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ddb.h" #include "opt_kdb.h" diff --git a/sys/net80211/ieee80211.c b/sys/net80211/ieee80211.c index 08402e1899e8..6584e0b6e027 100644 --- a/sys/net80211/ieee80211.c +++ b/sys/net80211/ieee80211.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * IEEE 802.11 generic handler */ diff --git a/sys/net80211/ieee80211_acl.c b/sys/net80211/ieee80211_acl.c index 47cc90efd760..51f016c5aa74 100644 --- a/sys/net80211/ieee80211_acl.c +++ b/sys/net80211/ieee80211_acl.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * IEEE 802.11 MAC ACL support. * diff --git a/sys/net80211/ieee80211_action.c b/sys/net80211/ieee80211_action.c index 043ce7f14ca4..5dcb2438a64c 100644 --- a/sys/net80211/ieee80211_action.c +++ b/sys/net80211/ieee80211_action.c @@ -27,7 +27,6 @@ #include #ifdef __FreeBSD__ -__FBSDID("$FreeBSD$"); #endif /* diff --git a/sys/net80211/ieee80211_adhoc.c b/sys/net80211/ieee80211_adhoc.c index 51984404bc3b..7455500a91ab 100644 --- a/sys/net80211/ieee80211_adhoc.c +++ b/sys/net80211/ieee80211_adhoc.c @@ -27,7 +27,6 @@ #include #ifdef __FreeBSD__ -__FBSDID("$FreeBSD$"); #endif /* diff --git a/sys/net80211/ieee80211_ageq.c b/sys/net80211/ieee80211_ageq.c index 8887b6ee37bc..c6960d53e04a 100644 --- a/sys/net80211/ieee80211_ageq.c +++ b/sys/net80211/ieee80211_ageq.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * IEEE 802.11 age queue support. */ diff --git a/sys/net80211/ieee80211_alq.c b/sys/net80211/ieee80211_alq.c index 0d49fd56a6e8..4a714bb51af9 100644 --- a/sys/net80211/ieee80211_alq.c +++ b/sys/net80211/ieee80211_alq.c @@ -27,7 +27,6 @@ #include #ifdef __FreeBSD__ -__FBSDID("$FreeBSD$"); #endif /* diff --git a/sys/net80211/ieee80211_amrr.c b/sys/net80211/ieee80211_amrr.c index f89437d3e857..7248af0edccf 100644 --- a/sys/net80211/ieee80211_amrr.c +++ b/sys/net80211/ieee80211_amrr.c @@ -19,8 +19,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /*- * Naive implementation of the Adaptive Multi Rate Retry algorithm: * diff --git a/sys/net80211/ieee80211_crypto.c b/sys/net80211/ieee80211_crypto.c index 9b093083768b..6a1182b52480 100644 --- a/sys/net80211/ieee80211_crypto.c +++ b/sys/net80211/ieee80211_crypto.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * IEEE 802.11 generic crypto support. */ diff --git a/sys/net80211/ieee80211_crypto_ccmp.c b/sys/net80211/ieee80211_crypto_ccmp.c index 5d942ede000a..45e795a8799b 100644 --- a/sys/net80211/ieee80211_crypto_ccmp.c +++ b/sys/net80211/ieee80211_crypto_ccmp.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * IEEE 802.11i AES-CCMP crypto support. * diff --git a/sys/net80211/ieee80211_crypto_none.c b/sys/net80211/ieee80211_crypto_none.c index 308abb1006a4..4493bb37b49c 100644 --- a/sys/net80211/ieee80211_crypto_none.c +++ b/sys/net80211/ieee80211_crypto_none.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * IEEE 802.11 NULL crypto support. */ diff --git a/sys/net80211/ieee80211_crypto_tkip.c b/sys/net80211/ieee80211_crypto_tkip.c index c5355cc08875..d2bc281f15a2 100644 --- a/sys/net80211/ieee80211_crypto_tkip.c +++ b/sys/net80211/ieee80211_crypto_tkip.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * IEEE 802.11i TKIP crypto support. * diff --git a/sys/net80211/ieee80211_crypto_wep.c b/sys/net80211/ieee80211_crypto_wep.c index da6bde5cea3f..e1b261a0be6f 100644 --- a/sys/net80211/ieee80211_crypto_wep.c +++ b/sys/net80211/ieee80211_crypto_wep.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * IEEE 802.11 WEP crypto support. */ diff --git a/sys/net80211/ieee80211_ddb.c b/sys/net80211/ieee80211_ddb.c index 05a6d61df5bb..7a6ee49d7705 100644 --- a/sys/net80211/ieee80211_ddb.c +++ b/sys/net80211/ieee80211_ddb.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ddb.h" #include "opt_wlan.h" diff --git a/sys/net80211/ieee80211_dfs.c b/sys/net80211/ieee80211_dfs.c index f4bb5447392a..fed9e98c72df 100644 --- a/sys/net80211/ieee80211_dfs.c +++ b/sys/net80211/ieee80211_dfs.c @@ -27,7 +27,6 @@ #include #ifdef __FreeBSD__ -__FBSDID("$FreeBSD$"); #endif /* diff --git a/sys/net80211/ieee80211_freebsd.c b/sys/net80211/ieee80211_freebsd.c index 8f06b7fadb57..db118bc19d16 100644 --- a/sys/net80211/ieee80211_freebsd.c +++ b/sys/net80211/ieee80211_freebsd.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * IEEE 802.11 support (FreeBSD-specific code) */ diff --git a/sys/net80211/ieee80211_hostap.c b/sys/net80211/ieee80211_hostap.c index 45d2dce61279..b7db78f32282 100644 --- a/sys/net80211/ieee80211_hostap.c +++ b/sys/net80211/ieee80211_hostap.c @@ -27,7 +27,6 @@ #include #ifdef __FreeBSD__ -__FBSDID("$FreeBSD$"); #endif /* diff --git a/sys/net80211/ieee80211_ht.c b/sys/net80211/ieee80211_ht.c index 0b3ab521a04c..0e5a4df04305 100644 --- a/sys/net80211/ieee80211_ht.c +++ b/sys/net80211/ieee80211_ht.c @@ -27,7 +27,6 @@ #include #ifdef __FreeBSD__ -__FBSDID("$FreeBSD$"); #endif /* diff --git a/sys/net80211/ieee80211_hwmp.c b/sys/net80211/ieee80211_hwmp.c index 802dad288cd2..e743b7dfb6f4 100644 --- a/sys/net80211/ieee80211_hwmp.c +++ b/sys/net80211/ieee80211_hwmp.c @@ -29,7 +29,6 @@ */ #include #ifdef __FreeBSD__ -__FBSDID("$FreeBSD$"); #endif /* diff --git a/sys/net80211/ieee80211_input.c b/sys/net80211/ieee80211_input.c index b304bfa16085..0cc6902ae28e 100644 --- a/sys/net80211/ieee80211_input.c +++ b/sys/net80211/ieee80211_input.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/net80211/ieee80211_ioctl.c b/sys/net80211/ieee80211_ioctl.c index b816bb54cdbd..6fe39f588bab 100644 --- a/sys/net80211/ieee80211_ioctl.c +++ b/sys/net80211/ieee80211_ioctl.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * IEEE 802.11 ioctl support (FreeBSD-specific) */ diff --git a/sys/net80211/ieee80211_mesh.c b/sys/net80211/ieee80211_mesh.c index f6b8795682c8..477527b34529 100644 --- a/sys/net80211/ieee80211_mesh.c +++ b/sys/net80211/ieee80211_mesh.c @@ -29,7 +29,6 @@ */ #include #ifdef __FreeBSD__ -__FBSDID("$FreeBSD$"); #endif /* diff --git a/sys/net80211/ieee80211_monitor.c b/sys/net80211/ieee80211_monitor.c index 240ce67c513d..5dd11c205202 100644 --- a/sys/net80211/ieee80211_monitor.c +++ b/sys/net80211/ieee80211_monitor.c @@ -27,7 +27,6 @@ #include #ifdef __FreeBSD__ -__FBSDID("$FreeBSD$"); #endif /* diff --git a/sys/net80211/ieee80211_node.c b/sys/net80211/ieee80211_node.c index 53ce6c49d64c..39b411059cf1 100644 --- a/sys/net80211/ieee80211_node.c +++ b/sys/net80211/ieee80211_node.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/net80211/ieee80211_output.c b/sys/net80211/ieee80211_output.c index 025cdd94b7c5..2358ba009e13 100644 --- a/sys/net80211/ieee80211_output.c +++ b/sys/net80211/ieee80211_output.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" #include "opt_wlan.h" diff --git a/sys/net80211/ieee80211_phy.c b/sys/net80211/ieee80211_phy.c index 8ad3f6f6608f..eaad7dde0653 100644 --- a/sys/net80211/ieee80211_phy.c +++ b/sys/net80211/ieee80211_phy.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * IEEE 802.11 PHY-related support. */ diff --git a/sys/net80211/ieee80211_power.c b/sys/net80211/ieee80211_power.c index dbb60e6c7b7c..13a49940f6f0 100644 --- a/sys/net80211/ieee80211_power.c +++ b/sys/net80211/ieee80211_power.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * IEEE 802.11 power save support. */ diff --git a/sys/net80211/ieee80211_proto.c b/sys/net80211/ieee80211_proto.c index c924773a7c6d..cf170463372b 100644 --- a/sys/net80211/ieee80211_proto.c +++ b/sys/net80211/ieee80211_proto.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * IEEE 802.11 protocol support. */ diff --git a/sys/net80211/ieee80211_radiotap.c b/sys/net80211/ieee80211_radiotap.c index 11b82c6f9d3f..34e27b323fc1 100644 --- a/sys/net80211/ieee80211_radiotap.c +++ b/sys/net80211/ieee80211_radiotap.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * IEEE 802.11 radiotap support. */ diff --git a/sys/net80211/ieee80211_ratectl.c b/sys/net80211/ieee80211_ratectl.c index d65688f80392..02aa870eaaba 100644 --- a/sys/net80211/ieee80211_ratectl.c +++ b/sys/net80211/ieee80211_ratectl.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/net80211/ieee80211_ratectl_none.c b/sys/net80211/ieee80211_ratectl_none.c index c6d17e5eec57..4ab122fbab92 100644 --- a/sys/net80211/ieee80211_ratectl_none.c +++ b/sys/net80211/ieee80211_ratectl_none.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #include diff --git a/sys/net80211/ieee80211_regdomain.c b/sys/net80211/ieee80211_regdomain.c index 7bab1184201e..a482e1eaad32 100644 --- a/sys/net80211/ieee80211_regdomain.c +++ b/sys/net80211/ieee80211_regdomain.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * IEEE 802.11 regdomain support. */ diff --git a/sys/net80211/ieee80211_scan.c b/sys/net80211/ieee80211_scan.c index dfbf3fd82512..4e5958e82cc8 100644 --- a/sys/net80211/ieee80211_scan.c +++ b/sys/net80211/ieee80211_scan.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * IEEE 802.11 scanning support. */ diff --git a/sys/net80211/ieee80211_scan_sta.c b/sys/net80211/ieee80211_scan_sta.c index a9ac0841a5ef..9389a7bf53d0 100644 --- a/sys/net80211/ieee80211_scan_sta.c +++ b/sys/net80211/ieee80211_scan_sta.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * IEEE 802.11 station scanning support. */ diff --git a/sys/net80211/ieee80211_scan_sw.c b/sys/net80211/ieee80211_scan_sw.c index 6442ed42112c..ac97b7c14cbc 100644 --- a/sys/net80211/ieee80211_scan_sw.c +++ b/sys/net80211/ieee80211_scan_sw.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * IEEE 802.11 scanning support. */ diff --git a/sys/net80211/ieee80211_sta.c b/sys/net80211/ieee80211_sta.c index 02f6ebc2e808..37f384325970 100644 --- a/sys/net80211/ieee80211_sta.c +++ b/sys/net80211/ieee80211_sta.c @@ -27,7 +27,6 @@ #include #ifdef __FreeBSD__ -__FBSDID("$FreeBSD$"); #endif /* diff --git a/sys/net80211/ieee80211_superg.c b/sys/net80211/ieee80211_superg.c index f53f4538f0d1..815fb356891c 100644 --- a/sys/net80211/ieee80211_superg.c +++ b/sys/net80211/ieee80211_superg.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_wlan.h" #ifdef IEEE80211_SUPPORT_SUPERG diff --git a/sys/net80211/ieee80211_tdma.c b/sys/net80211/ieee80211_tdma.c index 2c3ce8a331bb..b9c204af40a5 100644 --- a/sys/net80211/ieee80211_tdma.c +++ b/sys/net80211/ieee80211_tdma.c @@ -28,7 +28,6 @@ #include #ifdef __FreeBSD__ -__FBSDID("$FreeBSD$"); #endif /* diff --git a/sys/net80211/ieee80211_vht.c b/sys/net80211/ieee80211_vht.c index b4eb901f0f13..77611d9704a2 100644 --- a/sys/net80211/ieee80211_vht.c +++ b/sys/net80211/ieee80211_vht.c @@ -25,7 +25,6 @@ #include #ifdef __FreeBSD__ -__FBSDID("$FreeBSD$"); #endif /* diff --git a/sys/net80211/ieee80211_wds.c b/sys/net80211/ieee80211_wds.c index 820cb1bdb166..938c4a4772de 100644 --- a/sys/net80211/ieee80211_wds.c +++ b/sys/net80211/ieee80211_wds.c @@ -27,7 +27,6 @@ #include #ifdef __FreeBSD__ -__FBSDID("$FreeBSD$"); #endif /* diff --git a/sys/net80211/ieee80211_xauth.c b/sys/net80211/ieee80211_xauth.c index 50e8d495a9b5..4b89108c0892 100644 --- a/sys/net80211/ieee80211_xauth.c +++ b/sys/net80211/ieee80211_xauth.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * External authenticator placeholder module. * diff --git a/sys/netgraph/netflow/netflow.c b/sys/netgraph/netflow/netflow.c index 44af6beeddad..f227bfda4e51 100644 --- a/sys/netgraph/netflow/netflow.c +++ b/sys/netgraph/netflow/netflow.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" #include "opt_route.h" diff --git a/sys/netgraph/netflow/netflow_v9.c b/sys/netgraph/netflow/netflow_v9.c index 045f89d139a6..b6e9fca98408 100644 --- a/sys/netgraph/netflow/netflow_v9.c +++ b/sys/netgraph/netflow/netflow_v9.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet6.h" #include "opt_route.h" #include diff --git a/sys/netgraph/netflow/ng_netflow.c b/sys/netgraph/netflow/ng_netflow.c index 4fbee059d5d3..9bf212871fcb 100644 --- a/sys/netgraph/netflow/ng_netflow.c +++ b/sys/netgraph/netflow/ng_netflow.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" #include "opt_route.h" diff --git a/sys/netgraph/ng_checksum.c b/sys/netgraph/ng_checksum.c index 3b542bd86acc..8bb6b30fd8c9 100644 --- a/sys/netgraph/ng_checksum.c +++ b/sys/netgraph/ng_checksum.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/netgraph/ng_patch.c b/sys/netgraph/ng_patch.c index c83dddcac0cc..f55cf4e0dfef 100644 --- a/sys/netgraph/ng_patch.c +++ b/sys/netgraph/ng_patch.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/netgraph/ng_source.c b/sys/netgraph/ng_source.c index c04f477cd7f2..6c1a0b963340 100644 --- a/sys/netgraph/ng_source.c +++ b/sys/netgraph/ng_source.c @@ -39,8 +39,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * This node is used for high speed packet geneneration. It queues * all data received on its 'input' hook and when told to start via diff --git a/sys/netinet/accf_data.c b/sys/netinet/accf_data.c index 6c55a62dcf80..d5ada4ed12df 100644 --- a/sys/netinet/accf_data.c +++ b/sys/netinet/accf_data.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #define ACCEPT_FILTER_MOD #include diff --git a/sys/netinet/accf_http.c b/sys/netinet/accf_http.c index 485a99e250d3..f06fd64de576 100644 --- a/sys/netinet/accf_http.c +++ b/sys/netinet/accf_http.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #define ACCEPT_FILTER_MOD #include diff --git a/sys/netinet/cc/cc.c b/sys/netinet/cc/cc.c index b2c8b484c99d..ea8cb904c7aa 100644 --- a/sys/netinet/cc/cc.c +++ b/sys/netinet/cc/cc.c @@ -49,7 +49,6 @@ */ #include -__FBSDID("$FreeBSD$"); #include #include #include diff --git a/sys/netinet/cc/cc_cdg.c b/sys/netinet/cc/cc_cdg.c index e6f548baac3b..f6507a7a1490 100644 --- a/sys/netinet/cc/cc_cdg.c +++ b/sys/netinet/cc/cc_cdg.c @@ -49,8 +49,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/netinet/cc/cc_chd.c b/sys/netinet/cc/cc_chd.c index 6b29a296688d..a16d0606b5ef 100644 --- a/sys/netinet/cc/cc_chd.c +++ b/sys/netinet/cc/cc_chd.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/netinet/cc/cc_cubic.c b/sys/netinet/cc/cc_cubic.c index 77bb0daadcb1..031091c3b777 100644 --- a/sys/netinet/cc/cc_cubic.c +++ b/sys/netinet/cc/cc_cubic.c @@ -48,8 +48,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/netinet/cc/cc_dctcp.c b/sys/netinet/cc/cc_dctcp.c index 9963db7152ee..29ee63611b80 100644 --- a/sys/netinet/cc/cc_dctcp.c +++ b/sys/netinet/cc/cc_dctcp.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/netinet/cc/cc_hd.c b/sys/netinet/cc/cc_hd.c index c90fc4f2acac..db23d10ccc3d 100644 --- a/sys/netinet/cc/cc_hd.c +++ b/sys/netinet/cc/cc_hd.c @@ -54,8 +54,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/netinet/cc/cc_htcp.c b/sys/netinet/cc/cc_htcp.c index ea0f14ed12a8..93720c407d5d 100644 --- a/sys/netinet/cc/cc_htcp.c +++ b/sys/netinet/cc/cc_htcp.c @@ -50,8 +50,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/netinet/cc/cc_newreno.c b/sys/netinet/cc/cc_newreno.c index 675dbcc46f18..903f0b7761c2 100644 --- a/sys/netinet/cc/cc_newreno.c +++ b/sys/netinet/cc/cc_newreno.c @@ -56,8 +56,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/netinet/cc/cc_vegas.c b/sys/netinet/cc/cc_vegas.c index d115a7113f74..8748e6def552 100644 --- a/sys/netinet/cc/cc_vegas.c +++ b/sys/netinet/cc/cc_vegas.c @@ -56,8 +56,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/netinet/if_ether.c b/sys/netinet/if_ether.c index 711f2ce153a8..df564b210f9b 100644 --- a/sys/netinet/if_ether.c +++ b/sys/netinet/if_ether.c @@ -38,8 +38,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include diff --git a/sys/netinet/igmp.c b/sys/netinet/igmp.c index 394ee81d6941..c3dd0302fb39 100644 --- a/sys/netinet/igmp.c +++ b/sys/netinet/igmp.c @@ -50,8 +50,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ddb.h" #include diff --git a/sys/netinet/in.c b/sys/netinet/in.c index 76fd0c7a8281..a23d32cff3dd 100644 --- a/sys/netinet/in.c +++ b/sys/netinet/in.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #define IN_HISTORICAL_NETS /* include class masks */ diff --git a/sys/netinet/in_cksum.c b/sys/netinet/in_cksum.c index 98317d4dac4a..85d4020df18f 100644 --- a/sys/netinet/in_cksum.c +++ b/sys/netinet/in_cksum.c @@ -38,8 +38,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/netinet/in_debug.c b/sys/netinet/in_debug.c index 03962ab188b5..7535e99f4d4e 100644 --- a/sys/netinet/in_debug.c +++ b/sys/netinet/in_debug.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ddb.h" #include diff --git a/sys/netinet/in_fib.c b/sys/netinet/in_fib.c index d84997deb29b..f6bb6bdbb50a 100644 --- a/sys/netinet/in_fib.c +++ b/sys/netinet/in_fib.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_route.h" diff --git a/sys/netinet/in_fib_algo.c b/sys/netinet/in_fib_algo.c index f613f4d544ff..123dacb409e7 100644 --- a/sys/netinet/in_fib_algo.c +++ b/sys/netinet/in_fib_algo.c @@ -26,7 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); #include "opt_inet.h" #include diff --git a/sys/netinet/in_fib_dxr.c b/sys/netinet/in_fib_dxr.c index 8df6e8bc65ab..e7eede53ea51 100644 --- a/sys/netinet/in_fib_dxr.c +++ b/sys/netinet/in_fib_dxr.c @@ -43,8 +43,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include diff --git a/sys/netinet/in_gif.c b/sys/netinet/in_gif.c index f32b9a4e8d5e..e25a08bb60cf 100644 --- a/sys/netinet/in_gif.c +++ b/sys/netinet/in_gif.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/netinet/in_jail.c b/sys/netinet/in_jail.c index ddc300e9f7b6..9b6b8f670df1 100644 --- a/sys/netinet/in_jail.c +++ b/sys/netinet/in_jail.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ddb.h" #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/netinet/in_kdtrace.c b/sys/netinet/in_kdtrace.c index b6771bfd08d1..e69fe100d48e 100644 --- a/sys/netinet/in_kdtrace.c +++ b/sys/netinet/in_kdtrace.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/netinet/in_mcast.c b/sys/netinet/in_mcast.c index ef29a8072ccb..827b8f96b07e 100644 --- a/sys/netinet/in_mcast.c +++ b/sys/netinet/in_mcast.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/netinet/in_pcb.c b/sys/netinet/in_pcb.c index e7b5e3221ae4..2586c107ceaf 100644 --- a/sys/netinet/in_pcb.c +++ b/sys/netinet/in_pcb.c @@ -39,8 +39,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ddb.h" #include "opt_ipsec.h" #include "opt_inet.h" diff --git a/sys/netinet/in_prot.c b/sys/netinet/in_prot.c index acdf38973bbd..222e39c6bcd2 100644 --- a/sys/netinet/in_prot.c +++ b/sys/netinet/in_prot.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/netinet/in_proto.c b/sys/netinet/in_proto.c index e52176f83f7d..e534fdd77635 100644 --- a/sys/netinet/in_proto.c +++ b/sys/netinet/in_proto.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_mrouting.h" #include "opt_ipsec.h" #include "opt_inet.h" diff --git a/sys/netinet/in_rmx.c b/sys/netinet/in_rmx.c index 8c3974e15ba3..a1c0164e3608 100644 --- a/sys/netinet/in_rmx.c +++ b/sys/netinet/in_rmx.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/netinet/ip_carp.c b/sys/netinet/ip_carp.c index d1a41e10115f..28c1e535b783 100644 --- a/sys/netinet/ip_carp.c +++ b/sys/netinet/ip_carp.c @@ -31,8 +31,6 @@ #include "opt_netlink.h" #include -__FBSDID("$FreeBSD$"); - #include "opt_bpf.h" #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/netinet/ip_divert.c b/sys/netinet/ip_divert.c index e570418ebc8e..dd0a8b74c013 100644 --- a/sys/netinet/ip_divert.c +++ b/sys/netinet/ip_divert.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" #include "opt_sctp.h" diff --git a/sys/netinet/ip_ecn.c b/sys/netinet/ip_ecn.c index 2b8c8241619c..30d2c95ddbd7 100644 --- a/sys/netinet/ip_ecn.c +++ b/sys/netinet/ip_ecn.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/netinet/ip_encap.c b/sys/netinet/ip_encap.c index 15ba528e7e0c..6de799dec1d9 100644 --- a/sys/netinet/ip_encap.c +++ b/sys/netinet/ip_encap.c @@ -59,8 +59,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/netinet/ip_fastfwd.c b/sys/netinet/ip_fastfwd.c index 121db3ddee3a..6d34ba4f5420 100644 --- a/sys/netinet/ip_fastfwd.c +++ b/sys/netinet/ip_fastfwd.c @@ -68,8 +68,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ipstealth.h" #include diff --git a/sys/netinet/ip_gre.c b/sys/netinet/ip_gre.c index af6d02b140ae..c9356edb0608 100644 --- a/sys/netinet/ip_gre.c +++ b/sys/netinet/ip_gre.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/netinet/ip_icmp.c b/sys/netinet/ip_icmp.c index 9352289d62fe..c99499d689db 100644 --- a/sys/netinet/ip_icmp.c +++ b/sys/netinet/ip_icmp.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include diff --git a/sys/netinet/ip_id.c b/sys/netinet/ip_id.c index 1f65a674c4f8..12dd6c8bf972 100644 --- a/sys/netinet/ip_id.c +++ b/sys/netinet/ip_id.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * IP ID generation is a fascinating topic. * diff --git a/sys/netinet/ip_input.c b/sys/netinet/ip_input.c index 5eef4be5ada8..1b080aa65e4e 100644 --- a/sys/netinet/ip_input.c +++ b/sys/netinet/ip_input.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_bootp.h" #include "opt_inet.h" #include "opt_ipstealth.h" diff --git a/sys/netinet/ip_mroute.c b/sys/netinet/ip_mroute.c index 124a8cd394cb..2444fd9686f7 100644 --- a/sys/netinet/ip_mroute.c +++ b/sys/netinet/ip_mroute.c @@ -70,8 +70,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_mrouting.h" diff --git a/sys/netinet/ip_options.c b/sys/netinet/ip_options.c index 98bef9f844df..41f77a7491f2 100644 --- a/sys/netinet/ip_options.c +++ b/sys/netinet/ip_options.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ipstealth.h" #include diff --git a/sys/netinet/ip_output.c b/sys/netinet/ip_output.c index 9c4d98a979ee..bcd4ed4c94c9 100644 --- a/sys/netinet/ip_output.c +++ b/sys/netinet/ip_output.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_ipsec.h" #include "opt_kern_tls.h" diff --git a/sys/netinet/ip_reass.c b/sys/netinet/ip_reass.c index 5209dfb0d1cb..6f33c7a8a54b 100644 --- a/sys/netinet/ip_reass.c +++ b/sys/netinet/ip_reass.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_rss.h" #include diff --git a/sys/netinet/khelp/h_ertt.c b/sys/netinet/khelp/h_ertt.c index ca16939a6f19..9086a246f83e 100644 --- a/sys/netinet/khelp/h_ertt.c +++ b/sys/netinet/khelp/h_ertt.c @@ -39,8 +39,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/netinet/libalias/alias.c b/sys/netinet/libalias/alias.c index b8e327d58dde..9bf6b82b9369 100644 --- a/sys/netinet/libalias/alias.c +++ b/sys/netinet/libalias/alias.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* Alias.c provides supervisory control for the functions of the packet aliasing software. It consists of routines to monitor diff --git a/sys/netinet/libalias/alias_db.c b/sys/netinet/libalias/alias_db.c index 1f5146a11d25..167201fa1b8f 100644 --- a/sys/netinet/libalias/alias_db.c +++ b/sys/netinet/libalias/alias_db.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifdef _KERNEL #include #include diff --git a/sys/netinet/libalias/alias_dummy.c b/sys/netinet/libalias/alias_dummy.c index 7871003474c5..0de5fe5e7840 100644 --- a/sys/netinet/libalias/alias_dummy.c +++ b/sys/netinet/libalias/alias_dummy.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Alias_dummy is just an empty skeleton used to demostrate how to write * a module for libalias, that will run unalterated in userland or in diff --git a/sys/netinet/libalias/alias_ftp.c b/sys/netinet/libalias/alias_ftp.c index 77577500520e..4a0b616ccf27 100644 --- a/sys/netinet/libalias/alias_ftp.c +++ b/sys/netinet/libalias/alias_ftp.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* Alias_ftp.c performs special processing for FTP sessions under TCP. Specifically, when a PORT/EPRT command from the client diff --git a/sys/netinet/libalias/alias_irc.c b/sys/netinet/libalias/alias_irc.c index 4732d6c433d1..3ef336b7333d 100644 --- a/sys/netinet/libalias/alias_irc.c +++ b/sys/netinet/libalias/alias_irc.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* Alias_irc.c intercepts packages contain IRC CTCP commands, and changes DCC commands to export a port on the aliasing host instead of an aliased host. diff --git a/sys/netinet/libalias/alias_mod.c b/sys/netinet/libalias/alias_mod.c index dfcb8c778735..ac95f8ebd360 100644 --- a/sys/netinet/libalias/alias_mod.c +++ b/sys/netinet/libalias/alias_mod.c @@ -27,8 +27,6 @@ * */ #include -__FBSDID("$FreeBSD$"); - #ifdef _KERNEL #include #include diff --git a/sys/netinet/libalias/alias_nbt.c b/sys/netinet/libalias/alias_nbt.c index 5d4a6124a50f..766284d5b8e0 100644 --- a/sys/netinet/libalias/alias_nbt.c +++ b/sys/netinet/libalias/alias_nbt.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* alias_nbt.c performs special processing for NetBios over TCP/IP sessions by UDP. diff --git a/sys/netinet/libalias/alias_pptp.c b/sys/netinet/libalias/alias_pptp.c index a43508b502a4..5729298b2a68 100644 --- a/sys/netinet/libalias/alias_pptp.c +++ b/sys/netinet/libalias/alias_pptp.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* Includes */ #ifdef _KERNEL #include diff --git a/sys/netinet/libalias/alias_proxy.c b/sys/netinet/libalias/alias_proxy.c index d4df7e86c542..dd685bed760d 100644 --- a/sys/netinet/libalias/alias_proxy.c +++ b/sys/netinet/libalias/alias_proxy.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* file: alias_proxy.c This file encapsulates special operations related to transparent diff --git a/sys/netinet/libalias/alias_smedia.c b/sys/netinet/libalias/alias_smedia.c index a591bc079dc5..6c67e0d8f006 100644 --- a/sys/netinet/libalias/alias_smedia.c +++ b/sys/netinet/libalias/alias_smedia.c @@ -66,8 +66,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* Alias_smedia.c is meant to contain the aliasing code for streaming media protocols. It performs special processing for RSTP sessions under TCP. diff --git a/sys/netinet/libalias/alias_util.c b/sys/netinet/libalias/alias_util.c index cff33b4488f0..0091ba6d4d27 100644 --- a/sys/netinet/libalias/alias_util.c +++ b/sys/netinet/libalias/alias_util.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* Alias_util.c contains general utilities used by other functions in the packet aliasing module. At the moment, there are functions diff --git a/sys/netinet/netdump/netdump_client.c b/sys/netinet/netdump/netdump_client.c index c2f10ba52253..35167f690ed2 100644 --- a/sys/netinet/netdump/netdump_client.c +++ b/sys/netinet/netdump/netdump_client.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ddb.h" #include diff --git a/sys/netinet/raw_ip.c b/sys/netinet/raw_ip.c index 7fc5ca2ec712..e6e8b7a56680 100644 --- a/sys/netinet/raw_ip.c +++ b/sys/netinet/raw_ip.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" #include "opt_ipsec.h" diff --git a/sys/netinet/sctp.h b/sys/netinet/sctp.h index 0b3f716ccefd..11240bf22317 100644 --- a/sys/netinet/sctp.h +++ b/sys/netinet/sctp.h @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef _NETINET_SCTP_H_ #define _NETINET_SCTP_H_ diff --git a/sys/netinet/sctp_asconf.c b/sys/netinet/sctp_asconf.c index 129ef30b3882..436638e594c7 100644 --- a/sys/netinet/sctp_asconf.c +++ b/sys/netinet/sctp_asconf.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/netinet/sctp_asconf.h b/sys/netinet/sctp_asconf.h index b5232f0297e6..4d04e8466d75 100644 --- a/sys/netinet/sctp_asconf.h +++ b/sys/netinet/sctp_asconf.h @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef _NETINET_SCTP_ASCONF_H_ #define _NETINET_SCTP_ASCONF_H_ diff --git a/sys/netinet/sctp_auth.c b/sys/netinet/sctp_auth.c index 29ad584ccd84..a1d25a588daa 100644 --- a/sys/netinet/sctp_auth.c +++ b/sys/netinet/sctp_auth.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/netinet/sctp_auth.h b/sys/netinet/sctp_auth.h index 1056bcdcd13c..45deaabf4059 100644 --- a/sys/netinet/sctp_auth.h +++ b/sys/netinet/sctp_auth.h @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef _NETINET_SCTP_AUTH_H_ #define _NETINET_SCTP_AUTH_H_ diff --git a/sys/netinet/sctp_bsd_addr.c b/sys/netinet/sctp_bsd_addr.c index c2f6b786948a..9f36e0dd020e 100644 --- a/sys/netinet/sctp_bsd_addr.c +++ b/sys/netinet/sctp_bsd_addr.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/netinet/sctp_bsd_addr.h b/sys/netinet/sctp_bsd_addr.h index dbe2301d008a..8100ba5225ee 100644 --- a/sys/netinet/sctp_bsd_addr.h +++ b/sys/netinet/sctp_bsd_addr.h @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef _NETINET_SCTP_BSD_ADDR_H_ #define _NETINET_SCTP_BSD_ADDR_H_ diff --git a/sys/netinet/sctp_cc_functions.c b/sys/netinet/sctp_cc_functions.c index 342b4126698b..1e515a9d69e3 100644 --- a/sys/netinet/sctp_cc_functions.c +++ b/sys/netinet/sctp_cc_functions.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/netinet/sctp_constants.h b/sys/netinet/sctp_constants.h index 3772a933bf85..c3db6f733a53 100644 --- a/sys/netinet/sctp_constants.h +++ b/sys/netinet/sctp_constants.h @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef _NETINET_SCTP_CONSTANTS_H_ #define _NETINET_SCTP_CONSTANTS_H_ diff --git a/sys/netinet/sctp_crc32.c b/sys/netinet/sctp_crc32.c index 816a72bbea7b..60d8bc38735a 100644 --- a/sys/netinet/sctp_crc32.c +++ b/sys/netinet/sctp_crc32.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_sctp.h" #include diff --git a/sys/netinet/sctp_crc32.h b/sys/netinet/sctp_crc32.h index 96ab7b96b6e4..48a7d3269da5 100644 --- a/sys/netinet/sctp_crc32.h +++ b/sys/netinet/sctp_crc32.h @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef _NETINET_SCTP_CRC32_H_ #define _NETINET_SCTP_CRC32_H_ diff --git a/sys/netinet/sctp_header.h b/sys/netinet/sctp_header.h index d077c4573bf2..a55974a50f22 100644 --- a/sys/netinet/sctp_header.h +++ b/sys/netinet/sctp_header.h @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef _NETINET_SCTP_HEADER_H_ #define _NETINET_SCTP_HEADER_H_ diff --git a/sys/netinet/sctp_indata.c b/sys/netinet/sctp_indata.c index ba2504d0fea8..25819af0bdb2 100644 --- a/sys/netinet/sctp_indata.c +++ b/sys/netinet/sctp_indata.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/netinet/sctp_indata.h b/sys/netinet/sctp_indata.h index ac8e6f318fe1..9b2721c6adce 100644 --- a/sys/netinet/sctp_indata.h +++ b/sys/netinet/sctp_indata.h @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef _NETINET_SCTP_INDATA_H_ #define _NETINET_SCTP_INDATA_H_ diff --git a/sys/netinet/sctp_input.c b/sys/netinet/sctp_input.c index c585e31c8296..278ad974ca77 100644 --- a/sys/netinet/sctp_input.c +++ b/sys/netinet/sctp_input.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/netinet/sctp_input.h b/sys/netinet/sctp_input.h index ca6cfff005bc..b2ea94ef067e 100644 --- a/sys/netinet/sctp_input.h +++ b/sys/netinet/sctp_input.h @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef _NETINET_SCTP_INPUT_H_ #define _NETINET_SCTP_INPUT_H_ diff --git a/sys/netinet/sctp_kdtrace.c b/sys/netinet/sctp_kdtrace.c index 3b764c11d840..01af53758728 100644 --- a/sys/netinet/sctp_kdtrace.c +++ b/sys/netinet/sctp_kdtrace.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/netinet/sctp_kdtrace.h b/sys/netinet/sctp_kdtrace.h index 3b4d349537b9..b86a689802b3 100644 --- a/sys/netinet/sctp_kdtrace.h +++ b/sys/netinet/sctp_kdtrace.h @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef _NETINET_SCTP_KDTRACE_H_ #define _NETINET_SCTP_KDTRACE_H_ diff --git a/sys/netinet/sctp_lock_bsd.h b/sys/netinet/sctp_lock_bsd.h index a0cff81e706e..4e9197917a9e 100644 --- a/sys/netinet/sctp_lock_bsd.h +++ b/sys/netinet/sctp_lock_bsd.h @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef _NETINET_SCTP_LOCK_BSD_H_ #define _NETINET_SCTP_LOCK_BSD_H_ diff --git a/sys/netinet/sctp_module.c b/sys/netinet/sctp_module.c index 90af6a4437ee..2e229658efd9 100644 --- a/sys/netinet/sctp_module.c +++ b/sys/netinet/sctp_module.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/netinet/sctp_os.h b/sys/netinet/sctp_os.h index 6964ff0857a1..48ce05239402 100644 --- a/sys/netinet/sctp_os.h +++ b/sys/netinet/sctp_os.h @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef _NETINET_SCTP_OS_H_ #define _NETINET_SCTP_OS_H_ diff --git a/sys/netinet/sctp_os_bsd.h b/sys/netinet/sctp_os_bsd.h index 0d88377523c8..77c7b33b544b 100644 --- a/sys/netinet/sctp_os_bsd.h +++ b/sys/netinet/sctp_os_bsd.h @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef _NETINET_SCTP_OS_BSD_H_ #define _NETINET_SCTP_OS_BSD_H_ /* diff --git a/sys/netinet/sctp_output.c b/sys/netinet/sctp_output.c index 7e32cc662f38..eca44840e48d 100644 --- a/sys/netinet/sctp_output.c +++ b/sys/netinet/sctp_output.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/netinet/sctp_output.h b/sys/netinet/sctp_output.h index e6ee80c41f1a..d522812c59db 100644 --- a/sys/netinet/sctp_output.h +++ b/sys/netinet/sctp_output.h @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef _NETINET_SCTP_OUTPUT_H_ #define _NETINET_SCTP_OUTPUT_H_ diff --git a/sys/netinet/sctp_pcb.c b/sys/netinet/sctp_pcb.c index 0f1d2291a819..e88392c1515f 100644 --- a/sys/netinet/sctp_pcb.c +++ b/sys/netinet/sctp_pcb.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/netinet/sctp_pcb.h b/sys/netinet/sctp_pcb.h index 7b94a40bcfa4..0a18d457e3c0 100644 --- a/sys/netinet/sctp_pcb.h +++ b/sys/netinet/sctp_pcb.h @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef _NETINET_SCTP_PCB_H_ #define _NETINET_SCTP_PCB_H_ diff --git a/sys/netinet/sctp_peeloff.c b/sys/netinet/sctp_peeloff.c index aeff4acb9dae..ff92bd4d5d88 100644 --- a/sys/netinet/sctp_peeloff.c +++ b/sys/netinet/sctp_peeloff.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/netinet/sctp_peeloff.h b/sys/netinet/sctp_peeloff.h index 478b1995f7ed..8be10d00e5de 100644 --- a/sys/netinet/sctp_peeloff.h +++ b/sys/netinet/sctp_peeloff.h @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef _NETINET_SCTP_PEELOFF_H_ #define _NETINET_SCTP_PEELOFF_H_ #if defined(_KERNEL) diff --git a/sys/netinet/sctp_ss_functions.c b/sys/netinet/sctp_ss_functions.c index 69cd49617d05..896a55c6fbc5 100644 --- a/sys/netinet/sctp_ss_functions.c +++ b/sys/netinet/sctp_ss_functions.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include /* diff --git a/sys/netinet/sctp_structs.h b/sys/netinet/sctp_structs.h index ceec7687f7ee..cc9275831fec 100644 --- a/sys/netinet/sctp_structs.h +++ b/sys/netinet/sctp_structs.h @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef _NETINET_SCTP_STRUCTS_H_ #define _NETINET_SCTP_STRUCTS_H_ diff --git a/sys/netinet/sctp_syscalls.c b/sys/netinet/sctp_syscalls.c index a4824e963bfa..a5e4fa8f9603 100644 --- a/sys/netinet/sctp_syscalls.c +++ b/sys/netinet/sctp_syscalls.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_capsicum.h" #include "opt_sctp.h" #include "opt_ktrace.h" diff --git a/sys/netinet/sctp_sysctl.c b/sys/netinet/sctp_sysctl.c index b48aedf0b950..3a8211f4011f 100644 --- a/sys/netinet/sctp_sysctl.c +++ b/sys/netinet/sctp_sysctl.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/netinet/sctp_sysctl.h b/sys/netinet/sctp_sysctl.h index 12a7c5200b40..fa9c6480919d 100644 --- a/sys/netinet/sctp_sysctl.h +++ b/sys/netinet/sctp_sysctl.h @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef _NETINET_SCTP_SYSCTL_H_ #define _NETINET_SCTP_SYSCTL_H_ diff --git a/sys/netinet/sctp_timer.c b/sys/netinet/sctp_timer.c index c808b6751384..3cf3baec7ad3 100644 --- a/sys/netinet/sctp_timer.c +++ b/sys/netinet/sctp_timer.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #define _IP_VHL #include #include diff --git a/sys/netinet/sctp_timer.h b/sys/netinet/sctp_timer.h index 6c6d37c88f99..846e99fc59e2 100644 --- a/sys/netinet/sctp_timer.h +++ b/sys/netinet/sctp_timer.h @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef _NETINET_SCTP_TIMER_H_ #define _NETINET_SCTP_TIMER_H_ diff --git a/sys/netinet/sctp_uio.h b/sys/netinet/sctp_uio.h index d25df39dd981..4bd9aa154fed 100644 --- a/sys/netinet/sctp_uio.h +++ b/sys/netinet/sctp_uio.h @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef _NETINET_SCTP_UIO_H_ #define _NETINET_SCTP_UIO_H_ diff --git a/sys/netinet/sctp_usrreq.c b/sys/netinet/sctp_usrreq.c index 022ff0265a7e..4e53f3b99ac7 100644 --- a/sys/netinet/sctp_usrreq.c +++ b/sys/netinet/sctp_usrreq.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/netinet/sctp_var.h b/sys/netinet/sctp_var.h index 1dd748b8c798..f76f902f1697 100644 --- a/sys/netinet/sctp_var.h +++ b/sys/netinet/sctp_var.h @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef _NETINET_SCTP_VAR_H_ #define _NETINET_SCTP_VAR_H_ diff --git a/sys/netinet/sctputil.c b/sys/netinet/sctputil.c index 3a952a452289..eddbb7d5a98e 100644 --- a/sys/netinet/sctputil.c +++ b/sys/netinet/sctputil.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/netinet/sctputil.h b/sys/netinet/sctputil.h index d74780cdccf7..f0f6d6bccfc7 100644 --- a/sys/netinet/sctputil.h +++ b/sys/netinet/sctputil.h @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef _NETINET_SCTP_UTIL_H_ #define _NETINET_SCTP_UTIL_H_ diff --git a/sys/netinet/siftr.c b/sys/netinet/siftr.c index 9154f89fba30..58603e4aa53c 100644 --- a/sys/netinet/siftr.c +++ b/sys/netinet/siftr.c @@ -61,8 +61,6 @@ ******************************************************/ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/netinet/tcp_ecn.c b/sys/netinet/tcp_ecn.c index b0902ec31272..97f3001f8836 100644 --- a/sys/netinet/tcp_ecn.c +++ b/sys/netinet/tcp_ecn.c @@ -57,8 +57,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/netinet/tcp_fastopen.c b/sys/netinet/tcp_fastopen.c index d1339031a00a..9b6f9c17b05c 100644 --- a/sys/netinet/tcp_fastopen.c +++ b/sys/netinet/tcp_fastopen.c @@ -164,8 +164,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include diff --git a/sys/netinet/tcp_hostcache.c b/sys/netinet/tcp_hostcache.c index 1d1d9375393b..ed90a9ba7196 100644 --- a/sys/netinet/tcp_hostcache.c +++ b/sys/netinet/tcp_hostcache.c @@ -66,8 +66,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet6.h" #include diff --git a/sys/netinet/tcp_hpts.c b/sys/netinet/tcp_hpts.c index a10355a38b6f..92b2f69c9e58 100644 --- a/sys/netinet/tcp_hpts.c +++ b/sys/netinet/tcp_hpts.c @@ -24,8 +24,6 @@ * */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" #include "opt_rss.h" diff --git a/sys/netinet/tcp_input.c b/sys/netinet/tcp_input.c index b66e4e9d17ac..11ec7d2d74d2 100644 --- a/sys/netinet/tcp_input.c +++ b/sys/netinet/tcp_input.c @@ -50,8 +50,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" #include "opt_ipsec.h" diff --git a/sys/netinet/tcp_log_buf.c b/sys/netinet/tcp_log_buf.c index be15c6735fca..5e168c5066e4 100644 --- a/sys/netinet/tcp_log_buf.c +++ b/sys/netinet/tcp_log_buf.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include #include diff --git a/sys/netinet/tcp_lro.c b/sys/netinet/tcp_lro.c index bea9f8f4d39e..e87b32b55b47 100644 --- a/sys/netinet/tcp_lro.c +++ b/sys/netinet/tcp_lro.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/netinet/tcp_offload.c b/sys/netinet/tcp_offload.c index c1d73092798c..0a37d0a8ba30 100644 --- a/sys/netinet/tcp_offload.c +++ b/sys/netinet/tcp_offload.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/netinet/tcp_output.c b/sys/netinet/tcp_output.c index 800480413586..d83d4b8d65b1 100644 --- a/sys/netinet/tcp_output.c +++ b/sys/netinet/tcp_output.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" #include "opt_ipsec.h" diff --git a/sys/netinet/tcp_ratelimit.c b/sys/netinet/tcp_ratelimit.c index e96e901c26ab..1834c702c493 100644 --- a/sys/netinet/tcp_ratelimit.c +++ b/sys/netinet/tcp_ratelimit.c @@ -32,7 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); #include "opt_inet.h" #include "opt_inet6.h" #include "opt_ipsec.h" diff --git a/sys/netinet/tcp_ratelimit.h b/sys/netinet/tcp_ratelimit.h index f5d8f1ec6b1a..e33e9d47ff5a 100644 --- a/sys/netinet/tcp_ratelimit.h +++ b/sys/netinet/tcp_ratelimit.h @@ -25,7 +25,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * __FBSDID("$FreeBSD$"); * */ /** diff --git a/sys/netinet/tcp_reass.c b/sys/netinet/tcp_reass.c index 77d1d9fa31bf..4ca56a9c2633 100644 --- a/sys/netinet/tcp_reass.c +++ b/sys/netinet/tcp_reass.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/netinet/tcp_sack.c b/sys/netinet/tcp_sack.c index 5900bc19e2e0..fca4b99ee83b 100644 --- a/sys/netinet/tcp_sack.c +++ b/sys/netinet/tcp_sack.c @@ -73,8 +73,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/netinet/tcp_stacks/bbr.c b/sys/netinet/tcp_stacks/bbr.c index 229f895b0285..013bd0982fd3 100644 --- a/sys/netinet/tcp_stacks/bbr.c +++ b/sys/netinet/tcp_stacks/bbr.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" #include "opt_ipsec.h" diff --git a/sys/netinet/tcp_stacks/rack.c b/sys/netinet/tcp_stacks/rack.c index 5bfca4e3a687..a6e649f78c10 100644 --- a/sys/netinet/tcp_stacks/rack.c +++ b/sys/netinet/tcp_stacks/rack.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" #include "opt_ipsec.h" diff --git a/sys/netinet/tcp_stacks/rack_bbr_common.c b/sys/netinet/tcp_stacks/rack_bbr_common.c index 625825fc7ed6..b265e8e6f20b 100644 --- a/sys/netinet/tcp_stacks/rack_bbr_common.c +++ b/sys/netinet/tcp_stacks/rack_bbr_common.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" #include "opt_ipsec.h" diff --git a/sys/netinet/tcp_stacks/rack_bbr_common.h b/sys/netinet/tcp_stacks/rack_bbr_common.h index 9ac4a5625a13..9e5fbe675a3a 100644 --- a/sys/netinet/tcp_stacks/rack_bbr_common.h +++ b/sys/netinet/tcp_stacks/rack_bbr_common.h @@ -23,8 +23,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * __FBSDID("$FreeBSD$"); */ /* Common defines and such used by both RACK and BBR */ diff --git a/sys/netinet/tcp_stacks/sack_filter.c b/sys/netinet/tcp_stacks/sack_filter.c index 19b32acb2c7f..e82fcee2ffac 100644 --- a/sys/netinet/tcp_stacks/sack_filter.c +++ b/sys/netinet/tcp_stacks/sack_filter.c @@ -24,7 +24,6 @@ * */ #include -__FBSDID("$FreeBSD$"); #ifndef _KERNEL #define _WANT_TCPCB 1 #endif diff --git a/sys/netinet/tcp_stacks/sack_filter.h b/sys/netinet/tcp_stacks/sack_filter.h index 2d01a0c15471..39cbdbac3ed1 100644 --- a/sys/netinet/tcp_stacks/sack_filter.h +++ b/sys/netinet/tcp_stacks/sack_filter.h @@ -23,8 +23,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * __FBSDID("$FreeBSD$"); */ /* diff --git a/sys/netinet/tcp_stacks/tailq_hash.c b/sys/netinet/tcp_stacks/tailq_hash.c index 2e3b57be2388..0792905e0128 100644 --- a/sys/netinet/tcp_stacks/tailq_hash.c +++ b/sys/netinet/tcp_stacks/tailq_hash.c @@ -1,6 +1,4 @@ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" #include "opt_ipsec.h" diff --git a/sys/netinet/tcp_stats.c b/sys/netinet/tcp_stats.c index 4baf964ff9b4..0d925f52fc50 100644 --- a/sys/netinet/tcp_stats.c +++ b/sys/netinet/tcp_stats.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/netinet/tcp_subr.c b/sys/netinet/tcp_subr.c index 47eb2d80efd6..696bd40f7ada 100644 --- a/sys/netinet/tcp_subr.c +++ b/sys/netinet/tcp_subr.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" #include "opt_ipsec.h" diff --git a/sys/netinet/tcp_syncache.c b/sys/netinet/tcp_syncache.c index 986d4d068f96..ffde6a4b88c9 100644 --- a/sys/netinet/tcp_syncache.c +++ b/sys/netinet/tcp_syncache.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" #include "opt_ipsec.h" diff --git a/sys/netinet/tcp_timer.c b/sys/netinet/tcp_timer.c index 6126d85c7565..ad407d5c111a 100644 --- a/sys/netinet/tcp_timer.c +++ b/sys/netinet/tcp_timer.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" #include "opt_rss.h" diff --git a/sys/netinet/tcp_timewait.c b/sys/netinet/tcp_timewait.c index 0d144cb04e55..1de6a2bfec0e 100644 --- a/sys/netinet/tcp_timewait.c +++ b/sys/netinet/tcp_timewait.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" #include "opt_ipsec.h" diff --git a/sys/netinet/tcp_usrreq.c b/sys/netinet/tcp_usrreq.c index cd2263245b56..811dfbaa51bd 100644 --- a/sys/netinet/tcp_usrreq.c +++ b/sys/netinet/tcp_usrreq.c @@ -38,8 +38,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ddb.h" #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/netinet/toecore.c b/sys/netinet/toecore.c index 974ed7818742..5f5863431dfe 100644 --- a/sys/netinet/toecore.c +++ b/sys/netinet/toecore.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/netinet/udp_usrreq.c b/sys/netinet/udp_usrreq.c index f039675b1e55..70d738bf2108 100644 --- a/sys/netinet/udp_usrreq.c +++ b/sys/netinet/udp_usrreq.c @@ -39,8 +39,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" #include "opt_ipsec.h" diff --git a/sys/netinet6/dest6.c b/sys/netinet6/dest6.c index 09b84f589543..85ce894c40c3 100644 --- a/sys/netinet6/dest6.c +++ b/sys/netinet6/dest6.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/netinet6/frag6.c b/sys/netinet6/frag6.c index 9837c6662888..82d4239777da 100644 --- a/sys/netinet6/frag6.c +++ b/sys/netinet6/frag6.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_rss.h" #include diff --git a/sys/netinet6/icmp6.c b/sys/netinet6/icmp6.c index 4166cabdc5cb..b8ac3fc7b094 100644 --- a/sys/netinet6/icmp6.c +++ b/sys/netinet6/icmp6.c @@ -63,8 +63,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #define MBUF_PRIVATE /* XXXRW: Optimisation tries to avoid M_EXT mbufs */ #include "opt_inet.h" diff --git a/sys/netinet6/in6.c b/sys/netinet6/in6.c index 7c8806c7a2cd..88ee0fdd3181 100644 --- a/sys/netinet6/in6.c +++ b/sys/netinet6/in6.c @@ -63,8 +63,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/netinet6/in6_cksum.c b/sys/netinet6/in6_cksum.c index a93db45eb968..cb2d89065f74 100644 --- a/sys/netinet6/in6_cksum.c +++ b/sys/netinet6/in6_cksum.c @@ -63,8 +63,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/netinet6/in6_fib.c b/sys/netinet6/in6_fib.c index 34aff5feda8e..3e8b8ccce7aa 100644 --- a/sys/netinet6/in6_fib.c +++ b/sys/netinet6/in6_fib.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" #include "opt_route.h" diff --git a/sys/netinet6/in6_fib_algo.c b/sys/netinet6/in6_fib_algo.c index db3058a50be4..10ffe7ab0265 100644 --- a/sys/netinet6/in6_fib_algo.c +++ b/sys/netinet6/in6_fib_algo.c @@ -26,7 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); #include "opt_inet6.h" #include diff --git a/sys/netinet6/in6_gif.c b/sys/netinet6/in6_gif.c index e6d946c48e0b..d476829e8e3b 100644 --- a/sys/netinet6/in6_gif.c +++ b/sys/netinet6/in6_gif.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/netinet6/in6_ifattach.c b/sys/netinet6/in6_ifattach.c index b0b2e4e95985..fe421c02513f 100644 --- a/sys/netinet6/in6_ifattach.c +++ b/sys/netinet6/in6_ifattach.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/netinet6/in6_jail.c b/sys/netinet6/in6_jail.c index 33246ecc98d0..5abdef9ab711 100644 --- a/sys/netinet6/in6_jail.c +++ b/sys/netinet6/in6_jail.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ddb.h" #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/netinet6/in6_mcast.c b/sys/netinet6/in6_mcast.c index 4a141d984715..db2176614f38 100644 --- a/sys/netinet6/in6_mcast.c +++ b/sys/netinet6/in6_mcast.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet6.h" #include diff --git a/sys/netinet6/in6_pcb.c b/sys/netinet6/in6_pcb.c index c43d4e804b46..bf81de78f992 100644 --- a/sys/netinet6/in6_pcb.c +++ b/sys/netinet6/in6_pcb.c @@ -67,8 +67,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" #include "opt_ipsec.h" diff --git a/sys/netinet6/in6_proto.c b/sys/netinet6/in6_proto.c index 557edaf2e7e1..1d67577f8055 100644 --- a/sys/netinet6/in6_proto.c +++ b/sys/netinet6/in6_proto.c @@ -63,8 +63,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" #include "opt_ipsec.h" diff --git a/sys/netinet6/in6_rmx.c b/sys/netinet6/in6_rmx.c index 7a1ca781d712..296f29cf00a2 100644 --- a/sys/netinet6/in6_rmx.c +++ b/sys/netinet6/in6_rmx.c @@ -62,8 +62,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/netinet6/in6_src.c b/sys/netinet6/in6_src.c index 373f80b7ac19..52fe78a1a83b 100644 --- a/sys/netinet6/in6_src.c +++ b/sys/netinet6/in6_src.c @@ -63,8 +63,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" #include diff --git a/sys/netinet6/ip6_fastfwd.c b/sys/netinet6/ip6_fastfwd.c index 7ecd08a4e450..08531cee05bf 100644 --- a/sys/netinet6/ip6_fastfwd.c +++ b/sys/netinet6/ip6_fastfwd.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet6.h" #include "opt_ipstealth.h" diff --git a/sys/netinet6/ip6_forward.c b/sys/netinet6/ip6_forward.c index 0f7260ccd067..44a349d1750f 100644 --- a/sys/netinet6/ip6_forward.c +++ b/sys/netinet6/ip6_forward.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" #include "opt_ipsec.h" diff --git a/sys/netinet6/ip6_gre.c b/sys/netinet6/ip6_gre.c index 8c9f7f5f668c..9ba45cb294e9 100644 --- a/sys/netinet6/ip6_gre.c +++ b/sys/netinet6/ip6_gre.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/netinet6/ip6_id.c b/sys/netinet6/ip6_id.c index 1d6c2c7d9668..7c39bcf943bc 100644 --- a/sys/netinet6/ip6_id.c +++ b/sys/netinet6/ip6_id.c @@ -64,8 +64,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * seed = random (bits - 1) bit * n = prime, g0 = generator to n, diff --git a/sys/netinet6/ip6_input.c b/sys/netinet6/ip6_input.c index 1e2c3a631856..c5b9f9202cea 100644 --- a/sys/netinet6/ip6_input.c +++ b/sys/netinet6/ip6_input.c @@ -63,8 +63,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" #include "opt_ipsec.h" diff --git a/sys/netinet6/ip6_mroute.c b/sys/netinet6/ip6_mroute.c index 9b2325c8e7a2..9d30c1291b7b 100644 --- a/sys/netinet6/ip6_mroute.c +++ b/sys/netinet6/ip6_mroute.c @@ -81,8 +81,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet6.h" #include diff --git a/sys/netinet6/ip6_output.c b/sys/netinet6/ip6_output.c index 2a447a8a738f..3c0e7f37b74f 100644 --- a/sys/netinet6/ip6_output.c +++ b/sys/netinet6/ip6_output.c @@ -63,8 +63,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" #include "opt_ipsec.h" diff --git a/sys/netinet6/mld6.c b/sys/netinet6/mld6.c index 82bb69588fa2..309c9d11204f 100644 --- a/sys/netinet6/mld6.c +++ b/sys/netinet6/mld6.c @@ -66,8 +66,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/netinet6/nd6.c b/sys/netinet6/nd6.c index 082266c84294..b3ca612c90d6 100644 --- a/sys/netinet6/nd6.c +++ b/sys/netinet6/nd6.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" #include "opt_route.h" diff --git a/sys/netinet6/nd6_nbr.c b/sys/netinet6/nd6_nbr.c index 00bb19f9ba39..7d89fcc4ee69 100644 --- a/sys/netinet6/nd6_nbr.c +++ b/sys/netinet6/nd6_nbr.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" #include "opt_ipsec.h" diff --git a/sys/netinet6/nd6_rtr.c b/sys/netinet6/nd6_rtr.c index dbdf12d310c6..de991c98b6c3 100644 --- a/sys/netinet6/nd6_rtr.c +++ b/sys/netinet6/nd6_rtr.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/netinet6/raw_ip6.c b/sys/netinet6/raw_ip6.c index 9cfbbaedf51c..d790a397f551 100644 --- a/sys/netinet6/raw_ip6.c +++ b/sys/netinet6/raw_ip6.c @@ -62,8 +62,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ipsec.h" #include "opt_inet6.h" #include "opt_route.h" diff --git a/sys/netinet6/route6.c b/sys/netinet6/route6.c index 72e42084eacc..e570c77db3d3 100644 --- a/sys/netinet6/route6.c +++ b/sys/netinet6/route6.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/netinet6/scope6.c b/sys/netinet6/scope6.c index c4eb9a4ab829..73702d8b8039 100644 --- a/sys/netinet6/scope6.c +++ b/sys/netinet6/scope6.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/netinet6/sctp6_usrreq.c b/sys/netinet6/sctp6_usrreq.c index 8e5476c2cae3..930bdca5afb4 100644 --- a/sys/netinet6/sctp6_usrreq.c +++ b/sys/netinet6/sctp6_usrreq.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #ifdef INET6 #include diff --git a/sys/netinet6/sctp6_var.h b/sys/netinet6/sctp6_var.h index 598c086e2646..3c5d95fc3c13 100644 --- a/sys/netinet6/sctp6_var.h +++ b/sys/netinet6/sctp6_var.h @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifndef _NETINET6_SCTP6_VAR_H_ #define _NETINET6_SCTP6_VAR_H_ diff --git a/sys/netinet6/send.c b/sys/netinet6/send.c index 8b0d6f07b60f..af94709bbc35 100644 --- a/sys/netinet6/send.c +++ b/sys/netinet6/send.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/netinet6/udp6_usrreq.c b/sys/netinet6/udp6_usrreq.c index c5f2cc452dfb..4e69608b71de 100644 --- a/sys/netinet6/udp6_usrreq.c +++ b/sys/netinet6/udp6_usrreq.c @@ -70,8 +70,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" #include "opt_ipsec.h" diff --git a/sys/netipsec/ipsec_input.c b/sys/netipsec/ipsec_input.c index 7abf74426853..472216392949 100644 --- a/sys/netipsec/ipsec_input.c +++ b/sys/netipsec/ipsec_input.c @@ -41,8 +41,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" #include "opt_ipsec.h" diff --git a/sys/netipsec/ipsec_mod.c b/sys/netipsec/ipsec_mod.c index 90cffde21968..d92c5f9a3520 100644 --- a/sys/netipsec/ipsec_mod.c +++ b/sys/netipsec/ipsec_mod.c @@ -29,8 +29,6 @@ #include "opt_ipsec.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/netipsec/ipsec_pcb.c b/sys/netipsec/ipsec_pcb.c index 63ad288ab0da..38a94907cc48 100644 --- a/sys/netipsec/ipsec_pcb.c +++ b/sys/netipsec/ipsec_pcb.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" #include "opt_ipsec.h" diff --git a/sys/netipsec/subr_ipsec.c b/sys/netipsec/subr_ipsec.c index 56ddf71ae87a..71766d667b09 100644 --- a/sys/netipsec/subr_ipsec.c +++ b/sys/netipsec/subr_ipsec.c @@ -29,8 +29,6 @@ #include "opt_ipsec.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/netipsec/udpencap.c b/sys/netipsec/udpencap.c index 0fafbd919d6e..118e0be317a0 100644 --- a/sys/netipsec/udpencap.c +++ b/sys/netipsec/udpencap.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_ipsec.h" diff --git a/sys/netipsec/xform_tcp.c b/sys/netipsec/xform_tcp.c index 28e547637450..d52051d415a8 100644 --- a/sys/netipsec/xform_tcp.c +++ b/sys/netipsec/xform_tcp.c @@ -30,8 +30,6 @@ /* TCP MD5 Signature Option (RFC2385) */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" #include "opt_ipsec.h" diff --git a/sys/netlink/netlink_generic.c b/sys/netlink/netlink_generic.c index 22be769c072d..54fc702d8ac6 100644 --- a/sys/netlink/netlink_generic.c +++ b/sys/netlink/netlink_generic.c @@ -28,7 +28,6 @@ #include "opt_netlink.h" #include -__FBSDID("$FreeBSD$"); #include #include #include diff --git a/sys/netlink/netlink_generic_kpi.c b/sys/netlink/netlink_generic_kpi.c index d64c53b1b3d6..630064f0e2f9 100644 --- a/sys/netlink/netlink_generic_kpi.c +++ b/sys/netlink/netlink_generic_kpi.c @@ -26,7 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); #include #include #include diff --git a/sys/netlink/netlink_io.c b/sys/netlink/netlink_io.c index c31ac239c234..0745f7fdcb77 100644 --- a/sys/netlink/netlink_io.c +++ b/sys/netlink/netlink_io.c @@ -29,7 +29,6 @@ #include "opt_netlink.h" #include -__FBSDID("$FreeBSD$"); #include #include #include diff --git a/sys/netlink/netlink_message_parser.c b/sys/netlink/netlink_message_parser.c index 711aee6e2ff5..9ff5cdee40b4 100644 --- a/sys/netlink/netlink_message_parser.c +++ b/sys/netlink/netlink_message_parser.c @@ -26,7 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); #include "opt_inet.h" #include "opt_inet6.h" #include diff --git a/sys/netlink/netlink_message_writer.c b/sys/netlink/netlink_message_writer.c index 31f1c9f80457..9fc0eddc78ec 100644 --- a/sys/netlink/netlink_message_writer.c +++ b/sys/netlink/netlink_message_writer.c @@ -28,7 +28,6 @@ #include "opt_netlink.h" #include -__FBSDID("$FreeBSD$"); #include #include #include diff --git a/sys/netlink/netlink_module.c b/sys/netlink/netlink_module.c index 81b3c6d8e756..ba56ac6d6a17 100644 --- a/sys/netlink/netlink_module.c +++ b/sys/netlink/netlink_module.c @@ -29,7 +29,6 @@ #include "opt_netlink.h" #include -__FBSDID("$FreeBSD$"); #include #include #include diff --git a/sys/netlink/netlink_route.c b/sys/netlink/netlink_route.c index 5d5f473458ef..6da074926405 100644 --- a/sys/netlink/netlink_route.c +++ b/sys/netlink/netlink_route.c @@ -26,7 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); #include #include #include diff --git a/sys/netlink/route/iface.c b/sys/netlink/route/iface.c index c32c22af23f6..e1939c7681de 100644 --- a/sys/netlink/route/iface.c +++ b/sys/netlink/route/iface.c @@ -28,7 +28,6 @@ #include "opt_netlink.h" #include -__FBSDID("$FreeBSD$"); #include "opt_inet.h" #include "opt_inet6.h" #include diff --git a/sys/netlink/route/iface_drivers.c b/sys/netlink/route/iface_drivers.c index a0f9ef925a04..1a7aaffa7dd7 100644 --- a/sys/netlink/route/iface_drivers.c +++ b/sys/netlink/route/iface_drivers.c @@ -27,7 +27,6 @@ #include "opt_netlink.h" #include -__FBSDID("$FreeBSD$"); #include "opt_inet.h" #include "opt_inet6.h" #include diff --git a/sys/netlink/route/neigh.c b/sys/netlink/route/neigh.c index 55749fcbe761..4168b5936ddc 100644 --- a/sys/netlink/route/neigh.c +++ b/sys/netlink/route/neigh.c @@ -28,7 +28,6 @@ #include "opt_netlink.h" #include -__FBSDID("$FreeBSD$"); #include "opt_inet.h" #include "opt_inet6.h" #include diff --git a/sys/netlink/route/nexthop.c b/sys/netlink/route/nexthop.c index fd3ef021a042..722dc5fdee4e 100644 --- a/sys/netlink/route/nexthop.c +++ b/sys/netlink/route/nexthop.c @@ -28,7 +28,6 @@ #include "opt_netlink.h" #include -__FBSDID("$FreeBSD$"); #include "opt_inet.h" #include "opt_inet6.h" #include "opt_route.h" diff --git a/sys/netlink/route/rt.c b/sys/netlink/route/rt.c index 70101680e2c0..2a6a0bc54e85 100644 --- a/sys/netlink/route/rt.c +++ b/sys/netlink/route/rt.c @@ -29,7 +29,6 @@ #include "opt_netlink.h" #include -__FBSDID("$FreeBSD$"); #include "opt_inet.h" #include "opt_inet6.h" #include "opt_route.h" diff --git a/sys/netpfil/ipfw/dn_heap.c b/sys/netpfil/ipfw/dn_heap.c index f10d30dce928..53f26a0bb3fa 100644 --- a/sys/netpfil/ipfw/dn_heap.c +++ b/sys/netpfil/ipfw/dn_heap.c @@ -33,7 +33,6 @@ #include #include #ifdef _KERNEL -__FBSDID("$FreeBSD$"); #include #include #include diff --git a/sys/netpfil/ipfw/ip_dn_io.c b/sys/netpfil/ipfw/ip_dn_io.c index 58cfa21ec04b..a8957bcb479f 100644 --- a/sys/netpfil/ipfw/ip_dn_io.c +++ b/sys/netpfil/ipfw/ip_dn_io.c @@ -30,8 +30,6 @@ * Dummynet portions related to packet handling. */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet6.h" #include diff --git a/sys/netpfil/ipfw/ip_dummynet.c b/sys/netpfil/ipfw/ip_dummynet.c index bad5d7d59f09..74041653ebfb 100644 --- a/sys/netpfil/ipfw/ip_dummynet.c +++ b/sys/netpfil/ipfw/ip_dummynet.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Configuration and internal object management for dummynet. */ diff --git a/sys/netpfil/ipfw/ip_fw2.c b/sys/netpfil/ipfw/ip_fw2.c index 41420563ab5b..d2b01fde6944 100644 --- a/sys/netpfil/ipfw/ip_fw2.c +++ b/sys/netpfil/ipfw/ip_fw2.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * The FreeBSD IP packet firewall, main file */ diff --git a/sys/netpfil/ipfw/ip_fw_bpf.c b/sys/netpfil/ipfw/ip_fw_bpf.c index 29f988b7525a..5d27eae4d799 100644 --- a/sys/netpfil/ipfw/ip_fw_bpf.c +++ b/sys/netpfil/ipfw/ip_fw_bpf.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/netpfil/ipfw/ip_fw_dynamic.c b/sys/netpfil/ipfw/ip_fw_dynamic.c index 6260add85bf9..5b756cd4c980 100644 --- a/sys/netpfil/ipfw/ip_fw_dynamic.c +++ b/sys/netpfil/ipfw/ip_fw_dynamic.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" #include "opt_ipfw.h" diff --git a/sys/netpfil/ipfw/ip_fw_eaction.c b/sys/netpfil/ipfw/ip_fw_eaction.c index bd8ee2fc1132..d074d9b77d27 100644 --- a/sys/netpfil/ipfw/ip_fw_eaction.c +++ b/sys/netpfil/ipfw/ip_fw_eaction.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/netpfil/ipfw/ip_fw_iface.c b/sys/netpfil/ipfw/ip_fw_iface.c index 83dc54e918b3..92692637b9e3 100644 --- a/sys/netpfil/ipfw/ip_fw_iface.c +++ b/sys/netpfil/ipfw/ip_fw_iface.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Kernel interface tracking API. * diff --git a/sys/netpfil/ipfw/ip_fw_log.c b/sys/netpfil/ipfw/ip_fw_log.c index dc469226a585..1cc39d02ea79 100644 --- a/sys/netpfil/ipfw/ip_fw_log.c +++ b/sys/netpfil/ipfw/ip_fw_log.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Logging support for ipfw */ diff --git a/sys/netpfil/ipfw/ip_fw_nat.c b/sys/netpfil/ipfw/ip_fw_nat.c index acc1aba92ec9..4c83c91cf918 100644 --- a/sys/netpfil/ipfw/ip_fw_nat.c +++ b/sys/netpfil/ipfw/ip_fw_nat.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/netpfil/ipfw/ip_fw_pfil.c b/sys/netpfil/ipfw/ip_fw_pfil.c index c463416ebc8e..1cfff1870d7f 100644 --- a/sys/netpfil/ipfw/ip_fw_pfil.c +++ b/sys/netpfil/ipfw/ip_fw_pfil.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ipfw.h" #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/netpfil/ipfw/ip_fw_sockopt.c b/sys/netpfil/ipfw/ip_fw_sockopt.c index 63bca941d5d1..2d9a1c6d62fd 100644 --- a/sys/netpfil/ipfw/ip_fw_sockopt.c +++ b/sys/netpfil/ipfw/ip_fw_sockopt.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Control socket and rule management routines for ipfw. * Control is currently implemented via IP_FW3 setsockopt() code. diff --git a/sys/netpfil/ipfw/ip_fw_table.c b/sys/netpfil/ipfw/ip_fw_table.c index 08afef43dc62..b6847d43081b 100644 --- a/sys/netpfil/ipfw/ip_fw_table.c +++ b/sys/netpfil/ipfw/ip_fw_table.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Lookup table support for ipfw. * diff --git a/sys/netpfil/ipfw/ip_fw_table_algo.c b/sys/netpfil/ipfw/ip_fw_table_algo.c index 8f8604af44d9..2fa65c78c453 100644 --- a/sys/netpfil/ipfw/ip_fw_table_algo.c +++ b/sys/netpfil/ipfw/ip_fw_table_algo.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Lookup table algorithms. * diff --git a/sys/netpfil/ipfw/ip_fw_table_value.c b/sys/netpfil/ipfw/ip_fw_table_value.c index eb268ab9b98d..1d4e1db2dcbb 100644 --- a/sys/netpfil/ipfw/ip_fw_table_value.c +++ b/sys/netpfil/ipfw/ip_fw_table_value.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Multi-field value support for ipfw tables. * diff --git a/sys/netpfil/ipfw/nat64/ip_fw_nat64.c b/sys/netpfil/ipfw/nat64/ip_fw_nat64.c index 1790a7fbddc1..3edebc2fe93e 100644 --- a/sys/netpfil/ipfw/nat64/ip_fw_nat64.c +++ b/sys/netpfil/ipfw/nat64/ip_fw_nat64.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/netpfil/ipfw/nat64/nat64_translate.c b/sys/netpfil/ipfw/nat64/nat64_translate.c index a4b39d71bf1a..2924a9b2d19a 100644 --- a/sys/netpfil/ipfw/nat64/nat64_translate.c +++ b/sys/netpfil/ipfw/nat64/nat64_translate.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ipstealth.h" #include diff --git a/sys/netpfil/ipfw/nat64/nat64clat.c b/sys/netpfil/ipfw/nat64/nat64clat.c index 42e85bcfd766..0f74b378925b 100644 --- a/sys/netpfil/ipfw/nat64/nat64clat.c +++ b/sys/netpfil/ipfw/nat64/nat64clat.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/netpfil/ipfw/nat64/nat64clat_control.c b/sys/netpfil/ipfw/nat64/nat64clat_control.c index 4c6ea9cac147..8c4d9f3a2d81 100644 --- a/sys/netpfil/ipfw/nat64/nat64clat_control.c +++ b/sys/netpfil/ipfw/nat64/nat64clat_control.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/netpfil/ipfw/nat64/nat64lsn.c b/sys/netpfil/ipfw/nat64/nat64lsn.c index b5e712d9d79f..f8f8435c94b7 100644 --- a/sys/netpfil/ipfw/nat64/nat64lsn.c +++ b/sys/netpfil/ipfw/nat64/nat64lsn.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/netpfil/ipfw/nat64/nat64lsn_control.c b/sys/netpfil/ipfw/nat64/nat64lsn_control.c index 693253655f84..a51c11a8686b 100644 --- a/sys/netpfil/ipfw/nat64/nat64lsn_control.c +++ b/sys/netpfil/ipfw/nat64/nat64lsn_control.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/netpfil/ipfw/nat64/nat64stl.c b/sys/netpfil/ipfw/nat64/nat64stl.c index fc75723013db..878cdbb186f8 100644 --- a/sys/netpfil/ipfw/nat64/nat64stl.c +++ b/sys/netpfil/ipfw/nat64/nat64stl.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/netpfil/ipfw/nat64/nat64stl_control.c b/sys/netpfil/ipfw/nat64/nat64stl_control.c index 8c211f88c93c..f762effe487e 100644 --- a/sys/netpfil/ipfw/nat64/nat64stl_control.c +++ b/sys/netpfil/ipfw/nat64/nat64stl_control.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/netpfil/ipfw/nptv6/ip_fw_nptv6.c b/sys/netpfil/ipfw/nptv6/ip_fw_nptv6.c index ec63ad00c16d..20d49c05f3cc 100644 --- a/sys/netpfil/ipfw/nptv6/ip_fw_nptv6.c +++ b/sys/netpfil/ipfw/nptv6/ip_fw_nptv6.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/netpfil/ipfw/nptv6/nptv6.c b/sys/netpfil/ipfw/nptv6/nptv6.c index 4f966e4b5ec6..640bdedbf037 100644 --- a/sys/netpfil/ipfw/nptv6/nptv6.c +++ b/sys/netpfil/ipfw/nptv6/nptv6.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/netpfil/ipfw/pmod/ip_fw_pmod.c b/sys/netpfil/ipfw/pmod/ip_fw_pmod.c index b731c12229ec..dfe6491b45d7 100644 --- a/sys/netpfil/ipfw/pmod/ip_fw_pmod.c +++ b/sys/netpfil/ipfw/pmod/ip_fw_pmod.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/netpfil/ipfw/pmod/tcpmod.c b/sys/netpfil/ipfw/pmod/tcpmod.c index aa2d199f46d5..d7400f4fd5ed 100644 --- a/sys/netpfil/ipfw/pmod/tcpmod.c +++ b/sys/netpfil/ipfw/pmod/tcpmod.c @@ -29,8 +29,6 @@ #include "opt_inet6.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/netpfil/pf/if_pflog.c b/sys/netpfil/pf/if_pflog.c index 68f18b13bafe..82e0daa01898 100644 --- a/sys/netpfil/pf/if_pflog.c +++ b/sys/netpfil/pf/if_pflog.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" #include "opt_bpf.h" diff --git a/sys/netpfil/pf/if_pfsync.c b/sys/netpfil/pf/if_pfsync.c index fa5ffd4649f6..db448c9bbc48 100644 --- a/sys/netpfil/pf/if_pfsync.c +++ b/sys/netpfil/pf/if_pfsync.c @@ -60,8 +60,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" #include "opt_pf.h" diff --git a/sys/netpfil/pf/pf.c b/sys/netpfil/pf/pf.c index 9162f8cf949b..7fb47a297f9e 100644 --- a/sys/netpfil/pf/pf.c +++ b/sys/netpfil/pf/pf.c @@ -38,8 +38,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_bpf.h" #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/netpfil/pf/pf_if.c b/sys/netpfil/pf/pf_if.c index 37cf9ffaff64..95f63ed663ca 100644 --- a/sys/netpfil/pf/pf_if.c +++ b/sys/netpfil/pf/pf_if.c @@ -36,8 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/netpfil/pf/pf_ioctl.c b/sys/netpfil/pf/pf_ioctl.c index 78727566cde6..65bab7195d46 100644 --- a/sys/netpfil/pf/pf_ioctl.c +++ b/sys/netpfil/pf/pf_ioctl.c @@ -38,8 +38,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" #include "opt_bpf.h" diff --git a/sys/netpfil/pf/pf_lb.c b/sys/netpfil/pf/pf_lb.c index 3055741f1fc0..09e5d6a7a97f 100644 --- a/sys/netpfil/pf/pf_lb.c +++ b/sys/netpfil/pf/pf_lb.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_pf.h" #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/netpfil/pf/pf_norm.c b/sys/netpfil/pf/pf_norm.c index d3fb5dcc00ab..8f532ad08c46 100644 --- a/sys/netpfil/pf/pf_norm.c +++ b/sys/netpfil/pf/pf_norm.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" #include "opt_pf.h" diff --git a/sys/netpfil/pf/pf_nv.c b/sys/netpfil/pf/pf_nv.c index aefd0268dde9..c4fa276da8fe 100644 --- a/sys/netpfil/pf/pf_nv.c +++ b/sys/netpfil/pf/pf_nv.c @@ -26,8 +26,6 @@ * */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/netpfil/pf/pf_osfp.c b/sys/netpfil/pf/pf_osfp.c index 90b491dc3421..e9fdd8e76a18 100644 --- a/sys/netpfil/pf/pf_osfp.c +++ b/sys/netpfil/pf/pf_osfp.c @@ -19,8 +19,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet6.h" #include diff --git a/sys/netpfil/pf/pf_ruleset.c b/sys/netpfil/pf/pf_ruleset.c index c933e2bd27fb..32b6e8eb30ab 100644 --- a/sys/netpfil/pf/pf_ruleset.c +++ b/sys/netpfil/pf/pf_ruleset.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/netpfil/pf/pf_table.c b/sys/netpfil/pf/pf_table.c index cde5df959517..b3e0da20422c 100644 --- a/sys/netpfil/pf/pf_table.c +++ b/sys/netpfil/pf/pf_table.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/netpfil/pf/pfsync_nv.c b/sys/netpfil/pf/pfsync_nv.c index 66b81e8c0b7d..fc065a5eee0d 100644 --- a/sys/netpfil/pf/pfsync_nv.c +++ b/sys/netpfil/pf/pfsync_nv.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/netsmb/smb_conn.c b/sys/netsmb/smb_conn.c index 5b1d30699729..e56e807a8c57 100644 --- a/sys/netsmb/smb_conn.c +++ b/sys/netsmb/smb_conn.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/netsmb/smb_crypt.c b/sys/netsmb/smb_crypt.c index 82626c5546e6..48adc745aafe 100644 --- a/sys/netsmb/smb_crypt.c +++ b/sys/netsmb/smb_crypt.c @@ -36,8 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/netsmb/smb_dev.c b/sys/netsmb/smb_dev.c index 2db07c4555cd..c8aa1287a68c 100644 --- a/sys/netsmb/smb_dev.c +++ b/sys/netsmb/smb_dev.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/netsmb/smb_iod.c b/sys/netsmb/smb_iod.c index c0a8553b526f..e39b9e631394 100644 --- a/sys/netsmb/smb_iod.c +++ b/sys/netsmb/smb_iod.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/netsmb/smb_rq.c b/sys/netsmb/smb_rq.c index 1af1ff92dfa0..71f6e221ace9 100644 --- a/sys/netsmb/smb_rq.c +++ b/sys/netsmb/smb_rq.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/netsmb/smb_smb.c b/sys/netsmb/smb_smb.c index 207c1306b031..c5eb302fb83b 100644 --- a/sys/netsmb/smb_smb.c +++ b/sys/netsmb/smb_smb.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/netsmb/smb_subr.c b/sys/netsmb/smb_subr.c index 41fd185be90b..8094f9593957 100644 --- a/sys/netsmb/smb_subr.c +++ b/sys/netsmb/smb_subr.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/netsmb/smb_trantcp.c b/sys/netsmb/smb_trantcp.c index 7638d143a373..c3081849df55 100644 --- a/sys/netsmb/smb_trantcp.c +++ b/sys/netsmb/smb_trantcp.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/netsmb/smb_usr.c b/sys/netsmb/smb_usr.c index 176e2db608b4..2c5096128bbe 100644 --- a/sys/netsmb/smb_usr.c +++ b/sys/netsmb/smb_usr.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/nfs/bootp_subr.c b/sys/nfs/bootp_subr.c index d10139756447..af49379c4f05 100644 --- a/sys/nfs/bootp_subr.c +++ b/sys/nfs/bootp_subr.c @@ -45,8 +45,6 @@ #define IN_HISTORICAL_NETS /* include class masks */ #include -__FBSDID("$FreeBSD$"); - #include "opt_bootp.h" #include "opt_nfs.h" #include "opt_rootdevname.h" diff --git a/sys/nfs/krpc_subr.c b/sys/nfs/krpc_subr.c index b4a0abd7a6f1..9bb80eaa7b45 100644 --- a/sys/nfs/krpc_subr.c +++ b/sys/nfs/krpc_subr.c @@ -45,8 +45,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/nfs/nfs_diskless.c b/sys/nfs/nfs_diskless.c index 001673f7a442..084cb337cabc 100644 --- a/sys/nfs/nfs_diskless.c +++ b/sys/nfs/nfs_diskless.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_bootp.h" #include diff --git a/sys/nfs/nfs_nfssvc.c b/sys/nfs/nfs_nfssvc.c index bf22817d2b25..b49afeda5a31 100644 --- a/sys/nfs/nfs_nfssvc.c +++ b/sys/nfs/nfs_nfssvc.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_nfs.h" #include diff --git a/sys/nlm/nlm_advlock.c b/sys/nlm/nlm_advlock.c index 6f361787f4f3..7bea89a6176d 100644 --- a/sys/nlm/nlm_advlock.c +++ b/sys/nlm/nlm_advlock.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/nlm/nlm_prot_clnt.c b/sys/nlm/nlm_prot_clnt.c index a268e63f6c3c..1bd7193b7ee1 100644 --- a/sys/nlm/nlm_prot_clnt.c +++ b/sys/nlm/nlm_prot_clnt.c @@ -15,8 +15,6 @@ /*static char sccsid[] = "from: * @(#)nlm_prot.x 2.1 88/08/01 4.0 RPCSRC";*/ __RCSID("$NetBSD: nlm_prot.x,v 1.6 2000/06/07 14:30:15 bouyer Exp $"); #endif /* not lint */ -__FBSDID("$FreeBSD$"); - enum clnt_stat nlm_sm_notify_0(struct nlm_sm_status *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) { diff --git a/sys/nlm/nlm_prot_impl.c b/sys/nlm/nlm_prot_impl.c index fb911489475a..a5b917b07f8b 100644 --- a/sys/nlm/nlm_prot_impl.c +++ b/sys/nlm/nlm_prot_impl.c @@ -30,8 +30,6 @@ #include "opt_inet6.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/nlm/nlm_prot_server.c b/sys/nlm/nlm_prot_server.c index fe98db2ee968..8463269224f0 100644 --- a/sys/nlm/nlm_prot_server.c +++ b/sys/nlm/nlm_prot_server.c @@ -33,8 +33,6 @@ /*static char sccsid[] = "from: * @(#)nlm_prot.x 2.1 88/08/01 4.0 RPCSRC";*/ __RCSID("$NetBSD: nlm_prot.x,v 1.6 2000/06/07 14:30:15 bouyer Exp $"); #endif /* not lint */ -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/nlm/nlm_prot_svc.c b/sys/nlm/nlm_prot_svc.c index d647918f2078..806d977d202c 100644 --- a/sys/nlm/nlm_prot_svc.c +++ b/sys/nlm/nlm_prot_svc.c @@ -39,8 +39,6 @@ /*static char sccsid[] = "from: * @(#)nlm_prot.x 2.1 88/08/01 4.0 RPCSRC";*/ __RCSID("$NetBSD: nlm_prot.x,v 1.6 2000/06/07 14:30:15 bouyer Exp $"); #endif /* not lint */ -__FBSDID("$FreeBSD$"); - void nlm_prog_0(struct svc_req *rqstp, SVCXPRT *transp); void nlm_prog_1(struct svc_req *rqstp, SVCXPRT *transp); void nlm_prog_3(struct svc_req *rqstp, SVCXPRT *transp); diff --git a/sys/nlm/nlm_prot_xdr.c b/sys/nlm/nlm_prot_xdr.c index d0a6c89eef9b..722776eda588 100644 --- a/sys/nlm/nlm_prot_xdr.c +++ b/sys/nlm/nlm_prot_xdr.c @@ -10,8 +10,6 @@ /*static char sccsid[] = "from: * @(#)nlm_prot.x 2.1 88/08/01 4.0 RPCSRC";*/ __RCSID("$NetBSD: nlm_prot.x,v 1.6 2000/06/07 14:30:15 bouyer Exp $"); #endif /* not lint */ -__FBSDID("$FreeBSD$"); - bool_t xdr_nlm_stats(XDR *xdrs, nlm_stats *objp) { diff --git a/sys/nlm/sm_inter_xdr.c b/sys/nlm/sm_inter_xdr.c index b225078d06ff..6de6ee0debd4 100644 --- a/sys/nlm/sm_inter_xdr.c +++ b/sys/nlm/sm_inter_xdr.c @@ -5,8 +5,6 @@ #include #include -__FBSDID("$FreeBSD$"); - bool_t xdr_sm_name(XDR *xdrs, sm_name *objp) { diff --git a/sys/ofed/drivers/infiniband/core/ib_addr.c b/sys/ofed/drivers/infiniband/core/ib_addr.c index ee5e792027d3..093aab236b39 100644 --- a/sys/ofed/drivers/infiniband/core/ib_addr.c +++ b/sys/ofed/drivers/infiniband/core/ib_addr.c @@ -36,8 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/ofed/drivers/infiniband/core/ib_agent.c b/sys/ofed/drivers/infiniband/core/ib_agent.c index 46dc8a34fd07..4e175036117e 100644 --- a/sys/ofed/drivers/infiniband/core/ib_agent.c +++ b/sys/ofed/drivers/infiniband/core/ib_agent.c @@ -38,8 +38,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/ofed/drivers/infiniband/core/ib_cache.c b/sys/ofed/drivers/infiniband/core/ib_cache.c index 17b283c48e14..b170f2b637f9 100644 --- a/sys/ofed/drivers/infiniband/core/ib_cache.c +++ b/sys/ofed/drivers/infiniband/core/ib_cache.c @@ -36,8 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/ofed/drivers/infiniband/core/ib_cm.c b/sys/ofed/drivers/infiniband/core/ib_cm.c index f7812fe4259a..3ee17a847720 100644 --- a/sys/ofed/drivers/infiniband/core/ib_cm.c +++ b/sys/ofed/drivers/infiniband/core/ib_cm.c @@ -36,8 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/ofed/drivers/infiniband/core/ib_cma.c b/sys/ofed/drivers/infiniband/core/ib_cma.c index f8a346dac35e..fe6e3282dbf9 100644 --- a/sys/ofed/drivers/infiniband/core/ib_cma.c +++ b/sys/ofed/drivers/infiniband/core/ib_cma.c @@ -36,8 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #define LINUXKPI_PARAM_PREFIX ibcore_ #include "opt_inet.h" diff --git a/sys/ofed/drivers/infiniband/core/ib_core_uverbs.c b/sys/ofed/drivers/infiniband/core/ib_core_uverbs.c index 1645d0661490..b49722fc5ee1 100644 --- a/sys/ofed/drivers/infiniband/core/ib_core_uverbs.c +++ b/sys/ofed/drivers/infiniband/core/ib_core_uverbs.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "uverbs.h" #include "core_priv.h" diff --git a/sys/ofed/drivers/infiniband/core/ib_cq.c b/sys/ofed/drivers/infiniband/core/ib_cq.c index ae46f7882fd6..d455f2c7c9ed 100644 --- a/sys/ofed/drivers/infiniband/core/ib_cq.c +++ b/sys/ofed/drivers/infiniband/core/ib_cq.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/ofed/drivers/infiniband/core/ib_device.c b/sys/ofed/drivers/infiniband/core/ib_device.c index f4ab1f945f58..4b7ab9bf9659 100644 --- a/sys/ofed/drivers/infiniband/core/ib_device.c +++ b/sys/ofed/drivers/infiniband/core/ib_device.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/ofed/drivers/infiniband/core/ib_fmr_pool.c b/sys/ofed/drivers/infiniband/core/ib_fmr_pool.c index 79b098251ab1..b7587b7420ee 100644 --- a/sys/ofed/drivers/infiniband/core/ib_fmr_pool.c +++ b/sys/ofed/drivers/infiniband/core/ib_fmr_pool.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/ofed/drivers/infiniband/core/ib_iwcm.c b/sys/ofed/drivers/infiniband/core/ib_iwcm.c index de47f6e1469f..942de2e46f06 100644 --- a/sys/ofed/drivers/infiniband/core/ib_iwcm.c +++ b/sys/ofed/drivers/infiniband/core/ib_iwcm.c @@ -38,8 +38,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/ofed/drivers/infiniband/core/ib_iwpm_msg.c b/sys/ofed/drivers/infiniband/core/ib_iwpm_msg.c index b204696bafc9..dddbbddf1cb8 100644 --- a/sys/ofed/drivers/infiniband/core/ib_iwpm_msg.c +++ b/sys/ofed/drivers/infiniband/core/ib_iwpm_msg.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "iwpm_util.h" static int iwpm_user_pid = IWPM_PID_UNDEFINED; diff --git a/sys/ofed/drivers/infiniband/core/ib_iwpm_util.c b/sys/ofed/drivers/infiniband/core/ib_iwpm_util.c index 2bdae9d8f787..cc9930837ddb 100644 --- a/sys/ofed/drivers/infiniband/core/ib_iwpm_util.c +++ b/sys/ofed/drivers/infiniband/core/ib_iwpm_util.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "iwpm_util.h" #define IWPM_MAPINFO_HASH_SIZE 512 diff --git a/sys/ofed/drivers/infiniband/core/ib_mad.c b/sys/ofed/drivers/infiniband/core/ib_mad.c index 9de97d749f6d..9eee0c818966 100644 --- a/sys/ofed/drivers/infiniband/core/ib_mad.c +++ b/sys/ofed/drivers/infiniband/core/ib_mad.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #define LINUXKPI_PARAM_PREFIX ibcore_ #define KBUILD_MODNAME "ibcore" diff --git a/sys/ofed/drivers/infiniband/core/ib_mad_rmpp.c b/sys/ofed/drivers/infiniband/core/ib_mad_rmpp.c index 60bdb90c4b5e..2332e972fc45 100644 --- a/sys/ofed/drivers/infiniband/core/ib_mad_rmpp.c +++ b/sys/ofed/drivers/infiniband/core/ib_mad_rmpp.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "mad_priv.h" diff --git a/sys/ofed/drivers/infiniband/core/ib_multicast.c b/sys/ofed/drivers/infiniband/core/ib_multicast.c index b323f17a99ea..70159507a189 100644 --- a/sys/ofed/drivers/infiniband/core/ib_multicast.c +++ b/sys/ofed/drivers/infiniband/core/ib_multicast.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #define LINUXKPI_PARAM_PREFIX ibcore_ #include diff --git a/sys/ofed/drivers/infiniband/core/ib_packer.c b/sys/ofed/drivers/infiniband/core/ib_packer.c index d046c8c0f557..324b147307cc 100644 --- a/sys/ofed/drivers/infiniband/core/ib_packer.c +++ b/sys/ofed/drivers/infiniband/core/ib_packer.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/ofed/drivers/infiniband/core/ib_roce_gid_mgmt.c b/sys/ofed/drivers/infiniband/core/ib_roce_gid_mgmt.c index 0acb16935986..3b6413d47e23 100644 --- a/sys/ofed/drivers/infiniband/core/ib_roce_gid_mgmt.c +++ b/sys/ofed/drivers/infiniband/core/ib_roce_gid_mgmt.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "core_priv.h" #include diff --git a/sys/ofed/drivers/infiniband/core/ib_sa_query.c b/sys/ofed/drivers/infiniband/core/ib_sa_query.c index 03b7ceb5dc4e..f332f025efcc 100644 --- a/sys/ofed/drivers/infiniband/core/ib_sa_query.c +++ b/sys/ofed/drivers/infiniband/core/ib_sa_query.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/ofed/drivers/infiniband/core/ib_smi.c b/sys/ofed/drivers/infiniband/core/ib_smi.c index 6307ac4f9fb7..9f778e69b923 100644 --- a/sys/ofed/drivers/infiniband/core/ib_smi.c +++ b/sys/ofed/drivers/infiniband/core/ib_smi.c @@ -39,8 +39,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include "smi.h" #include "opa_smi.h" diff --git a/sys/ofed/drivers/infiniband/core/ib_sysfs.c b/sys/ofed/drivers/infiniband/core/ib_sysfs.c index 63f6c2641b83..6c0a8643951d 100644 --- a/sys/ofed/drivers/infiniband/core/ib_sysfs.c +++ b/sys/ofed/drivers/infiniband/core/ib_sysfs.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "core_priv.h" #include diff --git a/sys/ofed/drivers/infiniband/core/ib_ucm.c b/sys/ofed/drivers/infiniband/core/ib_ucm.c index e18f023118d1..9666051d1c4f 100644 --- a/sys/ofed/drivers/infiniband/core/ib_ucm.c +++ b/sys/ofed/drivers/infiniband/core/ib_ucm.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/ofed/drivers/infiniband/core/ib_ucma.c b/sys/ofed/drivers/infiniband/core/ib_ucma.c index 0082c60f0b6c..6d024a74a23a 100644 --- a/sys/ofed/drivers/infiniband/core/ib_ucma.c +++ b/sys/ofed/drivers/infiniband/core/ib_ucma.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/ofed/drivers/infiniband/core/ib_ud_header.c b/sys/ofed/drivers/infiniband/core/ib_ud_header.c index 49fdba5cb897..2a7f62a75ef0 100644 --- a/sys/ofed/drivers/infiniband/core/ib_ud_header.c +++ b/sys/ofed/drivers/infiniband/core/ib_ud_header.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/ofed/drivers/infiniband/core/ib_umem.c b/sys/ofed/drivers/infiniband/core/ib_umem.c index 889908eed688..ff92c4fa12a5 100644 --- a/sys/ofed/drivers/infiniband/core/ib_umem.c +++ b/sys/ofed/drivers/infiniband/core/ib_umem.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #define LINUXKPI_PARAM_PREFIX ibcore_ #include diff --git a/sys/ofed/drivers/infiniband/core/ib_umem_odp.c b/sys/ofed/drivers/infiniband/core/ib_umem_odp.c index fda0fe156829..9a39e97bc4bc 100644 --- a/sys/ofed/drivers/infiniband/core/ib_umem_odp.c +++ b/sys/ofed/drivers/infiniband/core/ib_umem_odp.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/ofed/drivers/infiniband/core/ib_umem_rbtree.c b/sys/ofed/drivers/infiniband/core/ib_umem_rbtree.c index aa5a7d5d1dc8..474ff8a38c54 100644 --- a/sys/ofed/drivers/infiniband/core/ib_umem_rbtree.c +++ b/sys/ofed/drivers/infiniband/core/ib_umem_rbtree.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/ofed/drivers/infiniband/core/ib_user_mad.c b/sys/ofed/drivers/infiniband/core/ib_user_mad.c index ad9e0ab93ae0..edebe21e0c2f 100644 --- a/sys/ofed/drivers/infiniband/core/ib_user_mad.c +++ b/sys/ofed/drivers/infiniband/core/ib_user_mad.c @@ -36,8 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #define pr_fmt(fmt) "user_mad: " fmt #include diff --git a/sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c b/sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c index 4f7bd1666d67..bd05e80fbd22 100644 --- a/sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c +++ b/sys/ofed/drivers/infiniband/core/ib_uverbs_cmd.c @@ -36,8 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #define LINUXKPI_PARAM_PREFIX ibcore_ #include diff --git a/sys/ofed/drivers/infiniband/core/ib_uverbs_main.c b/sys/ofed/drivers/infiniband/core/ib_uverbs_main.c index 432d46760ecb..c01ee4a954ed 100644 --- a/sys/ofed/drivers/infiniband/core/ib_uverbs_main.c +++ b/sys/ofed/drivers/infiniband/core/ib_uverbs_main.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/ofed/drivers/infiniband/core/ib_uverbs_marshall.c b/sys/ofed/drivers/infiniband/core/ib_uverbs_marshall.c index bf23f264d903..5c863875abfa 100644 --- a/sys/ofed/drivers/infiniband/core/ib_uverbs_marshall.c +++ b/sys/ofed/drivers/infiniband/core/ib_uverbs_marshall.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include void ib_copy_ah_attr_to_user(struct ib_uverbs_ah_attr *dst, diff --git a/sys/ofed/drivers/infiniband/core/ib_verbs.c b/sys/ofed/drivers/infiniband/core/ib_verbs.c index 42bbea723d7d..bab55dbe6a71 100644 --- a/sys/ofed/drivers/infiniband/core/ib_verbs.c +++ b/sys/ofed/drivers/infiniband/core/ib_verbs.c @@ -39,8 +39,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_cm.c b/sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_cm.c index 40ab0d98c739..03487afedd55 100644 --- a/sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_cm.c +++ b/sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_cm.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "ipoib.h" #ifdef CONFIG_INFINIBAND_IPOIB_CM diff --git a/sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_ethtool.c b/sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_ethtool.c index 8ee0ef62f7e1..841326bd958d 100644 --- a/sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_ethtool.c +++ b/sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_ethtool.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_fs.c b/sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_fs.c index fd247415b50d..6bb801aaf9f3 100644 --- a/sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_fs.c +++ b/sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_fs.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_ib.c b/sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_ib.c index da0fbc7630fe..f3d377d513a8 100644 --- a/sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_ib.c +++ b/sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_ib.c @@ -36,8 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "ipoib.h" #include diff --git a/sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_main.c b/sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_main.c index fe4581e456d3..c8f7574a12fa 100644 --- a/sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_main.c +++ b/sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_main.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "ipoib.h" #include diff --git a/sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_multicast.c b/sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_multicast.c index 72806c6e750f..3e8954eba4e4 100644 --- a/sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_multicast.c +++ b/sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_multicast.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "ipoib.h" #include diff --git a/sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_verbs.c b/sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_verbs.c index bba78559c959..b5b2c726672c 100644 --- a/sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_verbs.c +++ b/sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_verbs.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "ipoib.h" int ipoib_mcast_attach(struct ipoib_dev_priv *priv, u16 mlid, union ib_gid *mgid, int set_qkey) diff --git a/sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_vlan.c b/sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_vlan.c index bcb7e66a114c..01a3b25ec2eb 100644 --- a/sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_vlan.c +++ b/sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_vlan.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/ofed/drivers/infiniband/ulp/sdp/sdp_main.c b/sys/ofed/drivers/infiniband/ulp/sdp/sdp_main.c index 7a4403488ecf..d46e030c5990 100644 --- a/sys/ofed/drivers/infiniband/ulp/sdp/sdp_main.c +++ b/sys/ofed/drivers/infiniband/ulp/sdp/sdp_main.c @@ -63,8 +63,6 @@ * */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/opencrypto/cbc_mac.c b/sys/opencrypto/cbc_mac.c index cfba24eeab31..ed9230beaf49 100644 --- a/sys/opencrypto/cbc_mac.c +++ b/sys/opencrypto/cbc_mac.c @@ -23,8 +23,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/opencrypto/criov.c b/sys/opencrypto/criov.c index c1bd4919ec5c..f17919bee706 100644 --- a/sys/opencrypto/criov.c +++ b/sys/opencrypto/criov.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/opencrypto/crypto.c b/sys/opencrypto/crypto.c index 75d00ccb9832..e840d514fcd5 100644 --- a/sys/opencrypto/crypto.c +++ b/sys/opencrypto/crypto.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Cryptographic Subsystem. * diff --git a/sys/opencrypto/cryptodeflate.c b/sys/opencrypto/cryptodeflate.c index b945733a9ce5..58fff6732423 100644 --- a/sys/opencrypto/cryptodeflate.c +++ b/sys/opencrypto/cryptodeflate.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/opencrypto/cryptodev.c b/sys/opencrypto/cryptodev.c index 45003691f2e6..118f043d4aec 100644 --- a/sys/opencrypto/cryptodev.c +++ b/sys/opencrypto/cryptodev.c @@ -42,8 +42,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/opencrypto/cryptosoft.c b/sys/opencrypto/cryptosoft.c index 0eb5bc420886..972060c198a9 100644 --- a/sys/opencrypto/cryptosoft.c +++ b/sys/opencrypto/cryptosoft.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/opencrypto/ktls_ocf.c b/sys/opencrypto/ktls_ocf.c index 25d50adba5ca..0b9a07a9c83e 100644 --- a/sys/opencrypto/ktls_ocf.c +++ b/sys/opencrypto/ktls_ocf.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/opencrypto/rmd160.c b/sys/opencrypto/rmd160.c index 0ca23649113d..ca091a9ef067 100644 --- a/sys/opencrypto/rmd160.c +++ b/sys/opencrypto/rmd160.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/opencrypto/xform_aes_cbc.c b/sys/opencrypto/xform_aes_cbc.c index 833a792d0f76..e76fa6554bbf 100644 --- a/sys/opencrypto/xform_aes_cbc.c +++ b/sys/opencrypto/xform_aes_cbc.c @@ -48,8 +48,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/opencrypto/xform_aes_icm.c b/sys/opencrypto/xform_aes_icm.c index d25e4545c3ab..648a270ab252 100644 --- a/sys/opencrypto/xform_aes_icm.c +++ b/sys/opencrypto/xform_aes_icm.c @@ -48,8 +48,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/opencrypto/xform_aes_xts.c b/sys/opencrypto/xform_aes_xts.c index eda17780db98..c97313f60236 100644 --- a/sys/opencrypto/xform_aes_xts.c +++ b/sys/opencrypto/xform_aes_xts.c @@ -48,8 +48,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/opencrypto/xform_cbc_mac.c b/sys/opencrypto/xform_cbc_mac.c index d55e66e45255..c3447de3ebe3 100644 --- a/sys/opencrypto/xform_cbc_mac.c +++ b/sys/opencrypto/xform_cbc_mac.c @@ -1,6 +1,4 @@ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/opencrypto/xform_cml.c b/sys/opencrypto/xform_cml.c index 970e0fd6aa76..31c508ebc653 100644 --- a/sys/opencrypto/xform_cml.c +++ b/sys/opencrypto/xform_cml.c @@ -48,8 +48,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/opencrypto/xform_deflate.c b/sys/opencrypto/xform_deflate.c index b7b81c332bb4..f4e3b5e4dfed 100644 --- a/sys/opencrypto/xform_deflate.c +++ b/sys/opencrypto/xform_deflate.c @@ -48,8 +48,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/opencrypto/xform_gmac.c b/sys/opencrypto/xform_gmac.c index 3e53065c5dff..152158cf8b6d 100644 --- a/sys/opencrypto/xform_gmac.c +++ b/sys/opencrypto/xform_gmac.c @@ -48,8 +48,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/opencrypto/xform_null.c b/sys/opencrypto/xform_null.c index e8741cbe6366..42a9a6c6d9ec 100644 --- a/sys/opencrypto/xform_null.c +++ b/sys/opencrypto/xform_null.c @@ -48,8 +48,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/opencrypto/xform_poly1305.c b/sys/opencrypto/xform_poly1305.c index 5620c2c42d7d..7a20e4e10c14 100644 --- a/sys/opencrypto/xform_poly1305.c +++ b/sys/opencrypto/xform_poly1305.c @@ -1,8 +1,6 @@ /* This file is in the public domain. */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/opencrypto/xform_rmd160.c b/sys/opencrypto/xform_rmd160.c index bb11de4da5ea..ddf988fe6913 100644 --- a/sys/opencrypto/xform_rmd160.c +++ b/sys/opencrypto/xform_rmd160.c @@ -48,8 +48,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/opencrypto/xform_sha1.c b/sys/opencrypto/xform_sha1.c index c36ba467ce8e..0bf737ed8cb5 100644 --- a/sys/opencrypto/xform_sha1.c +++ b/sys/opencrypto/xform_sha1.c @@ -48,8 +48,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/opencrypto/xform_sha2.c b/sys/opencrypto/xform_sha2.c index c1b55247b227..a2359efc2348 100644 --- a/sys/opencrypto/xform_sha2.c +++ b/sys/opencrypto/xform_sha2.c @@ -48,8 +48,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/aim/aim_machdep.c b/sys/powerpc/aim/aim_machdep.c index 3140de8d8977..b439905441d3 100644 --- a/sys/powerpc/aim/aim_machdep.c +++ b/sys/powerpc/aim/aim_machdep.c @@ -55,8 +55,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ddb.h" #include "opt_kstack_pages.h" #include "opt_platform.h" diff --git a/sys/powerpc/aim/mmu_oea.c b/sys/powerpc/aim/mmu_oea.c index 9f58e4825b61..363eb0c4c9a7 100644 --- a/sys/powerpc/aim/mmu_oea.c +++ b/sys/powerpc/aim/mmu_oea.c @@ -86,8 +86,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Manages physical address maps. * diff --git a/sys/powerpc/aim/mmu_oea64.c b/sys/powerpc/aim/mmu_oea64.c index a91ee78e025c..4266047ee3e2 100644 --- a/sys/powerpc/aim/mmu_oea64.c +++ b/sys/powerpc/aim/mmu_oea64.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Manages physical address maps. * diff --git a/sys/powerpc/aim/mmu_radix.c b/sys/powerpc/aim/mmu_radix.c index 6fc34dac21f4..32d08d2d7026 100644 --- a/sys/powerpc/aim/mmu_radix.c +++ b/sys/powerpc/aim/mmu_radix.c @@ -28,8 +28,6 @@ #include "opt_platform.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/aim/moea64_native.c b/sys/powerpc/aim/moea64_native.c index f6bc65739eef..bf254e1f466c 100644 --- a/sys/powerpc/aim/moea64_native.c +++ b/sys/powerpc/aim/moea64_native.c @@ -86,8 +86,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Native 64-bit page table operations for running without a hypervisor. */ diff --git a/sys/powerpc/aim/mp_cpudep.c b/sys/powerpc/aim/mp_cpudep.c index dc36745fc717..192fefd0212f 100644 --- a/sys/powerpc/aim/mp_cpudep.c +++ b/sys/powerpc/aim/mp_cpudep.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/amigaone/cpld_a1222.c b/sys/powerpc/amigaone/cpld_a1222.c index 7cbab53a80c5..e8fc19f8853c 100644 --- a/sys/powerpc/amigaone/cpld_a1222.c +++ b/sys/powerpc/amigaone/cpld_a1222.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/amigaone/cpld_x5000.c b/sys/powerpc/amigaone/cpld_x5000.c index 714eeb1eb3b7..7688f669a35e 100644 --- a/sys/powerpc/amigaone/cpld_x5000.c +++ b/sys/powerpc/amigaone/cpld_x5000.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/amigaone/platform_amigaone.c b/sys/powerpc/amigaone/platform_amigaone.c index ab328d041f97..65f69eaab081 100644 --- a/sys/powerpc/amigaone/platform_amigaone.c +++ b/sys/powerpc/amigaone/platform_amigaone.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/booke/booke_machdep.c b/sys/powerpc/booke/booke_machdep.c index 5db1a17fc243..23561884f222 100644 --- a/sys/powerpc/booke/booke_machdep.c +++ b/sys/powerpc/booke/booke_machdep.c @@ -79,8 +79,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ddb.h" #include "opt_hwpmc_hooks.h" #include "opt_kstack_pages.h" diff --git a/sys/powerpc/booke/machdep_e500.c b/sys/powerpc/booke/machdep_e500.c index 9e7b077dd820..539b92736e6a 100644 --- a/sys/powerpc/booke/machdep_e500.c +++ b/sys/powerpc/booke/machdep_e500.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/booke/mp_cpudep.c b/sys/powerpc/booke/mp_cpudep.c index 452470a7b231..88900ddb7f80 100644 --- a/sys/powerpc/booke/mp_cpudep.c +++ b/sys/powerpc/booke/mp_cpudep.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/booke/platform_bare.c b/sys/powerpc/booke/platform_bare.c index cdb5a8eea79c..e004c15c9c5d 100644 --- a/sys/powerpc/booke/platform_bare.c +++ b/sys/powerpc/booke/platform_bare.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/booke/pmap.c b/sys/powerpc/booke/pmap.c index 07e961995cd7..fe6b95eda085 100644 --- a/sys/powerpc/booke/pmap.c +++ b/sys/powerpc/booke/pmap.c @@ -74,8 +74,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ddb.h" #include "opt_kstack_pages.h" diff --git a/sys/powerpc/booke/pmap_32.c b/sys/powerpc/booke/pmap_32.c index 5a84850d6f63..c823bd640c6d 100644 --- a/sys/powerpc/booke/pmap_32.c +++ b/sys/powerpc/booke/pmap_32.c @@ -46,8 +46,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ddb.h" #include "opt_kstack_pages.h" diff --git a/sys/powerpc/booke/pmap_64.c b/sys/powerpc/booke/pmap_64.c index 5f45c41adbea..968d9d9aa472 100644 --- a/sys/powerpc/booke/pmap_64.c +++ b/sys/powerpc/booke/pmap_64.c @@ -48,8 +48,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ddb.h" #include "opt_kstack_pages.h" diff --git a/sys/powerpc/booke/spe.c b/sys/powerpc/booke/spe.c index 89c1c14d7381..30204698ec1f 100644 --- a/sys/powerpc/booke/spe.c +++ b/sys/powerpc/booke/spe.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/cpufreq/dfs.c b/sys/powerpc/cpufreq/dfs.c index f8186ec815c5..fc747189f30a 100644 --- a/sys/powerpc/cpufreq/dfs.c +++ b/sys/powerpc/cpufreq/dfs.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/cpufreq/mpc85xx_jog.c b/sys/powerpc/cpufreq/mpc85xx_jog.c index 31b3143cc42c..aa098915e22f 100644 --- a/sys/powerpc/cpufreq/mpc85xx_jog.c +++ b/sys/powerpc/cpufreq/mpc85xx_jog.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/cpufreq/pcr.c b/sys/powerpc/cpufreq/pcr.c index ecf47fcd31fa..6c2c3de1ef43 100644 --- a/sys/powerpc/cpufreq/pcr.c +++ b/sys/powerpc/cpufreq/pcr.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/cpufreq/pmcr.c b/sys/powerpc/cpufreq/pmcr.c index f1a9c984d080..f736ad25bcce 100644 --- a/sys/powerpc/cpufreq/pmcr.c +++ b/sys/powerpc/cpufreq/pmcr.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/cpufreq/pmufreq.c b/sys/powerpc/cpufreq/pmufreq.c index 25b490999482..3e0ecbd9be30 100644 --- a/sys/powerpc/cpufreq/pmufreq.c +++ b/sys/powerpc/cpufreq/pmufreq.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/fpu/fpu_add.c b/sys/powerpc/fpu/fpu_add.c index fdab0d8872ab..80d19d78c1fa 100644 --- a/sys/powerpc/fpu/fpu_add.c +++ b/sys/powerpc/fpu/fpu_add.c @@ -49,8 +49,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/powerpc/fpu/fpu_compare.c b/sys/powerpc/fpu/fpu_compare.c index 633d32dcc717..21441c0049ca 100644 --- a/sys/powerpc/fpu/fpu_compare.c +++ b/sys/powerpc/fpu/fpu_compare.c @@ -50,8 +50,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/powerpc/fpu/fpu_div.c b/sys/powerpc/fpu/fpu_div.c index 7536d4aaa69e..6c198ff75a2c 100644 --- a/sys/powerpc/fpu/fpu_div.c +++ b/sys/powerpc/fpu/fpu_div.c @@ -47,8 +47,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/powerpc/fpu/fpu_emu.c b/sys/powerpc/fpu/fpu_emu.c index c8c1f0b4b7ee..393252005a95 100644 --- a/sys/powerpc/fpu/fpu_emu.c +++ b/sys/powerpc/fpu/fpu_emu.c @@ -78,8 +78,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ddb.h" #include diff --git a/sys/powerpc/fpu/fpu_explode.c b/sys/powerpc/fpu/fpu_explode.c index 1c30f821031a..8cf82dcfdb7a 100644 --- a/sys/powerpc/fpu/fpu_explode.c +++ b/sys/powerpc/fpu/fpu_explode.c @@ -48,8 +48,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/powerpc/fpu/fpu_implode.c b/sys/powerpc/fpu/fpu_implode.c index 8ccf4b2f8243..6965c0fb2e11 100644 --- a/sys/powerpc/fpu/fpu_implode.c +++ b/sys/powerpc/fpu/fpu_implode.c @@ -48,8 +48,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/powerpc/fpu/fpu_mul.c b/sys/powerpc/fpu/fpu_mul.c index 336ddaee9607..25c1427141d2 100644 --- a/sys/powerpc/fpu/fpu_mul.c +++ b/sys/powerpc/fpu/fpu_mul.c @@ -47,8 +47,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/powerpc/fpu/fpu_sqrt.c b/sys/powerpc/fpu/fpu_sqrt.c index 5a95d7eae115..f675773903de 100644 --- a/sys/powerpc/fpu/fpu_sqrt.c +++ b/sys/powerpc/fpu/fpu_sqrt.c @@ -47,8 +47,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/powerpc/fpu/fpu_subr.c b/sys/powerpc/fpu/fpu_subr.c index fbe1bc70aa5a..c437a451893f 100644 --- a/sys/powerpc/fpu/fpu_subr.c +++ b/sys/powerpc/fpu/fpu_subr.c @@ -47,8 +47,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/powerpc/mambo/mambo.c b/sys/powerpc/mambo/mambo.c index 1879e5aad649..5360c00bb5b5 100644 --- a/sys/powerpc/mambo/mambo.c +++ b/sys/powerpc/mambo/mambo.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/mambo/mambo_console.c b/sys/powerpc/mambo/mambo_console.c index 607ba9b7f5fb..5a58ad8ff226 100644 --- a/sys/powerpc/mambo/mambo_console.c +++ b/sys/powerpc/mambo/mambo_console.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/mambo/mambo_disk.c b/sys/powerpc/mambo/mambo_disk.c index 54b7154d7278..d304a40cecba 100644 --- a/sys/powerpc/mambo/mambo_disk.c +++ b/sys/powerpc/mambo/mambo_disk.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/mikrotik/platform_rb.c b/sys/powerpc/mikrotik/platform_rb.c index e05c59b37636..6e0229bc4cf5 100644 --- a/sys/powerpc/mikrotik/platform_rb.c +++ b/sys/powerpc/mikrotik/platform_rb.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/mikrotik/rb_led.c b/sys/powerpc/mikrotik/rb_led.c index e9da590a05f2..2c1aebc3b00e 100644 --- a/sys/powerpc/mikrotik/rb_led.c +++ b/sys/powerpc/mikrotik/rb_led.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/mpc85xx/atpic.c b/sys/powerpc/mpc85xx/atpic.c index 93151f737a7d..d364ef8c6262 100644 --- a/sys/powerpc/mpc85xx/atpic.c +++ b/sys/powerpc/mpc85xx/atpic.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/mpc85xx/ds1553_bus_fdt.c b/sys/powerpc/mpc85xx/ds1553_bus_fdt.c index 2902feaf2c9f..78c09b246c39 100644 --- a/sys/powerpc/mpc85xx/ds1553_bus_fdt.c +++ b/sys/powerpc/mpc85xx/ds1553_bus_fdt.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/mpc85xx/ds1553_core.c b/sys/powerpc/mpc85xx/ds1553_core.c index e8785002a682..c0e4ae3907e8 100644 --- a/sys/powerpc/mpc85xx/ds1553_core.c +++ b/sys/powerpc/mpc85xx/ds1553_core.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/mpc85xx/fsl_diu.c b/sys/powerpc/mpc85xx/fsl_diu.c index 23750b6c8579..e19fbbd37e43 100644 --- a/sys/powerpc/mpc85xx/fsl_diu.c +++ b/sys/powerpc/mpc85xx/fsl_diu.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/mpc85xx/fsl_espi.c b/sys/powerpc/mpc85xx/fsl_espi.c index f466b598ac8e..220b1ea40851 100644 --- a/sys/powerpc/mpc85xx/fsl_espi.c +++ b/sys/powerpc/mpc85xx/fsl_espi.c @@ -25,8 +25,6 @@ * */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/mpc85xx/fsl_sata.c b/sys/powerpc/mpc85xx/fsl_sata.c index 22b9a7baf0fb..16a8ec963b27 100644 --- a/sys/powerpc/mpc85xx/fsl_sata.c +++ b/sys/powerpc/mpc85xx/fsl_sata.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/mpc85xx/i2c.c b/sys/powerpc/mpc85xx/i2c.c index 210b24078022..d506c9155f53 100644 --- a/sys/powerpc/mpc85xx/i2c.c +++ b/sys/powerpc/mpc85xx/i2c.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/mpc85xx/isa.c b/sys/powerpc/mpc85xx/isa.c index cc97a8984fd0..4ef6ca948168 100644 --- a/sys/powerpc/mpc85xx/isa.c +++ b/sys/powerpc/mpc85xx/isa.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/mpc85xx/lbc.c b/sys/powerpc/mpc85xx/lbc.c index 61573a03af92..3652b20984a6 100644 --- a/sys/powerpc/mpc85xx/lbc.c +++ b/sys/powerpc/mpc85xx/lbc.c @@ -36,8 +36,6 @@ #include "opt_platform.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/mpc85xx/mpc85xx.c b/sys/powerpc/mpc85xx/mpc85xx.c index 699dadf12088..a36718fbd165 100644 --- a/sys/powerpc/mpc85xx/mpc85xx.c +++ b/sys/powerpc/mpc85xx/mpc85xx.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_platform.h" #include #include diff --git a/sys/powerpc/mpc85xx/mpc85xx_cache.c b/sys/powerpc/mpc85xx/mpc85xx_cache.c index 216481a86a56..215361b54152 100644 --- a/sys/powerpc/mpc85xx/mpc85xx_cache.c +++ b/sys/powerpc/mpc85xx/mpc85xx_cache.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/mpc85xx/mpc85xx_gpio.c b/sys/powerpc/mpc85xx/mpc85xx_gpio.c index c6e652f75834..f8c46a9975ae 100644 --- a/sys/powerpc/mpc85xx/mpc85xx_gpio.c +++ b/sys/powerpc/mpc85xx/mpc85xx_gpio.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/mpc85xx/pci_mpc85xx.c b/sys/powerpc/mpc85xx/pci_mpc85xx.c index c2d992f552bf..7409d8c4e07b 100644 --- a/sys/powerpc/mpc85xx/pci_mpc85xx.c +++ b/sys/powerpc/mpc85xx/pci_mpc85xx.c @@ -36,8 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/mpc85xx/pci_mpc85xx_pcib.c b/sys/powerpc/mpc85xx/pci_mpc85xx_pcib.c index e56f01bfbaa5..ea72fe413457 100644 --- a/sys/powerpc/mpc85xx/pci_mpc85xx_pcib.c +++ b/sys/powerpc/mpc85xx/pci_mpc85xx_pcib.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/mpc85xx/platform_mpc85xx.c b/sys/powerpc/mpc85xx/platform_mpc85xx.c index f62a3a68c661..1067d835a409 100644 --- a/sys/powerpc/mpc85xx/platform_mpc85xx.c +++ b/sys/powerpc/mpc85xx/platform_mpc85xx.c @@ -28,8 +28,6 @@ #include "opt_platform.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/ofw/ofw_initrd.c b/sys/powerpc/ofw/ofw_initrd.c index a60eee8b16f8..8f4a6e6e1f27 100644 --- a/sys/powerpc/ofw/ofw_initrd.c +++ b/sys/powerpc/ofw/ofw_initrd.c @@ -23,8 +23,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/ofw/ofw_machdep.c b/sys/powerpc/ofw/ofw_machdep.c index 24b89f9dd00d..f850efa6c713 100644 --- a/sys/powerpc/ofw/ofw_machdep.c +++ b/sys/powerpc/ofw/ofw_machdep.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_platform.h" #include #include diff --git a/sys/powerpc/ofw/ofw_pcib_pci.c b/sys/powerpc/ofw/ofw_pcib_pci.c index 56fa7eb0edb3..940ddb178734 100644 --- a/sys/powerpc/ofw/ofw_pcib_pci.c +++ b/sys/powerpc/ofw/ofw_pcib_pci.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/ofw/ofw_pcibus.c b/sys/powerpc/ofw/ofw_pcibus.c index 8c945983629e..85b36e37c7ec 100644 --- a/sys/powerpc/ofw/ofw_pcibus.c +++ b/sys/powerpc/ofw/ofw_pcibus.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/ofw/ofw_real.c b/sys/powerpc/ofw/ofw_real.c index cb261143da61..1d29dd4f4c84 100644 --- a/sys/powerpc/ofw/ofw_real.c +++ b/sys/powerpc/ofw/ofw_real.c @@ -58,8 +58,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/ofw/ofw_syscons.c b/sys/powerpc/ofw/ofw_syscons.c index 5e413d2ce163..8e44ebb5abfb 100644 --- a/sys/powerpc/ofw/ofw_syscons.c +++ b/sys/powerpc/ofw/ofw_syscons.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/ofw/openpic_ofw.c b/sys/powerpc/ofw/openpic_ofw.c index fc9fa25e0d17..5f86077f2de8 100644 --- a/sys/powerpc/ofw/openpic_ofw.c +++ b/sys/powerpc/ofw/openpic_ofw.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/ofw/rtas.c b/sys/powerpc/ofw/rtas.c index 216d160a7a2e..a82d42511a6a 100644 --- a/sys/powerpc/ofw/rtas.c +++ b/sys/powerpc/ofw/rtas.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/powermac/ata_kauai.c b/sys/powerpc/powermac/ata_kauai.c index 80fa61e74623..1c1c85ef9b44 100644 --- a/sys/powerpc/powermac/ata_kauai.c +++ b/sys/powerpc/powermac/ata_kauai.c @@ -28,8 +28,6 @@ * */ #include -__FBSDID("$FreeBSD$"); - /* * Mac 'Kauai' PCI ATA controller */ diff --git a/sys/powerpc/powermac/ata_macio.c b/sys/powerpc/powermac/ata_macio.c index bb0f90f99dec..5363fb1c5854 100644 --- a/sys/powerpc/powermac/ata_macio.c +++ b/sys/powerpc/powermac/ata_macio.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Mac-io ATA controller */ diff --git a/sys/powerpc/powermac/atibl.c b/sys/powerpc/powermac/atibl.c index 5bacfe9993ff..6d276040cf27 100644 --- a/sys/powerpc/powermac/atibl.c +++ b/sys/powerpc/powermac/atibl.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/powermac/cpcht.c b/sys/powerpc/powermac/cpcht.c index 390d9711ddfc..5af9b6c94d08 100644 --- a/sys/powerpc/powermac/cpcht.c +++ b/sys/powerpc/powermac/cpcht.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/powermac/cuda.c b/sys/powerpc/powermac/cuda.c index 43888bc02b34..974ad585b543 100644 --- a/sys/powerpc/powermac/cuda.c +++ b/sys/powerpc/powermac/cuda.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/powermac/dbdma.c b/sys/powerpc/powermac/dbdma.c index 69c4a20e62a6..4f64fb76d1fc 100644 --- a/sys/powerpc/powermac/dbdma.c +++ b/sys/powerpc/powermac/dbdma.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/powermac/fcu.c b/sys/powerpc/powermac/fcu.c index 53475e3a099a..cfb5b8e9eceb 100644 --- a/sys/powerpc/powermac/fcu.c +++ b/sys/powerpc/powermac/fcu.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/powermac/grackle.c b/sys/powerpc/powermac/grackle.c index dc97d250f1ea..53c7725646e0 100644 --- a/sys/powerpc/powermac/grackle.c +++ b/sys/powerpc/powermac/grackle.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/powermac/nvbl.c b/sys/powerpc/powermac/nvbl.c index b852834e22cf..99e94b2d9915 100644 --- a/sys/powerpc/powermac/nvbl.c +++ b/sys/powerpc/powermac/nvbl.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/powermac/platform_powermac.c b/sys/powerpc/powermac/platform_powermac.c index 42e4751afd42..191d9ae64abe 100644 --- a/sys/powerpc/powermac/platform_powermac.c +++ b/sys/powerpc/powermac/platform_powermac.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/powermac/pmu.c b/sys/powerpc/powermac/pmu.c index 00f39c0fb802..67ef57bf6be8 100644 --- a/sys/powerpc/powermac/pmu.c +++ b/sys/powerpc/powermac/pmu.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/powermac/powermac_thermal.c b/sys/powerpc/powermac/powermac_thermal.c index 18ac51072332..e711beca5485 100644 --- a/sys/powerpc/powermac/powermac_thermal.c +++ b/sys/powerpc/powermac/powermac_thermal.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/powermac/smu.c b/sys/powerpc/powermac/smu.c index 2a84e4891ac5..5aed7b87d3c2 100644 --- a/sys/powerpc/powermac/smu.c +++ b/sys/powerpc/powermac/smu.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/powermac/smusat.c b/sys/powerpc/powermac/smusat.c index 827aa856e747..c69e9461088f 100644 --- a/sys/powerpc/powermac/smusat.c +++ b/sys/powerpc/powermac/smusat.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/powermac/uninorthpci.c b/sys/powerpc/powermac/uninorthpci.c index 8f206999a6bd..ef48085bfdc4 100644 --- a/sys/powerpc/powermac/uninorthpci.c +++ b/sys/powerpc/powermac/uninorthpci.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/powermac/vcoregpio.c b/sys/powerpc/powermac/vcoregpio.c index 9f8acfc432d8..02461e7552a4 100644 --- a/sys/powerpc/powermac/vcoregpio.c +++ b/sys/powerpc/powermac/vcoregpio.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/powernv/opal_console.c b/sys/powerpc/powernv/opal_console.c index 8adaec0dc070..2726e6b1f135 100644 --- a/sys/powerpc/powernv/opal_console.c +++ b/sys/powerpc/powernv/opal_console.c @@ -23,8 +23,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/powernv/opal_dbg.c b/sys/powerpc/powernv/opal_dbg.c index 99f7ad5119d1..2535ff98a6b6 100644 --- a/sys/powerpc/powernv/opal_dbg.c +++ b/sys/powerpc/powernv/opal_dbg.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/powernv/opal_dev.c b/sys/powerpc/powernv/opal_dev.c index ef54c965eaba..edb8f6d435ad 100644 --- a/sys/powerpc/powernv/opal_dev.c +++ b/sys/powerpc/powernv/opal_dev.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/powernv/opal_flash.c b/sys/powerpc/powernv/opal_flash.c index 6b35c7d2cc3e..b1e701fde97e 100644 --- a/sys/powerpc/powernv/opal_flash.c +++ b/sys/powerpc/powernv/opal_flash.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/powernv/opal_hmi.c b/sys/powerpc/powernv/opal_hmi.c index b10eac1eeaa3..748cfd179919 100644 --- a/sys/powerpc/powernv/opal_hmi.c +++ b/sys/powerpc/powernv/opal_hmi.c @@ -24,8 +24,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/powernv/opal_i2c.c b/sys/powerpc/powernv/opal_i2c.c index 08551a06659f..eaf931c684d9 100644 --- a/sys/powerpc/powernv/opal_i2c.c +++ b/sys/powerpc/powernv/opal_i2c.c @@ -28,8 +28,6 @@ #include "opt_platform.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/powernv/opal_i2cm.c b/sys/powerpc/powernv/opal_i2cm.c index 10eda326eba7..77277874ce8f 100644 --- a/sys/powerpc/powernv/opal_i2cm.c +++ b/sys/powerpc/powernv/opal_i2cm.c @@ -28,8 +28,6 @@ #include "opt_platform.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/powernv/opal_pci.c b/sys/powerpc/powernv/opal_pci.c index 5683ffee95c7..4a3d08d4c72e 100644 --- a/sys/powerpc/powernv/opal_pci.c +++ b/sys/powerpc/powernv/opal_pci.c @@ -26,7 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); #include #include #include diff --git a/sys/powerpc/powernv/opal_sensor.c b/sys/powerpc/powernv/opal_sensor.c index 97d50797d33c..bf7a79747708 100644 --- a/sys/powerpc/powernv/opal_sensor.c +++ b/sys/powerpc/powernv/opal_sensor.c @@ -23,8 +23,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/powernv/platform_powernv.c b/sys/powerpc/powernv/platform_powernv.c index 8c7da5c257ee..e9babc128af0 100644 --- a/sys/powerpc/powernv/platform_powernv.c +++ b/sys/powerpc/powernv/platform_powernv.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/powernv/powernv_centaur.c b/sys/powerpc/powernv/powernv_centaur.c index 30b167f2dcc3..332becfaf50f 100644 --- a/sys/powerpc/powernv/powernv_centaur.c +++ b/sys/powerpc/powernv/powernv_centaur.c @@ -28,8 +28,6 @@ #include "opt_platform.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/powernv/powernv_xscom.c b/sys/powerpc/powernv/powernv_xscom.c index c3855c9e769b..172e6c015803 100644 --- a/sys/powerpc/powernv/powernv_xscom.c +++ b/sys/powerpc/powernv/powernv_xscom.c @@ -28,8 +28,6 @@ #include "opt_platform.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/powernv/xive.c b/sys/powerpc/powernv/xive.c index fca419c40ae3..384ff4ef20d2 100644 --- a/sys/powerpc/powernv/xive.c +++ b/sys/powerpc/powernv/xive.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_platform.h" #include diff --git a/sys/powerpc/powerpc/altivec.c b/sys/powerpc/powerpc/altivec.c index e0e8047177eb..16e4477703d2 100644 --- a/sys/powerpc/powerpc/altivec.c +++ b/sys/powerpc/powerpc/altivec.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/powerpc/autoconf.c b/sys/powerpc/powerpc/autoconf.c index 6a895956afaa..e76225e0665b 100644 --- a/sys/powerpc/powerpc/autoconf.c +++ b/sys/powerpc/powerpc/autoconf.c @@ -29,8 +29,6 @@ #include "opt_isa.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/powerpc/bus_machdep.c b/sys/powerpc/powerpc/bus_machdep.c index 6428d1defd8b..39096edfc1f7 100644 --- a/sys/powerpc/powerpc/bus_machdep.c +++ b/sys/powerpc/powerpc/bus_machdep.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #define KTR_BE_IO 0 #define KTR_LE_IO 0 diff --git a/sys/powerpc/powerpc/busdma_machdep.c b/sys/powerpc/powerpc/busdma_machdep.c index 3c69ea16b055..bffbfa94acac 100644 --- a/sys/powerpc/powerpc/busdma_machdep.c +++ b/sys/powerpc/powerpc/busdma_machdep.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/powerpc/clock.c b/sys/powerpc/powerpc/clock.c index 3ae729fb002f..5b10e200a972 100644 --- a/sys/powerpc/powerpc/clock.c +++ b/sys/powerpc/powerpc/clock.c @@ -58,8 +58,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/powerpc/copyinout.c b/sys/powerpc/powerpc/copyinout.c index 5068037cfc66..5df9db51fc84 100644 --- a/sys/powerpc/powerpc/copyinout.c +++ b/sys/powerpc/powerpc/copyinout.c @@ -56,8 +56,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/powerpc/db_disasm.c b/sys/powerpc/powerpc/db_disasm.c index d26ba25c0af0..31f0b93f28b2 100644 --- a/sys/powerpc/powerpc/db_disasm.c +++ b/sys/powerpc/powerpc/db_disasm.c @@ -2,8 +2,6 @@ /* $OpenBSD: db_disasm.c,v 1.2 1996/12/28 06:21:48 rahnds Exp $ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/powerpc/dump_machdep.c b/sys/powerpc/powerpc/dump_machdep.c index c86b3fb2777e..ac7e6283b5d3 100644 --- a/sys/powerpc/powerpc/dump_machdep.c +++ b/sys/powerpc/powerpc/dump_machdep.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/powerpc/exec_machdep.c b/sys/powerpc/powerpc/exec_machdep.c index 748dc55f4591..b42978ff94a8 100644 --- a/sys/powerpc/powerpc/exec_machdep.c +++ b/sys/powerpc/powerpc/exec_machdep.c @@ -57,8 +57,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_fpu_emu.h" #include diff --git a/sys/powerpc/powerpc/fpu.c b/sys/powerpc/powerpc/fpu.c index f384425b583a..cc1381046b4b 100644 --- a/sys/powerpc/powerpc/fpu.c +++ b/sys/powerpc/powerpc/fpu.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/powerpc/gdb_machdep.c b/sys/powerpc/powerpc/gdb_machdep.c index f3abd57cb35f..d7ec72216147 100644 --- a/sys/powerpc/powerpc/gdb_machdep.c +++ b/sys/powerpc/powerpc/gdb_machdep.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/powerpc/machdep.c b/sys/powerpc/powerpc/machdep.c index 8140bbd79155..638153ba49bc 100644 --- a/sys/powerpc/powerpc/machdep.c +++ b/sys/powerpc/powerpc/machdep.c @@ -55,8 +55,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ddb.h" #include "opt_kstack_pages.h" #include "opt_platform.h" diff --git a/sys/powerpc/powerpc/mem.c b/sys/powerpc/powerpc/mem.c index 97d06283bdc6..355e1cdc27e5 100644 --- a/sys/powerpc/powerpc/mem.c +++ b/sys/powerpc/powerpc/mem.c @@ -39,8 +39,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Memory special file */ diff --git a/sys/powerpc/powerpc/mp_machdep.c b/sys/powerpc/powerpc/mp_machdep.c index 59a000e8e24d..31ba37809ad2 100644 --- a/sys/powerpc/powerpc/mp_machdep.c +++ b/sys/powerpc/powerpc/mp_machdep.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/powerpc/nexus.c b/sys/powerpc/powerpc/nexus.c index 7ae542d67afa..03f16dfa9de0 100644 --- a/sys/powerpc/powerpc/nexus.c +++ b/sys/powerpc/powerpc/nexus.c @@ -42,8 +42,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/powerpc/platform.c b/sys/powerpc/powerpc/platform.c index 18dfe082ea0b..fc840063e766 100644 --- a/sys/powerpc/powerpc/platform.c +++ b/sys/powerpc/powerpc/platform.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Dispatch platform calls to the appropriate platform implementation * through a previously registered kernel object. diff --git a/sys/powerpc/powerpc/pmap_dispatch.c b/sys/powerpc/powerpc/pmap_dispatch.c index 2c2fe106746a..ebf81551fa07 100644 --- a/sys/powerpc/powerpc/pmap_dispatch.c +++ b/sys/powerpc/powerpc/pmap_dispatch.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Dispatch MI pmap calls to the appropriate MMU implementation * through a previously registered kernel object. diff --git a/sys/powerpc/powerpc/ptrace_machdep.c b/sys/powerpc/powerpc/ptrace_machdep.c index 1d80c56cdefa..2e494e178482 100644 --- a/sys/powerpc/powerpc/ptrace_machdep.c +++ b/sys/powerpc/powerpc/ptrace_machdep.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/powerpc/sc_machdep.c b/sys/powerpc/powerpc/sc_machdep.c index 00d1ba71e6ef..5640923c6345 100644 --- a/sys/powerpc/powerpc/sc_machdep.c +++ b/sys/powerpc/powerpc/sc_machdep.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/powerpc/stack_machdep.c b/sys/powerpc/powerpc/stack_machdep.c index 0b95d1c3e630..3a5e3269badf 100644 --- a/sys/powerpc/powerpc/stack_machdep.c +++ b/sys/powerpc/powerpc/stack_machdep.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/powerpc/syncicache.c b/sys/powerpc/powerpc/syncicache.c index 61403daf0734..8065dc2e4e10 100644 --- a/sys/powerpc/powerpc/syncicache.c +++ b/sys/powerpc/powerpc/syncicache.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #if defined(_KERNEL) || defined(_STANDALONE) #include diff --git a/sys/powerpc/powerpc/sys_machdep.c b/sys/powerpc/powerpc/sys_machdep.c index 6026d55b85c1..cba9deb69ac7 100644 --- a/sys/powerpc/powerpc/sys_machdep.c +++ b/sys/powerpc/powerpc/sys_machdep.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/powerpc/trap.c b/sys/powerpc/powerpc/trap.c index be08473fae03..1527e813647d 100644 --- a/sys/powerpc/powerpc/trap.c +++ b/sys/powerpc/powerpc/trap.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/powerpc/uio_machdep.c b/sys/powerpc/powerpc/uio_machdep.c index 1c0b4f715f7c..679139a96e99 100644 --- a/sys/powerpc/powerpc/uio_machdep.c +++ b/sys/powerpc/powerpc/uio_machdep.c @@ -38,8 +38,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/powerpc/uma_machdep.c b/sys/powerpc/powerpc/uma_machdep.c index ac3d98e18d0b..3f8276b16baa 100644 --- a/sys/powerpc/powerpc/uma_machdep.c +++ b/sys/powerpc/powerpc/uma_machdep.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/ps3/ehci_ps3.c b/sys/powerpc/ps3/ehci_ps3.c index 053fdfea5ead..2b0864506e76 100644 --- a/sys/powerpc/ps3/ehci_ps3.c +++ b/sys/powerpc/ps3/ehci_ps3.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/ps3/mmu_ps3.c b/sys/powerpc/ps3/mmu_ps3.c index 18602b85a65f..0e0ad4db3177 100644 --- a/sys/powerpc/ps3/mmu_ps3.c +++ b/sys/powerpc/ps3/mmu_ps3.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/ps3/ohci_ps3.c b/sys/powerpc/ps3/ohci_ps3.c index 21905ab3ecf1..aba9f06a0d38 100644 --- a/sys/powerpc/ps3/ohci_ps3.c +++ b/sys/powerpc/ps3/ohci_ps3.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/ps3/platform_ps3.c b/sys/powerpc/ps3/platform_ps3.c index 695f2499c292..dd2a101b3b97 100644 --- a/sys/powerpc/ps3/platform_ps3.c +++ b/sys/powerpc/ps3/platform_ps3.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/ps3/ps3_syscons.c b/sys/powerpc/ps3/ps3_syscons.c index 759ddd916414..e41210b5fd5a 100644 --- a/sys/powerpc/ps3/ps3_syscons.c +++ b/sys/powerpc/ps3/ps3_syscons.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/ps3/ps3bus.c b/sys/powerpc/ps3/ps3bus.c index d40da20ce09d..90374c168cf3 100644 --- a/sys/powerpc/ps3/ps3bus.c +++ b/sys/powerpc/ps3/ps3bus.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/ps3/ps3cdrom.c b/sys/powerpc/ps3/ps3cdrom.c index 3c8879b62121..d86bb1cb90ee 100644 --- a/sys/powerpc/ps3/ps3cdrom.c +++ b/sys/powerpc/ps3/ps3cdrom.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/ps3/ps3disk.c b/sys/powerpc/ps3/ps3disk.c index 839d7636e406..db486c19aef3 100644 --- a/sys/powerpc/ps3/ps3disk.c +++ b/sys/powerpc/ps3/ps3disk.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/pseries/mmu_phyp.c b/sys/powerpc/pseries/mmu_phyp.c index 4db49f2fe599..3477a10c1a08 100644 --- a/sys/powerpc/pseries/mmu_phyp.c +++ b/sys/powerpc/pseries/mmu_phyp.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/pseries/phyp_console.c b/sys/powerpc/pseries/phyp_console.c index 5139bbef1f64..b75f9a020c47 100644 --- a/sys/powerpc/pseries/phyp_console.c +++ b/sys/powerpc/pseries/phyp_console.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/pseries/phyp_dbg.c b/sys/powerpc/pseries/phyp_dbg.c index e7dc10730243..06c929265adb 100644 --- a/sys/powerpc/pseries/phyp_dbg.c +++ b/sys/powerpc/pseries/phyp_dbg.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/powerpc/pseries/phyp_llan.c b/sys/powerpc/pseries/phyp_llan.c index 44d890166bc4..26209d744101 100644 --- a/sys/powerpc/pseries/phyp_llan.c +++ b/sys/powerpc/pseries/phyp_llan.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/pseries/phyp_vscsi.c b/sys/powerpc/pseries/phyp_vscsi.c index cf2d9a1c25a8..b7f667344293 100644 --- a/sys/powerpc/pseries/phyp_vscsi.c +++ b/sys/powerpc/pseries/phyp_vscsi.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/pseries/platform_chrp.c b/sys/powerpc/pseries/platform_chrp.c index ea8ac52da44b..b2686674a522 100644 --- a/sys/powerpc/pseries/platform_chrp.c +++ b/sys/powerpc/pseries/platform_chrp.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/pseries/plpar_iommu.c b/sys/powerpc/pseries/plpar_iommu.c index 9ff78198ca86..b9e328752f45 100644 --- a/sys/powerpc/pseries/plpar_iommu.c +++ b/sys/powerpc/pseries/plpar_iommu.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/pseries/plpar_pcibus.c b/sys/powerpc/pseries/plpar_pcibus.c index a15788f8d7f0..60f4e0ec8785 100644 --- a/sys/powerpc/pseries/plpar_pcibus.c +++ b/sys/powerpc/pseries/plpar_pcibus.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/pseries/rtas_dev.c b/sys/powerpc/pseries/rtas_dev.c index ed0963bf4974..ef9522f5495d 100644 --- a/sys/powerpc/pseries/rtas_dev.c +++ b/sys/powerpc/pseries/rtas_dev.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/pseries/rtas_pci.c b/sys/powerpc/pseries/rtas_pci.c index 2e1273769a4a..b2800ba9d474 100644 --- a/sys/powerpc/pseries/rtas_pci.c +++ b/sys/powerpc/pseries/rtas_pci.c @@ -27,7 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); #include #include #include diff --git a/sys/powerpc/pseries/vdevice.c b/sys/powerpc/pseries/vdevice.c index 59dfe13ea6b5..e4b678e9d501 100644 --- a/sys/powerpc/pseries/vdevice.c +++ b/sys/powerpc/pseries/vdevice.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/powerpc/pseries/xics.c b/sys/powerpc/pseries/xics.c index d57be63d44eb..6195307114b7 100644 --- a/sys/powerpc/pseries/xics.c +++ b/sys/powerpc/pseries/xics.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_platform.h" #include diff --git a/sys/powerpc/psim/ata_iobus.c b/sys/powerpc/psim/ata_iobus.c index af69e06c764c..691e7b6fb958 100644 --- a/sys/powerpc/psim/ata_iobus.c +++ b/sys/powerpc/psim/ata_iobus.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * PSIM local bus ATA controller */ diff --git a/sys/powerpc/psim/openpic_iobus.c b/sys/powerpc/psim/openpic_iobus.c index 40ab06d93347..30c3447e1099 100644 --- a/sys/powerpc/psim/openpic_iobus.c +++ b/sys/powerpc/psim/openpic_iobus.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/riscv/riscv/autoconf.c b/sys/riscv/riscv/autoconf.c index d6afb42754d1..b4a0dae24572 100644 --- a/sys/riscv/riscv/autoconf.c +++ b/sys/riscv/riscv/autoconf.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Setup the system to run on the current machine. * diff --git a/sys/riscv/riscv/bus_machdep.c b/sys/riscv/riscv/bus_machdep.c index dc5dde06892b..fa4fced953fb 100644 --- a/sys/riscv/riscv/bus_machdep.c +++ b/sys/riscv/riscv/bus_machdep.c @@ -36,8 +36,6 @@ #include "opt_platform.h" #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/riscv/riscv/bus_space_asm.S b/sys/riscv/riscv/bus_space_asm.S index 6b65b7c4e785..e3f350922dc9 100644 --- a/sys/riscv/riscv/bus_space_asm.S +++ b/sys/riscv/riscv/bus_space_asm.S @@ -33,9 +33,6 @@ */ #include - -__FBSDID("$FreeBSD$"); - ENTRY(generic_bs_r_1) add a3, a1, a2 lbu a0, 0(a3) diff --git a/sys/riscv/riscv/busdma_bounce.c b/sys/riscv/riscv/busdma_bounce.c index 69f5b3438f77..6b50dc527b66 100644 --- a/sys/riscv/riscv/busdma_bounce.c +++ b/sys/riscv/riscv/busdma_bounce.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/riscv/riscv/busdma_machdep.c b/sys/riscv/riscv/busdma_machdep.c index 11ff9aa6afa5..19cfd21edc6e 100644 --- a/sys/riscv/riscv/busdma_machdep.c +++ b/sys/riscv/riscv/busdma_machdep.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/riscv/riscv/clock.c b/sys/riscv/riscv/clock.c index f69fc321a556..7e15d4241ccf 100644 --- a/sys/riscv/riscv/clock.c +++ b/sys/riscv/riscv/clock.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/riscv/riscv/copyinout.S b/sys/riscv/riscv/copyinout.S index 5a171f5a5e17..21f6690ec1fd 100644 --- a/sys/riscv/riscv/copyinout.S +++ b/sys/riscv/riscv/copyinout.S @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/riscv/riscv/cpufunc_asm.S b/sys/riscv/riscv/cpufunc_asm.S index c4c8679e5353..f88e3dfe6a2e 100644 --- a/sys/riscv/riscv/cpufunc_asm.S +++ b/sys/riscv/riscv/cpufunc_asm.S @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - .text .align 2 diff --git a/sys/riscv/riscv/db_disasm.c b/sys/riscv/riscv/db_disasm.c index a97f462a126b..a11db0d95373 100644 --- a/sys/riscv/riscv/db_disasm.c +++ b/sys/riscv/riscv/db_disasm.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/riscv/riscv/db_interface.c b/sys/riscv/riscv/db_interface.c index 5c959792d368..e7599980f5c1 100644 --- a/sys/riscv/riscv/db_interface.c +++ b/sys/riscv/riscv/db_interface.c @@ -27,7 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); #include #include #include diff --git a/sys/riscv/riscv/db_trace.c b/sys/riscv/riscv/db_trace.c index 295d8631ab2e..00ec1a750e33 100644 --- a/sys/riscv/riscv/db_trace.c +++ b/sys/riscv/riscv/db_trace.c @@ -38,8 +38,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/riscv/riscv/dump_machdep.c b/sys/riscv/riscv/dump_machdep.c index b8473314e27b..b5f18503f929 100644 --- a/sys/riscv/riscv/dump_machdep.c +++ b/sys/riscv/riscv/dump_machdep.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_watchdog.h" #include diff --git a/sys/riscv/riscv/elf_machdep.c b/sys/riscv/riscv/elf_machdep.c index 54298e8f7797..f0732e731854 100644 --- a/sys/riscv/riscv/elf_machdep.c +++ b/sys/riscv/riscv/elf_machdep.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/riscv/riscv/exception.S b/sys/riscv/riscv/exception.S index 17b2038d4068..1aee009a4e00 100644 --- a/sys/riscv/riscv/exception.S +++ b/sys/riscv/riscv/exception.S @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "assym.inc" #include diff --git a/sys/riscv/riscv/exec_machdep.c b/sys/riscv/riscv/exec_machdep.c index e61bce628602..adc977dbdb32 100644 --- a/sys/riscv/riscv/exec_machdep.c +++ b/sys/riscv/riscv/exec_machdep.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/riscv/riscv/genassym.c b/sys/riscv/riscv/genassym.c index ce2c2e3964cf..67714346cc75 100644 --- a/sys/riscv/riscv/genassym.c +++ b/sys/riscv/riscv/genassym.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/riscv/riscv/identcpu.c b/sys/riscv/riscv/identcpu.c index a57d5139e0cc..385acb29381b 100644 --- a/sys/riscv/riscv/identcpu.c +++ b/sys/riscv/riscv/identcpu.c @@ -42,8 +42,6 @@ #include "opt_platform.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/riscv/riscv/intr_machdep.c b/sys/riscv/riscv/intr_machdep.c index 1ee2c0984205..d2a454175059 100644 --- a/sys/riscv/riscv/intr_machdep.c +++ b/sys/riscv/riscv/intr_machdep.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/riscv/riscv/machdep.c b/sys/riscv/riscv/machdep.c index aae2df569423..6bc0b996948a 100644 --- a/sys/riscv/riscv/machdep.c +++ b/sys/riscv/riscv/machdep.c @@ -36,8 +36,6 @@ #include "opt_platform.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/riscv/riscv/mem.c b/sys/riscv/riscv/mem.c index ec0a29bdf5cd..d8e2706f708e 100644 --- a/sys/riscv/riscv/mem.c +++ b/sys/riscv/riscv/mem.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/riscv/riscv/minidump_machdep.c b/sys/riscv/riscv/minidump_machdep.c index 9a47bb31a6f7..596be14015d9 100644 --- a/sys/riscv/riscv/minidump_machdep.c +++ b/sys/riscv/riscv/minidump_machdep.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_watchdog.h" #include diff --git a/sys/riscv/riscv/mp_machdep.c b/sys/riscv/riscv/mp_machdep.c index 018d7c653304..95fe59519bba 100644 --- a/sys/riscv/riscv/mp_machdep.c +++ b/sys/riscv/riscv/mp_machdep.c @@ -40,8 +40,6 @@ #include "opt_platform.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/riscv/riscv/nexus.c b/sys/riscv/riscv/nexus.c index 4f01ad9c023c..48878807bb7e 100644 --- a/sys/riscv/riscv/nexus.c +++ b/sys/riscv/riscv/nexus.c @@ -39,8 +39,6 @@ #include "opt_platform.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/riscv/riscv/ofw_machdep.c b/sys/riscv/riscv/ofw_machdep.c index 3941c1d35617..c56493daa80d 100644 --- a/sys/riscv/riscv/ofw_machdep.c +++ b/sys/riscv/riscv/ofw_machdep.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/riscv/riscv/plic.c b/sys/riscv/riscv/plic.c index 3cffc5ea713d..27c8f59b1a87 100644 --- a/sys/riscv/riscv/plic.c +++ b/sys/riscv/riscv/plic.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/riscv/riscv/pmap.c b/sys/riscv/riscv/pmap.c index 3732eea14f7d..20e6ccd22b62 100644 --- a/sys/riscv/riscv/pmap.c +++ b/sys/riscv/riscv/pmap.c @@ -96,8 +96,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Manages physical address maps. * diff --git a/sys/riscv/riscv/ptrace_machdep.c b/sys/riscv/riscv/ptrace_machdep.c index e42bc8bf6b1b..809c5b5eee04 100644 --- a/sys/riscv/riscv/ptrace_machdep.c +++ b/sys/riscv/riscv/ptrace_machdep.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/riscv/riscv/riscv_console.c b/sys/riscv/riscv/riscv_console.c index c09d5b3b96a8..6e6a42d2f118 100644 --- a/sys/riscv/riscv/riscv_console.c +++ b/sys/riscv/riscv/riscv_console.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/riscv/riscv/riscv_syscon.c b/sys/riscv/riscv/riscv_syscon.c index 5daf5cd7619a..4c193a13b188 100644 --- a/sys/riscv/riscv/riscv_syscon.c +++ b/sys/riscv/riscv/riscv_syscon.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/riscv/riscv/sbi.c b/sys/riscv/riscv/sbi.c index 0824eef29402..36aaa8a6ffed 100644 --- a/sys/riscv/riscv/sbi.c +++ b/sys/riscv/riscv/sbi.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/riscv/riscv/stack_machdep.c b/sys/riscv/riscv/stack_machdep.c index f4c141e9e055..f151eb9b1b4b 100644 --- a/sys/riscv/riscv/stack_machdep.c +++ b/sys/riscv/riscv/stack_machdep.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/riscv/riscv/support.S b/sys/riscv/riscv/support.S index 7fcd6af283b7..8c0fa81cae86 100644 --- a/sys/riscv/riscv/support.S +++ b/sys/riscv/riscv/support.S @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/riscv/riscv/swtch.S b/sys/riscv/riscv/swtch.S index 5b878ae2fb30..8312a6b5f347 100644 --- a/sys/riscv/riscv/swtch.S +++ b/sys/riscv/riscv/swtch.S @@ -39,9 +39,6 @@ #include #include #include - -__FBSDID("$FreeBSD$"); - .macro __fpe_state_save p /* * Enable FPE usage in supervisor mode, diff --git a/sys/riscv/riscv/sys_machdep.c b/sys/riscv/riscv/sys_machdep.c index 8fdc7dbe0aaf..861178109ea1 100644 --- a/sys/riscv/riscv/sys_machdep.c +++ b/sys/riscv/riscv/sys_machdep.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/riscv/riscv/timer.c b/sys/riscv/riscv/timer.c index d23d88d2c0ec..066aed504507 100644 --- a/sys/riscv/riscv/timer.c +++ b/sys/riscv/riscv/timer.c @@ -39,8 +39,6 @@ #include "opt_platform.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/riscv/riscv/trap.c b/sys/riscv/riscv/trap.c index 49da91235c66..e454beeb5245 100644 --- a/sys/riscv/riscv/trap.c +++ b/sys/riscv/riscv/trap.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ddb.h" #include diff --git a/sys/riscv/riscv/uio_machdep.c b/sys/riscv/riscv/uio_machdep.c index 108824d5b8b4..86a39be12cdb 100644 --- a/sys/riscv/riscv/uio_machdep.c +++ b/sys/riscv/riscv/uio_machdep.c @@ -36,8 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/riscv/riscv/uma_machdep.c b/sys/riscv/riscv/uma_machdep.c index 0c8abacd0302..1f95c6221e42 100644 --- a/sys/riscv/riscv/uma_machdep.c +++ b/sys/riscv/riscv/uma_machdep.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/riscv/riscv/unwind.c b/sys/riscv/riscv/unwind.c index 175e6423a59c..ddf80d80528d 100644 --- a/sys/riscv/riscv/unwind.c +++ b/sys/riscv/riscv/unwind.c @@ -33,7 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); #include #include diff --git a/sys/riscv/riscv/vm_machdep.c b/sys/riscv/riscv/vm_machdep.c index 84b7fec1516d..3b2553996bb8 100644 --- a/sys/riscv/riscv/vm_machdep.c +++ b/sys/riscv/riscv/vm_machdep.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/riscv/sifive/fe310_aon.c b/sys/riscv/sifive/fe310_aon.c index 08f2e3e1f644..1c0485f92104 100644 --- a/sys/riscv/sifive/fe310_aon.c +++ b/sys/riscv/sifive/fe310_aon.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/riscv/sifive/fu740_pci_dw.c b/sys/riscv/sifive/fu740_pci_dw.c index 9d016ddba4ac..fe741f4bb6e6 100644 --- a/sys/riscv/sifive/fu740_pci_dw.c +++ b/sys/riscv/sifive/fu740_pci_dw.c @@ -29,8 +29,6 @@ /* SiFive FU740 DesignWare PCIe driver */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/riscv/sifive/sifive_gpio.c b/sys/riscv/sifive/sifive_gpio.c index e1f758b1e8ae..b739b034321c 100644 --- a/sys/riscv/sifive/sifive_gpio.c +++ b/sys/riscv/sifive/sifive_gpio.c @@ -29,8 +29,6 @@ /* TODO: Provide interrupt controller interface */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/riscv/sifive/sifive_prci.c b/sys/riscv/sifive/sifive_prci.c index d87c274232ca..b5e5e4adc7d5 100644 --- a/sys/riscv/sifive/sifive_prci.c +++ b/sys/riscv/sifive/sifive_prci.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/riscv/sifive/sifive_spi.c b/sys/riscv/sifive/sifive_spi.c index 6a406f4eecaa..c51e3ab2d322 100644 --- a/sys/riscv/sifive/sifive_spi.c +++ b/sys/riscv/sifive/sifive_spi.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/riscv/sifive/sifive_uart.c b/sys/riscv/sifive/sifive_uart.c index 7a770f2dedc2..2b7dc46cb919 100644 --- a/sys/riscv/sifive/sifive_uart.c +++ b/sys/riscv/sifive/sifive_uart.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/rpc/auth_none.c b/sys/rpc/auth_none.c index 87614a6b3880..671f075058e3 100644 --- a/sys/rpc/auth_none.c +++ b/sys/rpc/auth_none.c @@ -35,8 +35,6 @@ static char *sccsid2 = "@(#)auth_none.c 1.19 87/08/11 Copyr 1984 Sun Micro"; static char *sccsid = "@(#)auth_none.c 2.1 88/07/29 4.0 RPCSRC"; #endif #include -__FBSDID("$FreeBSD$"); - /* * auth_none.c * Creates a client authentication handle for passing "null" diff --git a/sys/rpc/auth_unix.c b/sys/rpc/auth_unix.c index be0a241baa36..bbe68338161e 100644 --- a/sys/rpc/auth_unix.c +++ b/sys/rpc/auth_unix.c @@ -35,8 +35,6 @@ static char *sccsid2 = "@(#)auth_unix.c 1.19 87/08/11 Copyr 1984 Sun Micro"; static char *sccsid = "@(#)auth_unix.c 2.2 88/08/01 4.0 RPCSRC"; #endif #include -__FBSDID("$FreeBSD$"); - /* * auth_unix.c, Implements UNIX style authentication parameters. * diff --git a/sys/rpc/authunix_prot.c b/sys/rpc/authunix_prot.c index b6cde0fbd0ff..3c9ede7b9869 100644 --- a/sys/rpc/authunix_prot.c +++ b/sys/rpc/authunix_prot.c @@ -35,8 +35,6 @@ static char *sccsid2 = "@(#)authunix_prot.c 1.15 87/08/11 Copyr 1984 Sun Micro"; static char *sccsid = "@(#)authunix_prot.c 2.1 88/07/29 4.0 RPCSRC"; #endif #include -__FBSDID("$FreeBSD$"); - /* * authunix_prot.c * XDR for UNIX style authentication parameters for RPC diff --git a/sys/rpc/clnt_bck.c b/sys/rpc/clnt_bck.c index 810a957bb97b..137f88894c38 100644 --- a/sys/rpc/clnt_bck.c +++ b/sys/rpc/clnt_bck.c @@ -34,8 +34,6 @@ static char *sccsid = "@(#)clnt_tcp.c 2.2 88/08/01 4.0 RPCSRC"; static char sccsid3[] = "@(#)clnt_vc.c 1.19 89/03/16 Copyr 1988 Sun Micro"; #endif #include -__FBSDID("$FreeBSD$"); - /* * clnt_tcp.c, Implements a TCP/IP based, client side RPC. * diff --git a/sys/rpc/clnt_dg.c b/sys/rpc/clnt_dg.c index 63a26cc0b9ac..d8638336964e 100644 --- a/sys/rpc/clnt_dg.c +++ b/sys/rpc/clnt_dg.c @@ -38,8 +38,6 @@ static char sccsid[] = "@(#)clnt_dg.c 1.19 89/03/16 Copyr 1988 Sun Micro"; #endif #include -__FBSDID("$FreeBSD$"); - /* * Implements a connectionless client side RPC. */ diff --git a/sys/rpc/clnt_rc.c b/sys/rpc/clnt_rc.c index a1db839ca896..fbd471ea6f5e 100644 --- a/sys/rpc/clnt_rc.c +++ b/sys/rpc/clnt_rc.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/rpc/clnt_vc.c b/sys/rpc/clnt_vc.c index 38aead381619..b4ddaec3cbdc 100644 --- a/sys/rpc/clnt_vc.c +++ b/sys/rpc/clnt_vc.c @@ -36,8 +36,6 @@ static char *sccsid = "@(#)clnt_tcp.c 2.2 88/08/01 4.0 RPCSRC"; static char sccsid3[] = "@(#)clnt_vc.c 1.19 89/03/16 Copyr 1988 Sun Micro"; #endif #include -__FBSDID("$FreeBSD$"); - /* * clnt_tcp.c, Implements a TCP/IP based, client side RPC. * diff --git a/sys/rpc/getnetconfig.c b/sys/rpc/getnetconfig.c index d907fa268f24..25e04c54f17d 100644 --- a/sys/rpc/getnetconfig.c +++ b/sys/rpc/getnetconfig.c @@ -30,8 +30,6 @@ #include "opt_inet6.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/rpc/replay.c b/sys/rpc/replay.c index 8295156da4be..170559a0fb85 100644 --- a/sys/rpc/replay.c +++ b/sys/rpc/replay.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/rpc/rpc_callmsg.c b/sys/rpc/rpc_callmsg.c index ab0848d7930d..2977241282d8 100644 --- a/sys/rpc/rpc_callmsg.c +++ b/sys/rpc/rpc_callmsg.c @@ -35,8 +35,6 @@ static char *sccsid2 = "@(#)rpc_callmsg.c 1.4 87/08/11 Copyr 1984 Sun Micro"; static char *sccsid = "@(#)rpc_callmsg.c 2.1 88/07/29 4.0 RPCSRC"; #endif #include -__FBSDID("$FreeBSD$"); - /* * rpc_callmsg.c * diff --git a/sys/rpc/rpc_generic.c b/sys/rpc/rpc_generic.c index 43caffea6dd2..3c6a22eb7614 100644 --- a/sys/rpc/rpc_generic.c +++ b/sys/rpc/rpc_generic.c @@ -35,8 +35,6 @@ /* #pragma ident "@(#)rpc_generic.c 1.17 94/04/24 SMI" */ #include -__FBSDID("$FreeBSD$"); - /* * rpc_generic.c, Miscl routines for RPC. * diff --git a/sys/rpc/rpc_prot.c b/sys/rpc/rpc_prot.c index 06a6349b1793..a8f9bd63ac60 100644 --- a/sys/rpc/rpc_prot.c +++ b/sys/rpc/rpc_prot.c @@ -35,8 +35,6 @@ static char *sccsid2 = "@(#)rpc_prot.c 1.36 87/08/11 Copyr 1984 Sun Micro"; static char *sccsid = "@(#)rpc_prot.c 2.3 88/08/07 4.0 RPCSRC"; #endif #include -__FBSDID("$FreeBSD$"); - /* * rpc_prot.c * diff --git a/sys/rpc/rpcb_clnt.c b/sys/rpc/rpcb_clnt.c index b81ab66c9409..a1a892d8cbb7 100644 --- a/sys/rpc/rpcb_clnt.c +++ b/sys/rpc/rpcb_clnt.c @@ -40,8 +40,6 @@ static char sccsid[] = "@(#)rpcb_clnt.c 1.30 89/06/21 Copyr 1988 Sun Micro"; #endif #include -__FBSDID("$FreeBSD$"); - /* * rpcb_clnt.c * interface to rpcbind rpc service. diff --git a/sys/rpc/rpcb_prot.c b/sys/rpc/rpcb_prot.c index a59dc501d9c3..a08906680ca0 100644 --- a/sys/rpc/rpcb_prot.c +++ b/sys/rpc/rpcb_prot.c @@ -39,8 +39,6 @@ static char sccsid[] = "@(#)rpcb_prot.c 1.9 89/04/21 Copyr 1984 Sun Micro"; #endif #include -__FBSDID("$FreeBSD$"); - /* * rpcb_prot.c * XDR routines for the rpcbinder version 3. diff --git a/sys/rpc/rpcsec_gss/rpcsec_gss.c b/sys/rpc/rpcsec_gss/rpcsec_gss.c index 32121be21091..4b0a962070ad 100644 --- a/sys/rpc/rpcsec_gss/rpcsec_gss.c +++ b/sys/rpc/rpcsec_gss/rpcsec_gss.c @@ -65,8 +65,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/rpc/rpcsec_gss/rpcsec_gss_conf.c b/sys/rpc/rpcsec_gss/rpcsec_gss_conf.c index fca8a4ae6b41..97350a400fa1 100644 --- a/sys/rpc/rpcsec_gss/rpcsec_gss_conf.c +++ b/sys/rpc/rpcsec_gss/rpcsec_gss_conf.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/rpc/rpcsec_gss/rpcsec_gss_misc.c b/sys/rpc/rpcsec_gss/rpcsec_gss_misc.c index ab900437de0e..8e9b7de536c9 100644 --- a/sys/rpc/rpcsec_gss/rpcsec_gss_misc.c +++ b/sys/rpc/rpcsec_gss/rpcsec_gss_misc.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/rpc/rpcsec_gss/rpcsec_gss_prot.c b/sys/rpc/rpcsec_gss/rpcsec_gss_prot.c index 45b1ff2533c6..0fe214449acb 100644 --- a/sys/rpc/rpcsec_gss/rpcsec_gss_prot.c +++ b/sys/rpc/rpcsec_gss/rpcsec_gss_prot.c @@ -38,8 +38,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/rpc/rpcsec_gss/svc_rpcsec_gss.c b/sys/rpc/rpcsec_gss/svc_rpcsec_gss.c index 132d7fb8c0f4..2707c5ed0582 100644 --- a/sys/rpc/rpcsec_gss/svc_rpcsec_gss.c +++ b/sys/rpc/rpcsec_gss/svc_rpcsec_gss.c @@ -64,8 +64,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/rpc/rpcsec_tls/auth_tls.c b/sys/rpc/rpcsec_tls/auth_tls.c index 9afde553283e..86b5aa53ec6f 100644 --- a/sys/rpc/rpcsec_tls/auth_tls.c +++ b/sys/rpc/rpcsec_tls/auth_tls.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * auth_none.c * Creates a client authentication handle for passing "null" diff --git a/sys/rpc/rpcsec_tls/rpctls_impl.c b/sys/rpc/rpcsec_tls/rpctls_impl.c index 5db347716d6f..c0e269e55932 100644 --- a/sys/rpc/rpcsec_tls/rpctls_impl.c +++ b/sys/rpc/rpcsec_tls/rpctls_impl.c @@ -30,8 +30,6 @@ /* Modified from the kernel GSSAPI code for RPC-over-TLS. */ #include -__FBSDID("$FreeBSD$"); - #include "opt_kern_tls.h" #include diff --git a/sys/rpc/svc.c b/sys/rpc/svc.c index 5ebf1f5a48b3..848e719a7cca 100644 --- a/sys/rpc/svc.c +++ b/sys/rpc/svc.c @@ -35,8 +35,6 @@ static char *sccsid2 = "@(#)svc.c 1.44 88/02/08 Copyr 1984 Sun Micro"; static char *sccsid = "@(#)svc.c 2.4 88/08/11 4.0 RPCSRC"; #endif #include -__FBSDID("$FreeBSD$"); - /* * svc.c, Server-side remote procedure call interface. * diff --git a/sys/rpc/svc_auth.c b/sys/rpc/svc_auth.c index 22ce83f72bdb..86ce7d9aefd2 100644 --- a/sys/rpc/svc_auth.c +++ b/sys/rpc/svc_auth.c @@ -38,8 +38,6 @@ static char sccsid[] = "@(#)svc_auth.c 1.26 89/02/07 Copyr 1984 Sun Micro"; #endif #include -__FBSDID("$FreeBSD$"); - /* * svc_auth.c, Server-side rpc authenticator interface. * diff --git a/sys/rpc/svc_auth_unix.c b/sys/rpc/svc_auth_unix.c index 441f70e4a8af..efdf6dbc9068 100644 --- a/sys/rpc/svc_auth_unix.c +++ b/sys/rpc/svc_auth_unix.c @@ -33,8 +33,6 @@ static char *sccsid2 = "@(#)svc_auth_unix.c 1.28 88/02/08 Copyr 1984 Sun Micro"; static char *sccsid = "@(#)svc_auth_unix.c 2.3 88/08/01 4.0 RPCSRC"; #endif #include -__FBSDID("$FreeBSD$"); - /* * svc_auth_unix.c * Handles UNIX flavor authentication parameters on the service side of rpc. diff --git a/sys/rpc/svc_dg.c b/sys/rpc/svc_dg.c index dcab970b63fa..e7c8d0f7d071 100644 --- a/sys/rpc/svc_dg.c +++ b/sys/rpc/svc_dg.c @@ -38,8 +38,6 @@ #ident "@(#)svc_dg.c 1.17 94/04/24 SMI" #endif #include -__FBSDID("$FreeBSD$"); - /* * svc_dg.c, Server side for connectionless RPC. */ diff --git a/sys/rpc/svc_generic.c b/sys/rpc/svc_generic.c index 54e9cd0bc808..336cd708e6ba 100644 --- a/sys/rpc/svc_generic.c +++ b/sys/rpc/svc_generic.c @@ -39,8 +39,6 @@ static char sccsid[] = "@(#)svc_generic.c 1.21 89/02/28 Copyr 1988 Sun Micro"; #endif #include -__FBSDID("$FreeBSD$"); - /* * svc_generic.c, Server side for RPC. * diff --git a/sys/rpc/svc_vc.c b/sys/rpc/svc_vc.c index 9d2d9c49502b..e98e28de6982 100644 --- a/sys/rpc/svc_vc.c +++ b/sys/rpc/svc_vc.c @@ -35,8 +35,6 @@ static char *sccsid2 = "@(#)svc_tcp.c 1.21 87/08/11 Copyr 1984 Sun Micro"; static char *sccsid = "@(#)svc_tcp.c 2.2 88/08/01 4.0 RPCSRC"; #endif #include -__FBSDID("$FreeBSD$"); - /* * svc_vc.c, Server side for Connection Oriented based RPC. * diff --git a/sys/security/audit/audit.c b/sys/security/audit/audit.c index 3f5c20f5f313..cb6052de3ed1 100644 --- a/sys/security/audit/audit.c +++ b/sys/security/audit/audit.c @@ -36,8 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/security/audit/audit_arg.c b/sys/security/audit/audit_arg.c index 7e0b0de2abff..7b7fe34ccda9 100644 --- a/sys/security/audit/audit_arg.c +++ b/sys/security/audit/audit_arg.c @@ -36,8 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/security/audit/audit_bsm.c b/sys/security/audit/audit_bsm.c index 1f9918a42159..e50053ce752c 100644 --- a/sys/security/audit/audit_bsm.c +++ b/sys/security/audit/audit_bsm.c @@ -36,8 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/security/audit/audit_bsm_db.c b/sys/security/audit/audit_bsm_db.c index 41a525a12ea1..ff5bd8d60806 100644 --- a/sys/security/audit/audit_bsm_db.c +++ b/sys/security/audit/audit_bsm_db.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/security/audit/audit_bsm_klib.c b/sys/security/audit/audit_bsm_klib.c index 9dde8362ce9c..c29cd6540ab7 100644 --- a/sys/security/audit/audit_bsm_klib.c +++ b/sys/security/audit/audit_bsm_klib.c @@ -36,8 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/security/audit/audit_dtrace.c b/sys/security/audit/audit_dtrace.c index 21a290217288..c7cba62fbdd7 100644 --- a/sys/security/audit/audit_dtrace.c +++ b/sys/security/audit/audit_dtrace.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/security/audit/audit_pipe.c b/sys/security/audit/audit_pipe.c index b8a94805b6bf..926865b499d1 100644 --- a/sys/security/audit/audit_pipe.c +++ b/sys/security/audit/audit_pipe.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/security/audit/audit_syscalls.c b/sys/security/audit/audit_syscalls.c index 86875d31c266..f246e1d73399 100644 --- a/sys/security/audit/audit_syscalls.c +++ b/sys/security/audit/audit_syscalls.c @@ -36,8 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/security/audit/audit_trigger.c b/sys/security/audit/audit_trigger.c index 3ff0ebf60aab..ffa29b6d9951 100644 --- a/sys/security/audit/audit_trigger.c +++ b/sys/security/audit/audit_trigger.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/security/audit/audit_worker.c b/sys/security/audit/audit_worker.c index de9bdfc4b5e4..9dbe5bcef2a8 100644 --- a/sys/security/audit/audit_worker.c +++ b/sys/security/audit/audit_worker.c @@ -36,8 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/security/audit/bsm_domain.c b/sys/security/audit/bsm_domain.c index 1c381e3cc3a9..d68a3fcfa5ce 100644 --- a/sys/security/audit/bsm_domain.c +++ b/sys/security/audit/bsm_domain.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/security/audit/bsm_errno.c b/sys/security/audit/bsm_errno.c index 4e952870f672..a26e3f174ce5 100644 --- a/sys/security/audit/bsm_errno.c +++ b/sys/security/audit/bsm_errno.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/security/audit/bsm_fcntl.c b/sys/security/audit/bsm_fcntl.c index fec1e82b4c34..cc042f708853 100644 --- a/sys/security/audit/bsm_fcntl.c +++ b/sys/security/audit/bsm_fcntl.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/security/audit/bsm_socket_type.c b/sys/security/audit/bsm_socket_type.c index 640a5120783c..fd715a256677 100644 --- a/sys/security/audit/bsm_socket_type.c +++ b/sys/security/audit/bsm_socket_type.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/security/audit/bsm_token.c b/sys/security/audit/bsm_token.c index 2dc4df2aa1b8..9b54dadb29ce 100644 --- a/sys/security/audit/bsm_token.c +++ b/sys/security/audit/bsm_token.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/security/mac/mac_audit.c b/sys/security/mac/mac_audit.c index 1cc571da834b..5c8cd2596a80 100644 --- a/sys/security/mac/mac_audit.c +++ b/sys/security/mac/mac_audit.c @@ -41,8 +41,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/security/mac/mac_cred.c b/sys/security/mac/mac_cred.c index 48bd4803d1d1..304265b783f1 100644 --- a/sys/security/mac/mac_cred.c +++ b/sys/security/mac/mac_cred.c @@ -44,8 +44,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_mac.h" #include diff --git a/sys/security/mac/mac_framework.c b/sys/security/mac/mac_framework.c index 5231783ab454..8f1aa37d45b3 100644 --- a/sys/security/mac/mac_framework.c +++ b/sys/security/mac/mac_framework.c @@ -69,8 +69,6 @@ #include "opt_mac.h" #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/security/mac/mac_inet.c b/sys/security/mac/mac_inet.c index 7dcdfd1decf4..29a355071065 100644 --- a/sys/security/mac/mac_inet.c +++ b/sys/security/mac/mac_inet.c @@ -43,8 +43,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_mac.h" #include diff --git a/sys/security/mac/mac_inet6.c b/sys/security/mac/mac_inet6.c index 16c78ee1a6bd..7cf1b8d4163c 100644 --- a/sys/security/mac/mac_inet6.c +++ b/sys/security/mac/mac_inet6.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_mac.h" #include diff --git a/sys/security/mac/mac_label.c b/sys/security/mac/mac_label.c index 86796f25cd04..a795783825f3 100644 --- a/sys/security/mac/mac_label.c +++ b/sys/security/mac/mac_label.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_mac.h" #include diff --git a/sys/security/mac/mac_net.c b/sys/security/mac/mac_net.c index c21918c99e3e..ae77a812d7f9 100644 --- a/sys/security/mac/mac_net.c +++ b/sys/security/mac/mac_net.c @@ -43,8 +43,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_mac.h" #include diff --git a/sys/security/mac/mac_pipe.c b/sys/security/mac/mac_pipe.c index e58bcd9166e1..5bfb21479fde 100644 --- a/sys/security/mac/mac_pipe.c +++ b/sys/security/mac/mac_pipe.c @@ -38,8 +38,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_mac.h" #include diff --git a/sys/security/mac/mac_posix_sem.c b/sys/security/mac/mac_posix_sem.c index 4cf4109b953f..8c741b061f92 100644 --- a/sys/security/mac/mac_posix_sem.c +++ b/sys/security/mac/mac_posix_sem.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_mac.h" #include "opt_posix.h" diff --git a/sys/security/mac/mac_posix_shm.c b/sys/security/mac/mac_posix_shm.c index f094f0663635..c20cc6ff1d95 100644 --- a/sys/security/mac/mac_posix_shm.c +++ b/sys/security/mac/mac_posix_shm.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_mac.h" #include diff --git a/sys/security/mac/mac_priv.c b/sys/security/mac/mac_priv.c index b4537e7cbe21..9acc06a5b11e 100644 --- a/sys/security/mac/mac_priv.c +++ b/sys/security/mac/mac_priv.c @@ -36,8 +36,6 @@ */ #include "sys/cdefs.h" -__FBSDID("$FreeBSD$"); - #include "opt_mac.h" #include diff --git a/sys/security/mac/mac_process.c b/sys/security/mac/mac_process.c index 45b366ecd22e..6159e27f0dff 100644 --- a/sys/security/mac/mac_process.c +++ b/sys/security/mac/mac_process.c @@ -43,8 +43,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_mac.h" #include diff --git a/sys/security/mac/mac_socket.c b/sys/security/mac/mac_socket.c index 4b3d6ccfb90c..be1363024657 100644 --- a/sys/security/mac/mac_socket.c +++ b/sys/security/mac/mac_socket.c @@ -43,8 +43,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_mac.h" #include diff --git a/sys/security/mac/mac_syscalls.c b/sys/security/mac/mac_syscalls.c index ecb451ac2018..56aaba935442 100644 --- a/sys/security/mac/mac_syscalls.c +++ b/sys/security/mac/mac_syscalls.c @@ -43,8 +43,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_mac.h" #include diff --git a/sys/security/mac/mac_system.c b/sys/security/mac/mac_system.c index f3da0479ef8a..564701560344 100644 --- a/sys/security/mac/mac_system.c +++ b/sys/security/mac/mac_system.c @@ -51,8 +51,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_mac.h" #include diff --git a/sys/security/mac/mac_sysv_msg.c b/sys/security/mac/mac_sysv_msg.c index 6dcd2620840f..619f13b32baa 100644 --- a/sys/security/mac/mac_sysv_msg.c +++ b/sys/security/mac/mac_sysv_msg.c @@ -39,8 +39,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_mac.h" #include diff --git a/sys/security/mac/mac_sysv_sem.c b/sys/security/mac/mac_sysv_sem.c index f050ddd2347d..641e1abc8ed8 100644 --- a/sys/security/mac/mac_sysv_sem.c +++ b/sys/security/mac/mac_sysv_sem.c @@ -38,8 +38,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_mac.h" #include diff --git a/sys/security/mac/mac_sysv_shm.c b/sys/security/mac/mac_sysv_shm.c index a5861d0f31bf..0ce197d5cdcd 100644 --- a/sys/security/mac/mac_sysv_shm.c +++ b/sys/security/mac/mac_sysv_shm.c @@ -38,8 +38,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_mac.h" #include diff --git a/sys/security/mac/mac_vfs.c b/sys/security/mac/mac_vfs.c index 3d2185fbc3c6..a50c6f0c8f26 100644 --- a/sys/security/mac/mac_vfs.c +++ b/sys/security/mac/mac_vfs.c @@ -43,8 +43,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_mac.h" #include diff --git a/sys/security/mac_veriexec_parser/mac_veriexec_parser.c b/sys/security/mac_veriexec_parser/mac_veriexec_parser.c index c73ee3a8e951..06a5d8816c82 100644 --- a/sys/security/mac_veriexec_parser/mac_veriexec_parser.c +++ b/sys/security/mac_veriexec_parser/mac_veriexec_parser.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/sys/cdefs.h b/sys/sys/cdefs.h index d89227687d18..4893ae1662b8 100644 --- a/sys/sys/cdefs.h +++ b/sys/sys/cdefs.h @@ -577,7 +577,6 @@ * Embed the rcs id of a source file in the resulting library. Note that in * more recent ELF binutils, we use .ident allowing the ID to be stripped. * Usage: - * __FBSDID("$FreeBSD$"); */ #ifndef __FBSDID #if !defined(STRIP_FBSDID) diff --git a/sys/tests/callout_test.h b/sys/tests/callout_test.h index a30b2ad95fe8..60a02f0c7b56 100644 --- a/sys/tests/callout_test.h +++ b/sys/tests/callout_test.h @@ -23,7 +23,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - *__FBSDID("$FreeBSD$"); * */ struct callout_test { diff --git a/sys/tests/callout_test/callout_test.c b/sys/tests/callout_test/callout_test.c index ce585380b94a..87b546d4b42b 100644 --- a/sys/tests/callout_test/callout_test.c +++ b/sys/tests/callout_test/callout_test.c @@ -23,8 +23,6 @@ * SUCH DAMAGE. */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/tests/epoch/epoch_test.c b/sys/tests/epoch/epoch_test.c index 2359a785c5f8..e34b5de1c422 100644 --- a/sys/tests/epoch/epoch_test.c +++ b/sys/tests/epoch/epoch_test.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/tests/fib_lookup/fib_lookup.c b/sys/tests/fib_lookup/fib_lookup.c index ca3c27aa70c3..0500d257ba9e 100644 --- a/sys/tests/fib_lookup/fib_lookup.c +++ b/sys/tests/fib_lookup/fib_lookup.c @@ -26,7 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/tests/framework/kern_testfrwk.c b/sys/tests/framework/kern_testfrwk.c index db3fcfc7fd80..19714fa76f52 100644 --- a/sys/tests/framework/kern_testfrwk.c +++ b/sys/tests/framework/kern_testfrwk.c @@ -24,8 +24,6 @@ * */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/tests/kern_testfrwk.h b/sys/tests/kern_testfrwk.h index dbb4733df962..8cd2ac5c3b3a 100644 --- a/sys/tests/kern_testfrwk.h +++ b/sys/tests/kern_testfrwk.h @@ -21,7 +21,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - *__FBSDID("$FreeBSD$"); * */ #ifndef _SYS_KERN_TESTFRWKT_H_ diff --git a/sys/ufs/ffs/ffs_alloc.c b/sys/ufs/ffs/ffs_alloc.c index a1da0b05678a..2bf5b6c58302 100644 --- a/sys/ufs/ffs/ffs_alloc.c +++ b/sys/ufs/ffs/ffs_alloc.c @@ -62,8 +62,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_quota.h" #include diff --git a/sys/ufs/ffs/ffs_balloc.c b/sys/ufs/ffs/ffs_balloc.c index bf0692eca4cf..95e98a12d0d3 100644 --- a/sys/ufs/ffs/ffs_balloc.c +++ b/sys/ufs/ffs/ffs_balloc.c @@ -62,8 +62,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/ufs/ffs/ffs_inode.c b/sys/ufs/ffs/ffs_inode.c index d9b36741726a..fb6e8dfb2f76 100644 --- a/sys/ufs/ffs/ffs_inode.c +++ b/sys/ufs/ffs/ffs_inode.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ufs.h" #include "opt_quota.h" diff --git a/sys/ufs/ffs/ffs_rawread.c b/sys/ufs/ffs/ffs_rawread.c index 3def0784a15e..a8df78ee8eff 100644 --- a/sys/ufs/ffs/ffs_rawread.c +++ b/sys/ufs/ffs/ffs_rawread.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/ufs/ffs/ffs_snapshot.c b/sys/ufs/ffs/ffs_snapshot.c index 9cfd56472a78..7e8c4dbb17d1 100644 --- a/sys/ufs/ffs/ffs_snapshot.c +++ b/sys/ufs/ffs/ffs_snapshot.c @@ -36,8 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_quota.h" #include diff --git a/sys/ufs/ffs/ffs_softdep.c b/sys/ufs/ffs/ffs_softdep.c index f671f529a04b..28ffb806b308 100644 --- a/sys/ufs/ffs/ffs_softdep.c +++ b/sys/ufs/ffs/ffs_softdep.c @@ -42,8 +42,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ffs.h" #include "opt_quota.h" #include "opt_ddb.h" diff --git a/sys/ufs/ffs/ffs_subr.c b/sys/ufs/ffs/ffs_subr.c index 6873bb5cf84b..5870416820fa 100644 --- a/sys/ufs/ffs/ffs_subr.c +++ b/sys/ufs/ffs/ffs_subr.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/ufs/ffs/ffs_suspend.c b/sys/ufs/ffs/ffs_suspend.c index f84242f9ca05..e23e12cc8be4 100644 --- a/sys/ufs/ffs/ffs_suspend.c +++ b/sys/ufs/ffs/ffs_suspend.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/ufs/ffs/ffs_tables.c b/sys/ufs/ffs/ffs_tables.c index 2a91e292b461..a6bf2949e08a 100644 --- a/sys/ufs/ffs/ffs_tables.c +++ b/sys/ufs/ffs/ffs_tables.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/ufs/ffs/ffs_vfsops.c b/sys/ufs/ffs/ffs_vfsops.c index 41c3582a91ae..14046de1e7b3 100644 --- a/sys/ufs/ffs/ffs_vfsops.c +++ b/sys/ufs/ffs/ffs_vfsops.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_quota.h" #include "opt_ufs.h" #include "opt_ffs.h" diff --git a/sys/ufs/ffs/ffs_vnops.c b/sys/ufs/ffs/ffs_vnops.c index a8161eb2ad44..0dd64f696e0c 100644 --- a/sys/ufs/ffs/ffs_vnops.c +++ b/sys/ufs/ffs/ffs_vnops.c @@ -64,8 +64,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_directio.h" #include "opt_ffs.h" #include "opt_ufs.h" diff --git a/sys/ufs/ufs/ufs_acl.c b/sys/ufs/ufs/ufs_acl.c index f17bb6d5b3bc..6fad085daea1 100644 --- a/sys/ufs/ufs/ufs_acl.c +++ b/sys/ufs/ufs/ufs_acl.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ufs.h" #include "opt_quota.h" diff --git a/sys/ufs/ufs/ufs_bmap.c b/sys/ufs/ufs/ufs_bmap.c index acdd334f6c7b..44aeefe17d13 100644 --- a/sys/ufs/ufs/ufs_bmap.c +++ b/sys/ufs/ufs/ufs_bmap.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/ufs/ufs/ufs_dirhash.c b/sys/ufs/ufs/ufs_dirhash.c index f39fe4b8bd5c..92f067f5af8c 100644 --- a/sys/ufs/ufs/ufs_dirhash.c +++ b/sys/ufs/ufs/ufs_dirhash.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ufs.h" #ifdef UFS_DIRHASH diff --git a/sys/ufs/ufs/ufs_extattr.c b/sys/ufs/ufs/ufs_extattr.c index 87038767e806..efc1fe340fec 100644 --- a/sys/ufs/ufs/ufs_extattr.c +++ b/sys/ufs/ufs/ufs_extattr.c @@ -40,8 +40,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ufs.h" #include diff --git a/sys/ufs/ufs/ufs_gjournal.c b/sys/ufs/ufs/ufs_gjournal.c index feb26b7a9723..30c3985f0dfa 100644 --- a/sys/ufs/ufs/ufs_gjournal.c +++ b/sys/ufs/ufs/ufs_gjournal.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ufs.h" #include diff --git a/sys/ufs/ufs/ufs_inode.c b/sys/ufs/ufs/ufs_inode.c index 41ef9be2de60..01da74cdee4a 100644 --- a/sys/ufs/ufs/ufs_inode.c +++ b/sys/ufs/ufs/ufs_inode.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_quota.h" #include "opt_ufs.h" diff --git a/sys/ufs/ufs/ufs_lookup.c b/sys/ufs/ufs/ufs_lookup.c index 30ce406f67e7..b1964addd65d 100644 --- a/sys/ufs/ufs/ufs_lookup.c +++ b/sys/ufs/ufs/ufs_lookup.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ufs.h" #include "opt_quota.h" diff --git a/sys/ufs/ufs/ufs_quota.c b/sys/ufs/ufs/ufs_quota.c index 16ca8a331dd2..8f77fb3a95d2 100644 --- a/sys/ufs/ufs/ufs_quota.c +++ b/sys/ufs/ufs/ufs_quota.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ffs.h" #include diff --git a/sys/ufs/ufs/ufs_vfsops.c b/sys/ufs/ufs/ufs_vfsops.c index 23cbf1d81be8..f5508a40ce2d 100644 --- a/sys/ufs/ufs/ufs_vfsops.c +++ b/sys/ufs/ufs/ufs_vfsops.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_quota.h" #include "opt_ufs.h" diff --git a/sys/ufs/ufs/ufs_vnops.c b/sys/ufs/ufs/ufs_vnops.c index 76280bbdf8bc..a7d5e8ba96fc 100644 --- a/sys/ufs/ufs/ufs_vnops.c +++ b/sys/ufs/ufs/ufs_vnops.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_quota.h" #include "opt_suiddir.h" #include "opt_ufs.h" diff --git a/sys/vm/device_pager.c b/sys/vm/device_pager.c index 567f8fe55817..2d8f003c6f92 100644 --- a/sys/vm/device_pager.c +++ b/sys/vm/device_pager.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/vm/memguard.c b/sys/vm/memguard.c index 02db894808a6..96bfe9cb0467 100644 --- a/sys/vm/memguard.c +++ b/sys/vm/memguard.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * MemGuard is a simple replacement allocator for debugging only * which provides ElectricFence-style memory barrier protection on diff --git a/sys/vm/phys_pager.c b/sys/vm/phys_pager.c index 340d0743742d..19050d6c5a0c 100644 --- a/sys/vm/phys_pager.c +++ b/sys/vm/phys_pager.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/vm/redzone.c b/sys/vm/redzone.c index 426c66e5baa4..05770dc5a892 100644 --- a/sys/vm/redzone.c +++ b/sys/vm/redzone.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/vm/sg_pager.c b/sys/vm/sg_pager.c index bfd87f5f49f9..f1f4a3763bb0 100644 --- a/sys/vm/sg_pager.c +++ b/sys/vm/sg_pager.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * This pager manages OBJT_SG objects. These objects are backed by * a scatter/gather list of physical address ranges. diff --git a/sys/vm/swap_pager.c b/sys/vm/swap_pager.c index 38816b364c67..e548c2d16a0b 100644 --- a/sys/vm/swap_pager.c +++ b/sys/vm/swap_pager.c @@ -69,8 +69,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_vm.h" #include diff --git a/sys/vm/uma_core.c b/sys/vm/uma_core.c index 890ec2bb5f0b..de0ab48b0f9b 100644 --- a/sys/vm/uma_core.c +++ b/sys/vm/uma_core.c @@ -50,8 +50,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ddb.h" #include "opt_param.h" #include "opt_vm.h" diff --git a/sys/vm/uma_dbg.c b/sys/vm/uma_dbg.c index 3b45bdb29e7e..36567f3b3968 100644 --- a/sys/vm/uma_dbg.c +++ b/sys/vm/uma_dbg.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_vm.h" #include diff --git a/sys/vm/vm_domainset.c b/sys/vm/vm_domainset.c index 8cdf05947f16..9bc0df865154 100644 --- a/sys/vm/vm_domainset.c +++ b/sys/vm/vm_domainset.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_vm.h" #include diff --git a/sys/vm/vm_fault.c b/sys/vm/vm_fault.c index 458772d976fc..dd044d27f00f 100644 --- a/sys/vm/vm_fault.c +++ b/sys/vm/vm_fault.c @@ -74,8 +74,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ktrace.h" #include "opt_vm.h" diff --git a/sys/vm/vm_glue.c b/sys/vm/vm_glue.c index 377df8c18e39..031959c2aff9 100644 --- a/sys/vm/vm_glue.c +++ b/sys/vm/vm_glue.c @@ -59,8 +59,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_vm.h" #include "opt_kstack_pages.h" #include "opt_kstack_max_pages.h" diff --git a/sys/vm/vm_init.c b/sys/vm/vm_init.c index 86b1ade64cb6..4ca6e22f8a6d 100644 --- a/sys/vm/vm_init.c +++ b/sys/vm/vm_init.c @@ -65,8 +65,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/vm/vm_kern.c b/sys/vm/vm_kern.c index 8b4e69dbebc2..c3695b5c94eb 100644 --- a/sys/vm/vm_kern.c +++ b/sys/vm/vm_kern.c @@ -65,8 +65,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_vm.h" #include diff --git a/sys/vm/vm_map.c b/sys/vm/vm_map.c index c77c00b8b5c6..252b58ad2924 100644 --- a/sys/vm/vm_map.c +++ b/sys/vm/vm_map.c @@ -65,8 +65,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/vm/vm_meter.c b/sys/vm/vm_meter.c index 8f3245b1511f..aaea39486baa 100644 --- a/sys/vm/vm_meter.c +++ b/sys/vm/vm_meter.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/vm/vm_mmap.c b/sys/vm/vm_mmap.c index 8f0b985da627..6b0a70d523d5 100644 --- a/sys/vm/vm_mmap.c +++ b/sys/vm/vm_mmap.c @@ -43,8 +43,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_hwpmc_hooks.h" #include "opt_vm.h" diff --git a/sys/vm/vm_object.c b/sys/vm/vm_object.c index 3e9324da63ea..59d03ba7a2ae 100644 --- a/sys/vm/vm_object.c +++ b/sys/vm/vm_object.c @@ -65,8 +65,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_vm.h" #include diff --git a/sys/vm/vm_page.c b/sys/vm/vm_page.c index 5e613ff4db4c..4f3c4ba2d4d7 100644 --- a/sys/vm/vm_page.c +++ b/sys/vm/vm_page.c @@ -67,8 +67,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_vm.h" #include diff --git a/sys/vm/vm_pageout.c b/sys/vm/vm_pageout.c index 2945b53835c6..aec850039389 100644 --- a/sys/vm/vm_pageout.c +++ b/sys/vm/vm_pageout.c @@ -75,8 +75,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_vm.h" #include diff --git a/sys/vm/vm_pager.c b/sys/vm/vm_pager.c index 2a3f136b4bac..84ed0b74085a 100644 --- a/sys/vm/vm_pager.c +++ b/sys/vm/vm_pager.c @@ -66,8 +66,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_param.h" #include diff --git a/sys/vm/vm_phys.c b/sys/vm/vm_phys.c index bc9db6559bfe..108297caac49 100644 --- a/sys/vm/vm_phys.c +++ b/sys/vm/vm_phys.c @@ -39,8 +39,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ddb.h" #include "opt_vm.h" diff --git a/sys/vm/vm_radix.c b/sys/vm/vm_radix.c index c678bfe1baa7..768a56ed76f7 100644 --- a/sys/vm/vm_radix.c +++ b/sys/vm/vm_radix.c @@ -51,8 +51,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ddb.h" #include diff --git a/sys/vm/vm_reserv.c b/sys/vm/vm_reserv.c index eb3d4a8406d8..7b4a39a34906 100644 --- a/sys/vm/vm_reserv.c +++ b/sys/vm/vm_reserv.c @@ -39,8 +39,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_vm.h" #include diff --git a/sys/vm/vm_swapout.c b/sys/vm/vm_swapout.c index fc9686d58a4f..c1563d5e86da 100644 --- a/sys/vm/vm_swapout.c +++ b/sys/vm/vm_swapout.c @@ -71,8 +71,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_kstack_pages.h" #include "opt_kstack_max_pages.h" #include "opt_vm.h" diff --git a/sys/vm/vm_swapout_dummy.c b/sys/vm/vm_swapout_dummy.c index 4557a52c9ec0..a0a8aded1039 100644 --- a/sys/vm/vm_swapout_dummy.c +++ b/sys/vm/vm_swapout_dummy.c @@ -71,8 +71,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/vm/vm_unix.c b/sys/vm/vm_unix.c index 8b3fce6b49a9..fa3ba58eb898 100644 --- a/sys/vm/vm_unix.c +++ b/sys/vm/vm_unix.c @@ -43,8 +43,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/vm/vnode_pager.c b/sys/vm/vnode_pager.c index 6103daaf13c2..4f4a5c0c176e 100644 --- a/sys/vm/vnode_pager.c +++ b/sys/vm/vnode_pager.c @@ -53,8 +53,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_vm.h" #include diff --git a/sys/x86/acpica/OsdEnvironment.c b/sys/x86/acpica/OsdEnvironment.c index cce33d567efa..6d6448fbcf0f 100644 --- a/sys/x86/acpica/OsdEnvironment.c +++ b/sys/x86/acpica/OsdEnvironment.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/x86/acpica/acpi_apm.c b/sys/x86/acpica/acpi_apm.c index 0487962f0b37..4e880c3e5411 100644 --- a/sys/x86/acpica/acpi_apm.c +++ b/sys/x86/acpica/acpi_apm.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/x86/acpica/madt.c b/sys/x86/acpica/madt.c index 8043d5cb5ac7..3d7c5a67375b 100644 --- a/sys/x86/acpica/madt.c +++ b/sys/x86/acpica/madt.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/x86/acpica/srat.c b/sys/x86/acpica/srat.c index c31eb40fb0b5..ad112dc3e741 100644 --- a/sys/x86/acpica/srat.c +++ b/sys/x86/acpica/srat.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_vm.h" #include diff --git a/sys/x86/bios/vpd.c b/sys/x86/bios/vpd.c index ed0a9c068dc8..5ad194d28bba 100644 --- a/sys/x86/bios/vpd.c +++ b/sys/x86/bios/vpd.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * VPD decoder for IBM systems (Thinkpads) * http://www-1.ibm.com/support/docview.wss?uid=psg1MIGR-45120 diff --git a/sys/x86/cpufreq/est.c b/sys/x86/cpufreq/est.c index e87347f44b6b..a89e3d7d7ce5 100644 --- a/sys/x86/cpufreq/est.c +++ b/sys/x86/cpufreq/est.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/x86/cpufreq/hwpstate_amd.c b/sys/x86/cpufreq/hwpstate_amd.c index 9d55d3c3baf0..85feb5287e3e 100644 --- a/sys/x86/cpufreq/hwpstate_amd.c +++ b/sys/x86/cpufreq/hwpstate_amd.c @@ -46,8 +46,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/x86/cpufreq/hwpstate_intel.c b/sys/x86/cpufreq/hwpstate_intel.c index 968161557289..56367cc582bf 100644 --- a/sys/x86/cpufreq/hwpstate_intel.c +++ b/sys/x86/cpufreq/hwpstate_intel.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/x86/cpufreq/p4tcc.c b/sys/x86/cpufreq/p4tcc.c index 74d2c5c98dc6..9d1d31aa6d46 100644 --- a/sys/x86/cpufreq/p4tcc.c +++ b/sys/x86/cpufreq/p4tcc.c @@ -39,8 +39,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/x86/cpufreq/powernow.c b/sys/x86/cpufreq/powernow.c index 790aa6cbeeb9..cd892be11184 100644 --- a/sys/x86/cpufreq/powernow.c +++ b/sys/x86/cpufreq/powernow.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/x86/cpufreq/smist.c b/sys/x86/cpufreq/smist.c index 953597d0c117..a072edb8de38 100644 --- a/sys/x86/cpufreq/smist.c +++ b/sys/x86/cpufreq/smist.c @@ -38,8 +38,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/x86/iommu/intel_ctx.c b/sys/x86/iommu/intel_ctx.c index 31cca1ebb598..90c883b28ea6 100644 --- a/sys/x86/iommu/intel_ctx.c +++ b/sys/x86/iommu/intel_ctx.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/x86/iommu/intel_drv.c b/sys/x86/iommu/intel_drv.c index 87c2f0580358..a5821df6b835 100644 --- a/sys/x86/iommu/intel_drv.c +++ b/sys/x86/iommu/intel_drv.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_acpi.h" #if defined(__amd64__) #define DEV_APIC diff --git a/sys/x86/iommu/intel_fault.c b/sys/x86/iommu/intel_fault.c index 0e709de609c8..d2760d6db93e 100644 --- a/sys/x86/iommu/intel_fault.c +++ b/sys/x86/iommu/intel_fault.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_acpi.h" #include diff --git a/sys/x86/iommu/intel_idpgtbl.c b/sys/x86/iommu/intel_idpgtbl.c index 25ce7a2e8c2b..26f067e35278 100644 --- a/sys/x86/iommu/intel_idpgtbl.c +++ b/sys/x86/iommu/intel_idpgtbl.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/x86/iommu/intel_intrmap.c b/sys/x86/iommu/intel_intrmap.c index acbf4b74b843..b2642197902a 100644 --- a/sys/x86/iommu/intel_intrmap.c +++ b/sys/x86/iommu/intel_intrmap.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/x86/iommu/intel_qi.c b/sys/x86/iommu/intel_qi.c index 24165ef74455..49b0039f3ac3 100644 --- a/sys/x86/iommu/intel_qi.c +++ b/sys/x86/iommu/intel_qi.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_acpi.h" #include diff --git a/sys/x86/iommu/intel_quirks.c b/sys/x86/iommu/intel_quirks.c index bf5f4ce3773a..589764bd0fa9 100644 --- a/sys/x86/iommu/intel_quirks.c +++ b/sys/x86/iommu/intel_quirks.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/x86/iommu/intel_utils.c b/sys/x86/iommu/intel_utils.c index d2de262ad545..19d4ec7d22bd 100644 --- a/sys/x86/iommu/intel_utils.c +++ b/sys/x86/iommu/intel_utils.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/x86/isa/atpic.c b/sys/x86/isa/atpic.c index 3f7563198b2a..556951d1b886 100644 --- a/sys/x86/isa/atpic.c +++ b/sys/x86/isa/atpic.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_auto_eoi.h" #include "opt_isa.h" diff --git a/sys/x86/isa/atrtc.c b/sys/x86/isa/atrtc.c index dbd29b9d76cc..45fd00c64da2 100644 --- a/sys/x86/isa/atrtc.c +++ b/sys/x86/isa/atrtc.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_acpi.h" #include "opt_isa.h" diff --git a/sys/x86/isa/clock.c b/sys/x86/isa/clock.c index cd4117b14114..8fa642295611 100644 --- a/sys/x86/isa/clock.c +++ b/sys/x86/isa/clock.c @@ -36,8 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Routines to handle clock hardware. */ diff --git a/sys/x86/isa/elcr.c b/sys/x86/isa/elcr.c index 1db64c2dd7d0..6d400fefafa3 100644 --- a/sys/x86/isa/elcr.c +++ b/sys/x86/isa/elcr.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * The ELCR is a register that controls the trigger mode and polarity of * EISA and ISA interrupts. In FreeBSD 3.x and 4.x, the ELCR was only diff --git a/sys/x86/isa/isa.c b/sys/x86/isa/isa.c index 6507c411fb5d..10da0fac0072 100644 --- a/sys/x86/isa/isa.c +++ b/sys/x86/isa/isa.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /*- * Modifications for Intel architecture by Garrett A. Wollman. * Copyright 1998 Massachusetts Institute of Technology diff --git a/sys/x86/isa/isa_dma.c b/sys/x86/isa/isa_dma.c index 2a9a296c870e..827e04d930ab 100644 --- a/sys/x86/isa/isa_dma.c +++ b/sys/x86/isa/isa_dma.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * code to manage AT bus * diff --git a/sys/x86/isa/nmi.c b/sys/x86/isa/nmi.c index dc830744d49a..52cba6a64b1d 100644 --- a/sys/x86/isa/nmi.c +++ b/sys/x86/isa/nmi.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/x86/isa/orm.c b/sys/x86/isa/orm.c index 88764b16395c..f8afc17cac71 100644 --- a/sys/x86/isa/orm.c +++ b/sys/x86/isa/orm.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Driver to take care of holes in ISA I/O memory occupied * by option rom(s) diff --git a/sys/x86/linux/linux_dummy_x86.c b/sys/x86/linux/linux_dummy_x86.c index 3440049c54b9..30a5c4cde7ea 100644 --- a/sys/x86/linux/linux_dummy_x86.c +++ b/sys/x86/linux/linux_dummy_x86.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/x86/linux/linux_vdso_selector_x86.c b/sys/x86/linux/linux_vdso_selector_x86.c index 93da98420f17..5d06e5d833b7 100644 --- a/sys/x86/linux/linux_vdso_selector_x86.c +++ b/sys/x86/linux/linux_vdso_selector_x86.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/x86/linux/linux_x86.c b/sys/x86/linux/linux_x86.c index c72102d9f426..20cd207fdc04 100644 --- a/sys/x86/linux/linux_x86.c +++ b/sys/x86/linux/linux_x86.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/x86/pci/pci_bus.c b/sys/x86/pci/pci_bus.c index 8069ef03b203..685c10fb843c 100644 --- a/sys/x86/pci/pci_bus.c +++ b/sys/x86/pci/pci_bus.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_cpu.h" #include diff --git a/sys/x86/pci/pci_early_quirks.c b/sys/x86/pci/pci_early_quirks.c index ab8072b38d14..1786ae2cb668 100644 --- a/sys/x86/pci/pci_early_quirks.c +++ b/sys/x86/pci/pci_early_quirks.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/x86/pci/qpi.c b/sys/x86/pci/qpi.c index 377ab792c12e..4272e1866b6a 100644 --- a/sys/x86/pci/qpi.c +++ b/sys/x86/pci/qpi.c @@ -35,8 +35,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/x86/x86/autoconf.c b/sys/x86/x86/autoconf.c index 663b2ff71153..f11520237581 100644 --- a/sys/x86/x86/autoconf.c +++ b/sys/x86/x86/autoconf.c @@ -33,8 +33,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * Setup the system to run on the current machine. * diff --git a/sys/x86/x86/bus_machdep.c b/sys/x86/x86/bus_machdep.c index 3adf02f9ee13..1c3630d628ee 100644 --- a/sys/x86/x86/bus_machdep.c +++ b/sys/x86/x86/bus_machdep.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifdef SAN_NEEDS_INTERCEPTORS #define SAN_RUNTIME #endif diff --git a/sys/x86/x86/busdma_bounce.c b/sys/x86/x86/busdma_bounce.c index e7d031e87664..b9943ad3792e 100644 --- a/sys/x86/x86/busdma_bounce.c +++ b/sys/x86/x86/busdma_bounce.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/x86/x86/busdma_machdep.c b/sys/x86/x86/busdma_machdep.c index 4157f44c3e23..0e72b09684cc 100644 --- a/sys/x86/x86/busdma_machdep.c +++ b/sys/x86/x86/busdma_machdep.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_acpi.h" #include diff --git a/sys/x86/x86/cpu_machdep.c b/sys/x86/x86/cpu_machdep.c index ffaa3789272e..c80284cf2987 100644 --- a/sys/x86/x86/cpu_machdep.c +++ b/sys/x86/x86/cpu_machdep.c @@ -39,8 +39,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_acpi.h" #include "opt_atpic.h" #include "opt_cpu.h" diff --git a/sys/x86/x86/delay.c b/sys/x86/x86/delay.c index c767250954da..86ab12c5c7a0 100644 --- a/sys/x86/x86/delay.c +++ b/sys/x86/x86/delay.c @@ -36,8 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* Generic x86 routines to handle delay */ #include diff --git a/sys/x86/x86/dump_machdep.c b/sys/x86/x86/dump_machdep.c index 6798b23146ae..866247610c07 100644 --- a/sys/x86/x86/dump_machdep.c +++ b/sys/x86/x86/dump_machdep.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_watchdog.h" #include diff --git a/sys/x86/x86/fdt_machdep.c b/sys/x86/x86/fdt_machdep.c index cfc7cf7b474e..901655d829b4 100644 --- a/sys/x86/x86/fdt_machdep.c +++ b/sys/x86/x86/fdt_machdep.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_platform.h" #include diff --git a/sys/x86/x86/identcpu.c b/sys/x86/x86/identcpu.c index 3ff59344e17d..7b06ecab2ad5 100644 --- a/sys/x86/x86/identcpu.c +++ b/sys/x86/x86/identcpu.c @@ -39,8 +39,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_cpu.h" #include diff --git a/sys/x86/x86/io_apic.c b/sys/x86/x86/io_apic.c index 976c49730e6b..4337d1adc8a9 100644 --- a/sys/x86/x86/io_apic.c +++ b/sys/x86/x86/io_apic.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_acpi.h" #include "opt_iommu.h" #include "opt_isa.h" diff --git a/sys/x86/x86/legacy.c b/sys/x86/x86/legacy.c index 7e54d6951a8a..1421279551d0 100644 --- a/sys/x86/x86/legacy.c +++ b/sys/x86/x86/legacy.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * This code implements a system driver for legacy systems that do not * support ACPI or when ACPI support is not present in the kernel. diff --git a/sys/x86/x86/local_apic.c b/sys/x86/x86/local_apic.c index 22392901b731..17b0223f834b 100644 --- a/sys/x86/x86/local_apic.c +++ b/sys/x86/x86/local_apic.c @@ -34,8 +34,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_atpic.h" #include "opt_hwpmc_hooks.h" diff --git a/sys/x86/x86/mca.c b/sys/x86/x86/mca.c index c343460d3e32..dca6b935e4a3 100644 --- a/sys/x86/x86/mca.c +++ b/sys/x86/x86/mca.c @@ -32,8 +32,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #ifdef __amd64__ #define DEV_APIC #else diff --git a/sys/x86/x86/mp_x86.c b/sys/x86/x86/mp_x86.c index 581ec0ac518a..76a1d14f371a 100644 --- a/sys/x86/x86/mp_x86.c +++ b/sys/x86/x86/mp_x86.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_acpi.h" #ifdef __i386__ #include "opt_apic.h" diff --git a/sys/x86/x86/mptable.c b/sys/x86/x86/mptable.c index 8b249eb22cc7..e5e5a24c457b 100644 --- a/sys/x86/x86/mptable.c +++ b/sys/x86/x86/mptable.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_mptable_force_htt.h" #include "opt_mptable_linux_bug_compat.h" #include diff --git a/sys/x86/x86/mptable_pci.c b/sys/x86/x86/mptable_pci.c index 76315e37a884..80cc7af948dd 100644 --- a/sys/x86/x86/mptable_pci.c +++ b/sys/x86/x86/mptable_pci.c @@ -31,8 +31,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/x86/x86/msi.c b/sys/x86/x86/msi.c index de8f42c0fa68..8751c621a5e1 100644 --- a/sys/x86/x86/msi.c +++ b/sys/x86/x86/msi.c @@ -37,8 +37,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_acpi.h" #include "opt_iommu.h" diff --git a/sys/x86/x86/nexus.c b/sys/x86/x86/nexus.c index b57bda82453c..c90a8d252845 100644 --- a/sys/x86/x86/nexus.c +++ b/sys/x86/x86/nexus.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - /* * This code implements a `root nexus' for Intel Architecture * machines. The function of the root nexus is to serve as an diff --git a/sys/x86/x86/pvclock.c b/sys/x86/x86/pvclock.c index 9d8ac99f5a8a..c38f9a0df458 100644 --- a/sys/x86/x86/pvclock.c +++ b/sys/x86/x86/pvclock.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/x86/x86/stack_machdep.c b/sys/x86/x86/stack_machdep.c index 5d7dfd251b0d..746c560a094b 100644 --- a/sys/x86/x86/stack_machdep.c +++ b/sys/x86/x86/stack_machdep.c @@ -26,8 +26,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_stack.h" #include diff --git a/sys/x86/x86/tsc.c b/sys/x86/x86/tsc.c index fc72dee176e9..7c11a1f5f300 100644 --- a/sys/x86/x86/tsc.c +++ b/sys/x86/x86/tsc.c @@ -27,8 +27,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_clock.h" #include diff --git a/sys/x86/x86/ucode.c b/sys/x86/x86/ucode.c index 1f62c7f60f04..ee398921a243 100644 --- a/sys/x86/x86/ucode.c +++ b/sys/x86/x86/ucode.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/x86/x86/x86_mem.c b/sys/x86/x86/x86_mem.c index 227c9b1719ad..0beebd130757 100644 --- a/sys/x86/x86/x86_mem.c +++ b/sys/x86/x86/x86_mem.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/x86/xen/hvm.c b/sys/x86/xen/hvm.c index 38c93bf25998..4122daeaf600 100644 --- a/sys/x86/xen/hvm.c +++ b/sys/x86/xen/hvm.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/x86/xen/pv.c b/sys/x86/xen/pv.c index b3da26e9b78e..c9537d153820 100644 --- a/sys/x86/xen/pv.c +++ b/sys/x86/xen/pv.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include "opt_ddb.h" #include "opt_kstack_pages.h" diff --git a/sys/x86/xen/xen_apic.c b/sys/x86/xen/xen_apic.c index 3b7c220126fa..1a28269e5865 100644 --- a/sys/x86/xen/xen_apic.c +++ b/sys/x86/xen/xen_apic.c @@ -25,8 +25,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/x86/xen/xen_arch_intr.c b/sys/x86/xen/xen_arch_intr.c index 8b136885f190..76b4f1a34c1d 100644 --- a/sys/x86/xen/xen_arch_intr.c +++ b/sys/x86/xen/xen_arch_intr.c @@ -30,8 +30,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/xdr/xdr.c b/sys/xdr/xdr.c index b57eb7d66ef4..af0d28bd65b7 100644 --- a/sys/xdr/xdr.c +++ b/sys/xdr/xdr.c @@ -34,8 +34,6 @@ static char *sccsid2 = "@(#)xdr.c 1.35 87/08/12"; static char *sccsid = "@(#)xdr.c 2.1 88/07/29 4.0 RPCSRC"; #endif #include -__FBSDID("$FreeBSD$"); - /* * xdr.c, Generic XDR routines implementation. * diff --git a/sys/xdr/xdr_array.c b/sys/xdr/xdr_array.c index 2051c577c295..11ed27c0f28b 100644 --- a/sys/xdr/xdr_array.c +++ b/sys/xdr/xdr_array.c @@ -34,8 +34,6 @@ static char *sccsid2 = "@(#)xdr_array.c 1.10 87/08/11 Copyr 1984 Sun Micro"; static char *sccsid = "@(#)xdr_array.c 2.1 88/07/29 4.0 RPCSRC"; #endif #include -__FBSDID("$FreeBSD$"); - /* * xdr_array.c, Generic XDR routines implementation. * diff --git a/sys/xdr/xdr_mbuf.c b/sys/xdr/xdr_mbuf.c index 2dd19e868c9c..99fdeef8fe23 100644 --- a/sys/xdr/xdr_mbuf.c +++ b/sys/xdr/xdr_mbuf.c @@ -28,8 +28,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/xdr/xdr_mem.c b/sys/xdr/xdr_mem.c index bf365a8da210..a83c8626f076 100644 --- a/sys/xdr/xdr_mem.c +++ b/sys/xdr/xdr_mem.c @@ -34,8 +34,6 @@ static char *sccsid2 = "@(#)xdr_mem.c 1.19 87/08/11 Copyr 1984 Sun Micro"; static char *sccsid = "@(#)xdr_mem.c 2.1 88/07/29 4.0 RPCSRC"; #endif #include -__FBSDID("$FreeBSD$"); - /* * xdr_mem.h, XDR implementation using memory buffers. * diff --git a/sys/xdr/xdr_reference.c b/sys/xdr/xdr_reference.c index 0e7513b959fa..0ecbecc12568 100644 --- a/sys/xdr/xdr_reference.c +++ b/sys/xdr/xdr_reference.c @@ -34,8 +34,6 @@ static char *sccsid2 = "@(#)xdr_reference.c 1.11 87/08/11 SMI"; static char *sccsid = "@(#)xdr_reference.c 2.1 88/07/29 4.0 RPCSRC"; #endif #include -__FBSDID("$FreeBSD$"); - /* * xdr_reference.c, Generic XDR routines implementation. * diff --git a/sys/xdr/xdr_sizeof.c b/sys/xdr/xdr_sizeof.c index 5452834d90f7..6491fa80dce1 100644 --- a/sys/xdr/xdr_sizeof.c +++ b/sys/xdr/xdr_sizeof.c @@ -36,8 +36,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/xen/features.c b/sys/xen/features.c index bbb28968935a..71526f0c1b1a 100644 --- a/sys/xen/features.c +++ b/sys/xen/features.c @@ -1,6 +1,4 @@ #include -__FBSDID("$FreeBSD$"); - #include #include diff --git a/sys/xen/xen_common.c b/sys/xen/xen_common.c index 95fe00b2ba98..8ffccce92eb0 100644 --- a/sys/xen/xen_common.c +++ b/sys/xen/xen_common.c @@ -29,8 +29,6 @@ */ #include -__FBSDID("$FreeBSD$"); - #include /* required by xen/xen-os.h */ #include diff --git a/sys/xen/xenbus/xenbus.c b/sys/xen/xenbus/xenbus.c index 9570abac6a58..22ef434ffef2 100644 --- a/sys/xen/xenbus/xenbus.c +++ b/sys/xen/xenbus/xenbus.c @@ -40,8 +40,6 @@ #endif #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/xen/xenbus/xenbusb.c b/sys/xen/xenbus/xenbusb.c index bd6ff552c9a6..703269b2c803 100644 --- a/sys/xen/xenbus/xenbusb.c +++ b/sys/xen/xenbus/xenbusb.c @@ -52,8 +52,6 @@ * xnb1 */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/xen/xenbus/xenbusb_back.c b/sys/xen/xenbus/xenbusb_back.c index 597618b64eb3..5f42b4bbe722 100644 --- a/sys/xen/xenbus/xenbusb_back.c +++ b/sys/xen/xenbus/xenbusb_back.c @@ -36,8 +36,6 @@ * Xen split devices. */ #include -__FBSDID("$FreeBSD$"); - #include #include #include diff --git a/sys/xen/xenbus/xenbusb_front.c b/sys/xen/xenbus/xenbusb_front.c index 4dddc01e64e5..5c58bd5409b2 100644 --- a/sys/xen/xenbus/xenbusb_front.c +++ b/sys/xen/xenbus/xenbusb_front.c @@ -36,8 +36,6 @@ * Xen split devices. */ #include -__FBSDID("$FreeBSD$"); - #include #include #include