diff options
| author | Warner Losh <imp@FreeBSD.org> | 2023-08-16 17:54:58 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2023-08-16 17:54:58 +0000 |
| commit | 031beb4e239bfce798af17f5fe8dba8bcaf13d99 (patch) | |
| tree | 9ea9aabd7d69195e62f8265fdd2e60259bfef4d9 /sys/i386 | |
| parent | b1cfcffa89e66caedb84d6e92a92e3828bc08f04 (diff) | |
Diffstat (limited to 'sys/i386')
| -rw-r--r-- | sys/i386/Makefile | 1 | ||||
| -rw-r--r-- | sys/i386/conf/DEFAULTS | 1 | ||||
| -rw-r--r-- | sys/i386/conf/GENERIC | 1 | ||||
| -rw-r--r-- | sys/i386/conf/GENERIC-NODEBUG | 1 | ||||
| -rw-r--r-- | sys/i386/conf/GENERIC.hints | 1 | ||||
| -rw-r--r-- | sys/i386/conf/LINT | 1 | ||||
| -rw-r--r-- | sys/i386/conf/MINIMAL | 1 | ||||
| -rw-r--r-- | sys/i386/conf/NOTES | 1 | ||||
| -rw-r--r-- | sys/i386/conf/PAE | 1 | ||||
| -rw-r--r-- | sys/i386/linux/Makefile | 1 | ||||
| -rw-r--r-- | sys/i386/linux/syscalls.conf | 1 |
11 files changed, 0 insertions, 11 deletions
diff --git a/sys/i386/Makefile b/sys/i386/Makefile index fe6ac2bf41d9..bea7771aeb35 100644 --- a/sys/i386/Makefile +++ b/sys/i386/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ # @(#)Makefile 8.1 (Berkeley) 6/11/93 # Makefile for i386 links, tags file diff --git a/sys/i386/conf/DEFAULTS b/sys/i386/conf/DEFAULTS index 8ed95641af6f..28254ecb131d 100644 --- a/sys/i386/conf/DEFAULTS +++ b/sys/i386/conf/DEFAULTS @@ -1,7 +1,6 @@ # # DEFAULTS -- Default kernel configuration file for FreeBSD/i386 # -# $FreeBSD$ machine i386 diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index 877898777749..00932195efcd 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -16,7 +16,6 @@ # If you are in doubt as to the purpose or necessity of a line, check first # in NOTES. # -# $FreeBSD$ cpu I486_CPU cpu I586_CPU diff --git a/sys/i386/conf/GENERIC-NODEBUG b/sys/i386/conf/GENERIC-NODEBUG index f0b3ecd818fd..64b9ecb8a332 100644 --- a/sys/i386/conf/GENERIC-NODEBUG +++ b/sys/i386/conf/GENERIC-NODEBUG @@ -24,7 +24,6 @@ # If you are in doubt as to the purpose or necessity of a line, check first # in NOTES. # -# $FreeBSD$ include GENERIC include "../../conf/std.nodebug" diff --git a/sys/i386/conf/GENERIC.hints b/sys/i386/conf/GENERIC.hints index ffd10a65e7f6..1928878880f7 100644 --- a/sys/i386/conf/GENERIC.hints +++ b/sys/i386/conf/GENERIC.hints @@ -1,4 +1,3 @@ -# $FreeBSD$ hint.fdc.0.at="isa" hint.fdc.0.port="0x3F0" hint.fdc.0.irq="6" diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index 9618f78944ab..41207eb63cb9 100644 --- a/sys/i386/conf/LINT +++ b/sys/i386/conf/LINT @@ -1,4 +1,3 @@ -# $FreeBSD$ include "../../conf/NOTES" include "../../x86/conf/NOTES" diff --git a/sys/i386/conf/MINIMAL b/sys/i386/conf/MINIMAL index a2aab1660209..3d97f84058a9 100644 --- a/sys/i386/conf/MINIMAL +++ b/sys/i386/conf/MINIMAL @@ -30,7 +30,6 @@ # If you are in doubt as to the purpose or necessity of a line, check first # in NOTES. # -# $FreeBSD$ cpu I486_CPU cpu I586_CPU diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 65218529e565..ce115b1640e0 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -4,7 +4,6 @@ # This file contains machine dependent kernel configuration notes. For # machine independent notes, look in /sys/conf/NOTES. # -# $FreeBSD$ # # diff --git a/sys/i386/conf/PAE b/sys/i386/conf/PAE index 07dfec58fd8e..a39d32d77106 100644 --- a/sys/i386/conf/PAE +++ b/sys/i386/conf/PAE @@ -1,7 +1,6 @@ # # PAE -- Generic kernel configuration file for FreeBSD/i386 PAE # -# $FreeBSD$ include GENERIC diff --git a/sys/i386/linux/Makefile b/sys/i386/linux/Makefile index 662c7f8fc42f..e0d74bb46c78 100644 --- a/sys/i386/linux/Makefile +++ b/sys/i386/linux/Makefile @@ -1,6 +1,5 @@ # Makefile for syscall tables # -# $FreeBSD$ GENERATED_PREFIX= linux_ diff --git a/sys/i386/linux/syscalls.conf b/sys/i386/linux/syscalls.conf index a47f80444c2a..b46b9e500553 100644 --- a/sys/i386/linux/syscalls.conf +++ b/sys/i386/linux/syscalls.conf @@ -1,4 +1,3 @@ -# $FreeBSD$ sysnames="linux_syscalls.c" sysproto="linux_proto.h" sysproto_h=_LINUX_SYSPROTO_H_ |
