diff --git a/sys/amd64/acpica/acpi_machdep.c b/sys/amd64/acpica/acpi_machdep.c index f2f61eeb6e0..7b138c8faef 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 e86a20758c0..3b21935255c 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 52efb0ffd0e..4dbca4424aa 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 faaa9874371..8883a0a2a12 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 2f4e06b12b6..7e07cb810c4 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 54f7beda116..f42c8879436 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 e35248b0766..d4e4693e4d2 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 c38f4f6a486..14bd893b6cc 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 b7f7a91b867..419f27a236b 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 b1fd0c03374..08eaa1e8ac8 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 50de0421922..cf635d82230 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 1310a27911f..c5b84d035d9 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 805fb3fd471..40d722738ec 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 4c17561b6e3..214ad494639 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 0de4bc3e2d6..4debe89426d 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 28f87663ca5..d9fdf77f3cc 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 fa3ffe84bfe..f39678d1f4e 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 761ccf6cb30..378cf2f011f 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 c37174f2de3..8960d743593 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 2d2b1c5d599..ec4501c3aee 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 5d747e62d37..c7151fa59b9 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 764e89307bd..3fce9826b88 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 b715663ea92..6f8d6feaf60 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 d44b9f9be4f..0d9a660abdb 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 97e5fdc0a05..f3e80addc92 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 f4dee7084bd..b96068e58db 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 5a49a291f31..27bf3f67ca2 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 dd137820c88..65923b3ad35 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 e5945cbbe9e..ee164142c14 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 6c1288b6af7..b793c66a95a 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 2643b13fa54..3fb905ab9e0 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 fd5d594b821..b3a4d330f41 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 70e1ae91eab..5cb5f06093e 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 155ea918cd0..54dbad76d6d 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 0f67282419b..3bf74b8aaa9 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 d994d9aa6fb..25f56c121c6 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 39c84298984..8bfdcf6f6ba 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 323634b3001..c6080c6f8de 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 29b3b99bc48..b0c313deff8 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 42161c02940..d1c671399d1 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 f24bfaa3721..9f01e524102 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 6e5d6d4eab8..a9ee4bccb3a 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 1c0d9a05199..64fa13d2e98 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 c2975b0d2c8..4a259d1fe3f 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 ef0bda9018e..559a7bc7d95 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 7a2b7081075..97d778bfe36 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 9662763b602..bef6b003881 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 7a1a29cea17..d8ea2442de2 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 c5f6c774356..a5eccc99506 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 438dea8f4c7..33ab2eeaedf 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 78c65beb803..a9804b3d56a 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 899af5ff36b..629dd0bd3b4 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 ac3ecc49fde..ce05c912fc6 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 8e54c708841..e96ee021946 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 ee3782e5ee8..53ed5fbfc9b 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 f2cba726df6..51c6afe5a7d 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 41639b2d2ef..740ecf14e32 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 33aeeec3a11..ba110e088e2 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 fabfdeed3a3..bb4ec7b03f0 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 a2c3d25f158..6c063653dce 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 06bebcea8aa..27cbb3ac298 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 bb23bb8bd43..788fcec9ceb 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 c58a6da66c1..e7bf74dd7e9 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 d6694f1ada3..9682de2eb2f 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 d966ded2c04..e1503b6a699 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 c1f4e2c183e..7c29cca4d90 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 42645848461..fb0775f12aa 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 87eee4e4115..0840f8e88d5 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 8915940dfc2..bf5173d9d59 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 c9f3c9d3545..c13adfd599e 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 dd599f70b8d..0db2352595b 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 7536eef021d..1b042621c0e 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 a115e3e6a32..ec270df80c3 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 965d9dadf98..c4217bd0079 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 804f0939d65..8d117774c49 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 afc8e88b398..dae4b100118 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 3b8d9d1c461..e6a280f6ac3 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 a3e4e0732c6..171f065faec 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 5b28ec742df..7d11346ac84 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 5a36377b808..22b29ececac 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 c9bf62e002a..ef120905ad0 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 ac35a033f76..13e714dbeab 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 54b2898deb9..05fb25d9b02 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 0ecd68917d8..7d1c1b71588 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 ebdfb7cb2c2..1c50dd7deb7 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 b13223f5efb..2a278fa515f 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 b8a2e3a20c1..535835dffbc 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 ee6a599c923..7b7e60c37b3 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 a6d58b40a8b..7239d578354 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 01207fd767d..ab7b4442325 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 0bc3d60b8a1..4e45f0a7c06 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 cdceef03fb3..5be99b0eb98 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 26e4b45d677..53a7ce777c5 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 9ad3dd4e6ca..3020f690e46 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 0bed6350e7c..8fa336bb057 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 bf4066ab5e0..15784afc187 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 e9747c3877a..9f3d6f09738 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 57e0f7d7e06..c7d94b1ac96 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 7b040c1c7c4..a5dbc117c05 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 a9a3832e8c1..1cdeb70a64d 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 09ba7f4afbd..5a09243aaac 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 30a00b99a46..4987c42f20b 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 148697e4ae2..7203d740652 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 19ca05d9c4c..61cfc4d2b91 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 4dcd92cf8f3..485d760f810 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 db0e63bdd52..6a5ec62f2f5 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 c448e9ecf51..5992a652fac 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 688012d5f14..d9b2db2c9a5 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 2acaa4af285..8b0d825e4d4 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 901b50ffd2b..c6c713a6ce4 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 d39f3765901..febf970c7ff 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 1df7388b84f..7e993a7fcbe 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 46cd263a7fe..6a2629a3576 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 48fefab3940..d774174aba1 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 690b44292a9..491b062588d 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 d3ff82aaec0..b79223f39fc 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 190d362ddb5..a333eadc20a 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 5c1a1b6dfa2..b30f2a03c82 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 d13d3598112..6404ad9a7e4 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 1d211747c3c..85c7ee38b71 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 09f7dc7db30..6c6518e13a0 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 a97c87301b2..42181f6a226 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 209a05d971d..ec355c8af86 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 4b65635c571..75533481ad3 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 9d5d31f9201..b4e00988031 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 e360dfbcd60..5b4fab871bf 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 92620305618..fa0bb38f7b4 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 41cb1195570..ff13467aa1a 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 190e5725f48..1d3d5a9878f 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 ceaece7be90..916df720a4f 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 cc50f3dae2f..42bdaf8e7c8 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 3604e3e433d..a1cba2db5f7 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 602d83c12f4..31301d309c5 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 43e065f0edb..142a32b5dc3 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 5fb7524a540..a573bbc75e1 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 ad5e55a3b88..043fe5cbb31 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 dc2d96359fc..f9998bde00e 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 9a164939471..0cc51c29adf 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 d4328de9e5e..298869bdf11 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 07eba9e03eb..c952846e9af 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 8743af0ece6..0e4c642815b 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 6e12cfdaf6e..1192d7525be 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 8b659225e7b..9fb942bea5c 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 c3e35eef84c..b7a16b0914d 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 b68a2d96b12..dbeed218c57 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 4d2960ce4c9..4954de691cc 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 64413ad46e6..1e3568cac08 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 0b17632e495..9e7e83be0a5 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 1ef6729a33c..8374740711e 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 0420009fb97..566ba329e95 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 2d8680d5b91..e0826cb6584 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 1038b8252c7..750b74f5cdf 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 2d466275ff1..0b4f80a47f6 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 4a0d9ecca29..703ba41eafb 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 95a0d132123..a3a546e0b95 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 2b3a6dfe61c..0c8aaabe8c5 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 7633fcdccae..d19b5650451 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 3535ee28d94..dff4e8da092 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 1b31da41d2c..048ddb7699f 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 94186e26e81..d11915bdcc0 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 a428b655365..026043bec41 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 0245b6834f4..9482ab3f590 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 d7815ea52da..118e48c73e2 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 f0affbc2679..aa91c19e478 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 672575b7570..9505e0091a3 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 e718a06109b..42e3422634b 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 dcdf8ed5af0..afa3b6d34f9 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 4849ab9e794..776473bcfa2 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 eb049c1d6cf..7a5346b207a 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 711f9218520..a10102ff128 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 0626f7de8b5..ba64fae58db 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 220cf773e38..9a4773810f3 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 3c823a5454c..07a3da11444 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 b1237ceccd3..091a55f0d29 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 7a857f8997e..32b3d2f869c 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 3f4d415b56d..dfe8e1e6d18 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 8346211ec21..ded80290b3a 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 62ee8f089cc..88b43c4a6d3 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 97b7586f836..59816a9f881 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 7a60fa335bc..46c04b19c8e 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 012773415b4..7f3069bdebc 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 c202a5ab001..5478d9d56f2 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 3f308c9f546..720e82c6533 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 1d00c0473dd..7944becbae4 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 4eb5c6976bb..ea625485a7e 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 3eb3793d113..b016917bcc2 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 c77fde315e7..19332d86afc 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 ef7eb40587e..9efa3a2630a 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 351de24ab37..d2e55bd7d84 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 96b382c9083..6f52e1724a5 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 05e42b0ae04..b8cabedd64f 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 f6300b1f442..e2fc793d2fd 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 fd366542b28..9d66dfd9349 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 74c418f357f..4d750fc5955 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 3b5365154c7..2494f5aeee8 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 b1f42cbc5b3..b9562620848 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 3ff1276f7a3..cb1419c4256 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 662221b0c40..e18bc12faf4 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 9e5e5142953..d6c657250ba 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 2202edf6b4c..edf538b2b4e 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 92656ca3b37..1302d24daf0 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 4f4dd7c437c..8a7b8ccea73 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 d37c68720d2..55ae5cc26b8 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 7104ae124cf..4e356d6b34e 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 8c0d79caffa..2f5451b45b4 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 6644af3a3e7..d621255c565 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 ab7cd76261d..60acf7c9bc7 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 22d403957b8..0194c15f126 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 af0cf6ba299..ca0f9d579d4 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 b1571ee1228..e49f2bf1ff4 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 fbfcdf8691d..802b3184ed0 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 b823270eb1c..7debabf432d 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 c182bae0a56..a98b2e52551 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 430373d3679..108771db630 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 0c53a77feda..ebfb50c15c2 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 a7794216c6c..51a1eb64f10 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 465fd90b87f..9cf2968ace6 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 9f32c1feb43..5aa8eb169ca 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 544962e9ab2..98d8cdcf2df 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 fef15e106a3..bb4d7557c17 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 a347a1dfac9..d8715d9cc91 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 00d1ba71e6e..5640923c634 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 e71e5a20ada..ef2a9b4a40e 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 f66b9322564..0e84334d94c 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 82372fd8065..0b748d52f3a 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 89ea76a96fc..cf3d89b8903 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 6df637368f7..c0c8632fdca 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 bd2a3ad0780..cbe3ff48907 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 b23fb2f7686..97d863b6d4d 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 1856f8b1e97..a6a9ad8470c 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 718c5a06318..208026db85b 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 c083bf552eb..57644c02364 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 13eca6efb9b..6f975bc407c 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 45f39cc4e73..07531f76217 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 d95b02e2bbb..2ebe8797c50 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 5d3309d4539..cdc9ef225ee 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 49abc8cd9b2..40a3491c1cf 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 14459616291..ace6b4ce668 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 336435ee3d6..7d14a5c26c4 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 50c508eef7a..6bd9a50115e 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 49a7dcff9b5..22691c1304f 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 f8173d1beeb..25fe8cc626e 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 e65c037a574..e6279dd8248 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 57919a75073..0d35e95039b 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 5137511619f..36a2c2b18f4 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 d3a75b76556..681a2387c92 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 8fc1299ce0d..e4fc57b79ba 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 52f01badccc..b49c9041810 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 683fb4986a4..e76672984b0 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 da0105b237c..498cff199bb 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 816f004ac2d..3a6a9dd6e1d 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 52a3e66f682..b9d619f8d79 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 cf78147fde6..232948fbb17 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 5335d48961d..7d11e6aa50f 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 c185aad1cd8..d0ea3821314 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 5a350b74108..88b54467e0c 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 40fb4e0ad8e..1789712a31e 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 b9b75cf0a91..45f344ae936 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 38247398a19..60734abb40e 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 0f2565a2e8a..2ca948f945a 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 83533a52107..2dfd6744127 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 6e20fb9e960..11b3bccf68a 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 1d995c38730..41a48998b95 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 d0a5985da69..5a0f5cf2b1b 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 d1fe7d4f156..cf275f9da41 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 8f52856991f..3501a945b6a 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 4681420e9de..0a922430597 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 a22f555f5c3..2fb1007dc40 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 056ca477656..45c0adbe8b5 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 1b5c73296aa..87237508fe1 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 6f4c2397cca..d0daa7c951d 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 cc4ab56a112..8c3885039b9 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 69251d73a2b..b97d02553bf 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 f5b4a2ab0ac..6a316fd1cbc 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 02bfbe8e004..25ca0ea2c4f 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 b8e4dc7fc67..941648825f8 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 66c34e8b5a0..c78c107c4e0 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 6f1335a043d..86fabf52e01 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 7183867bdb5..1db495af411 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 1ee930f6c48..82ba50f5481 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 4d7e2026e71..0316338128f 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 44d2547ac9a..931a2b677ea 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 097049c44ee..648ddd51eb9 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 b497b9cf3a1..cdead618c5b 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 897972f8bd3..3ea6b642fc8 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 da54abeb004..d3d01d3cb85 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 fdf839b02a5..bec463900d9 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 3a3e85901e3..e43a4a6b417 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 0b774502bc2..488b8e2c062 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 408fe87ab69..6b1349d837a 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 ab0355faa29..0be15aa8277 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 424e942e6ca..0a7a693b1fb 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 330b7dadafd..d2da5ed1b9c 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 27c2a749882..0ae94de2fd4 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 37c4529f0e0..e750349565b 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 c7ecbd884ff..50b5f4e9ea5 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 7b5f442e039..315fc6702b3 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 5b5baf6eb9f..2f363a6d7bd 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 fff3c44eedb..95987f5477e 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 d58b99fbd77..f9ee6ed17fc 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 dee15d95d8f..ee6995aefae 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 6f3afc78349..0bda13ef31d 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 d0a793daf2c..0bce4f7cb50 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 a085fdfa722..44dafe64199 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 9533becbc06..b559bcc3ca1 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 708ef876f5c..80b2351e4da 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 4c8596c2d93..5f473353341 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 f625b25f634..da90d706d6c 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 82a17ff3d46..9378ec5eb40 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 7c1470853a9..dca290de918 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 3e7c60798bb..855eabd31b9 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 bb0211f5a02..7aee763ebd7 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 5b56c2f6581..5b92175383f 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 3d8943bc9c4..03912302bfb 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 61e34d9a38a..038f5491d43 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 be0b607cd2b..a51894f2348 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 47282a7b041..d30bce113f7 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 cbcee38d2e2..e61701bbbaa 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 a96386e877a..a6e6a416ed5 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 073775e8638..512aad8e72c 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 e3e99697d1e..562ea6cd1c0 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 82eb4135a75..28310ef6b5e 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 056f5889dd9..4b5e157edfe 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 9b71d4b3984..1ab9e513eca 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 e6c4e2a9522..4b359ca197d 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 55f242737a9..b2159b842c0 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 e05eed5f79a..0fad264ceab 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 35ca39bddbb..d00a01b0da6 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 e223e0d6d8d..b4f2aa22c38 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 218507aea90..178f5f30dbb 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 313f1d4d60e..86092277638 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 7ce671c057a..f24591cdb6c 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 0d435deeac3..0ba2e5cf131 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 99c537df1e1..ab7a687417f 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 ded5c8d9518..8c621b5e2f4 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 b3d94118f09..c65ee027559 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 f0f8e76f90e..15574e40900 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 e5d8fc68733..4cef6dada66 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 9ffa2c4e8f7..ae39eba0337 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 24ddf99ea28..be41b2c0690 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 f08b62048e1..4fe59d2fe7d 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 c2e25c68658..09322d591e0 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 cc38e0c8ad9..85d4d3df41b 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 e44995bb8bb..c29a2253862 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 06c3e639cdb..5b4eb835528 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 5d2dc66ca4c..f6aa52611c8 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 4b7b1721a1f..cbe141b9fcb 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 13e7cf9a552..11c4c3be702 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 53dccdb3c6a..3810b565b4a 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 860768bab8e..001369bb3a0 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 214c316b2a0..618c281fea7 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 9be16c905a1..3d408362009 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 253cc8863f8..15ce14fbe75 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 9f441e96c05..537cd4f6e24 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 75678132ccb..f7ae3c99d0f 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 3e463f0f5de..7a8c6d96e7e 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 8f13104337f..af86ab38d81 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 1e7ed4a440e..5b402487f08 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 ba614d01456..ae0c48d6b67 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 8133a40b5c3..f086570e3f0 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 813da9c7b18..8210c7d60ea 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 ce5fbfd4cc3..450d6944205 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 e8788e9bc4f..641787a40e7 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 ca9785fdd3c..7d5044d5403 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 4eaa3216dbe..52807ad7e73 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 b555a15786a..26c1c30eb0f 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 a19c739a02f..6b170dae792 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 43582508ede..3c28a84aea9 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 629f788dedf..9b9ed517147 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 7047b07ff14..03bc2243923 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 0bb55666c17..8ee1d8c8aaa 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 19a1a2cfc99..624f1dd507f 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 ee86c05f0d6..dfcd4632579 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 38c2f5cc9bd..88f9ecde3f3 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 17da6a08f6d..4f44a09b4a7 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 d789dfe5d83..7c88bcb3fe0 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 811c0e58ccd..9160ca4fa1f 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 c3f41071384..29bc8624e27 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 d60d2606165..6b68b859a03 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 0c764a24997..e1d64163535 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 90b4d6d470e..bad75f274af 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 a12d874e409..4ac557510b2 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 a9148ca9523..4d396d4364b 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 3f6d87d633d..b489967c946 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 2198cb42294..b9b47f0d1c6 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 aa5ba83f581..2cd0400b5c9 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 2c427689952..05d1c46407f 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 3e334a85074..5c48afd48d2 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 4187271bbdb..2c2c69d177e 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 dc8e4fcba86..52bf408481b 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 9b7c1c0bd23..b7bf86d9871 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 dabebef28c8..6734383d5b4 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 c4c76965e70..994fed9afd3 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 db18d5bec99..984636b2bd1 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 ad7f1455e15..26000460a7e 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 dc3c8c2a753..4e1c933d2db 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 15b25bdbbe7..24c62c8181c 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 42d6762f8a5..d690ff970f8 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 5b696a8909c..8a482ab9366 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 a3f0830e401..ce986b2d38b 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 ad799e9f52b..82f3a55fb9f 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 70b424dcd50..e576a11fe70 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 ce868dcf5d2..23b930741c2 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 c7f5a670b0a..83ba9847ec4 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 359f54aac5f..f3d079525d4 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 e5c1b857227..23a41728679 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 ed31e03ddcc..82895436bdf 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 7a5e141ba35..fb634f8076e 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 2889e8c1b7d..28058cc9689 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 c9450cf4552..5d569ae9c5a 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 aaab294dbb1..2769835c0a0 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 2ca14f4d904..6196ce1fce5 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 986ce39701a..64ef6a577af 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 1dcb02fc8c9..2af84e85d78 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 e28ef391754..f03c1fcde27 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 ff3f374a9bc..9d5bf9a4008 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 79cc5505bf6..79ccc7b3d05 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 f0f12bfe733..884b4b32d4a 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 bc12f354bc3..e7a121bf49e 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 a8e8d5b6539..ffde2123a35 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 e802d74dce5..e7541c89000 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 7ea37904e36..25e6e1bf726 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 2d2bb3d4a21..686dce110de 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 74288f551f3..baf233c5fa6 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 4cee3052064..ef1b2ea5c32 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 5379077d314..223d24019cb 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 b4c9696aec8..ac52131a5c4 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 65498c86951..050631d96bd 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 9a12c337dac..ab0f8ccdd12 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 dda7442a500..25daef32041 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 4ae9aa152cc..e71185dea15 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 925262f8f1d..5fa85a2898a 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 fbf4034933c..a4fd1d9b520 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 31869c50a22..5a3a337afff 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 69ad05e3136..dac33e0214c 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 ef0891b1bd1..231c4f91dba 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 eea754318bf..68561b96bad 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 0364294f280..0f97112c2a4 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 33d24cda1fa..da7e0e93002 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 dfdd25c5f12..797e181f560 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 989cefad347..ce1937e2df9 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 a8c837b34b4..914928aa593 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 23ccce07e98..5a08f08c612 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 9807181726e..fc4e027512b 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 369ff066597..378c892c95e 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 616271ab105..23507febb90 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 ebf14f92310..fc6d8ecb3c1 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 c5cbbf46b06..6a1c9552f44 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 97b5634dd86..302b0330df1 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 287f0a7711f..94517c49e41 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 7c908ab1043..5313bd9948d 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 ebe01b0862a..33f34023429 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 46be0008c35..6fddf2eb655 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 57a1d866e7e..88391b136df 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 2e317c229c7..30dec7bcfc3 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 730288dc8bf..7609ed9a9c4 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 3d13cb594d3..5b84ba0de15 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 a01a22981fc..1180766c677 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 2f5646982b3..12d2c8ce2d4 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 91a2df66743..0a66e06ca72 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 afbb13fda19..0e5936e4e6a 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 13823f81fa0..15040f0a17a 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 bdb7f11cfbf..40ae2133940 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 cf5893cbbbb..274b441ebaf 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 901e1222336..d841575aabe 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 98329720a42..cc122dca9cc 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 579684d9539..d639c0bb02c 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 1b35eca7670..8933b1ae50c 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 69013862263..0010cd6e00a 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 2659d1c7da8..d3080bbe371 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 17d4c27fdb2..2fb3bcf8a5d 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 199f5713f36..b11af1b0f4d 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 8504cac5894..63bd687fba3 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 f8e777b65ff..97c640dfb81 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 f762a0fe858..2c914e94c7e 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 bce20f8eb6d..e0fb2e221a9 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 1fac678df97..bc9b41f9695 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 ced1656727e..cfdfe62feca 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 4ea604ce474..14fd96ac919 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 ef68ea4d7e7..2d6e2a8771a 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 b50240a1a51..7079907e63c 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 86e3c55f9a0..005fa61bfe8 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 9879e645b82..38148ff7066 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 927bcafcf1e..2b2ca683653 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 a7d65845acb..66add7b227c 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 59f8132645e..24ce0327e08 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 612cea5f41c..8e8fedc1c5f 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 be79f1184fe..271f6fc47ea 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 a86fef1d96a..e5c5d1562be 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 dc5126bee05..bdf092896e3 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 37248e53d87..26990f40ea0 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 7fa636628f6..e1fcb533a8c 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 6a9dc708cf6..7ce52119750 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 a568d1264b5..b1990fc7128 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 a51ff3aeca8..4efa3ceaae4 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 44f35f1b2ab..e19d845ca66 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 2bc0804aef2..0fb00d8aceb 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 c448320a86e..4e908078714 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 9c4e02c1570..fe13b9f15f7 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 3ccf2e543b8..9ca10167588 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 57351a7e76a..0e2ccb5037c 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 4beb34b0438..fced2ffab25 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 c390269f419..2a26da3d65b 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 9b519f25236..4ce38140a57 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 d51744c6fbe..44555dcacc2 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 a82546a6381..87bf41b27fd 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 6f38cd8d0f1..1c9bea2349d 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 9f1f8a3229f..b9871f0e9b3 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 61aa4c1a120..7b0dd9f6482 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 fa09d202655..a30a037c8d4 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 079391ac102..7a001f4a1e5 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 f7bba82ab9d..03610e9313f 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 9fdb3da211c..a0747b633e1 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 f7e9abcd910..f4b35da8863 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 656ab9c864b..4c9851da3dc 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 937a9f761a7..c50b745cfba 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 8d51c73a15c..15f1f5e86a0 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 6e92046f614..f9e4e7a9547 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 d1c656a3b9f..f4170fa446b 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 e1afca40f39..60afca1690d 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 32590da5fc4..5afdbf0da69 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 46ae5d8e8fc..ced1a446f0a 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 7d6e83eb078..06e063d916f 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 5eb8f0ad47f..c3968d62365 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 ab993327c7b..fdddb406187 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 be28697be55..894a2b70065 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 b3bb6621ae4..40fc096208c 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 a47b3ba1890..1fe6b1a683b 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 2c71efdbb65..45b71011903 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 28be2377df8..a1bd54d9744 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 b5deaa22692..74c9f0e5572 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 38a47c0c3b0..bb0ee1c527a 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 57fda8b9766..82f4bd8fb62 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 c25f512f5aa..b2d204d2f5e 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 3f41ad20949..88c2a864db5 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 c587dd47b10..9df82b03fe6 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 0806bd6aedc..c46ee2be80b 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 7be45ab09ae..03512965490 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 6e31a9f002a..e4d76632a1e 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 2eb588f1836..00f0e7121a7 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 f3117d268f5..062b9f3cd4e 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 bfc78e648bb..83db43ea740 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 e7b4fdb770f..0663d4f1449 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 84a3dff90b6..abfb63a48d1 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 2f550a62d7c..7d311905ecc 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 262e70ea449..46c18e6a94f 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 f5b32175ca4..fd21eb2b11b 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 c99d0c58eee..1a602cf6645 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 9f137dcd006..fc7f371a1a2 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 b5320ded95a..295e3a2113e 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 4ff148d5fd0..40a66e2ef38 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 48116683c7c..f87667df4e5 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 fb37c412b6d..e3ed16da435 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 1aaad2c033e..f6d5f8b691e 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 4456234fbd0..e89300c19d5 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 e871bea90fb..0077f392820 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 5e3cb3cf1dc..d609e391edc 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 c786d50a43e..331553a9362 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 8c4379bcdad..d356a92c4d6 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 834ab9ce050..4e724f2fd53 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 a89028cbe59..3a935df47be 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 a68ceb3d156..ccb6524f597 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 bc7237c0730..7c346d445fa 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 c49403ad158..ce2f9d6d9a7 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 661f8c9b204..57aa51ab562 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 90b208c2246..e5f9643894c 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 6ce82c0b967..151ede7e1c1 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 3e06634117f..77c6b9583a1 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 0c7502d7846..466f4ccaa2e 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 46b17f8445a..a27edf01889 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 aa923d69a1f..0021aab151d 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 0d9df541b73..7743779a3fb 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 9d1e03e2356..b3ef0fd8da7 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 34449ff83f7..ec080a01159 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 a8d052e6c34..240ffc2eeef 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 b54b8262bdd..604c9a033ff 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 909aa047403..ba504ae5cd3 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 a8f88cd2651..e7fdd505563 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 23afa2cf8d3..a675af94238 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 489cee9598c..9c74ade4e66 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 0d9b2dc83d2..5ae5c0e8092 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 d78801a9f6a..c3ebb462208 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 295c3664a37..0c6e2b4d4d5 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 d292a96704d..d8c160ccf77 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 12262ab9ae2..56b8cca7082 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 62f4fd7df5d..5db987cd578 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 bf93a06470b..3ce70470cb9 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 0bfc66a187c..ae687dd5373 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 99b806c7676..0d14565cd45 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 b9e20747960..825043a09fa 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 13e39be5727..343fe445247 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 d512946516c..6169eec3f17 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 a20758cc863..0d502b17d25 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 ee8ba6be7c7..cadb1f586a1 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 32e08141f27..f969c8d758a 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 80ec1ba50bb..3d43d832792 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 ca8a429a8d5..64df47468ef 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 f6a1ce7ec6a..f4889c80c8c 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 7004ad7d9c3..a04b3aa2193 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 bbeb7c4c6c0..0feae96b8e6 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 a0c07166461..ac48ce0aba8 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 3ba5fcd84fe..3a15ce82b3d 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 4ca4423b585..8cd33eb671e 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 db1594e03e6..ceb22a6f067 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 1c03ce30fb4..7c8a6c2ab66 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 0bc4957de77..e4aa05c4dfc 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 e299f3695ac..dbe030bac5e 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 923aa50a35b..1db15373209 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 cef317b2ac7..c0d35fae3b7 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 9d891b06761..5d4b918a107 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 e3824ba843f..608b9782d78 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 8eabcef2360..b1356a17987 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 3b85192eb33..bc1c5d45ccd 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 5b8878194cd..7c1ca6af5d5 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 3284cad8306..a2f45b04735 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 99a877a0628..88df04e60f2 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 04d1f68b6b7..7a47e3b9d46 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 b290c0c4eaa..fd6518c0c8d 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 5757f97a3f3..7e7fc303abb 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 73adedabd2b..f229bae0c8c 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 da89337229a..0d0d5d130b7 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 c06d7cccfd3..9715e5ef2af 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 0020f491067..a0420b76ff9 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 1795f037ac4..212253974dc 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 b40cebb9e17..7cc3d607f01 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 cd0be88ba3c..de8563a6c22 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 a873af6766b..d3f5c9cc0fe 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 55aa5e346da..feece601a6a 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 22c0faad7f0..ef2bb4f5840 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 512df480372..c377763fc7c 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 82ee5723f23..739fe34ef18 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 c4c91a39589..ebdda9ef449 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 66f8e01bbf8..aa78539acbb 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 e993a998fb2..8fc3d0ee3c1 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 6ff8a61457f..c32cad2433b 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 7507c4c3f18..6faecb0da0a 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 40dbf701928..a57c5f127f0 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 d7705df784a..dd6511295dc 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 56b203f1b0f..dced32d8aed 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 6ab7f2f76ec..89bf3fab709 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 496947e2756..ed5e2b3ac8c 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 262294148f6..5b964c2a478 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 3c3b93e9ba8..428fb9983b9 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 7013371de52..5c7cdaf0770 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 5007fcb043e..32c83025bb1 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 7f77faac653..d712377e338 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 f22ba50b0a0..5e99acddf01 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 b041dc980ad..063f674f00f 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 f42661f3363..3d087d9cab4 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 9406aa8d727..dc7a9177dee 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 e7fd66c3358..590631fc432 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 45a0500025f..0809de6e076 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 fef07b6c502..3033e327d0d 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 fec4981a773..41b3f514653 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 5350dbd1bcd..1a740f71948 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 82b6893fdec..e8e75a12167 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 ad0718bfcf3..54dc81cfef7 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 e0079dd8ff8..985547b7ce2 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 2084c2a3811..9891110e6b3 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 4f6838ee641..30e4c8e73ef 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 3ab4a05a7bf..7d441f44e94 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 e19712f5d44..f93fd6e3186 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 3a2f0fc481c..3d42c9fae20 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 ba7e918a0c8..767f4f0b7fa 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 39ee23b956b..cf27c304d91 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 e5fefc87951..18d11eb6e05 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 acf587889aa..78b22ba7eba 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 85618b4d311..b17a156503a 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 8d3300f8307..9773c99d04e 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 7c4b23a0b21..45a5eb8415b 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 73466899529..2d93a705318 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 ad96418c171..7f387af2539 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 13edcc8ee74..14018926897 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 316772db502..86ae74cbb23 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 99a79b30658..300acdacee1 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 63db17199fb..4a8318827a5 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 465b7a697cf..3707558a63d 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 fcfc2886192..c4f7dd0496a 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 3ac3bb80596..d2a6c43d5e3 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 1341d74e611..b2b08f6eb91 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 f41156d227b..82db5da5898 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 7f424b63f41..e6daf04c0e2 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 07ad68d5603..22ee4897083 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 2b46500c95c..cc0b1e4e8ca 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 83911c47438..b1f4b428a8a 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 a5e141b072f..c1678c0f342 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 90eab8ba5f4..5c812353f98 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 cce2517b85f..9f730c6627d 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 b8ef38b9c4b..6ca653d9340 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 47a6561264e..2021dbf5b52 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 338b1a0b698..67e37e15893 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 5556652b31a..4529e39977b 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 06a384325d1..c6c8fdcfdb3 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 9c97354b0e3..59ecdd7510d 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 95c461d905c..bc992b86a2f 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 8384d6a4296..731d3f1b340 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 c81456a4bfc..9b1fe162e8a 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 312c3a4da39..220bd969a7a 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 33b357f222b..1c4246e1d2f 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 75358c54af1..54eef6ac99f 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 9cc41b8d72f..a22ffce0c28 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 5628aa49559..aae71181389 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 5e7446f0dfa..709f3ded977 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 679fe6824c7..0e4893a9749 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 714225ef9f1..c6325ce81d6 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 0cea43001a0..75da0cd3b0b 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 764feb7095b..0bb5a261c11 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 e793885c30c..e6f38759212 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 fc93881bb32..10f18b97010 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 89bf526a427..05fd0f340de 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 89f0f38d7b6..73571d7f67c 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 7acae92777f..48db95d240c 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 bdf3e320efc..4621bdf986d 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 40e4a601102..6753941505b 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 0497fb98edb..e9e5cf07521 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 e2cef8347c2..bfa17d7e8aa 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 7b7dc8e0f0b..aa7fc628c73 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 4431bdd479c..07198d1eb36 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 af6a199f118..e8481ecd441 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 60c4c8ddf4c..2058033104f 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 5bc99a1b1ae..15c33b1e344 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 16b502b1ca4..c386c096add 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 ffa7193620b..b913ae602ab 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 e84b8bde2ad..bec53384361 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 0072713af32..84f03ba0dd7 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 acbf8821d42..b651f64b3e0 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 5d9b376f956..77c5c5eebcb 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 253482b5255..983fa9dcb75 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 4020cd91d8c..b15a895f5e2 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 b5007a89966..a484a16e286 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 7fd73f0a7f4..1f525124f90 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 19afad6872c..2fba700fa28 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 b8cedd3b60b..a5fcebe51c9 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 69adcff6793..61ebcdbf7a3 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 e6c44e0368f..ce9ad34464b 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 5f4ce077a01..8386552dcd5 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 abf217de7f9..f0f7cce128e 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 2179faa2c05..20fdf186a78 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 656d8697d16..1edbbac3550 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 f6b91c5de3c..44ff74d2f69 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 6ae11e8ef57..3c71d6495f4 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 cc2fb534585..2e96bb8cf5d 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 4765391fd59..27dc7beb870 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 a5a45ad4965..0522d3fdff4 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 e062f0535fd..72097c55f94 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 d6e20a63c57..6e08f911b99 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 5d0c13ed2a5..990ba5d20fd 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 e8a107fa6f2..44900666242 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 7bb7e5b35bd..0eba97a59f5 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 aa7a5702713..60e4a6e0f2f 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 cca69d3d5c9..b3174de6d4b 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 e9e1836f887..846484b7da0 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 06636ccd498..7e05eadea7f 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 7c365c6a690..a1a9d4dfcdc 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 c511560558a..8366c247889 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 dafe0e3f84a..93bbf7488be 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 ebc3c2fcec9..77f7abaefcf 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 16d83c65bc5..7db9a27ab05 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 df98e1f2ae2..497f80dbd67 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 0176b9c295b..e50ef65bfbd 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 773ea9425b0..8f4db8c685d 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 c0458dcd5b2..e22c348d14b 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 5034b6c5ea9..d91304d8666 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 f703b3099bc..7365c171d3f 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 491e3cb45a4..f2f200acc7e 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 7c5f5caff5c..139b8ab0082 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 aebe6c1fca9..9d98b261f2f 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 25897cae0dc..e8b35b3cc17 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 93d3ac3f2a9..84d694a7199 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 7d9c9938b1b..7642dc9b9f3 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 8c273bd137f..4613a9409b4 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 1955feb93e8..c8c3d97d797 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 dbdbd7af6aa..d053074a5a8 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 5197e226a26..3cdbddf0239 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 f954854ce9e..318ad96e8f4 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 47de1421494..71ba6410991 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 85226db08bc..cb38ebcc51e 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 57ae9e7a6ab..a3bebc4bee5 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 8c0153c2b60..3cdeedf972b 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 4533632500f..8eda238870e 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 8d3d327ea96..00016814a33 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 5a22312f353..02286ed32a0 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 093f2282d27..f76f9e1fa96 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 fd17623db21..4ee118e7f87 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 c9245505132..7855c6f9547 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 056c653eb24..314beffbe2f 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 c5cd5161f4b..253a8487562 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 f834e677fc9..706452c45a3 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 030b13869fe..ca0c80a58f2 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 d373d6be431..c8396d86963 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 2cc230971d8..98c6e806187 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 02f79ca949c..8390edcd280 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 fd100bd29ad..0eaff0a65bf 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 60fa463dc5d..0423ffd5fb5 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 c5ee6c664a9..0d446785f36 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 ec78ff299fb..e01eb688772 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 a52e6b2c3c9..81d602139db 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 41a8c712835..4585b65df11 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 da929457984..68f1d92025c 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 5d713264d97..cc2eded87c7 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 f003508f773..597e559502e 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 965bfed50d9..6cbd10c5b5f 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 19aba9f7abb..302a827885d 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 4d007386cd9..61d3b5ee632 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 fb629910e9c..7896aef9096 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 2c3840339e4..02e42a7ed18 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 62585731e82..23327ab8435 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 65a2821069b..5f88173d655 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 7ccf5acf7b2..34dbb56a66f 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 8f0fa937daa..fe686fe8cd5 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 396bce10629..bc37256e613 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 d6cb9be9b8c..b20bbd1e437 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 bc45e3179fb..609315f5093 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 527e6d2db76..60e6dd09195 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 d8b54ad1691..031a13ef021 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 f8a30092c06..919bf1ad55c 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 eafc70c0e9b..0000e7d070a 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 0b1c6b71664..d7b6e1db660 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 589f0167320..267dd84c65d 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 6162da331c8..cb4c6fb8eeb 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 52b8afa202e..6e63d8fabab 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 a3b6562382c..853696e67f8 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 449e9e9799c..2d3c6f17dfe 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 7e3e8a44001..088e46af2ce 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 22a436757b8..a617088d424 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 b24846a87ea..67d51ea9bc1 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 57afddbe681..f60b473906e 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 494d879c045..64a93ea789f 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 0b998bcdb00..45e0a400d3c 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 31a7e2f155d..1df7cc60a94 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 ea102f1d2c4..e76603abedb 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 f44cc53fec1..8ac5bfdb5e7 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 67952416f50..b9c11454913 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 3fb1e70685d..161fe0f48c5 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 599065e5c65..49397886282 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 39c7a149b14..f0464709e8a 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 81181db34a5..f6eb66c9af9 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 db29239c4f3..0bb8e9c0a32 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 888d02a0cc4..4795e617680 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 a9d49a3c7f7..491eda40b6c 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 823abf9a4cf..820c573b2bd 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 6cf6fbb33c7..6a3d9d10edd 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 ea4a5e3baee..7455c6afc6a 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 f2c7041f809..de6fe2264d2 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 14b8878cdfe..8c08868456d 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 358759cb1dd..43da3cdc47e 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 92809966bfb..8460cd245b0 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 35397b7c93d..d27b7caee9e 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 83e0f51161c..e7dcc1ffb0a 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 a1171027ddf..de75e70a2d4 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 144a9e523a9..7eba46daf16 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 8b20f7786d2..44730879c31 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 65d04f2053e..4afee9cfcad 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 56d2b93d061..a1ac3499662 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 95dd11b9805..f354441bfd8 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 745f9cec139..b16457ec853 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 59b4c2bf25b..0575b1d83bb 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 2c1db6fdf0f..084a699b830 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 393d9dea777..0013d2a9455 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 fbde1cd9b55..0f2a25b1d02 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 de76cc70a0f..9eb95996eca 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 04e85c8157b..c89507f102b 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 fad10a7df38..373cc6da982 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 89b873f986d..48fc3fd1e89 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 2ff9de6802f..2e4ac47092f 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 502dae6971e..5cdca63c27c 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 072249cca22..8b362f52047 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 c559cff102b..da7c2a4d19c 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 302e3c10498..f2856c2088a 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 5cae6376641..061f29e91e9 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 6721493a11c..c302dd6f196 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 ec683083922..f7eb906fc57 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 b9d0f791978..0762d903fff 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 d370052f4f8..b2dc6527392 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 fbbecd152d0..7ad974f698e 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 6da8659438c..ee22f1cc44f 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 6778363d32a..b30d80038a3 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 c371a13deaf..6ed04297f6c 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 333e69a4878..32b3e920adf 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 853c9f01433..fa5b73023f5 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 2224de45192..f7572e48765 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 6d6c7b75039..f101c08e8cc 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 ae7f7d7f721..2f0971bddd9 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 6277b084308..983ef7c77ee 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 ab571f0313b..90487b4622e 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 4b9c0068dda..9ddfa4c8267 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 51bbe6e5cbe..80ab01732c7 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 46edf4ab8c9..eb1f2bdc392 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 56466410dc3..06ef509f278 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 cd1a46e3399..6911f167c08 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 ff090d14789..ec828517c1c 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 d4ad4522d67..5ca98b8fd08 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 e720e89e89f..116418dda25 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 c9d720f4899..df73b3fadfa 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 2d170ae2d5e..1ccc850648a 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 fa343b4a767..72f4ccd2e6b 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 29bef06a3fa..ea80c9d0602 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 ab63f181901..be608358f33 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 73a7c14111c..46c87defa3a 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 ef8857dbb4c..855d13f0db0 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 5992c5035ec..0535cab0d4d 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 3dcf15a428e..a08ad44c0d3 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 e3f9a14f4f2..baf47ac1d37 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 db055adda8c..38cbc602bbc 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 4b4ebe3628a..9792a9a1592 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 771809b82f4..be52822e1c5 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 cec2f5135a3..510a029cd18 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 ae260f0bd7f..cde535d5868 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 42e5ecddc82..bd252693e6d 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 8f741e63a2e..3adb6a4ca7b 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 5b7a5243b43..22a66dd305d 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 792efef3d4d..50631596537 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 e96258fdb1b..2f330a5d072 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 2081f356e18..97b6ad64e57 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 35abb039367..ac8c78326df 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 70146f52130..bb4a23da964 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 76878553e61..2272e85225c 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 a718bfebe5e..8468d7979a0 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 54982b2ed8e..030da7237da 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 99160b7d10e..bb35d7315b6 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 74cbfb559d6..e6d6eb46daa 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 fac1338d9df..05caeead0b5 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 d931e890e68..ec12821427d 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 d29cb9aea6f..9a1bd8719bf 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 142ffd5cb05..0f5e8b4416c 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 fd1ed2cee3d..0db820491b7 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 991552101c3..4bea1315ce4 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 f74947f44e1..f39006d9580 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 fa779fc543e..660e0b2d04b 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 541c1b4d31d..b04aa8564cc 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 8161691be25..c29af735ffc 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 9aa4b5902d0..bf2222bed5e 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 e17003bd692..47c36174d73 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 ac56c072cd3..b43e9b8b381 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 e505532f2ee..cd13fba72e9 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 eacb4d4de78..dae833bbd84 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 8f81def5638..ade055d21db 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 f2d1f63c55f..25924280547 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 e552da30837..456a987d173 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 22a75ae4455..767467cef65 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 7f1e8fc5314..4131a14ec11 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 7da56b700bf..fc287ebc7ac 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 dd99c228326..78c629d542c 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 604481bf591..9d17a0a424f 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 d12b9caedf2..1a5be681f8f 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 2b733c3ee2e..59d023c3b94 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 5e992988bd4..1cccc5f1bdc 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 37aadcead74..e29e1271ca4 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 a4ae5221ef2..deb6217a300 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 f8741f25045..7b961990728 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 99516d12d1b..14542afba5b 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 f39d8d9c594..748b7c534a3 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 a29d39b3101..8d0cc46ac0b 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 fdcf2e2fd62..7ece4a66dec 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 ff65dcf5483..c541fed5690 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 670e1a45ef3..c736c0933a6 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 6988bb6d664..b1dd57fe9c1 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 080d3d1883a..c7fb1cef111 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 0dc64b38075..94c96d00f9d 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 ab6c7a27598..df481ded610 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 f56091ee273..2b7a7b37df6 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 e4e4fd941ca..039fe6c06e9 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 6997d9c2b48..af65b5e2c9c 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 feb6b68d7e8..eabcbd0eaf6 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 b04b728b2bc..81bd03484de 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 ba748d35fd9..8d86f13ef70 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 a8fdcb28e49..39ca5d1e9f3 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 c89ba59f111..cc67dd842fb 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 2ffaa2596c5..094517da568 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 eab17f45dc9..f96f7691cf1 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 69e0cbd26e6..12017ec59e3 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 e4effec968c..84c90ec58d8 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 905f5157c7e..bd30cc28585 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 66ff351b5a9..5066b79dd6c 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 a6a0aa35171..94ea1f14590 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 e360781d69b..bc94273bf5c 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 121ecc41750..f4bd5ac8063 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 77219179013..1b20591fc64 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 7215719d90b..72f0a802aa5 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 893b08687e6..c0af0b59ccb 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 1c91697179c..6c722ca8275 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 055df66030b..58f21b526e9 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 bcc16d2b5fb..24b99f4ec37 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 034fe2b534a..eb5204f907c 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 78b1800c40d..1fd3adef738 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 3f07c7e80c7..86977b7a1df 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 f8e794764e0..ca69d4558d7 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 dcb5805982f..403afcd6c2e 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 c6ef4ba9e23..d5ef9706d7b 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 aa233972335..6168b389841 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 22a60e55ec4..cb42c8bda40 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 1ee89222b23..eb757783881 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 9e89f01cbfc..318112e2e3e 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 2c7506bcbb2..4641c346bb6 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 3a46adfb441..ac0bab896cb 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 c64a31f0696..31c007f492a 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 f74d600b301..69b67fcd9b7 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 2fd0927b89a..786e0493078 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 6de58ee8362..068c46868ef 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 b24d19f19e0..59c767d0efc 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 78e4d798eb4..16488055e2c 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 7bfb20de23a..d3a31cc922a 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 6ee673af6e3..9a057c34c6c 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 a2d2a8b0e05..510c90331a0 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 1bb8607d977..6210a790f0a 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 627a62a1699..52274dba435 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 2b4a133bab9..3df23e274ae 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 9736d842d67..25e09f057e9 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 9aad4ba5467..53b503ab2fc 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 4aae7cb8f45..b74dec44ac2 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 73509920eea..6d48a411da3 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 9ab66f753fc..fc4d66841c5 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 92ec57dee11..c249d1c9d37 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 f3de5646f67..4ad28e9235d 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 706f0db2554..320d8f65ddd 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 19bd16034ad..de5c43087fa 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 726f89379ad..77a4cb90d85 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 6529e5b70da..4ca7ddb8d71 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 f8717c42ed2..8618c8124bf 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 5b49899f81f..6bd5f41c408 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 868dd67b318..d8df25929a4 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 e0bd11d24f4..36978b1f10b 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 fa9c9f2c914..c7f53a061e2 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 cbb482e0da6..df2474f5765 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 f252fb85d90..2586c5748e4 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 a5b4ea2273a..4e631f85b3b 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 068b271dbc9..11535e54f11 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 c7d993beac6..4e205614ce8 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 12792d5ebde..899abe988cc 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 862cc1688fb..2b3acf1d9d3 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 85a2afb58ab..94d415d6706 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 f44b787c18b..95b19d973e2 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 f1ef1a9f8f5..fa2391c0bf7 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 3c34c0ce765..0510a319501 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 0911d7b46f5..8652d606392 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 9e4702fe4d6..347bb652954 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 cfe8dc44119..3673a3be91f 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 a349a79fbae..ca4b209653e 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 1b3f4781c1a..ababf97f3eb 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 198b700caf2..b91115bb95c 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 3787dda1c8c..e233597a326 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 d1ef440bdf4..7fd104f3460 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 c7379999806..c16f9ff3ee4 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 74492929577..622e6a20e6a 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 164d7cae742..4f880ed4dee 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 022089de375..7482ccdce91 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 b4766702eab..a41ce0d830b 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 bd2105595e5..3462c812d80 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 1e2ca97726d..9e5125b8eb1 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 85f0495f321..b83bbcf1f2a 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 6ca3de71dd2..765d7eaaa14 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 62ad2d04717..c72c50be467 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 a9dcdae36e2..e3bcd8f40bf 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 d8ef58e60d4..37096b18d1f 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 d4aa86d46ad..301d7a5e68b 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 97e1f558cde..cdb92551e88 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 8d2f98d7067..333b753c8cf 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 c405f53a0a3..5aa4d4c8a10 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 307fc60f285..de3d3c6c809 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 63d87d4d0dd..5b25c5c0a1c 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 d04fe75adbc..70c83e8e0b3 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 d0b9fc11a36..baf19d2f0ba 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 82b9c09d502..801c255ac8f 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 333b73cbe66..f3508e37d55 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 41f4ba31385..4d17aa81fef 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 5b165b0d3fb..80754a8f0d2 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 fd05648147f..68b7f430f37 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 21788eff6d0..b1ac833aff5 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 b2e0ef3a955..bc4726f3204 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 c5fdfbcc51f..d57e4c54297 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 a435cbae99b..0d3deba29f1 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 68b18eac9ad..9fb18c99a59 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 1272644bfb4..32bc882f6df 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 994f4327b75..4c5dfd1a235 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 4a0493366fe..b806f9535e7 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 5656d45dea8..2445d0ae58b 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 4a45c6a34dd..79ca10a1a07 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 27abccc6b32..78b7e4ca6bf 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 efea33327dc..88ba185e2c2 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 5e2be49b643..e016677707c 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 af6c719b914..370cf89f3c9 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 1ed2502623d..893e56b6109 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 ac0dcae1fd2..a2ca3a8a559 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 c6e05be29e0..9f40d293850 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 db3baa8d75c..576e1e9a7ed 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 54140b8c001..c77be218e67 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 3e77e43004f..2c4fea5654f 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 291e3253f50..5abb1f9ed70 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 e3a3d1b88e5..810b9052247 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 1c73581728a..702df2e1e76 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 6ab1bd89bb3..eeaec02af3e 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 a5a37665d26..e157c491f18 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 2254fcfd504..e2ba15dd67c 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 704348f1929..f67461f75af 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 09f8f0e569e..aed17dfaab9 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 bec003ee9fd..953f2972775 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 937bd9352da..14d6e242d03 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 41aa94f1aae..d323099e329 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 cd3fa466e67..d7490f4aff5 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 98ed67c1913..933b18edce2 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 7d3b00e23fd..49b8124a33d 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 df9378b670c..3aff3f6b5d8 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 393cf795c76..417e34325be 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 dcab46d5e6b..8d7a8cfa59b 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 537501b6b95..60450d0a6fb 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 b39fbdcd4d1..cdef017ac32 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 efd1238a970..4c2eb49a6b5 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 f6d7dd83236..1a2c24cdff8 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 49850035a03..db1dc370e82 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 52b375816cf..b823d7a61a9 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 e5a52a18738..08f160b754a 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 a0f84780100..30686b5f417 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 1dfe0e015bd..f36bd6273a2 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 63e98c4159b..71cd784ed4b 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 0f05ad32f31..2111c83c6c3 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 28a3ea92318..7adf8607aea 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 e36514209f9..64c1f5ee6f0 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 2409b3370fd..40a3c8b659b 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 1c1528d0844..fc02f87ccc6 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 c869defa177..49c8637a3d6 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 566a8dc4382..8e163a02152 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 af4fac84a9a..f39c908f753 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 63f45534216..1aa5d4955d9 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 91386d1780c..261e9a5205a 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 69796d34b5f..64fc697ed8f 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 4b95fac5d41..9a61540867f 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 6b6edb38792..0cf17cf04b3 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 34726e2d8b6..516aaec4538 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 4bfc8ce8300..7d22ca0d374 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 7a3e516a423..68a038822c3 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 5d34182797d..fb0943a3652 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 b2a95482f24..062d739c3f8 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 f0c6666569e..5fc555a30e7 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 911427a7494..1263ea2d198 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 018d35af525..4e137140372 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 567b92aa2b9..e4d7545d980 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 fcc56c8e0bf..573dece03f5 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 9ca9a41ff1b..533556fa17c 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 14afac664e1..db5feae0947 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 c8b87b77ca0..9c56db1ad19 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 75a24905733..aaeada3a4e5 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 7b4272a9dad..323ed45cc3e 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 d896e6d64f3..aa60b11751a 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 417b163b1c3..edd4eb90dbd 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 fee993f7129..7631cf7b42e 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 34e5cc4b029..8eccb5ab4dd 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 ffe38ebce1b..36ee803e2b1 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 cfaffa757cf..192c38e524a 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 4498d161ce6..c95eaefe6b5 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 f5c1753dc4c..ca30f1a264e 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 9a34f29641c..0f89eb6eb14 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 1460594f5b3..1a088cdf0ab 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 40db77eb607..ca5ff3f1d41 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 a084cae0f97..9ffb7a0931c 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 f77bdccfcc6..4b5bff81443 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 c5cb9383978..41063d5c7d7 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 171c4512e4c..25ab3db77c7 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 a60540c7fb4..50f6c9526a8 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 a5b15e5243e..9e8e80f898d 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 3dc6c3d78ec..6b684c95264 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 841c3867ab0..71a9ad341ec 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 6a39373d3e2..e0d1ef04fc9 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 feded8e7586..9f696b51b95 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 836cefe3af4..fbd9ae537fc 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 41e5c99b287..1448773b908 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 68739fbdbb1..213a7fc98c1 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 d11465e4567..193d58f9eda 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 a406634e96b..ab1428c06d8 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 dacb05f3b94..a220735e6d3 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 bb3fb753c17..4b3e1513a10 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 2b498dc5c44..7d22629fccc 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 5a169d0d33b..67491ccc607 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 cc62fa6f6af..77158eb855d 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 68d82260ca7..9339d083cae 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 0c490a8d094..fa886766e38 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 0458889c8ca..7185bda1e2e 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 5ca64c1f832..ff68d6276cb 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 1242ff53698..5b8c7391514 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 96dd7060cf8..729733a040d 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 a5145cd9a94..3aab0775510 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 50d861dd1c3..644ea0c631b 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 fd1bc9fe219..24f049f9dc0 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 5eb538f96fd..18fa1093800 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 ce9a97c69ed..1971c3b15c4 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 c0d4c6f0a3f..005dce826cc 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 7ddd3b41699..759887a2a48 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 ad0523775ec..774dd26d0a1 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 bc9d5f83a27..64fba441036 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 fcbd882098a..46638a086a0 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 053cf724a9b..b742f22a7d7 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 43df0b3af12..c8e328a2096 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 68df5617df6..4190aa627b1 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 ffc1e7e45e3..a4a611ed645 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 6efddb2247d..4e81f23dc26 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 5791cf692fb..9b48b2891f6 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 c81521f00a6..c529639d9a1 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 bb1f19458ff..d25c161d3f8 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 4d663788b70..b8005e21362 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 dc830c4cde4..cb2131a4c0c 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 44823a4cfa1..c397196d9cc 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 474bf7fb16e..307cd4d35b2 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 6bdbf2f40e9..ec639896c7d 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 b98c5808c6b..ddb81d8a486 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 090b25adbba..86b76d1a361 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 7ef81b3bff2..0dbcecb5d7a 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 d3f65b5b692..2ff695bf7d8 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 d3c027bb29f..89bcbf64ce5 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 738ad024b90..7b82a0fbc1f 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 a3888d91b8a..8fb06924e10 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 ee90ba0b9cf..82e65cacda4 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 877611c6ceb..2c0dee05a03 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 4bb96fa74f0..f2f61777fbe 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 2b25b935b65..fcde0df6030 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 73e75de6517..63ae0504782 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 971dd579397..5ef28570b48 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 92ea38a1653..e9159f25d74 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 3273b7e5a2d..fac845c8f2b 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 37f9b4eec17..76d89784ab5 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 51f70842225..31c0b46d361 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 993cdb2fe29..148ec639956 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 b644516308b..069dd00e849 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 990286e53bf..a5eaabdac6d 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 d68707715c6..10f142b0b97 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 fb0b467b500..388bb764aff 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 ef3ff14c2dd..24b92e68e2b 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 9d24463413f..bebd7deced7 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 1fd109a6edf..b0d7441a55e 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 6828eb35d83..d14187e0c58 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 2ceed08159e..3fa66ca8880 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 ed0c2802f60..2a5f95371f0 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 a004966ed89..3e387ec8145 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 8e349566b9e..7c8fe291065 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 727c2d47960..47eb9d03c82 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 7c40ac07e29..799b172aa4c 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 f66f190958b..c48dc7f025a 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 131a9ad9cc9..98d0d34b111 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 53155c7029b..e89244bd54e 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 f377c00b0fc..d8f4bb9deaf 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 f151a61af3e..8a674397262 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 776660ca190..9d6bbdfc601 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 c2eb7fe1925..616b1954800 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 90e08e96800..8489540cc46 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 4cccb7b4dff..1e309ab0c19 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 318a764805c..b9415082e7a 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 411a1f6cb9a..89166eaa4ac 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 380be2b8ca3..de17380638d 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 5b53e894333..fc4765777d3 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 927fd8c7b94..b59865b0811 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 9529ac3dfa4..ed7b73e2342 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 9ff4ee1d1e3..2ab1e28e28e 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 0405ca68bfa..f67cc9f60d0 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 066a5b6ad4b..7221954182d 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 0c8b7175929..5d040e92ed1 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 3e114080514..1ea8eb2f36d 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 16be6bf575a..f2f9d5ae526 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 2b1cc319360..a4728af9993 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 f49d59f67ac..5be28821c71 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 fc200b5223e..40ca6d46f99 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 73e1c940ab0..ea912e76fd4 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 a6c508a0145..3f4302ec6b0 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 bb13f9067f6..a9b1d7f4703 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 b24ac96c5e9..991ad76106b 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 010dd32071a..348ee47578b 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 8b593c41035..798d34e7bdc 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 68bb3a9cd70..a6951b525a1 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 e32925445f9..0ceb35bd67d 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 6c11ff75ff8..478d3e2fe76 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 1bbc00377fa..647ffad7be7 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 7c184d28d2b..18979031767 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 19a96d8a1c9..f2693ce44dc 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 f77e3febe57..7f5bb22aff0 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 1fc21fecad6..6edc77fe6e1 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 17f3367719e..c62b023bd80 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 e33f1ae8f9d..acd6111a3a2 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 13040ee43b7..2f4b1be4d93 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 06663ac8ef7..0500ba1c1c8 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 bf3a1c4f80c..64655e64c33 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 b7979d912e1..93c689278cd 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 004243d4003..35877ec10ee 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 d5c11ecff25..f60cb4f3753 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 46865118d96..920bfb559d7 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 9caab983787..3948075ad10 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 c87eff0f6c9..4f6c6638245 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 6710d887fcc..92a89234e98 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 870877e59c9..9a8cafbf2ab 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 a7411cf4788..442aa3b7138 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 fd48044fc28..8c373618d7a 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 6fc12cad121..67c484218cc 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 21dc287dfe8..2e2b3bf61b2 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 1fc162d360c..55131c73bdc 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 9165a860bf7..cec3ebfbf4b 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 45e571828e5..4fa58960afa 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 d577396de20..535a6caa75b 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 0aacb2c2818..08667b21b53 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 8429dcd3390..455386a4f15 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 17e352bf8bd..3e0a8aa2bd7 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 d80791759ef..9ef0619829f 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 4c475bd6359..ce21a0a8950 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 46a759ba8d6..d450fcf48d1 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 51e6c7fa97c..cbe788a8f3e 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 9a5e47b02dc..37cfcb5138d 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 325eaae4f2a..2924a8e19f8 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 174cf6ed8b1..62bafd4c411 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 cb2d56e6481..a7deaf1baf0 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 6eba0dd68c0..f7d79ab33e1 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 889fab5120a..9138396c9c4 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 26034a91919..c569b05b618 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 34e14718854..c4efe0f0cd7 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 68b23c6cc45..5ce3a3c9da1 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 57d8bf36794..f4f1d462233 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 53b2242a6f6..e31ce5d310b 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 8575a98bc83..ee2f0933008 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 624f587b0cc..5520766a492 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 c6f928dc352..73cb2efa074 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 5a1ec7bfe53..65f90e23c24 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 f87dec3fafb..68e76f09a05 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 076c64bbc11..ff9792a85d7 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 74c475e08eb..d39e83c9303 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 24bcf5baea6..52bf46dca29 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 737030ce36a..b5a73cb1f42 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 eec254b724d..9626adb5289 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 5c8e354290b..33789af3c42 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 0c87feafa66..cbd6c3de4cd 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 e2bcb356ec7..93561fb130d 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 5ef11f3c17a..bc8a9c57d1b 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 de9c4fbc5bd..ee3409dfa75 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 d8fc19369ea..eb081ae533d 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 812ca43789b..c51d36baaec 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 312f8fe5645..92a36e1a7d4 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 48b3ebd251d..fcdd6bc0cdd 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 0b36a10138b..2d17c336aac 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 d5fa45a5f1c..168a61a3b8e 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 ec0b5e036e6..70cad004b7b 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 407f0bf8e09..888de7756f3 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 25eda77439b..db357b190d9 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 108baa0407e..1a1993c22be 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 e04a9d4d70b..3f0a2932768 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 c1cd0529783..a2cd36591f1 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 13e9794110e..3095d197aca 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 cfcc41d60c1..f1e54d2be7a 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 251173a7e71..6e588b08a40 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 27599c41bdf..8ef644f6c0c 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 f2d947bcc5c..e2d114f6966 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 a66a614921e..f16ce1e2656 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 deb334ecfb6..ee1d2a31adb 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 77110282f9d..30d630c8ef5 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 892dc5aee20..4722b639204 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 6745481d6ae..0cdf662242d 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 81987794424..9332ec85477 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 271431bb92e..106a7845b2a 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 434422122af..64e3e53d429 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 6a577e107cb..95d00512593 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 348dfa2e461..dc421acb438 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 3c80e7b2e70..8d695861cff 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 0b7a2ffdf8d..58184974572 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 c05542ba69e..91389d0dfd2 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 c910ee3cb57..a840828c1ae 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 2a2e2a85625..16ed337c543 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 1375141036e..5ded584c6fa 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 db49e98ba61..87d0f740ccf 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 86071d871ce..34c98ccf945 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 7834a45d65d..b3f5f02081c 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 e24f948de16..a2bfd8fc10a 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 f642d261b6b..b40d947c3fa 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 4f47848c0c3..53e576aa406 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 d0b0499bdb8..cb8b39e26a6 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 248f4790eb2..be2fef54946 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 47a099f0535..6fb79fa8d75 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 ff6ee3d5ae9..4f24dac23e5 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 e21b53db9a4..a3180f046c5 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 e3077d505ba..4d6ae2f62c2 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 b8bbcc9623c..ba53cb73397 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 b5eeb88feb4..4003d532dd9 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 d3d32a58c1c..deb9a25bd29 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 6fef00677f0..a87687bfd0f 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 1e44e502804..d1ed7646b63 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 04e15728ca5..15517f74f0b 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 908e3f6fc38..f856220b07e 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 6ad39239373..7915562f226 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 b2de026d362..1a12710abab 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 8a7f6ef0c5a..d2531fa94fa 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 af191b78420..352f21560d7 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 89420db4d14..5dabe03b775 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 52b0045a00e..e99313b8180 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 810a1f53e2d..d8cd1a3cba8 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 9a927aaffc5..1d99c7edd5b 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 a63898efba2..c2ae574706d 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 796382acdca..33286e0ae23 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 4a827302e35..b074f6145d0 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 6dd8ff9b8e6..1f7cb615c70 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 b97558ad33e..4354b36d277 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 fb1b0231d2c..fbc75aaa4e7 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 b0aa5be11a1..5eff7557bc4 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 55068479a17..0ac1b86c073 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 b190772e249..199a6a2ff04 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 c4a26ea1765..c298dea5704 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 1c8997afbb4..abef5fbbe89 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 1eaf95f1736..00269756c1c 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 5acc03a9caa..537f70cadec 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 f4ff06906f6..07ef3a230c4 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 3b4d0963847..23cf019b93a 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 fd739e37a7e..aa1251796bf 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 f61d0488b00..321d01d806a 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 50850be4988..fd3b808e1e7 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 6a52ef6c0b7..4208dd620e3 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 2f4d884cf18..b15d223bc7a 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 3638b7b4214..1c148a3b7d8 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 90a35456feb..995b7158ac2 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 4220badb30a..02ae0286e91 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 6275e0f98c8..5bb6c6fce29 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 762063a4a17..a0504af08aa 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 409fb8e4309..15b875e3af9 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 f32199df15e..08a60806fc3 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 020337830eb..29e6826d7f7 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 a9c0a06d82b..f6e18316d8c 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 00ecd361a86..74205172041 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 593e64cbb88..1d85c76b3f9 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 4830f852639..035a34c25e7 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 69b43890438..fc6b878eff7 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 f6ce06bb1d7..a4bd951fab4 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 1da302ba8de..c17166fdbed 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 aa2d39d0265..5606164b3e0 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 547b00ec2fc..f86b93d58bf 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 b0c868fb41b..c16800c14ce 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 23faeb2273a..d6ffa5270bb 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 33f32d86438..42e5dfdbf15 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 888d1badd7d..440534a5fa9 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 721178a9f3f..dc37a99655b 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 8801950bd79..538956d3a99 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 e1769a806c8..4cb78e487a4 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 cafe73ff519..790c033cd29 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 aeb6ec22a70..206a35f7bac 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 a684e79fbd1..da722eb0b83 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 dff2ee709be..d7e7bd85ae2 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 bb73fa480f9..92dc8ccb1db 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 174c4326032..a6bade01595 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 9eb7eb60cd8..c90c232db6f 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 f21a0242a44..2992dedc521 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 89e81ccc654..a4e9caff65e 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 9861d38c655..5953579e55c 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 275a8fd4203..665dda649a9 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 5719fb19532..dbb6aac2de3 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 d4339e5f02d..502721e7793 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 9b9c240d384..a98d5d5599e 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 38217d1f0b6..3109030384a 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 81817d476d2..616351c26f7 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 f0dcf3ba100..bb783825ee2 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 cc37d84ff15..e0f7bbc99ca 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 c3771f2607b..27adf71fd6e 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 ff7bbc7c0dc..d5c4d357e9e 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 49930991542..0840773815a 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 d5f7ff033e3..3c61f947d11 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 df6d8b45f9b..f9ae76bf1e1 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 3d14f47a9a9..14715f86b7b 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 8b03940238d..d3affc483a5 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 550763f90b0..f88cca6cf13 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 b557df26e9d..195bca62928 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 242cf7e6ece..bb4b75c0c6d 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 d5950f056c0..7405f625e69 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 1ef31cb2c77..57f9afb66f0 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 40426db0012..e07618f5548 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 9c65392866e..390d07d010d 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 5b9633eeb4b..6f441e74ab6 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 70f1aa2d223..03c366207ff 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 6aafc9898df..9e91e7a4c73 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 2029184ce66..de48303a9c7 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 91d221cee06..ba09f760914 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 0355e54682b..ab49708837c 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 f5de77ae49c..d86e04ffa0d 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 3911e1ff6fa..34640e7acd2 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 2b441da098e..7601513a709 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 c0f17dcb86b..c585f241fec 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 1cffba06ce4..1e3a9c015fa 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 cc8c72b4965..ee88708538a 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 1ecb301cf9d..cab60f3f1be 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 d809fb86fd6..dd223f69bb5 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 7c507e719d5..ed49b2f60c2 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 e14f10631fd..6522b3284bf 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 afc4f6105e9..410250df21b 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 bed606d3091..b1aee483037 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 4b81c277516..a9aab7fc4de 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 4440e71714c..01d55a32d9d 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 8e5b4c54887..eb45f6fcf6e 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 6de6c51a0c7..ab6e2bc07d1 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 5ef32218a84..a129c8727c8 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 71753e7e9fd..7b736d7971a 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 5fa72c2aa8e..04e3311a0c0 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 d49dd5bd9ef..4ca8f396029 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 749dd7f40bf..f8996b36fa8 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 63ad1401fe6..3948d5d5a9f 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 dcb0d576d4e..33fb5c875c5 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 a5da6df5eba..7ab5b61d9be 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 7016cee2a40..ea646ba5dc8 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 94d5e090ce2..cff19c723c5 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 21199a1c64f..bd7221dd257 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 8debde0c967..8c155c9e2a8 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 26d0bea36e2..308884e609e 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 c5008d99664..6e98f9b5443 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 de09445a9ed..70997ad9811 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 850cc2abf41..f06997aa458 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 a913dc25932..18f8f146e06 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 6ed50017938..c4dbe4066bd 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 f1454f440b0..5eafc8a5a21 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 d18f60c5cc7..984f79223ee 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 aa830615403..b76f8d132b4 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 9fcb01f65b7..aebd55d6c31 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 784b71dfc96..8ede11fb47b 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 0c45df24e9c..fdf7e0e188f 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 407f94ae7d9..90e23ee88a7 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 02980cf3b07..af3ee0ede5e 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 f515f49e839..fdb2714a18c 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 13a2bca985a..5e4fad01cde 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 9910515412a..c41d2826c7f 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 f6797fe4bf5..8ba4c352079 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 ae964c2f6e0..33c24ec33c9 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 a288e256470..54f4b289034 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 764223e6cea..a51937da006 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 f67e2844393..f1174a5595d 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 468a595bd0e..2125c1a5b2c 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 58ea513420a..f2db23d47e6 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 6352a9cacbd..9a839917841 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 40d1b14f5b3..b232625f7b7 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 fab62b4c5af..84e639f233c 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 c282ca034b3..b8a9d48975c 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 1a46123344b..cd004717293 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 949ecb7bdaa..31e9473f201 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 43ef4206dd1..90a0a7047cd 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 dece67921c3..3b61d338e58 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 b2bd73a7df6..3f50bb0c496 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 3baec3944fe..802110ed7f9 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 241545efefa..33d0792d81d 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 e5a3d0a96a3..92fd4dcebb0 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 71c85bdf064..3a2d903649f 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 5a18683c256..e38b20c005f 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 449e1ec718e..df407ba3a5c 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 17914bb8f4d..bb68d207fed 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 f27b6cece02..e3cea392737 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 46aa6e9ca55..d3c151e30e2 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 531845df883..726290b7ebc 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 a5893e21a95..56506748843 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 2185652b378..6088bee9a85 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 d37ea6bc448..262c2405102 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 bfebac6c92d..3aa5fbf5185 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 0f970d96673..800893977f1 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 06fe10e8728..f873a9ce2ae 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 825f4c1baf1..8fb9adaa89d 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 78436d95e3b..05eb30a0aa7 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 7441ad70c8d..c69757b7d02 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 9417caa40c7..df88dba4b24 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 66b7b63087b..bdbc7dfb18c 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 fd077a10eb4..54d75b5a8a2 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 18af247d104..3b39a15f1b6 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 ce5a78fff96..3ac1e04c2ed 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 8487dde1c85..6d45dcf82fc 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 ee82d02b4b0..8d5798583c7 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 bd33b846abb..09ab571d273 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 8aec933a165..18c0948bed3 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 f5c443d89b9..8b8beda4187 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 067cddc2880..b39df82507e 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 3b1c20d014a..2b5d4301f6b 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 0c4773193e4..956315c4321 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 1c659765536..948f2b8bdfe 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 22b35f441be..e4abe56a8cd 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 8d8d84b5b85..38cfb84c94f 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 e1b648a0df3..62685d52faf 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 4b830b8a98c..11bf53bdc97 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 8aa8fc7ebb0..8517d5b30a2 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 5741d4c2d51..936ddd222f4 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 2cec90fa442..af79b57632c 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 9bba29c8524..3f92e120950 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 c9fc971a027..50c978e60ff 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 ac9e00add63..a005be8f263 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 b0832c60e9e..f357b89c320 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 e7a20491d57..0b9ddd30f59 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 2ddf90f2aa2..d6a16086048 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 d8d592c1db2..6014f416447 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 a906ef953fb..e64054765db 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 55d12633cf2..55cac64498f 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 3e52bb60d58..e6348cdceeb 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 1b2c2939479..62918d858e9 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 d706e866945..357e744f39d 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 e65b2f0f2a4..9a68c5adb10 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 cf905d42611..0e440adb114 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 12fa17e07f6..bd0dc64571d 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 e9c6064482d..c5af57681d1 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 cce5988a00c..34e8bcf8f1b 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 964ed097381..6d9daa732bd 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 e0bf7637ec8..cb7f1df7850 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 d85d8700bf6..a83146f2198 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 457b09d92f8..f6d828b9032 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 729474ea2a3..d140c496e0c 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 73773cf49ee..57d2aad82bd 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 10bd07c3657..dd9080bccce 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 bf9cfe3ccdb..277321ae278 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 faf0a1f815f..22c3111fe9c 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 aab2a10bd61..4f88eca25b7 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 915fbde25ab..8346995a9ef 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 30f2d5eb647..bc0526af2df 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 1ce0cd8c85b..073daaa4300 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 66642b2a10a..e731f17b59c 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 9163d34b4e6..7c02e0b1715 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 7be706a50c7..9593f1434a1 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 21db480151e..19de33d3faa 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 ad80860797c..d73ab0281a3 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 c4653b4bcba..0c9a8770bae 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 7a32a13e06a..0ac6a87b736 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 d25cfe43b3d..1ab669856bf 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 417e5c99697..5f4b13e33e1 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 c2140c9901f..0ac62dbf483 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 7b26726236b..2c63e58399b 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 25434cd0368..7ded11478f6 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 3b6c4cc66c3..e5987fbfd69 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 40220128146..cf904ee6dff 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 d9a61920741..63aac1a619f 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 2f1720acc9a..cf7ac50c054 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 02cac1fd983..0a69135ff90 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 c4e2376ee7d..0823d982a45 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 0ba41aaaa48..dad9d89c61b 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 53038eb0d6c..b2a22508b60 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 1cb0d0301de..09cacc76e2f 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 3f7dace4b4d..5e05aeb2937 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 3c5b285180d..c0f5ae5133e 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 a812be2cab2..a103bccca01 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 04810e04088..f8c7843f3a0 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 022c81492ac..1dce6f38a33 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 76393078190..f67113cddb9 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 b75b3742e43..aa1e8d84028 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 51329f2565c..a29cbefa505 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 ea3c93551b6..cb75a6b6a12 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 e85445de021..c618c527d48 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 d6b7642ac1a..3a4829a9452 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 d0b4029b246..419544dbd1d 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 6f580e48e30..17abd59c730 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 327dcdfff4b..1ef2932b29a 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 70f6ff187da..036b4a2e662 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 f35e8cca725..12ead7a5f0d 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 d9e214a4912..142d7e80646 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 a3dd5513bdc..d20e7573583 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 d0704a1e8f4..96bb584adc1 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 e5a88a917ee..6330b21e769 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 a6a3d70132e..116c2e2d144 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 89188b33443..8258afa319f 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 84f8e53189d..c70385336b5 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 1999a9e8491..9f15efabcad 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 7086b817d64..2bd373506ae 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 e0461ae2f36..7552e6d9b62 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 0111e7a023a..a54fc442e73 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 13d9f5636c7..5f60b354be6 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 015f8f00eaa..d5c91e3c5f1 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 ddca93e80f5..8234eb1f357 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 514624dba0d..87e4df72681 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 24a10a23ee6..d6c5f1401bb 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 8027469ef85..854781fe8f8 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 37dd878fac9..feb4d49944e 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 64a06629c55..0623fdebe9f 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 98ea9db1c5d..9d24f61f5f4 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 2fff5cd9df4..90cf1edf4c5 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 123abed1d41..3b504e6c475 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 3452993a9fb..58e11e6a714 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 60ac048370b..c46d6b20248 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 a1353ffa6a0..d6055adc13f 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 671389267a7..90aacbf4196 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 280cc8e8a31..685fa8fb34e 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 495f923834c..c85d9e3a99e 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 38f45668fcb..2583069bb1a 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 76daad7b9a9..57c88cfbdce 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 65e8b4dd7e5..73ec622193d 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 1da91e90c70..a19dfd4bfba 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 4487e7400f5..6854107a0f9 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 7baf1f5911e..1f0cee724e9 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 a0bae7f62e8..60c617ef21a 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 addd999a6eb..ecf4fe21a16 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 d8ce370e294..558fc88975f 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 f7768a6ab0a..b6b9e6d5e77 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 a199c424229..74f90b64441 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 46fe858fc93..85344692100 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 9ba9e75c443..29f2fff38dd 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 236fcfb9774..75e619d2d05 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 6efe645127d..081524aff53 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 99adabb6b77..321cc172ee8 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 a2fb79db5f3..0b53cee8535 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 c68cf5bc6b7..1f1faa06140 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 c3a7e45c574..62347d6efbf 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 3da0cac2b42..b5d8e13e584 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 59df6252880..f45a96319a1 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 fe7898c5b48..be86478c74c 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 a92ba9ebbe3..f84f7ab782e 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 6b0b19b7515..286c7a70a15 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 c7cc8702f4e..ee0978a4d62 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 f376bd1cb68..512ade5fde0 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 7e0d3d81537..7c6d04850a1 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 47f02a6cfea..0037aee9f50 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 9178a1d2982..96134b4c9d8 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 3815d1385fb..65ebc4449af 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 08ded1121d0..feff2206231 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 5507d6b4e97..75216a1e605 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 efba76ad502..d0513f2e8a3 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 9ba92b66093..f3c8dd56840 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 3d9ff102ac3..4c0fbd24658 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 57c7e389a6b..df149bad13b 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 4783b335f12..305a5289f4a 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 8795032fc3a..0838cbb5cdd 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 8dac476f9aa..89c78d80afe 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 071c6a16570..3095dfc3cab 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 ea7c3dc3e20..81e50d4fae8 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 79c780cc8f4..3aa4defc82c 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 cee7361654a..1b8362703f6 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 def95f6f5f9..aadb05e8ddb 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 f3caec00224..f38a04d7d5c 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 9b8a3908637..e09e82eb34c 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 c57be67c0e9..175ef2deaa6 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 bbca5dfb77c..d77866ee3ca 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 dcf88c71114..75a7bdc5fce 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 ac2b0bf5a44..9ef7dedcd30 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 b5d7d1fff53..0693fd520f9 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 6a0c26661fd..476ffd9f6cc 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 6bda6eae13e..2de606d5495 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 304caa28ec7..de515b3e75d 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 845a47eac96..1ecd276c015 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 4bab6719e59..49558cdc97c 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 f0821f05f2d..79a4867a0ab 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 17679626d82..94afed50383 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 e81cbcb2913..16ef3a20516 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 0e25782ee8b..8f296520c34 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 a69fc5b2ac8..3a61559d460 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 10770049c6f..cce303c123e 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 9ccfaee2dc5..32639d7444d 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 dfe32fa8499..29c7bdc79aa 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 b4e65971e7e..26ca84bb376 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 ce6b3f49ae8..f9a6cad52d7 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 6dfba2c916d..de7d88556c8 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 493c2f39437..4353e2598f5 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 f25337bfd09..6db7610f46e 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 d649cc5aa9c..f7e3ebc98cd 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 a3bb9a1bfdf..c2f9e1c48b3 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 3479ffb2009..60d0c21ccce 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 b3664eeb66a..30650cc6df8 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 64d6564c70d..5396b6600f3 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 89f5aca3a4d..647d4f10a72 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 050c3876898..cfc1484c0ae 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 7c20bb222b1..8bb5a948972 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 e289a1c1928..28283ea6e31 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 4bd02804197..73b300c8e8e 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 62f492a36e1..b84c6e06dfb 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 06db503ab71..ad826edbf16 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 3fb5f1b630a..b6fa24fd5c5 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 4e78b2da75d..e978c043d72 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 70201210828..c4deacf2276 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 072da992dfa..b76b57415ae 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 5902e5cefd5..6a903f434d5 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 aa90ca9fdb8..a7c5cfe01a3 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 f460539a71b..bfdf72e1476 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 d8148ae4e6a..fa212bf4365 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 b71473f38c5..83c8aafdf9f 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 ea733640190..b6998fe1ef5 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 69755b610db..240312114cf 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 af9b880d288..f9fc29fc07a 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 a99cd0c4cee..618ad81471c 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 90efd1cdc4b..b3666bc1ec0 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 c0841369e52..1e13685c75b 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 887097c25ba..97ad25712f6 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 1337a819c8a..087d70539d0 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 544ac8117c7..26611a3731f 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 1fc54d9a1e1..ea52fc3e934 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 02ede33caa0..63b3406bb83 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 641d6ad51c2..71b9dc63f83 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 1afdf876d4c..653751df0f4 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 e0efe5fe4ea..4ceada17ad6 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 ac822f1c5e8..4e0d3cd3e18 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 0de2671b313..6890e2132d3 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 e522446aa71..c0d2d94e4ca 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 d7bd3bfb269..37f1939701e 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 1e79bba9e63..7d4e7fb591f 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 77043d0392c..016a4b8d563 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 b52bd26cd63..3f00dfd92f9 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 7168dd64112..ddad385d69f 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 a272c759ea8..0da32865449 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 8cedcd0b9fe..53c3e0b646f 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 636fa608399..4a7dbf759a3 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 a4f3c177a83..4289f49ca73 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 ff02335068b..1ac6e741703 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 6d8bbd96a22..0f8f0635eb8 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 d098653cdac..62a2a6c9f82 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 239b3538cc6..56d6037f86f 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 db3337b2453..b45dd920dd0 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 615177ef6ad..0e5136ac6b2 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 b43a233820b..d954baea266 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 8032de4ea0c..9bc50124592 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 79e2ce9c431..70e52116a7c 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 1c237d324c8..86535383b8f 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 bb5cc8ab037..1dc680beb47 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 901bc88eb41..001753732a3 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 245e4d9d373..7464b897384 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 dc95c8a6a80..72993be8834 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 133be81093e..768f69cdc89 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 c0faa837f45..f9a9ac1c53d 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 3a90a22e4cf..6b74f7e3881 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 06dbed57dba..9d83162723a 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 d84b527cd7c..766473370dc 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 7bc629be733..910f47bb293 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 7a6b0a60746..d9dc3d2377a 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 8494817e8f3..43362b96b7b 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 fb142cb31b5..47f9fe573a2 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 325252e8ed3..25d17d57597 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 0b88b7f6ecc..ece49435b39 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 5c6c9a35049..6a5b2f5d90f 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 a3b6fbfe6e7..aeec50433e0 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 b30cb902993..f2c6ed9b88c 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 8093f3f9c27..cf2fdb2b2ad 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 f2962210ba2..80b26a0d628 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 38251a8d565..490add7bc59 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 a266e68f756..8e8cb0cf413 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 95c1088141e..13ccb93e528 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 660f5a83336..d4761c0fef6 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 10d5bac15d4..d0e183f84e8 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 a865f5ab04d..1241f44761c 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 fa9a5cf118e..83381856151 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 9ad97d2ce3e..0177b7a01ab 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 6086cfb9a1a..9fdb24cc056 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 6f27d18ccab..74eacfbeb9f 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 3851de710b5..8b07a7702a1 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 1b5739652d5..becc42e6d8a 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 e2343ada20d..4b6954e7d06 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 342d8f95431..25004089802 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 ef3694fb8a1..9f4c835a9bc 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 dd4cf72cc05..849e1a012a5 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 f5bc00b4992..2bffff0bf8b 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 ba20e557e0d..2ac2be52495 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 27c1bd64e57..26d6410f356 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 47d6a55597b..49829608d0e 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 fd859ee9d71..6da0a8d050c 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 889abc367d5..d7e9f1d3dfe 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 4e0f16ef529..2b21e6fc9d4 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 230e3b038bb..2bf4573d337 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 813b8474bde..45a9111c6be 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 10ab59732b1..bb95bc9c588 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 8d0b2e09b4e..76af9cba403 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 62b4c8801a4..bcb45f55d16 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 16ce4a820ea..83210ae755c 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 1b21b58f707..23954b377f9 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 823c8e59e8a..21a06771581 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 a7f998cb73c..aedae79ddf8 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 1ea1e24da39..338892cdb31 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 56c1cb91290..dc3be913f89 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 61de05d4a41..c7c6e2b2240 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 5b592d7434f..fb0c601f422 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 d9cc25a4e47..de382bbca01 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 eef4f7ca463..1ca529383e2 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 a6c71935665..5d03e66d57c 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 8acf8c82a79..c0de13d7357 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 b67e567a949..7244785cbad 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 aae78756501..938253bb78b 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 e85689e7f8f..4565639574f 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 5592cd7660e..6b83757aa93 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 356b8a5f79c..ca2310baff8 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 11afe44f947..995e60e8b4e 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 7c1aeda5fb4..d972b4b9a7d 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 7396393a3a2..09c79aace13 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 86727016220..609442d0ffe 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 3402df95d77..77a4082b542 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 1b06e674551..25c93c2c99b 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 49ee5ebe493..9ed79ae5696 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 96a3c78fe70..7a2ecffe81d 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 156deceb00d..68934b9b394 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 bfb925287f5..55f607c96e5 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 e41e536ae91..8cbeac02530 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 22188ccface..a78327ba0e8 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 9e15749d1bc..45a999c17d8 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 7478f70013e..54cdc1e01f9 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 24c397973fb..a1a8a968eeb 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 680f8237a67..be5ad46b677 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 8fe613b0217..f54f3cf0a87 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 ecdcb0b4aee..d63e89e2d67 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 d085cad07c9..01367805b23 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 56e09125abb..10c170e03c4 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 98b60945170..6b5e124b287 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 6cb98b6bf4e..93757f5a6fd 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 29f56fc217c..c4b6e2b59bd 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 4acc2f2363a..ab7a1e6f9b0 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 f40e860a830..6e0f5fe3dd5 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 c8916cd4fca..d96cf4bb5ca 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 c50ae056d02..06021eb2b59 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 2b32d5a539c..cb2ab692055 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 788a76d17a4..881a2cccb07 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 30afb85baf8..ada7b1ed4c5 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 76f71604567..aee765ff4ac 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 0502f64ae6f..c5d1f18df17 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 ff7dc2430d4..0a9e1d0253d 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 467fc0d28c0..f919c431c12 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 9fe791eb9c2..28c38c9a17a 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 4fa3a581a6b..aade363d9b7 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 4fa6c8ffb9d..663405764ca 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 28ca6ad5755..20ee0e19c06 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 97627211737..173fc2c4170 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 9e6ceb572c4..b6f2b11dea0 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 78a9bd2d71a..5f4e881d5c7 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 35b3ad839b0..5e0b289b858 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 b32ff1f1e46..22964e55b81 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 9f2c33bdfac..a703a9e7616 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 9118ca7781e..8236b8bde41 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 89500d7ccd6..eae90e8f5f9 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 a59432df564..a090b8a5024 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 7480d02b6b5..cef83069c37 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 0ac3e7d16a5..2191ec4d655 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 49c03625733..e910e946421 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 2a36ec555aa..db7210cb729 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 e324a1d368e..742dfbd2b4d 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 f05e3452711..6ef04251cd7 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 01267113b96..c869959da73 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 25072ede82d..cdb893efa95 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 a0563c58a99..a22a00fb6fa 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 64847d37f0f..57fec1780e3 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 71ba479fcf2..c4997ff8eb3 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 593db3555a5..09451429b30 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 7ac730b85d5..34e44648b12 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 962d1326178..2f87f76bd3d 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 9b439645dfd..38b94be2609 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 dd79a5e3452..b257521faf6 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 3e9fc3d28a6..3de6c4f6462 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 4f83fe538b1..be2e57f6926 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 13916b20436..55c22b509b1 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 40951b7e243..3494d3013bf 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 fe927846621..5ffc37afe57 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 94e2ef00a6b..62e0f407283 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 86c198338f1..7de5429c77d 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 a577b1c694d..d439b11e077 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 ab3712938f6..b23670dce62 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 c9af17bbf01..d52affd90df 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 3603129827b..d9ccd5c5448 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 9238741657d..4f67653fa41 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 40d829f8d15..7583776a533 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 1dedc1598d4..eb1bc3681ef 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 851da8a7fc6..af8c0a39411 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 869e81ed258..edbb0aeef6b 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 b9f04257340..71af3335e50 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 49a2f68124d..d29d59019c2 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 7104cbdd9bd..889ad072b6b 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 28601882e68..0846a22d36f 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 99894c84ab1..00a33fbc2dc 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 b32e25e0a17..bf2264dfd73 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 ce6edd2e4a4..a9eca97e7b0 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 8b61de4af01..f5ff0087e9b 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 55f90324229..bdb566acb81 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 3b7fc05c8f0..559d9fd7817 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 059b1afe7ee..476fa561ebe 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 eeaac814d1c..20107e1c1dc 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 44bbe0fa1aa..91483012bb8 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 f1ee7927c9d..3c28211cc0d 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 bb5c75f6ecd..1044e3b458b 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 9a0a21cec0f..4fd71009abf 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 8c32b819177..92c3c98ce8e 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 86d1fec61a6..0f08b4bc50c 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 8f450371123..78f4de8418c 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 62a70e5ecd4..3ee486a473e 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 2e8a7d970ea..1d1199deab2 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 15b83e9e221..73e3a50a084 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 597b6ab0bd3..e49e563f8c4 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 23a148c9332..b47b9dd4b81 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 ad55937a4c3..1169669cf8f 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 2937e607416..c24d03a178e 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 7aee2650f48..a9ef8dc016b 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 8dd2f391851..560c7009b37 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 e01aaa5494a..644e0f08008 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 c5116f69028..e0d2e71b49e 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 b075803d757..e6320c117a9 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 ede351f341d..ea17810cc8c 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 862533690ef..1e2cb17640a 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 bcc62e4f51f..469b2ecd045 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 fee808a76be..3789da6fbed 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 92ed0a059eb..f3d9a429148 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 88c3b78b967..b8a80dca76e 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 b9c273a860a..a9d05cf7c2f 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 7003dc98eba..21296ffd100 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 a936d1c1e2d..197bcb4af9a 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 45e2dfce728..bb60a5271a8 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 15bb2911cb2..31c65b9d785 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 23e753e142a..326f1105f1a 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 263c21bd196..27f7f48d42f 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 fb05eb66877..c341977b5bf 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 65ce85572cc..46d7a2f0718 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 64732d58e2d..5c5e140abab 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 dd7cd6a690b..d8231af3c77 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 1d05855acdf..3d3c9fc837b 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 15fbf36b632..f9921a56433 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 e51070c6592..e7cbc0fe478 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 4a82dbdc5f9..076925b27a6 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 9e5e7507b0b..07e7ecd7a08 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 4936bfaaf20..2e5889f865c 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 6aa7309bb36..9a46033b8c2 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 8f12fd5b0ec..c25dc17cec4 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 e8bf423b6ab..3114202c3a5 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 2257cd93c3e..6cc154e7f36 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 8cd5fccf262..b9621f23095 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 fd9f8846212..0daabcb374a 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 751e34c17a3..e4feaa95e59 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 64b16306af5..95921d8ab69 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 7037a54f1aa..31531f91b95 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 fbbf1698bde..b011743ad3d 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 4921e1b98a0..e9b9f8bdf0c 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 83a33d4e767..a08ed559bd2 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 d76c5953f27..16cbd7873aa 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 83f1e8fd888..81b3708213e 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 e48ac790606..0bad09f824b 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 aa8d03f1b98..950b6ec093d 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 f06105e797c..b4ff0847676 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 999e2c00c90..2244f46e647 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 b2fc754c1fb..67219679397 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 611e67f7123..e2c85091d5d 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 985a214db94..ab81049ed7a 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 cc1eb3a1c35..45576a89fdd 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 67f0f6b7dca..00744ea2337 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 ee48413eff1..41c51b9b9fe 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 0a69cdd40af..fa66a31dd56 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 5a03eb343a2..5d1bdac1498 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 e680b541c19..633c7e0d893 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 c8e0e6ff76f..8faf6cd9384 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 8e7835c7e98..dd3fbd2043b 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 d4db5b082ec..4c3593a029f 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 74a64be535b..2f6e04e9d2b 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 47141479162..8d10af69619 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 c584837e8fe..6ace59ed68c 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 4666963cd08..3521e81db15 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 1169f77fcbd..b7c8d749a4c 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 ee52e1e6d34..6187ecdbc44 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 c93161775a1..4a9345d66bc 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 5adc1f29b0a..c65bea48073 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 bb3929a3e12..e15b89886ae 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 16d3fcb3b1e..6d1d1680c1b 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 5d2cef62ed2..a7e6879d67b 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 dbf3e94d77e..487b5662900 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 89360a6552a..72185b9d18e 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 65a854293e2..d94c7382edc 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 4d9d875bf57..5fe7e836db2 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 50359b6e20c..92c0b1c860a 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 7ade470b04d..9e7bfffcc29 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 651653adb56..7429c6e7177 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 09cd19cd9f3..c7278e148d3 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 d3ad27f5919..e4fdc55382a 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 c5fa70d6553..65df523bb83 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 983a2604a9c..6cdc94d05c8 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 aa382a1046e..14efcf88ca9 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 e8bb373fbab..0ef3c93580b 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 68d9196fb7c..77b25a017ad 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 569dbc6d747..4fdfc6ed84a 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 0b1a7b67cb1..fd32080af59 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 bc2da02eae4..d74f51831da 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 11dcb765b58..b8c9f0bea66 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 05d91dda5c8..6ea68e1b255 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 06edd9791e2..158305144c2 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 66f4039efef..1c3cb81973d 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 02705ad4c20..febb5e59187 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 3734549de4b..b9a0c1ec07a 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 ae3f0128834..8b116d365b5 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 bc93ae520c2..ccc1646591c 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 67711ecf8ee..4514237c61c 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 c48d44913bd..92044822e99 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 13d8f47f31a..b34a9cc508c 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 5fd7f4aa9c8..62ad81b2a60 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 c85c15a90ca..15ab37794fc 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 b6ed814ab1c..9d118c65a23 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 d4b5fcde99d..d20e7a103d0 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 5e40047d0d0..698ba66078f 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 72259073679..5de1e578a92 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 543ae6ced6c..5fbddea915a 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 1514e09e96a..02cb81c46d9 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 949e9ccbab6..d77bf43d61d 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 009d493520d..58daa6f760a 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 9398e519a62..8c110540a04 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 a05a2d2346d..54cbc7ee311 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 0aa8c68cb0a..23b1c73eb71 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 cde3858ec68..69518f573f1 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 e63f65dc3e0..4ae46b66ae4 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 8125f868ef8..14bd808a6a7 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 ab7f0651c6c..0dbb1aa7995 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 a9b0a84c7ed..4db1718db8f 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 6071d551942..6860da988af 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 141ab8c5a54..2c3b1193ef3 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 f752adda43c..dc9d8314da2 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 49730d04076..9f59b365ebd 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 5b6a8a36c16..11b2dcde1db 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 a7b9b3cb163..8e63d0f638f 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 8f1d990b9e4..114f6e3fe27 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 6381b935717..09c8c32c6d3 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 b74d2ab6b86..384266bcd4e 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 cea3f51893a..09b81950281 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 1656dfb99a5..158b7798a36 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 02b92d22641..16f0b2c64f1 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 33615e53143..b2b775b879a 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 11708293acd..27984200bd9 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 ec680b63299..b8c21c3265d 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 220c721004e..1b6aa8ea28c 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 81d86f27638..b02e7fd2d24 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 ae29ad70031..baf427b4aaf 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 63eb7a00730..eee3499fbae 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 7eb7c5c021c..0e7b221347a 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 febb93fa97f..864c13d7828 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 b2ec82e3797..8b071996b49 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 75ff59dd13e..551adbdb870 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 cc7d9615152..762472eca44 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 89822cf2a25..332c4893223 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 32bdd1b6b3f..f5e97933b31 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 65c2313fed6..c359d1c33ac 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 0ee417acbd7..5e383735a85 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 fc7dc8e0e03..3bc033716a9 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 6dd84f36721..acc80c410d4 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 31afc0f0665..190a0dcd0e2 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 488d5dde5a9..4d447a467d7 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 b20e3c1c47e..b7aa4a82af5 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 affc768ae03..941e41151b5 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 b4de1138948..c1c8de9a10b 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 be2271c6f51..c072b355408 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 ea74252fccb..e7fe7fd8283 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 8c13057e03b..252c713013a 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 3c93a2b7895..93f372eb616 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 e5966a4cc0a..e7a37ec36e1 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 d84d1b8149d..e10ad916332 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 ec6174e3df0..4f8517f1e49 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 d9920f73e3c..c971bf50c1c 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 a264629a605..77193321bb9 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 156f6ea79cd..f4f936493cd 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 d3f65374197..423bf2af184 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 f4e68e12af2..00d2111015e 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 b28f80ce080..16be61866bb 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 7b07f6cfc51..4b51a6f36b4 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 5959473842c..abb835c1cc6 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 7cd6283ea18..27e51da3634 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 ea6535f46b5..61a6e41f5ee 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 d71a595dc6a..baf5846bb7a 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 477358bbf93..9e4cdb5f139 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 c340c816c72..845bfa334a9 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 01e0cfb629f..0edb32a97b4 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 be284ff91c6..5ab56a5f454 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 4e29fe0b033..8697c526ec0 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 f3e4522a727..d2457cdefec 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 c547a06ea98..7d24f17b11b 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 ea3f3a253df..636a826efa8 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 258b914d446..72f726a2455 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 b01731ba29e..15beca776b6 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 ef436ee3ed0..58561022519 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 94563fed635..42e50ff9f8b 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 534987b6a1c..eaad790c32f 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 6710b1a8fa3..926b5387062 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 a9e37ba819d..0ccc23963da 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 0211e288388..b28462873c0 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 1db375bf850..527d7ea85d9 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 48a87e6ae98..925221bdabb 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 fadf2078bf6..5c0f53aa37e 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 f4337d6e541..8e05a827262 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 f5646a6d423..42d2b5f2a37 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 12391582550..d7efdbdc75e 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 6f166d99e36..a0a93925358 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 efee51de63e..e2fc3780e9f 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 879d513eb66..b4458d60a0f 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 268e06b5ba2..9992c718207 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 dfe18deb504..454067b6c75 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 a1b39b97c67..6bad6345f27 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 08847d7fff0..6d383fe2f5a 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 af1a746b75a..31f255c066e 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 c2b76d1abda..f8d7e3d9534 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 a9936a1209a..1e0b041df2d 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 9eaa03adf3d..476b7be46d5 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 ebe299214e9..763397636ac 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 3ce171c8244..9e0d8e85c0c 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 abb786132fb..52a8e3d7ccf 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 109ae5cba18..ac6a599895a 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 de58a87354b..b4419c424aa 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 bc5f2ea9a02..501969dc4f7 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 29de33e53f2..41b8b83dbf5 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 395231a37b2..15fd8c9d69c 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 68b3ef986fe..3ffb9a806d6 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 a512d8f4be4..8da61831176 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 8dc4faafe8d..750b7968e44 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 af75d407820..65408f6871b 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 45642043c0f..621592ca15b 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 5670c2bf70d..9f78b9fc67f 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 463d4876ae8..480b1ae36b1 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 d1940d23e88..d415b3189a5 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 5f092def29b..38a62784dba 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 4e881b2d0de..a53b4993951 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 b6658b6a03d..0848a45a9f8 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 fad6d04ec5f..b39f1c77aaa 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 9e0867c1aa0..30921bdc210 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 9e36474f1ec..0fb8632d9a1 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 7d704fa46dc..bafee29b9a9 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 1c180f7c9ce..fc1f0fbb433 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 c23f0364c8b..4dbfae7777e 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 35500fd13d3..53f8c33e1bb 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 afa96bb77c1..387995b1a46 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 35b578b7da6..a07d2aa81e6 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 35b0194a7a5..483d0e02e9a 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 10c8d74bc47..f4444628b33 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 20633d13419..6d018b36882 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 050a84d2821..bd447989257 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 2694c130564..c3c1b6207a2 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 e7aed911cf5..3dc8fb61782 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 17964245120..80c58901b9a 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 1890ab3ae6a..4a355d6514a 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 f3c8f7bc948..208d6e3fd11 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 5a87adff69b..3aa7edc17d4 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 9bc344211e8..4cd007db904 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 e40ff9ba77c..03ccc5adc0f 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 24e5fca411d..f185944ff56 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 a00c2a682da..7ed9a788108 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 50b741ff2a2..2e2475420b7 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 abe3a2d50eb..e60e8759599 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 9df20ac9944..b4ce366a0fc 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 523e6854623..0f2b4a32afb 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 58bc9b15b00..26d85ab1425 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 bf7ac6b28f9..a0c77a7e185 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 bd15068ba26..8a319cd5a72 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 b44fe469f25..0c6247affc1 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 924751f2347..17f83e44829 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 d04f14b7e4c..2d74bb77e00 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 2628d20f739..a5c5bcfc031 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 be3f8caa2a0..c7763f3fd67 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 04d304e47f8..f03e6ee3ee8 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 189b9868d96..63febcdb903 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 c6facb1c4d6..345b5ec42e1 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 8f9c017022a..4d74ceca247 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 779fa637666..afb44d083a1 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 d5ce38daaa1..a429dec0e7a 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 530d0bb7e63..59103561f92 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 47d7fd48873..789c8f52f06 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 bdd42449c4d..6b2fe7df873 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 1b5aac511a8..02916a2a124 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 d575d9ae06c..1838087e068 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 0b1b201cdbe..9f1a7bc1a27 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 574ce723530..29717afd33a 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 4972d7881f4..8c7af35b67d 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 e76345d2a16..086dab68418 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 1c87eb188d8..3f55d7a6772 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 441e2307e68..599ffe8d19b 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 20cd3c88a8b..32cc79bb013 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 e64b4946268..180d6a81e04 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 fdeecee82ee..483f1c484f6 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 af24a7d6731..49d8d73e5b8 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 7191c66e8d0..7c259347084 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 82c31dd0b41..463583336eb 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 adc7e084270..e48f87e9e76 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 4e5ecdac038..351cfbc1ab3 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 9fa3e0ff8ed..5a8dd000426 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 b1218dd3f38..47a38274bcd 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 129549dce98..bf2c1dcb0d1 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 2c508653bc5..f00112f75e7 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 a9d90fdd185..4a6de22b450 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 20ee86f8e70..8798e6ed17a 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 8e0f72b654c..20bc9cd2a68 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 4c7835a966d..8d348c3b25c 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 4c60034726a..23294f90f51 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 1f5e05c3725..455b204bd61 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 8fd78e3c158..518f9e5fd95 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 9091c8e5d63..20c2673acdc 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 0c4c4148509..72a0a043bb1 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 7298cf0b2df..d6a0b64ca0c 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 47a562b94c6..8cc77f8431e 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 7f3f4c37220..28f9a42b0d2 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 53366338152..511222f656e 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 4cc876942b8..8146e7cf2e1 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 cd23141d2e5..a0e5c1d4738 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 f8e4c367bdc..bf96383e9a4 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 39aec245c53..7505ef58cfe 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 1bbc20ad3f0..b9dd8a40e9e 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 8899e31170e..31b6023a2eb 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 eb0ce3b6033..07453008104 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 1bac357f240..cc7a7b1bb12 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 db6561bdb18..7c54093fbd8 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 fd6c1ca32de..01055529773 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 3dd501704a5..21bf89f1082 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 d85d8fb8050..c7f09e3787d 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 7a5fdbe0a48..462927dc22c 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 a51a241121d..9432813d3b1 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 7520203a156..8dd4546d58c 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 f5b6ea08b35..1152c117f7f 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 134e95f013a..a943e02030a 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 fe2799b4faf..a14cdf80535 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 b12effe4ea9..b1bbfe95510 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 bed52a7b2d1..f9323ab342e 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 96c4cd7283e..d72475a3fdb 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 a943c9ee4a1..66c93e92728 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 0425723450a..90d8805a5d0 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 281453c9e96..7c7eb02ccfb 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 6976b148401..170d9e4da94 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 aceff370c76..c478e2343a9 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 a4d75bbb1f3..6333cb06a7c 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 4f6ea809ba1..c8cdcacc3f8 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 d1a72019e28..9c30fbd0eea 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 c6efb7f5b24..a669ab6598a 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 745b463dbc5..f23f412cc00 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 f158176e99e..27a8efcf576 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 9b36976d2c1..ccfa7e3d0a9 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 f8d5753c968..93b3b65c427 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 a10d1cb38a0..c6a72bc4764 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 3f9bd644930..38e5b36f192 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 f90ff12b76b..c1fd9eef0f7 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 901603b4adb..dc2951bfb11 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 41d67fe79ca..ba791e9a31d 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 fc4cccdb3fa..0985f03e1cb 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 d3ac8112126..0e38070d613 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 7d2b5e4f0f5..ded43b371d6 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 106fa385af5..56d52753e95 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 ef95cd971a7..5aa0d9785e2 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 4ecda726310..4d7f43f080c 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 0a041fa9611..d528695d374 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 3f444176732..da090bc068c 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 bda4987120b..14f89de3e84 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 2ba66ae2877..b39394b6a63 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 e18201c58a7..bb4df82e613 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 c954f0ee377..673b8bfe7df 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 75541b23dc3..b97d7ab3f8e 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 b5f9f803120..1c03110e188 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 a092d5fd2d9..893b948d546 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 74c69d04b7d..af151c8c4f0 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 4e4004b10c6..20de3a0cba5 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 c6135f18a18..7725d09e212 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 f3717e4e33f..98e3e1a6c32 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 03781d5e7c6..f2da02d68f2 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 a4c20345ea6..113b4ccf52a 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 9addae423dd..be19418110c 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 00e47fd3cd6..78e9397fe75 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 c8cfe83c553..a0534c7af23 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 382e76c57a6..bfd3783faf0 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 b93b071b3f5..1cc1c795f29 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 3c59d5e1882..30a89c740ce 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 8343dc3d1da..1237419c736 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 fccb03b82a4..1d368eb60e1 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 25822bbbf00..698497644ee 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 4347a82228b..19630deb4b7 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 96d0207625c..173fcb161c9 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 b89aae31afc..d2a0141ac68 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 44fda4765d8..6f534cb9c29 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 a7aec1523b7..de9b67c6bef 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 f61439e9303..86b725dc14b 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 850a0f8657f..bc9134d5c67 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 96856e3b3b5..5bad59bfc87 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 ee41c12b59c..5a5fc97fd04 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 af02bd3ee8f..53d70b5f42a 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 c2ad9c317b1..c5b3b9e2d80 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 d258854e8ab..0c69fa25f6c 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 e6e3305540b..bf3001c0389 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 a6f533fffcd..9b982dfd6e4 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 3322197e4eb..1ef36ab830e 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 eb7c3074729..09b9c8183de 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 3924c9f59b3..668a5b44e4c 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 d755b99c896..1fa2d1dab73 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 2b9158f7ab0..37e330fd6ea 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 6b9dd101287..b5096e5f2fb 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 28f426027c0..916e11fe16f 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 68502848b11..471ce72776d 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 105502dc6e5..f565590fa09 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 0d856a48de7..4dc3758b59f 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 6260736d7cc..d451065246d 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 733b60748b2..e0caf8f42af 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 c140461fba2..2cb5977e0cf 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 7e1ff66a1c0..cd0d84aebe9 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 1a1efce517f..3f4deb31b7b 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 789926edc6e..12bf5578521 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 17e6d1e4e83..a851af86d9e 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 dc1654d818b..9891fec5160 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 484e1ff4021..359f14bb1e3 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 f825a0ed08c..3e84f13550f 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 c34f9203f5b..0ba5a75ed91 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 7b3cdc57b85..24445981e83 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 4386f4adacb..977ac132045 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 adf917a2e4a..fa78f7d7221 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 4cf7ee4d2a1..2f65a07dea5 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 0dd6d41f7a8..f33ae6e8a62 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 aa06a62978e..8416be656f8 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 a88d2cfac1c..0832d657e52 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 ac4bf5ca695..23692e77a0f 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 7eb1d693280..f1931c9e03c 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 4a795bf89fc..21beeb94d9e 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 95c2b6fb514..68caf368b68 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 8316b292402..d322348ee33 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 e991fbedaa7..6fc325522f2 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 4b31d0302f9..3bd6dd50f7b 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 f0c8ce58d29..ed40a1e415c 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 bf0c0f3d935..a3b459a553e 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 2950fec8c61..d53d861cfb0 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 7affee94492..07ce7328a3c 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 831a66008bb..e7b6d6cbbca 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 296aaa7adbe..dfb9463cf02 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 205ec5796c8..9398b7ac98e 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 11eefbc2adf..b0ad55e726b 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 c7dcabd5830..0337d6ddbe1 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 04a17676b48..1c11e70e63a 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 0a0268bfa1a..ec8197229f1 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 785cb5fd388..6517a4a0e7b 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 5a698dc69d2..26fe17bb072 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 cb3c1aa4d0f..824609aa869 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 ca1064a7e3e..aaab89a23e9 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 7725c6d80c9..05ed5cc6586 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 d2b2c44e209..14826734f6a 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 2d8777f8276..2b90c924985 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 8c741ca07a1..5ff207a17c6 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 7365d4d615b..91fefceb824 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 14602236913..a61b5a92364 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 d7cd078d33c..d1e975516c9 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 ba37de30544..66002f57e3b 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 20a1bfc80e0..458c6a740f7 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 2e90aa8e9fb..2b282009a8b 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 909405936bc..b1e4232ff2a 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 7713d9b682f..ec8c89ab1f8 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 ae7db3bec2f..4329cf29309 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 8b8b36ec6c4..08d3be55491 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 96d3d036bef..88278ef5790 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 6179f69705f..3a9b198b9ed 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 868711afef0..1c27788f77c 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 58f07db74c5..ee34f0ad3f3 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 6e3ebbf26ec..c2e9f132de2 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 ace791f3bd9..e0daada72bd 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 2914590e0d9..e733ae4dfcb 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 eeba095f7cc..2533459be79 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 f6b1146253d..adcc561ccd2 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 45c25d7dd66..4da70a307f3 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 758d25f776d..7a1e85f652a 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 04ae18bf78d..a110dc563c2 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 c3d5aed623e..2503881597c 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 bd253f7b476..378dd717a3e 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 f5b353c60af..7a9adb07519 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 bcb19ef8357..7a3ba4c97e5 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 6cf5b22b116..596cf63faef 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 d2ccd27fdaf..04c1c764cdd 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 f29839c0334..4381b532322 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 fade922aa37..f69d46f31a1 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 aad0e52231d..42a2fceaaee 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 e9c016242fd..29ac0aa1351 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 a22b7edb60b..572f291b5a3 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 be12bb20189..c5d0e54dbee 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 e4ab453b77d..eb693c7f2f5 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 ee1cef25ff5..d8048d0f1f6 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 e2164eb9e19..36c6a255c38 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 d93184db064..56d88c61cf4 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 ca6126b1b23..a79dea2e3c1 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 82f7c6a4758..f7ad385b395 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 e7e05cfe855..4849affae58 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 a222efa07f1..88a8323bdd6 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 148ed066775..2fa921dd914 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 73e40b5a620..c02b5c98cec 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 9aa0b004cc5..0355962c7af 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 fdbb30c23e4..0637e029933 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 41cb53dce0e..cc7b0a8ed06 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 774f3991d6b..5ed5551d52d 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 9175f6982fc..5b7b07ac6d4 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 48650647c56..74c515c9fca 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 c13450c8b9a..ce0db9c8aed 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 0149dd62271..df64925ee6f 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 746fc91f150..cade5d81599 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 8426731a038..201a7674e54 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 192828cc6f6..2958a60114c 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 f5d41bd5069..7cf0a4da110 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 f66e63f56fc..c7cdf5e3e3d 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 a3cb69d00df..41ff3fa0fc3 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 0e2f83b20c6..2b8175a38ae 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 060484f5a1d..8fda98fb910 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 c28368bc09d..c819f3aae99 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 d3b9851b506..53c8aa222f8 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 a8fb89efe60..ebcb052cc5d 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 5cf1e3ba1f4..f5cf99ef0ce 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 cae7c751de5..6b6a36317f6 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 b2286ac04a0..dbb1e2dbe55 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 4ff38fc7f90..483ae1fc3d0 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 63ab7691bf9..9fc97672b5a 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 d6d46b04a17..7b254af3ffb 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 e26c2675818..2afe16e3c6d 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 cb8afa18e3f..a7ff58b5d9c 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 87c4f2e24e4..e106ed4552b 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 c3996980237..12909d836a2 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 3fab37018c1..265a148ae55 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 19742ae1618..5f4173ab144 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 ba7de451e1c..0dc0c39f92c 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 79a33a3651a..c5f17e1b3d1 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 fb05876c2e9..f7dce1be083 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 92c590bc66e..fdfbaebc0e7 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 c6848d0c902..14d834aed44 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 458493880b9..1caa68bef53 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 a13a7bd17cf..ea27ea8a5eb 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 34d42cbdfcf..c4a32130750 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 b2d3566e59a..c97cb80ca3f 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 4337c31e005..979b55bc885 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 221fdc92e02..bacf2b1234f 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 14921ca863e..5147865fc20 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 61f3cd757e4..ca2fda43bc7 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 7a41b4f7a60..1f545364450 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 3a6105a1dd9..4fe77c1874b 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 be440604f1a..c67e3728130 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 8d8dca58cd4..c9c2a8f6854 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 a9afe9fffb2..8e68650c39d 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 1598886eccd..62b781159d0 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 dc5c882ad90..8ca6dee557a 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 93645698933..5827cf222e4 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 a339aadd20b..c61b027b451 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 9d33d4ec11f..2f06c1f490f 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 c6c9a8f48ba..802a2b25c99 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 ef755747edc..ffbd92cba98 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 f27b410a4a3..ccf721e3c16 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 f9a9383475d..cd5ddef8457 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 02dac3dfe75..bd19eba981e 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 a1b03ad479d..43d2134ca5b 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 d6b2c0b6846..c7ce7eaa5d8 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 c9de4675d09..db166a62561 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 584b114119e..c0ac39e9b5d 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 cec97a837b5..d6bbfe6bd96 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 666c45249d5..9ea0222809a 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 e95da324bda..e62d52d00bd 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 aa48fec2a9b..f17d0c61226 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 77557692cbf..f0cf751ee53 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 a217120222e..00992779ba6 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 75191bea1fd..549917530f1 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 b5bbe04977a..13ca966c1f9 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 489b80774cd..85e181e005f 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 162e295fd7c..e5a000c872d 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 9a03300c70d..b4e7722552e 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 614ee8554a7..c5cd3dea139 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 ac09347e2be..ae0d725be16 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 e33bf5ea914..26242041d86 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 e99f48d8d0d..711524567e6 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 a7818ee25b5..bc13a1551e5 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 340536fbc56..deb59e8ce3b 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 dbc57f368ce..1680ef71179 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 ec2d9284cbb..5b92f90df68 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 414d45f3751..b2447a3d031 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 2cba7f7f728..c5ebaf05f91 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 4b7739a384c..573bc658157 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 6fb622933d5..eb744e74cb6 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 422d9ab83e2..fb4eca8aa6d 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 bac91796094..6dbe81ef446 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 adfae85cb06..2db1ba9b1bf 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 f88c71cf7ca..b4aedde7f4c 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 aabcc3bf079..6110e850efc 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 4524f75f90e..0b12a5ffd52 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 cbda19cd202..f6855b0e3d5 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 21b176a3f0f..f53d483d24e 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 57fa3af8dde..538150f11ed 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 015d4b30897..38e80a76123 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 96d09055f5b..8601b31673c 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 7d1afb88edb..88ebe702ec0 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 a7357d85a8b..ecaa641a926 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 37394330632..49b0659a482 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 155406bc488..8bb90d68a46 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 7a6c0e3da76..21787b6b543 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 ce40b73f656..a6b8d347a2b 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 07695a30d27..6a7f2e88831 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 c17937178d0..4a4f9dac3fa 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 6354167ab27..be288552857 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 e36c5c0ba30..1ce57a0382e 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 a7ea072f86d..55e6f89dd8e 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 f98d9f8df99..936373c7936 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 be5fc688b7e..cfceaf604b1 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 e3a61a5f912..ffe1ec54249 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 54943bcdf68..ae529d549d7 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 2481c45cab9..7912ab56140 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 5ca734665d3..8ac759a0240 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 025eae3eb19..bf19c5d14d2 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 5dd889db2e9..5dc1d564359 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 1fcd243d11d..c6b6eb4fec8 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 495ff3d3c6d..8ea50d80ae1 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 9e53bcc2dc0..8fe9158384a 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 00bb7869ef6..74d6a14fc4c 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 7d45c213f6d..80ab979d22d 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 53f3e7bb186..c050eef7d4c 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 ea493e668dc..1fa287a79a8 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 1b33deb8ee3..1f1e2cb7f17 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 0eb623b6f5e..bf0ff4e84d9 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 5999727fccb..25f9c05d6f0 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 40065a01131..570ae653e06 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 7e53ad63820..7d3ebc683d1 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 75e20b6c3f2..1f50634405d 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 ff228554f19..c7384027702 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 fa5747c9c74..0d7e4c73fe6 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 b223067ceb2..3854d7cd370 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 15a714e23bc..47a812262fa 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 2c6b2d1fdb4..8d526994e29 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 e637ff6f39e..2120398f5b2 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 bf423f0ad4d..48adbfdb4c4 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 69a9936ebcd..ef7fca2ae18 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 f7dbadc1fd9..65d54b44684 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 4a0d7609186..206a95350d2 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 1337eb03e88..1ab530f161b 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 68d53a3a615..ab81f7a014c 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 1734149cd20..e0268f316dd 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 550d15dfabe..933d69365d2 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 58e02bb97d2..918176aafdd 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 e907e0f5885..d548026d8b3 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 baf198fdffd..153a97af797 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 5592afdd736..16b38e628e3 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 aeea69a5a14..f012f4ce6cf 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 28dba07e1f1..9391c8cb17c 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 447a8937ca9..57659e7d51b 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 b6b45300212..206f8557bd6 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 f6f80943eb3..29dc2180309 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 854fc4941e7..e029d332414 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 aac2d7e65a9..2b5f62c0e93 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 79cc01219da..ea3be36865b 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 0ebe6d64bf5..820f18ba220 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 b244ab7c0b8..29b0ab7b284 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 cacf8a17e20..0c9fbaca00e 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 132f30070b3..b7c80c77d4b 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 92dec6ed0b5..f12236264d1 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 a000dfe6c4f..9dbf00371db 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 58077147ff8..c7861b4de7c 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 824fe336fe1..a4b42694eb6 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 7a9063672d0..6dde6d271d3 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 777f698b6f1..2acf0851722 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 429bd7a05a4..14707403215 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 0c633d02909..2932e93f6a5 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 9fff13907d4..f1628e08c11 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 ceb6754f9d1..e66a84da310 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 19facde0c7d..6aa7ded1953 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 862539439db..6caa570de25 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 58698957891..cfc42c12099 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 a1ae82b33ee..72d1791db56 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 bfe66f5d894..a38ed829420 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 d43a5b32a6d..d9159180ffa 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 152b64d214d..03376a31577 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 fe7ef69414e..57f64eac910 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 d6699676bf6..b185dfdaa28 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 a4a4c872d14..65cfa4b875b 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 d3ef896c0ac..364d443b904 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 734e02f53da..ad6a9ac3576 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 804c8b6c584..e75f7ca143f 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 1ee3b914532..e744871038e 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 6fafeb79ee6..2e4bbcaa045 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 7dc1322db4b..b2bcea2f0db 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 b05b22ff88c..8c53925cfe4 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 4b4b7eaffc6..00ff9dd9b7c 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 207a3d5bfe2..c48f9aee65a 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 0b329f43c31..88d16e7d356 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 1da9b9bb16e..c0baf5cc899 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 eb15948d74a..9ee48168b1e 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 f95cd3fa66c..bb1aed0cf59 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 998ffc627fc..4a1481f97c3 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 e632472bcf6..6be64f58287 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 4c7facd8934..990ace4a25d 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 c519ef7fa87..33ab7c1409f 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 9839cfe3e82..36862c8ff01 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 24309610f17..753c9fdbe86 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 544c57d7e7c..88aeb0508d9 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 bd7e8825a42..82fe0b26a39 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 66000306ec1..0ef8074259f 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 002769e842c..5858d7b5a5d 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 113fff5ad58..e6991a668c6 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 eb6985e5225..1c22c0756df 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 89af2ca27c9..039e986ddea 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 632501f323c..9bdd37526d6 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 68562f1ae6d..5dadaacd50e 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 04737bac6a9..cb7e2784a1d 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 23dc0843b07..595fc2eeccc 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 10b3954cd75..2824a070a58 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 ed9300f640b..79bfd690a35 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 b91da7d3444..26dc8028289 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 125af5854fe..1cc8f4cecbb 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 021572dcba6..ca3fbcbb30b 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 2ebaa51d8ff..afb1a7df7e3 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 83e81e5f4ba..4e503300c34 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 ad24cb808bf..2a3d40a528e 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 91d97feeca5..435ee2d27fa 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 5b48c1bade0..a95bbd88480 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 010fd7d26e4..eefaf40c3c3 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 82485e26af6..3bba4ccb731 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 6fa2af8a071..c92bcfd558a 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 f02cddb1184..fa7c1710c3d 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 2ddf4ebfca9..c8c2486d35b 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 d9dcd36d883..06e83f518ea 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 84c90ef1281..a270f07b4c8 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 ee96a63ea7c..bcfc10b65fa 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 107d4a49c8b..8bedc50adfd 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 6e166b12490..4e1238c2a4a 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 f3ea22db13e..20edcb8dc0b 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 96f6f39048d..f2b4dec3c81 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 fe5feb3fa54..2f47c73e62e 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 b68541bf00a..2d7499376ec 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 bd3f60660dd..7721ecbd81f 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 e813adf70f4..eeefd84d117 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 00426275241..262d4726618 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 f51783a803c..345066bd01c 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 805b99925bd..66cc884fab5 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 6b47a5990d3..3a5e3410e75 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 080a57ef943..edba922ffb5 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 9ee8b2bc16a..1b7909cb459 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 c1fc199b75d..6b657e68279 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 57e912bdf3c..ba76d95cdd1 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 7407226ea2d..161e5c13053 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 f9c608dbfa7..0cc035681e1 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 9bc5e468ad7..235c5c14838 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 7b4e0b8d925..cf140a3092f 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 0d8ea7ad1a8..c294ae85a16 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 8b8db8d1a5f..23017e491c1 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 f76312eddc6..472cc5c2fad 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 4b25ab19b02..7ab7eb6c501 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 c9d4acea66b..eea70f8fea5 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 8df8ec6fae1..0951fbe6a67 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 a2d691d1a5b..a0441a84f3b 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 16d856a3327..2305366aa18 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 46b0a1b8a89..130d14b1533 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 c44758979d7..9e4a9a52ccb 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 cc386cb88a8..0fc6e6f5484 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 9b0ac111679..253d2fa7ae9 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 5d8b41a1667..85653367c3b 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 45921193ec9..47c423cb99c 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 27d86971dc5..d1df0b63f2f 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 c5cf653bbb9..74aabefb24c 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 044559a2fad..b9de4ba71e6 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 528ce5ac80f..2099f1606f2 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 f4c7f2c6310..b9be79ddd38 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 4a2aa974199..5f4bbdfd91a 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 d5af9a3eea4..5094c2bd8cc 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 3403a3f0e49..8e8ae26f1ac 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 1003dbe539c..adc571f00a3 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 d46b771e24e..d74c3a936e1 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 9842d8138b4..db231ff94ca 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 f58172b7c12..5abbca455fd 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 1bfb844f125..523583a59fe 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 523302e7623..874baf8290d 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 4405d2e79bc..9fb663b535a 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 aff3865496b..f7d9289b184 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 91967b4be84..689796821d8 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 813cb4cfd1a..7182b9b1d13 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 fc1afdb708b..4198849b1a5 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 6a3391e36d2..b0c3413d173 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 4b65a42903d..2e30806b31d 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 2e622afe9cc..d9d949dc6a5 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 cbf04e602d0..6ec628d1310 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 04456b55da5..1634041daf2 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 d80b809eccb..172317aead2 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 8ebb27ad7f4..07d71eac5db 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 592760bd1f5..8b9ed9c1e34 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 a27aebf83a3..8e0917eed1c 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 ac072c0bb38..828fcb891f3 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 def3c965d40..c55b39328f7 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 be381369823..dd8c67a7203 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 a775a2525d4..0703072697c 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 08124202c90..4cdee604a7f 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 f863e7f109a..405d0062f73 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 e226151764f..dc59c44c4da 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 90029a132f7..d889adb2380 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 1d49763fb3c..a838f0a276f 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 edee3d9a065..fe21b5faef8 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 994288886ce..3abbff68ea0 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 75f8ade70c5..2d9a105b475 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 6c80092137e..89d58f7343d 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 a23a3806721..9bec1c86a47 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 d26d60e4b91..d0f0b15cda0 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 66b8aaf699a..c11cb33a1e6 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 7aa015b1572..c953668cb6b 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 bda6bfeda4c..a4ac1901d50 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 65b2e8e409a..471fd9b5949 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 35975af565f..e01bccc93cb 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 9ddbbe20f8f..f74b0d31c9d 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 142116ba11f..bd198bae4fe 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 831475d37ff..9279c43c444 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 78377d5d7ce..d675e3538f6 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 96567836c7b..1bc7f3a4c31 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 7e7fb824b21..51fd66f2fe9 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 6f1581009dc..08ba6c1cc83 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 0ec2d0e781a..6bf3bbd8324 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 66738daa30c..6b5f2933e04 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 574e519766d..d6063696c85 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 ff57b2bdfd8..24952561449 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 c7790d800a5..06554ba7525 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 8a0b2d434fd..524ffc1e342 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 d8cb9581480..17176afa6ad 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 ad1b86a0c76..c5226288afc 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 b51b135c38d..12d4f9ebfc4 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 1149d1de0cf..bc6292f5539 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 393c4983d08..3afaee9acb7 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 cf2e65fc2cd..761734674bd 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 1c1985c60a5..f2c862d51da 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 199df2d6d66..540fd58d2e2 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 a779aa11b4c..6b0798921da 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 f1ab2f68b3f..965f4a43175 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 d4abc80c2c9..f60500b22ef 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 14baae430e3..6e32c82bc0b 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 83895e036e3..aaa46a64ef9 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 43f0d46af8a..f4ad16d99a1 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 496231ef91c..0569659bdc7 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 223203b0053..912504f8b1d 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 07924f3dc7c..39bdcaf5ef0 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 defc8d565c5..b6e9d1530b0 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 d18b7713394..3d75da141b4 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 ad05bc532c5..bf481cafc72 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 07d30642976..e862816c461 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 f7cbff098c5..01158c2c238 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 8a3a0e5f068..a1073512e85 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 801365508ac..90b15e393f7 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 f551972ed33..4d99c65495c 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 a2982b4b3e3..0b40dd665a0 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 b285e4505a2..ceba563413d 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 3ef16ec168a..07f59f733e6 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 b0a3dafbf03..494379f53e7 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 155a8131271..2298f942da6 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 d4edc64a5ce..5568ff57a86 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 1bfa11938b5..a7703e518e5 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 6343ad44562..7f348530ed3 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 f4071219c95..d2a2761ed68 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 ced6df31cf4..1b623d822ce 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 1e7b5e7b12b..e89a0cb28ab 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 7c2022824dd..a3b572976fb 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 c5f867959be..357cc3b100d 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 1226ec80f81..44f3aa8405a 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 b82dd07b17c..cccce834e28 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 16bd9ac702e..e6a142b2a7a 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 46d73a47129..19e0b78c670 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 e8a6152290f..37b77243fe0 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 b6a20a72ca7..73bb53dc1a4 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 a19466d71c5..799fcd76b77 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 b030c0552cc..ac086618b8b 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 8a39c6b0d88..6c7b78a0586 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 628a850e0a6..5705de0f311 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 be5973e6e11..ab2d9dddef4 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 9804d14d675..dfdf01f45e3 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 569264784c4..5b8398caaca 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 4544e217802..e0eff6dbec0 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 d30526ca825..964ad2398bd 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 9ec6204e9b1..191d58edf4c 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 a8434a9457b..81e46fceed5 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 63a78353e9a..9f11e9b3ed0 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 0b51edf5e98..78014a36b34 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 32a38c1e402..814579a80f5 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 e4b3d5e8052..170f3583092 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 326b5758b5a..d75305ea502 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 67712450c12..4175d1594af 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 fd4e89d61b1..d109dbb509d 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 5062ae82e01..c9a0fa3e5ba 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 3629f7d88a9..a22370b85b0 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 e1482f004d4..80328fb0899 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 2c182eb76bd..ff9505b8e31 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 043d2ac2f02..d749dd7f946 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 b0026777a38..3fe681d0c08 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 1d5cfb26cac..7847e3c5ab3 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 bd8994ff0e4..5be2db9d32b 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 c1af41fc413..b853ca284f7 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 86d6a5a2c7f..7071813f87a 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 c23e874b14a..4da238ba773 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 0949414bbf0..21c9e3a2703 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 718f0276a3f..357b0151b26 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 e81b0c9d46e..efcd9b7cb25 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 3cd45fc5277..20515f4e430 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 77be64f4d18..bf8ec4187c1 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 ecaf1df4c8c..419ff58fb7e 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 82d0bcc566f..f687ba8c9a9 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 e7dea254da0..44c96435a49 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 0166258a534..fe57deb52d3 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 aa0ba6a8861..9b04518010e 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 73e75ba1175..5b80200a2f7 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 d0c6c0489c6..7af39ce991c 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 b64d9996151..8caab20cf70 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 7f06e4e4f92..20a73394a97 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 63a07ae9882..2cc47b00675 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 a159e759286..e40c57c5307 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 fa1884ddcea..9dfee64a135 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 3e93dd0869b..b8b12c02a70 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 92a3ab05c9a..28026488124 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 05ce4780041..aff71c35c61 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 f10189bbcd6..be93134c6ed 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 f79c638b181..0c238bf9684 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 837939923c8..5976f16c757 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 7b6e778a327..6c0977d1cc3 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 c08ba99d01f..250b966ee62 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 a9c64aa6457..332a96a1890 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 bd7d94aa5ee..66ee39ff6b5 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 409e5f76350..fb7953c54a6 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 a250a49adea..5a5365d0be6 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 51c4fd70039..f379afe8acf 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 f15cd2c3f52..00b084bd0a0 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 c4db60890ee..3558b534967 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 47a734c538f..7fb10af45d4 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 10f300b5cf1..3fd2ff8200a 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 ab882209c1e..6535c42f240 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 dda21d53b6a..86f392485a4 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 263cd7b5da0..6569816d2ff 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 160fb6b683e..dd1248c64a2 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 e69fb49b008..bb78e4a3545 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 ca4d8e87999..73841f8621a 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 e68c10223d5..5ab41809aa8 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 debbcb56af2..57caeb454b4 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 b988f28944c..f7d6cf84842 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 c13a52dffcc..5c14e15830f 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 c0e100173ad..708e6dfe94c 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 bd6b4d8538c..79fedf58d66 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 bf33ce4babd..f44c7d5be22 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 024892c6227..8ad494a178e 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 db4ef168bc7..f2be2f0dc66 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 1f2bdaf58e2..d7bf852631e 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 b3c0c8e2ee3..68db95cd7cd 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 a27126ab127..810cf212b85 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 32603d26127..3e91fc40150 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 f9fb61f8263..3694a00e56c 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 eddb291684d..1d361dcc139 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 68389ed6a44..15add871522 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 2553de2e068..e805641fb3e 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 7c520fda00f..b0f57049fc2 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 a157dee22c9..bbbf753e3df 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 cdee6fbebb3..7cbf8392878 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 70bafa2faad..e4ed15cb03a 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 a30f858d38f..e747f0d7932 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 3d182566614..0e7d2fad5f6 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 36830a13e59..c0262a1b101 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 16fe9ba9d41..07323763204 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 9d6549692ee..f7e61360868 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 1f35b8b6ba7..6160b3fcdf3 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 76b9a430622..0a20f3163e3 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 a7b7988cf66..21a1f044db5 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 bb349a15385..1c9a8a5be97 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 e4405ff2f84..d4ab085197f 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 55b5f8bdbcf..fac264a7853 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 e8dcdae4072..5efad129eda 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 cf4084904b7..961bfeaf2ba 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 fe87c70488b..48d951bc368 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 356ed446a12..6e64ff41db0 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 247af5c83e6..ac94c3b4473 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 41434da783c..86b9ec532c1 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 2ad76b15cee..6c7c1de94f5 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 071253a9f59..b812739958d 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 bf288bf42c9..078151627df 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 c8bfd1eb384..6a668906ebd 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 69f2ec8375a..2529a9eeb1a 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 7de5911cfae..134c1dfba98 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 b4bf5e95b52..9556c1978c6 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 be6de114bdf..15ba5995cea 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 2153d2cbd71..291a815fa2d 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 6b37ee1ca43..522d23bb4f7 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 afd883f2b00..f79c9cc3e97 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 03debbf95bc..9f73fed1391 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 420615b8933..665275ee93e 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 555ee7a7044..c63b5a1179b 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 0306b797e1c..8ae523fa340 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 0c92ff69917..649bd798eba 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 750e612cb27..5d8165ae3e8 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 3f400d3563c..ff934a7a858 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 571751e7fd5..b7921d71e15 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 1eb58df152e..cb918c712ad 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 43f81ec313d..f4660be70da 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 87d51bdb693..d3c77a37400 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 be4a700c494..1975f0d60f8 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 170f67be421..e76f198f42d 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 f111ec9d078..ffd5e06c34b 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 0d3581eacca..2dad9d48729 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 100891cfef6..291ff7cf8ca 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 1e8122cb68c..a0d6fe1f463 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 e5d2a843524..20efff89913 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 690dd97e708..bc09131adb8 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 1b4d66afbbe..92c926a16af 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 d3b303f28f6..3ddc59a1ec6 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 87ba1e0d728..c28478f0973 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 16d2e88bdc4..3ff9608b061 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 d5f2101cf2d..e178589067c 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 02be4ba890e..9cf361b816d 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 6e2e78aaf59..c57e1471e35 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 9ed7990fb8f..151253ffa0f 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 e7f9eab3315..45ab9cfc93c 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 b08b2a3200f..7a429e6392b 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 25efabf3acc..36bf8d80782 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 d68af4ea4d5..06b861a2eb7 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 c6ca5b9b512..9fb5aee6a02 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 50dd1a5f1a7..9fbce252044 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 0f4f7605e6b..5335b471539 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 d946406b2de..5f67ec48bdf 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 8cd280a3bef..96345d3c4cf 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 789b1666fd5..40023ba4cc0 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 7a42261226e..5b45a59926f 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 892adadcc59..7dbd65f8bdc 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 3820303a54d..f2e7ffd00e0 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 7e3811d6ac9..83be15da3b7 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 e04036331e2..2bb785b6334 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 0587c9d953c..58b3707e16d 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 3419d92ed65..82e4b1ccba8 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 859470639c9..94eed948950 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 9ae9fa80852..5814524d2c9 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 64233b4d5b3..edff49aa895 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 38e29105f0a..e7756259440 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 929f53d5b38..972ef8164d6 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 ab2d026a05f..d72aa0146e3 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 e4d1902a86d..6aac56b5f6b 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 7072d32a0dc..94d1b5959b1 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 d35073bbb1f..7e54f8b3aa4 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 1fe887f355a..270199e085a 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 8f08850b7d2..29dc6d8b44a 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 ba0e86b5a5f..0cb37600009 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 a71947ff151..3ecfd71eda8 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 46cfd03cb6b..e47b25042d1 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 87e1f6a521c..f0ce947c250 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 531eee1f2e9..39d3ee1aac2 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 6b07788ee93..0b8fbc90fcd 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 06831527f3c..adb496cf76b 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 778690b88cf..6135a7892a6 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 9b71b83ccc2..cce70e18c6c 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 95f816b62c2..a00658f2d7d 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 ad7df7a61cb..39231c2d7e5 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 0f01b0b6ad5..504dad5cd32 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 dd3dea11047..60e87711c50 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 dd06e6b0ed6..afad0484271 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 b7a6d1099f2..21b357d49eb 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 6a1991262a3..32bf00ee477 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 8e8462a60e6..9b2fabd2978 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 d2b0075fb27..e40ff17e9b3 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 dbae786e407..077a4132ccb 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 a61d6fc87d3..493cff21cf9 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 833a9854f18..b991d89d9a4 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 63a9be1a415..2a513c9e34e 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 a5acb59a73d..c29422e8c3f 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 5800388a870..28a9b7c00e6 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 dc3cbd6e8c7..618828008ab 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 6fd9dbd40fb..ba9eab0e24b 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 8b13d27b5c0..acb7d7380d0 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 9b520243056..17cd456c521 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 d0394fddf72..ce5da53b973 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 38e0ba65259..516cf6b6428 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 4decccd5c57..2007b721ed9 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 9cafe395b80..2ad47f6bed4 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 c5d74d3544b..cd66bfc985e 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 ce7d93eb9d3..aea2ecac069 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 d8a31fa21b6..d6480b15018 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 4b7ed1ca042..5c143c1ef5a 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 dc4a5176a63..270fdfeb2f0 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 ff4e55a39d8..767dd88b1a0 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 127cf6df110..8f2554df913 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 b4720e64fe7..fd7a13ed401 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 1da7c07aaf6..b270081a98b 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 60c3a85bb6e..b12f585bd05 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 3f283416645..af8badccca4 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 66ca826e265..2707d2ecb73 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 0bdfbc16840..6a94804b6b7 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 ee920b20d08..ff9fd498504 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 cfa2d8ed9a5..130bbeea53e 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 c0418cfaeb3..90025b6e26a 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 1bb53a700cc..86e3e0e914f 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 b1a252b9da4..3f80e9316db 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 cf18f114322..2af14a72a37 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 00220fa6d58..d4567aca323 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 8528ed72ac3..101bf6cf5e8 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 787fee3892e..40fb9f69848 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 72977b4bc98..f5685fcc554 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 43ff3347cb8..210f9872e71 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 477fae5ec00..be590501ab5 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 db6d5c5f93b..13326b983e6 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 af73248ad5f..2e651c10f11 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 17e81bf5cef..9d398436770 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 9c73cb69ffc..a580f292335 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 43983d5ba06..f8867c140e6 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 6c3939ec8a9..624d2cb3015 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 acb3554fb54..fda103e9932 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 bf44858c329..ef802424760 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 d688c6e1ee7..786dccf4561 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 4a9bafd1ede..d99c44b3d9e 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 ea749354c06..a2eaec6495b 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 96a448f39ea..b05a25e5c75 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 05223c1651c..b7b377332bf 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 c3a5e52aaf0..fa7770e6ea9 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 c14307e6c5f..21a51e5d3cd 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 87113f6382b..e7bce1cdf72 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 192d992e74f..a73850daaf6 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 473c0e03a50..ec5a597e9fb 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 712b21cda46..b79c7afbeeb 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 3e4521bb28d..8ca6e941e64 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 60318727ff1..b9c9802fc1c 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 b942de5965b..85f2268000e 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 8fd8c1e411b..391c839594c 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 5b8a800b9f6..dee477d4796 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 892ca7c6a87..fac558b9329 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 cefdd4f582c..c54c1a3904e 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 410990c3d5a..1ca35e1faf7 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 1ad1a696d46..c1e91f7fcb3 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 204fd3892c1..fe5de468bf2 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 7b69cd821f3..81d8c490177 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 56bfdfbd610..2fa016c8f35 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 a4ac7243dbf..e5065889d73 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 33afaf46d39..55163416f80 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 a11b8a8f5c5..98ea87098fe 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 2e0b956f5f9..5f43225bfae 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 1b90d122072..9746d4115bc 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 55161177165..ef4f27dbb00 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 2437607cf13..53f5a7cf700 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 2bbb6b15217..e9bcd345b5c 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 441c7258a47..0cc88a0929e 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 51f0bc63ebd..41a099c1407 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 45a24f2b75e..e6949bb5dc9 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 ad2afa77b72..999a86fabc7 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 da1ce7676bf..367f3c8171a 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 381cdccef7b..8c44d112a4e 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 ecf57c7ae73..1e37acf620a 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 eb7baa97258..e372c4f7fcd 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 09cc68f27cf..0c028c7ae87 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 c576f76ff29..0308eb33194 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 9c9b148eba1..a07a58737c1 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 a8e70a1d65c..71bffd98663 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 b0ded4edfa3..2c0df15b04b 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 b1233014f63..9440233f090 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 510b5117df1..f3f0aac529c 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 31696e84748..fd211bcd5dd 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 682267ffdb7..d72a9374a4f 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 4328ec4468a..bc54060c867 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 5b76aeb8000..c4a62369834 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 08402e1899e..6584e0b6e02 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 47cc90efd76..51f016c5aa7 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 043ce7f14ca..5dcb2438a64 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 51984404bc3..7455500a91a 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 8887b6ee37b..c6960d53e04 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 0d49fd56a6e..4a714bb51af 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 f89437d3e85..7248af0edcc 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 9b093083768..6a1182b5248 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 5d942ede000..45e795a8799 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 308abb1006a..4493bb37b49 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 c5355cc0887..d2bc281f15a 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 da6bde5cea3..e1b261a0be6 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 05a6d61df5b..7a6ee49d770 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 f4bb5447392..fed9e98c72d 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 8f06b7fadb5..db118bc19d1 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 45d2dce6127..b7db78f3228 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 0b3ab521a04..0e5a4df0430 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 802dad288cd..e743b7dfb6f 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 b304bfa1608..0cc6902ae28 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 b816bb54cdb..6fe39f588ba 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 f6b8795682c..477527b3452 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 240ce67c513..5dd11c20520 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 53ce6c49d64..39b411059cf 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 025cdd94b7c..2358ba009e1 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 8ad3f6f6608..eaad7dde065 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 dbb60e6c7b7..13a49940f6f 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 c924773a7c6..cf170463372 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 11b82c6f9d3..34e27b323fc 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 d65688f8039..02aa870eaab 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 c6d17e5eec5..4ab122fbab9 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 7bab1184201..a482e1eaad3 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 dfbf3fd8251..4e5958e82cc 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 a9ac0841a5e..9389a7bf53d 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 6442ed42112..ac97b7c14cb 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 02f6ebc2e80..37f38432597 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 f53f4538f0d..815fb356891 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 2c3ce8a331b..b9c204af40a 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 b4eb901f0f1..77611d9704a 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 820cb1bdb16..938c4a4772d 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 50e8d495a9b..4b89108c089 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 44af6beedda..f227bfda4e5 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 045f89d139a..b6e9fca9840 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 4fbee059d5d..9bf212871fc 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 3b542bd86ac..8bb6b30fd8c 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 c83dddcac0c..f55cf4e0dfe 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 c04f477cd7f..6c1a0b96334 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 6c55a62dcf8..d5ada4ed12d 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 485a99e250d..f06fd64de57 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 b2c8b484c99..ea8cb904c7a 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 e6f548baac3..f6507a7a149 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 6b29a296688..a16d0606b5e 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 77bb0daadcb..031091c3b77 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 9963db7152e..29ee63611b8 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 c90fc4f2aca..db23d10ccc3 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 ea0f14ed12a..93720c407d5 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 675dbcc46f1..903f0b7761c 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 d115a7113f7..8748e6def55 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 711f2ce153a..df564b210f9 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 394ee81d694..c3dd0302fb3 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 76fd0c7a828..a23d32cff3d 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 98317d4dac4..85d4020df18 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 03962ab188b..7535e99f4d4 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 d84997deb29..f6bb6bdbb50 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 f613f4d544f..123dacb409e 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 8df6e8bc65a..e7eede53ea5 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 f32b9a4e8d5..e25a08bb60c 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 ddc300e9f7b..9b6b8f670df 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 b6771bfd08d..e69fe100d48 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 ef29a8072cc..827b8f96b07 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 e7b5e3221ae..2586c107cea 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 acdf38973bb..222e39c6bcd 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 e52176f83f7..e534fdd7763 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 8c3974e15ba..a1c0164e360 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 d1a41e10115..28c1e535b78 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 e570418ebc8..dd0a8b74c01 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 2b8c8241619..30d2c95ddbd 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 15ba528e7e0..6de799dec1d 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 121db3ddee3..6d34ba4f542 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 af6d02b140a..c9356edb060 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 9352289d62f..c99499d689d 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 1f65a674c4f..12dd6c8bf97 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 5eef4be5ada..1b080aa65e4 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 124a8cd394c..2444fd9686f 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 98bef9f844d..41f77a7491f 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 9c4d98a979e..bcd4ed4c94c 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 5209dfb0d1c..6f33c7a8a54 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 ca16939a6f1..9086a246f83 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 b8e327d58dd..9bf6b82b936 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 1f5146a11d2..167201fa1b8 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 7871003474c..0de5fe5e784 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 77577500520..4a0b616ccf2 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 4732d6c433d..3ef336b7333 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 dfcb8c77873..ac95f8ebd36 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 5d4a6124a50..766284d5b8e 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 a43508b502a..5729298b2a6 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 d4df7e86c54..dd685bed760 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 a591bc079dc..6c67e0d8f00 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 cff33b4488f..0091ba6d4d2 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 c2f10ba5225..35167f690ed 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 7fc5ca2ec71..e6e8b7a5668 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 0b3f716ccef..11240bf2231 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 129ef30b388..436638e594c 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 b5232f0297e..4d04e8466d7 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 29ad584ccd8..a1d25a588da 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 1056bcdcd13..45deaabf405 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 c2f6b786948..9f36e0dd020 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 dbe2301d008..8100ba5225e 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 342b4126698..1e515a9d69e 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 3772a933bf8..c3db6f733a5 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 816a72bbea7..60d8bc38735 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 96ab7b96b6e..48a7d3269da 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 d077c4573bf..a55974a50f2 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 ba2504d0fea..25819af0bdb 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 ac8e6f318fe..9b2721c6adc 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 c585e31c829..278ad974ca7 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 ca6cfff005b..b2ea94ef067 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 3b764c11d84..01af5375872 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 3b4d349537b..b86a689802b 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 a0cff81e706..4e9197917a9 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 90af6a4437e..2e229658efd 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 6964ff0857a..48ce0523940 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 0d88377523c..77c7b33b544 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 7e32cc662f3..eca44840e48 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 e6ee80c41f1..d522812c59d 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 0f1d2291a81..e88392c1515 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 7b94a40bcfa..0a18d457e3c 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 aeff4acb9da..ff92bd4d5d8 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 478b1995f7e..8be10d00e5d 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 69cd49617d0..896a55c6fbc 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 ceec7687f7e..cc9275831fe 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 a4824e963bf..a5e4fa8f960 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 b48aedf0b95..3a8211f4011 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 12a7c5200b4..fa9c6480919 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 c808b675138..3cf3baec7ad 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 6c6d37c88f9..846e99fc59e 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 d25df39dd98..4bd9aa154fe 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 022ff0265a7..4e53f3b99ac 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 1dd748b8c79..f76f902f169 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 3a952a45228..eddbb7d5a98 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 d74780cdccf..f0f6d6bccfc 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 9154f89fba3..58603e4aa53 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 b0902ec3127..97f3001f883 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 d1339031a00..9b6f9c17b05 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 1d1d9375393..ed90a9ba719 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 a10355a38b6..92b2f69c9e5 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 b66e4e9d17a..11ec7d2d74d 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 be15c6735fc..5e168c5066e 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 bea9f8f4d39..e87b32b55b4 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 c1d73092798..0a37d0a8ba3 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 80048041358..d83d4b8d65b 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 e96e901c26a..1834c702c49 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 f5d8f1ec6b1..e33e9d47ff5 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 77d1d9fa31b..4ca56a9c263 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 5900bc19e2e..fca4b99ee83 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 229f895b028..013bd0982fd 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 5bfca4e3a68..a6e649f78c1 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 625825fc7ed..b265e8e6f20 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 9ac4a5625a1..9e5fbe675a3 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 19b32acb2c7..e82fcee2ffa 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 2d01a0c1547..39cbdbac3ed 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 2e3b57be238..0792905e012 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 4baf964ff9b..0d925f52fc5 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 47eb2d80efd..696bd40f7ad 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 986d4d068f9..ffde6a4b88c 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 6126d85c756..ad407d5c111 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 0d144cb04e5..1de6a2bfec0 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 cd2263245b5..811dfbaa51b 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 974ed781874..5f5863431df 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 f039675b1e5..70d738bf210 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 09b84f58954..85ce894c40c 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 9837c666288..82d4239777d 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 4166cabdc5c..b8ac3fc7b09 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 7c8806c7a2c..88ee0fdd318 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 a93db45eb96..cb2d89065f7 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 34aff5feda8..3e8b8ccce7a 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 db3058a50be..10ffe7ab026 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 e6d946c48e0..d476829e8e3 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 b0b2e4e9598..fe421c02513 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 33246ecc98d..5abdef9ab71 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 4a141d98471..db2176614f3 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 c43d4e804b4..bf81de78f99 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 557edaf2e7e..1d67577f805 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 7a1ca781d71..296f29cf00a 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 373f80b7ac1..52fe78a1a83 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 7ecd08a4e45..08531cee05b 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 0f7260ccd06..44a349d1750 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 8c9f7f5f668..9ba45cb294e 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 1d6c2c7d966..7c39bcf943b 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 1e2c3a63185..c5b9f9202ce 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 9b2325c8e7a..9d30c1291b7 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 2a447a8a738..3c0e7f37b74 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 82bb69588fa..309c9d11204 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 082266c8429..b3ca612c90d 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 00bb19f9ba3..7d89fcc4ee6 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 dbdf12d310c..de991c98b6c 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 9cfbbaedf51..d790a397f55 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 72e42084eac..e570c77db3d 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 c4eb9a4ab82..73702d8b803 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 8e5476c2cae..930bdca5afb 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 598c086e264..3c5d95fc3c1 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 8b0d6f07b60..af94709bbc3 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 c5f2cc452df..4e69608b71d 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 7abf7442685..47221639294 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 90cffde2196..d92c5f9a352 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 63ad288ab0d..38a94907cc4 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 56ddf71ae87..71766d667b0 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 0fafbd919d6..118e0be317a 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 28e54763745..d52051d415a 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 22be769c072..54fc702d8ac 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 d64c53b1b3d..630064f0e2f 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 c31ac239c23..0745f7fdcb7 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 711aee6e2ff..9ff5cdee40b 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 31f1c9f8045..9fc0eddc78e 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 81b3c6d8e75..ba56ac6d6a1 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 5d5f473458e..6da07492640 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 c32c22af23f..e1939c7681d 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 a0f9ef925a0..1a7aaffa7dd 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 55749fcbe76..4168b5936dd 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 fd3ef021a04..722dc5fdee4 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 70101680e2c..2a6a0bc54e8 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 f10d30dce92..53f26a0bb3f 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 58cfa21ec04..a8957bcb479 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 bad5d7d59f0..74041653ebf 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 41420563ab5..d2b01fde694 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 29f988b7525..5d27eae4d79 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 6260add85bf..5b756cd4c98 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 bd8ee2fc113..d074d9b77d2 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 83dc54e918b..92692637b9e 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 dc469226a58..1cc39d02ea7 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 acc1aba92ec..4c83c91cf91 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 c463416ebc8..1cfff1870d7 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 63bca941d5d..2d9a1c6d62f 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 08afef43dc6..b6847d43081 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 8f8604af44d..2fa65c78c45 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 eb268ab9b98..1d4e1db2dcb 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 1790a7fbddc..3edebc2fe93 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 a4b39d71bf1..2924a9b2d19 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 42e85bcfd76..0f74b378925 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 4c6ea9cac14..8c4d9f3a2d8 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 b5e712d9d79..f8f8435c94b 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 693253655f8..a51c11a8686 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 fc75723013d..878cdbb186f 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 8c211f88c93..f762effe487 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 ec63ad00c16..20d49c05f3c 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 4f966e4b5ec..640bdedbf03 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 b731c12229e..dfe6491b45d 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 aa2d199f46d..d7400f4fd5e 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 68f18b13baf..82e0daa0189 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 fa5ffd4649f..db448c9bbc4 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 9162f8cf949..7fb47a297f9 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 37cf9ffaff6..95f63ed663c 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 78727566cde..65bab7195d4 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 3055741f1fc..09e5d6a7a97 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 d3fb5dcc00a..8f532ad08c4 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 aefd0268dde..c4fa276da8f 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 90b491dc342..e9fdd8e76a1 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 c933e2bd27f..32b6e8eb30a 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 cde5df95951..b3e0da20422 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 66b81e8c0b7..fc065a5eee0 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 5b1d3069972..e56e807a8c5 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 82626c5546e..48adc745aaf 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 2db07c4555c..c8aa1287a68 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 c0a8553b526..e39b9e63139 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 1af1ff92dfa..71f6e221ace 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 207c1306b03..c5eb302fb83 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 41fd185be90..8094f959395 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 7638d143a37..c3081849df5 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 176e2db608b..2c5096128bb 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 d1013975644..af49379c4f0 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 b4a0abd7a6f..9bb80eaa7b4 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 001673f7a44..084cb337cab 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 bf22817d2b2..b49afeda5a3 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 6f361787f4f..7bea89a6176 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 a268e63f6c3..1bd7193b7ee 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 fb911489475..a5b917b07f8 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 fe98db2ee96..8463269224f 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 d647918f207..806d977d202 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 d0a6c89eef9..722776eda58 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 b225078d06f..6de6ee0debd 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 ee5e792027d..093aab236b3 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 46dc8a34fd0..4e175036117 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 17b283c48e1..b170f2b637f 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 f7812fe4259..3ee17a84772 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 f8a346dac35..fe6e3282dbf 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 1645d066149..b49722fc5ee 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 ae46f7882fd..d455f2c7c9e 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 f4ab1f945f5..4b7ab9bf965 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 79b098251ab..b7587b7420e 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 de47f6e1469..942de2e46f0 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 b204696bafc..dddbbddf1cb 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 2bdae9d8f78..cc9930837dd 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 9de97d749f6..9eee0c81896 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 60bdb90c4b5..2332e972fc4 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 b323f17a99e..70159507a18 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 d046c8c0f55..324b147307c 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 0acb1693598..3b6413d47e2 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 03b7ceb5dc4..f332f025efc 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 6307ac4f9fb..9f778e69b92 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 63f6c2641b8..6c0a8643951 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 e18f023118d..9666051d1c4 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 0082c60f0b6..6d024a74a23 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 49fdba5cb89..2a7f62a75ef 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 889908eed68..ff92c4fa12a 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 fda0fe15682..9a39e97bc4b 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 aa5a7d5d1dc..474ff8a38c5 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 ad9e0ab93ae..edebe21e0c2 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 4f7bd1666d6..bd05e80fbd2 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 432d46760ec..c01ee4a954e 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 bf23f264d90..5c863875abf 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 42bbea723d7..bab55dbe6a7 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 40ab0d98c73..03487afedd5 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 8ee0ef62f7e..841326bd958 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 fd247415b50..6bb801aaf9f 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 da0fbc7630f..f3d377d513a 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 fe4581e456d..c8f7574a12f 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 72806c6e750..3e8954eba4e 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 bba78559c95..b5b2c726672 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 bcb7e66a114..01a3b25ec2e 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 7a4403488ec..d46e030c599 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 cfba24eeab3..ed9230beaf4 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 c1bd4919ec5..f17919bee70 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 75d00ccb983..e840d514fcd 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 b945733a9ce..58fff673242 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 45003691f2e..118f043d4ae 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 0eb5bc42088..972060c198a 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 25d50adba5c..0b9a07a9c83 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 0ca23649113..ca091a9ef06 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 833a792d0f7..e76fa6554bb 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 d25e4545c3a..648a270ab25 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 eda17780db9..c97313f6023 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 d55e66e4525..c3447de3ebe 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 970e0fd6aa7..31c508ebc65 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 b7b81c332bb..f4e3b5e4dfe 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 3e53065c5df..152158cf8b6 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 e8741cbe636..42a9a6c6d9e 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 5620c2c42d7..7a20e4e10c1 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 bb11de4da5e..ddf988fe691 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 c36ba467ce8..0bf737ed8cb 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 c1b55247b22..a2359efc234 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 3140de8d897..b439905441d 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 9f58e4825b6..363eb0c4c9a 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 a91ee78e025..4266047ee3e 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 6fc34dac21f..32d08d2d702 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 f6bc65739ee..bf254e1f466 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 dc36745fc71..192fefd0212 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 7cbab53a80c..e8fc19f8853 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 714eeb1eb3b..7688f669a35 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 ab328d041f9..65f69eaab08 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 5db1a17fc24..23561884f22 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 9e7b077dd82..539b92736e6 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 452470a7b23..88900ddb7f8 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 cdb5a8eea79..e004c15c9c5 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 07e961995cd..fe6b95eda08 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 5a84850d6f6..c823bd640c6 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 5f45c41adbe..968d9d9aa47 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 89c1c14d738..30204698ec1 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 f8186ec815c..fc747189f30 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 31b3143cc42..aa098915e22 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 ecf47fcd31f..6c2c3de1ef4 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 f1a9c984d08..f736ad25bcc 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 25b49099948..3e0ecbd9be3 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 fdab0d8872a..80d19d78c1f 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 633d32dcc71..21441c0049c 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 7536d4aaa69..6c198ff75a2 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 c8c1f0b4b7e..393252005a9 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 1c30f821031..8cf82dcfdb7 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 8ccf4b2f824..6965c0fb2e1 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 336ddaee960..25c1427141d 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 5a95d7eae11..f675773903d 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 fbe1bc70aa5..c437a451893 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 1879e5aad64..5360c00bb5b 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 607ba9b7f5f..5a58ad8ff22 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 54b7154d727..d304a40cecb 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 e05c59b3763..6e0229bc4cf 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 e9da590a05f..2c1aebc3b00 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 93151f737a7..d364ef8c626 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 2902feaf2c9..78c09b246c3 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 e8785002a68..c0e4ae3907e 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 23750b6c857..e19fbbd37e4 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 f466b598ac8..220b1ea4085 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 22b9a7baf0f..16a8ec963b2 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 210b2407802..d506c9155f5 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 cc97a8984fd..4ef6ca94816 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 61573a03af9..3652b20984a 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 699dadf1208..a36718fbd16 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 216481a86a5..215361b5415 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 c6e652f7583..f8c46a9975a 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 c2d992f552b..7409d8c4e07 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 e56f01bfbaa..ea72fe41345 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 f62a3a68c66..1067d835a40 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 a60eee8b16f..8f4a6e6e1f2 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 24b89f9dd00..f850efa6c71 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 56fa7eb0edb..940ddb17873 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 8c945983629..85b36e37c7e 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 cb261143da6..1d29dd4f4c8 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 5e413d2ce16..8e44ebb5abf 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 fc9fa25e0d1..5f86077f2de 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 216d160a7a2..a82d42511a6 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 80fa61e7462..1c1c85ef9b4 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 bb0f90f99de..5363fb1c585 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 5bacfe9993f..6d276040cf2 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 390d9711ddf..5af9b6c94d0 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 43888bc02b3..974ad585b54 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 69c4a20e62a..4f64fb76d1f 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 53475e3a099..cfb5b8e9ece 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 dc97d250f1e..53c7725646e 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 b852834e22c..99e94b2d991 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 42e4751afd4..191d9ae64ab 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 00f39c0fb80..67ef57bf6be 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 18ac5107233..e711beca548 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 2a84e4891ac..5aed7b87d3c 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 827aa856e74..c69e9461088 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 8f206999a6b..ef48085bfdc 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 9f8acfc432d..02461e7552a 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 8adaec0dc07..2726e6b1f13 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 99f7ad5119d..2535ff98a6b 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 ef54c965eab..edb8f6d435a 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 6b35c7d2cc3..b1e701fde97 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 b10eac1eeaa..748cfd17991 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 08551a06659..eaf931c684d 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 10eda326eba..77277874ce8 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 5683ffee95c..4a3d08d4c72 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 97d50797d33..bf7a7974770 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 8c7da5c257e..e9babc128af 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 30b167f2dcc..332becfaf50 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 c3855c9e769..172e6c01580 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 fca419c40ae..384ff4ef20d 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 e0e8047177e..16e4477703d 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 6a895956afa..e76225e0665 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 6428d1defd8..39096edfc1f 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 3c69ea16b05..bffbfa94aca 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 3ae729fb002..5b10e200a97 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 5068037cfc6..5df9db51fc8 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 d26ba25c0af..31f0b93f28b 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 c86b3fb2777..ac7e6283b5d 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 748dc55f459..b42978ff94a 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 f384425b583..cc1381046b4 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 f3abd57cb35..d7ec7221614 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 8140bbd7915..638153ba49b 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 97d06283bdc..355e1cdc27e 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 59a000e8e24..31ba37809ad 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 7ae542d67af..03f16dfa9de 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 18dfe082ea0..fc840063e76 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 2c2fe106746..ebf81551fa0 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 1d80c56cdef..2e494e17848 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 00d1ba71e6e..5640923c634 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 0b95d1c3e63..3a5e3269bad 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 61403daf073..8065dc2e4e1 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 6026d55b85c..cba9deb69ac 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 be08473fae0..1527e813647 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 1c0b4f715f7..679139a96e9 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 ac3d98e18d0..3f8276b16ba 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 053fdfea5ea..2b0864506e7 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 18602b85a65..0e0ad4db317 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 21905ab3ecf..aba9f06a0d3 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 695f2499c29..dd2a101b3b9 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 759ddd91641..e41210b5fd5 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 d40da20ce09..90374c168cf 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 3c8879b6212..d86bb1cb90e 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 839d7636e40..db486c19aef 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 4db49f2fe59..3477a10c1a0 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 5139bbef1f6..b75f9a020c4 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 e7dc1073024..06c929265ad 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 44d890166bc..26209d74410 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 cf2d9a1c25a..b7f66734429 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 ea8ac52da44..b2686674a52 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 9ff78198ca8..b9e328752f4 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 a15788f8d7f..60f4e0ec878 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 ed0963bf497..ef9522f5495 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 2e1273769a4..b2800ba9d47 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 59dfe13ea6b..e4b678e9d50 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 d57be63d44e..6195307114b 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 af69e06c764..691e7b6fb95 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 40ab06d9334..30c3447e109 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 d6afb42754d..b4a0dae2457 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 dc5dde06892..fa4fced953f 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 6b65b7c4e78..e3f350922dc 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 69f5b3438f7..6b50dc527b6 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 11ff9aa6afa..19cfd21edc6 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 f69fc321a55..7e15d4241cc 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 5a171f5a5e1..21f6690ec1f 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 c4c8679e535..f88e3dfe6a2 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 a97f462a126..a11db0d9537 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 5c959792d36..e7599980f5c 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 295d8631ab2..00ec1a750e3 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 b8473314e27..b5f18503f92 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 54298e8f779..f0732e73185 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 17b2038d406..1aee009a4e0 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 e61bce62860..adc977dbdb3 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 ce2c2e3964c..67714346cc7 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 a57d5139e0c..385acb29381 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 1ee2c098420..d2a45417505 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 aae2df56942..6bc0b996948 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 ec0a29bdf5c..d8e2706f708 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 9a47bb31a6f..596be14015d 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 018d7c65330..95fe59519bb 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 4f01ad9c023..48878807bb7 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 3941c1d3561..c56493daa80 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 3cffc5ea713..27c8f59b1a8 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 3732eea14f7..20e6ccd22b6 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 e42bc8bf6b1..809c5b5eee0 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 c09d5b3b96a..6e6a42d2f11 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 5daf5cd7619..4c193a13b18 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 0824eef2940..36aaa8a6ffe 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 f4c141e9e05..f151eb9b1b4 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 7fcd6af283b..8c0fa81cae8 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 5b878ae2fb3..8312a6b5f34 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 8fdc7dbe0aa..861178109ea 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 d23d88d2c0e..066aed50450 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 49da91235c6..e454beeb524 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 108824d5b8b..86a39be12cd 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 0c8abacd030..1f95c6221e4 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 175e6423a59..ddf80d80528 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 84b7fec1516..3b2553996bb 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 08f2e3e1f64..1c0485f9210 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 9d016ddba4a..fe741f4bb6e 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 e1f758b1e8a..b739b034321 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 d87c274232c..b5e5e4adc7d 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 6a406f4eeca..c51e3ab2d32 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 7a770f2dedc..2b7dc46cb91 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 87614a6b388..671f075058e 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 be0a241baa3..bbe68338161 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 b6cde0fbd0f..3c9ede7b986 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 810a957bb97..137f88894c3 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 63a26cc0b9a..d8638336964 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 a1db839ca89..fbd471ea6f5 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 38aead38161..b4ddaec3cbd 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 d907fa268f2..25e04c54f17 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 8295156da4b..170559a0fb8 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 ab0848d7930..2977241282d 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 43caffea6dd..3c6a22eb761 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 06a6349b179..a8f9bd63ac6 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 b81ab66c940..a1a892d8cbb 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 a59dc501d9c..a08906680ca 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 32121be2109..4b0a962070a 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 fca8a4ae6b4..97350a400fa 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 ab900437de0..8e9b7de536c 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 45b1ff2533c..0fe214449ac 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 132d7fb8c0f..2707c5ed058 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 9afde553283..86b5aa53ec6 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 5db347716d6..c0e269e5593 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 5ebf1f5a48b..848e719a7cc 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 22ce83f72bd..86ce7d9aefd 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 441f70e4a8a..efdf6dbc906 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 dcab970b63f..e7c8d0f7d07 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 54e9cd0bc80..336cd708e6b 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 9d2d9c49502..e98e28de698 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 3f5c20f5f31..cb6052de3ed 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 7e0b0de2abf..7b7fe34ccda 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 1f9918a4215..e50053ce752 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 41a525a12ea..ff5bd8d6080 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 9dde8362ce9..c29cd6540ab 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 21a29021728..c7cba62fbdd 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 b8a94805b6b..926865b499d 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 86875d31c26..f246e1d7339 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 3ff0ebf60aa..ffa29b6d995 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 de9bdfc4b5e..9dbe5bcef2a 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 1c381e3cc3a..d68a3fcfa5c 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 4e952870f67..a26e3f174ce 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 fec1e82b4c3..cc042f70885 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 640a5120783..fd715a25667 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 2dc4df2aa1b..9b54dadb29c 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 1cc571da834..5c8cd2596a8 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 48bd4803d1d..304265b783f 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 5231783ab45..8f1aa37d45b 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 7dcdfd1decf..29a35507106 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 16c78ee1a6b..7cf1b8d4163 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 86796f25cd0..a795783825f 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 c21918c99e3..ae77a812d7f 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 e58bcd9166e..5bfb21479fd 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 4cf4109b953..8c741b061f9 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 f094f066363..c20cc6ff1d9 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 b4537e7cbe2..9acc06a5b11 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 45b366ecd22..6159e27f0df 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 4b3d6ccfb90..be136302465 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 ecb451ac201..56aaba93544 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 f3da0479ef8..56470156034 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 6dcd2620840..619f13b32ba 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 f050ddd2347..641e1abc8ed 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 a5861d0f31b..0ce197d5cdc 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 3d2185fbc3c..a50c6f0c8f2 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 c73ee3a8e95..06a5d8816c8 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 d89227687d1..4893ae1662b 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 a30b2ad95fe..60a02f0c7b5 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 ce585380b94..87b546d4b42 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 2359a785c5f..e34b5de1c42 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 ca3c27aa70c..0500d257ba9 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 db3fcfc7fd8..19714fa76f5 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 dbb4733df96..8cd2ac5c3b3 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 a1da0b05678..2bf5b6c5830 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 bf0692eca4c..95e98a12d0d 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 d9b36741726..fb6e8dfb2f7 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 3def0784a15..a8df78ee8ef 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 9cfd56472a7..7e8c4dbb17d 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 f671f529a04..28ffb806b30 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 6873bb5cf84..5870416820f 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 f84242f9ca0..e23e12cc8be 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 2a91e292b46..a6bf2949e08 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 41c3582a91a..14046de1e7b 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 a8161eb2ad4..0dd64f696e0 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 f17bb6d5b3b..6fad085daea 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 acdd334f6c7..44aeefe17d1 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 f39fe4b8bd5..92f067f5af8 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 87038767e80..efc1fe340fe 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 feb26b7a972..30c3985f0df 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 41ef9be2de6..01da74cdee4 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 30ce406f67e..b1964addd65 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 16ca8a331dd..8f77fb3a95d 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 23cbf1d81be..f5508a40ce2 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 76280bbdf8b..a7d5e8ba96f 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 567f8fe5581..2d8f003c6f9 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 02db894808a..96bfe9cb046 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 340d0743742..19050d6c5a0 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 426c66e5baa..05770dc5a89 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 bfd87f5f49f..f1f4a3763bb 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 38816b364c6..e548c2d16a0 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 890ec2bb5f0..de0ab48b0f9 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 3b45bdb29e7..36567f3b396 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 8cdf05947f1..9bc0df86515 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 458772d976f..dd044d27f00 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 377df8c18e3..031959c2aff 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 86b1ade64cb..4ca6e22f8a6 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 8b4e69dbebc..c3695b5c94e 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 c77c00b8b5c..252b58ad292 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 8f3245b1511..aaea39486ba 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 8f0b985da62..6b0a70d523d 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 3e9324da63e..59d03ba7a2a 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 5e613ff4db4..4f3c4ba2d4d 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 2945b53835c..aec85003938 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 2a3f136b4ba..84ed0b74085 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 bc9db6559bf..108297caac4 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 c678bfe1baa..768a56ed76f 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 eb3d4a8406d..7b4a39a3490 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 fc9686d58a4..c1563d5e86d 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 4557a52c9ec..a0a8aded103 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 8b3fce6b49a..fa3ba58eb89 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 6103daaf13c..4f4a5c0c176 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 cce33d567ef..6d6448fbcf0 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 0487962f0b3..4e880c3e541 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 8043d5cb5ac..3d7c5a67375 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 c31eb40fb0b..ad112dc3e74 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 ed0a9c068dc..5ad194d28bb 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 e87347f44b6..a89e3d7d7ce 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 9d55d3c3baf..85feb5287e3 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 96816155728..56367cc582b 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 74d2c5c98dc..9d1d31aa6d4 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 790aa6cbeeb..cd892be1118 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 953597d0c11..a072edb8de3 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 31cca1ebb59..90c883b28ea 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 87c2f058035..a5821df6b83 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 0e709de609c..d2760d6db93 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 25ce7a2e8c2..26f067e3527 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 acbf4b74b84..b2642197902 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 24165ef7445..49b0039f3ac 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 bf5f4ce3773..589764bd0fa 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 d2de262ad54..19d4ec7d22b 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 3f7563198b2..556951d1b88 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 dbd29b9d76c..45fd00c64da 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 cd4117b1411..8fa64229561 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 1db64c2dd7d..6d400fefafa 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 6507c411fb5..10da0fac007 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 2a9a296c870..827e04d930a 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 dc830744d49..52cba6a64b1 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 88764b16395..f8afc17cac7 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 3440049c54b..30a5c4cde7e 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 93da98420f1..5d06e5d833b 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 c72102d9f42..20cd207fdc0 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 8069ef03b20..685c10fb843 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 ab8072b38d1..1786ae2cb66 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 377ab792c12..4272e1866b6 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 663b2ff7115..f1152023758 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 3adf02f9ee1..1c3630d628e 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 e7d031e8766..b9943ad3792 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 4157f44c3e2..0e72b09684c 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 ffaa3789272..c80284cf298 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 c767250954d..86ab12c5c7a 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 6798b23146a..866247610c0 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 cfc7cf7b474..901655d829b 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 3ff59344e17..7b06ecab2ad 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 976c49730e6..4337d1adc8a 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 7e54d6951a8..1421279551d 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 22392901b73..17b0223f834 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 c343460d3e3..dca6b935e4a 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 581ec0ac518..76a1d14f371 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 8b249eb22cc..e5e5a24c457 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 76315e37a88..80cc7af948d 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 de8f42c0fa6..8751c621a5e 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 b57bda82453..c90a8d25284 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 9d8ac99f5a8..c38f9a0df45 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 5d7dfd251b0..746c560a094 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 fc72dee176e..7c11a1f5f30 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 1f62c7f60f0..ee398921a24 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 227c9b1719a..0beebd13075 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 38c93bf2599..4122daeaf60 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 b3da26e9b78..c9537d15382 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 3b7c220126f..1a28269e586 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 8b136885f19..76b4f1a34c1 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 b57eb7d66ef..af0d28bd65b 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 2051c577c29..11ed27c0f28 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 2dd19e868c9..99fdeef8fe2 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 bf365a8da21..a83c8626f07 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 0e7513b959f..0ecbecc1256 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 5452834d90f..6491fa80dce 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 bbb28968935..71526f0c1b1 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 95fe00b2ba9..8ffccce92eb 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 9570abac6a5..22ef434ffef 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 bd6ff552c9a..703269b2c80 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 597618b64eb..5f42b4bbe72 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 4dddc01e64e..5c58bd5409b 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