aboutsummaryrefslogtreecommitdiff
path: root/stand/i386
diff options
context:
space:
mode:
Diffstat (limited to 'stand/i386')
-rw-r--r--stand/i386/boot2/boot2.c2
-rw-r--r--stand/i386/common/cons.c2
-rw-r--r--stand/i386/common/drv.c2
-rw-r--r--stand/i386/gptboot/gptboot.c2
-rw-r--r--stand/i386/isoboot/isoboot.c2
-rw-r--r--stand/i386/libi386/bio.c2
-rw-r--r--stand/i386/libi386/biosacpi.c2
-rw-r--r--stand/i386/libi386/biosdisk.c2
-rw-r--r--stand/i386/libi386/biosmem.c2
-rw-r--r--stand/i386/libi386/biospci.c2
-rw-r--r--stand/i386/libi386/biospnp.c2
-rw-r--r--stand/i386/libi386/biossmap.c2
-rw-r--r--stand/i386/libi386/bootinfo.c2
-rw-r--r--stand/i386/libi386/bootinfo32.c2
-rw-r--r--stand/i386/libi386/bootinfo64.c2
-rw-r--r--stand/i386/libi386/comconsole.c2
-rw-r--r--stand/i386/libi386/devicename.c2
-rw-r--r--stand/i386/libi386/elf32_freebsd.c2
-rw-r--r--stand/i386/libi386/elf64_freebsd.c2
-rw-r--r--stand/i386/libi386/i386_copy.c2
-rw-r--r--stand/i386/libi386/i386_module.c2
-rw-r--r--stand/i386/libi386/multiboot.c2
-rw-r--r--stand/i386/libi386/nullconsole.c2
-rw-r--r--stand/i386/libi386/pread.c2
-rw-r--r--stand/i386/libi386/pxe.c2
-rw-r--r--stand/i386/libi386/spinconsole.c2
-rw-r--r--stand/i386/libi386/time.c2
-rw-r--r--stand/i386/libi386/vidconsole.c2
-rw-r--r--stand/i386/loader/chain.c2
-rw-r--r--stand/i386/loader/conf.c2
-rw-r--r--stand/i386/loader/main.c2
-rw-r--r--stand/i386/zfsboot/zfsboot.c2
32 files changed, 0 insertions, 64 deletions
diff --git a/stand/i386/boot2/boot2.c b/stand/i386/boot2/boot2.c
index 0c35fe9b7d93..da699b58b3b4 100644
--- a/stand/i386/boot2/boot2.c
+++ b/stand/i386/boot2/boot2.c
@@ -14,8 +14,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <sys/param.h>
#include <sys/disklabel.h>
#include <sys/diskmbr.h>
diff --git a/stand/i386/common/cons.c b/stand/i386/common/cons.c
index 25dda1ce7405..c3a44499b5b4 100644
--- a/stand/i386/common/cons.c
+++ b/stand/i386/common/cons.c
@@ -14,8 +14,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <sys/param.h>
#include <machine/psl.h>
diff --git a/stand/i386/common/drv.c b/stand/i386/common/drv.c
index e2e4d55e533c..bc8927dc6c5e 100644
--- a/stand/i386/common/drv.c
+++ b/stand/i386/common/drv.c
@@ -15,8 +15,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <sys/param.h>
#include <btxv86.h>
diff --git a/stand/i386/gptboot/gptboot.c b/stand/i386/gptboot/gptboot.c
index 78d876554c86..7cae837f9a56 100644
--- a/stand/i386/gptboot/gptboot.c
+++ b/stand/i386/gptboot/gptboot.c
@@ -14,8 +14,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <sys/param.h>
#include <sys/gpt.h>
#include <sys/dirent.h>
diff --git a/stand/i386/isoboot/isoboot.c b/stand/i386/isoboot/isoboot.c
index f7da4c7d3101..4c3f7af8537a 100644
--- a/stand/i386/isoboot/isoboot.c
+++ b/stand/i386/isoboot/isoboot.c
@@ -14,8 +14,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <sys/param.h>
#include <sys/gpt.h>
#include <sys/dirent.h>
diff --git a/stand/i386/libi386/bio.c b/stand/i386/libi386/bio.c
index 1bcb35f77aa1..e3b17ccc2a44 100644
--- a/stand/i386/libi386/bio.c
+++ b/stand/i386/libi386/bio.c
@@ -24,8 +24,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <stand.h>
#include "libi386.h"
diff --git a/stand/i386/libi386/biosacpi.c b/stand/i386/libi386/biosacpi.c
index 3bda472f3fc6..f94e8684c970 100644
--- a/stand/i386/libi386/biosacpi.c
+++ b/stand/i386/libi386/biosacpi.c
@@ -25,8 +25,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <stand.h>
#include <machine/stdarg.h>
#include <bootstrap.h>
diff --git a/stand/i386/libi386/biosdisk.c b/stand/i386/libi386/biosdisk.c
index 87c8c47844b0..29cd39e157b8 100644
--- a/stand/i386/libi386/biosdisk.c
+++ b/stand/i386/libi386/biosdisk.c
@@ -26,8 +26,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
/*
* BIOS disk device handling.
*
diff --git a/stand/i386/libi386/biosmem.c b/stand/i386/libi386/biosmem.c
index 8596ce6abf44..eaf41743bb1f 100644
--- a/stand/i386/libi386/biosmem.c
+++ b/stand/i386/libi386/biosmem.c
@@ -25,8 +25,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
/*
* Obtain memory configuration information from the BIOS
*/
diff --git a/stand/i386/libi386/biospci.c b/stand/i386/libi386/biospci.c
index 968533e210c4..1003e368043d 100644
--- a/stand/i386/libi386/biospci.c
+++ b/stand/i386/libi386/biospci.c
@@ -27,8 +27,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
/*
* PnP enumerator using the PCI BIOS.
*/
diff --git a/stand/i386/libi386/biospnp.c b/stand/i386/libi386/biospnp.c
index 6cd381b2ee11..7e3bc97a35ee 100644
--- a/stand/i386/libi386/biospnp.c
+++ b/stand/i386/libi386/biospnp.c
@@ -25,8 +25,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
/*
* PnP BIOS enumerator.
*/
diff --git a/stand/i386/libi386/biossmap.c b/stand/i386/libi386/biossmap.c
index e95ea64517d0..a2ad83cafdba 100644
--- a/stand/i386/libi386/biossmap.c
+++ b/stand/i386/libi386/biossmap.c
@@ -25,8 +25,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
/*
* Obtain memory configuration information from the BIOS
*/
diff --git a/stand/i386/libi386/bootinfo.c b/stand/i386/libi386/bootinfo.c
index 92238d4fab44..cc9a42164ed3 100644
--- a/stand/i386/libi386/bootinfo.c
+++ b/stand/i386/libi386/bootinfo.c
@@ -25,8 +25,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <stand.h>
#include <sys/param.h>
#include <sys/reboot.h>
diff --git a/stand/i386/libi386/bootinfo32.c b/stand/i386/libi386/bootinfo32.c
index 169d2dfb81f4..1b038ff6b245 100644
--- a/stand/i386/libi386/bootinfo32.c
+++ b/stand/i386/libi386/bootinfo32.c
@@ -25,8 +25,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <stand.h>
#include <sys/param.h>
#include <sys/reboot.h>
diff --git a/stand/i386/libi386/bootinfo64.c b/stand/i386/libi386/bootinfo64.c
index bc8830d09098..2a62eba4fc09 100644
--- a/stand/i386/libi386/bootinfo64.c
+++ b/stand/i386/libi386/bootinfo64.c
@@ -25,8 +25,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <stand.h>
#include <sys/param.h>
#include <sys/reboot.h>
diff --git a/stand/i386/libi386/comconsole.c b/stand/i386/libi386/comconsole.c
index 6d48e876fa37..8a8373cf144b 100644
--- a/stand/i386/libi386/comconsole.c
+++ b/stand/i386/libi386/comconsole.c
@@ -24,8 +24,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <stand.h>
#include <bootstrap.h>
#include <machine/cpufunc.h>
diff --git a/stand/i386/libi386/devicename.c b/stand/i386/libi386/devicename.c
index 99674a4ac877..c6125ba7a78b 100644
--- a/stand/i386/libi386/devicename.c
+++ b/stand/i386/libi386/devicename.c
@@ -25,8 +25,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <stand.h>
#include <string.h>
#include "bootstrap.h"
diff --git a/stand/i386/libi386/elf32_freebsd.c b/stand/i386/libi386/elf32_freebsd.c
index 641e2733c3a2..185dc0c08d0f 100644
--- a/stand/i386/libi386/elf32_freebsd.c
+++ b/stand/i386/libi386/elf32_freebsd.c
@@ -25,8 +25,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <sys/param.h>
#include <sys/exec.h>
#include <sys/linker.h>
diff --git a/stand/i386/libi386/elf64_freebsd.c b/stand/i386/libi386/elf64_freebsd.c
index 1108a9e4d713..da034437c6e0 100644
--- a/stand/i386/libi386/elf64_freebsd.c
+++ b/stand/i386/libi386/elf64_freebsd.c
@@ -25,8 +25,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#define __ELF_WORD_SIZE 64
#include <sys/param.h>
#include <sys/exec.h>
diff --git a/stand/i386/libi386/i386_copy.c b/stand/i386/libi386/i386_copy.c
index a1e7c734ebf3..3fcf9d09b280 100644
--- a/stand/i386/libi386/i386_copy.c
+++ b/stand/i386/libi386/i386_copy.c
@@ -25,8 +25,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
/*
* MD primitives supporting placement of module data
*
diff --git a/stand/i386/libi386/i386_module.c b/stand/i386/libi386/i386_module.c
index 78ab61ba9a59..8c6300b3ad98 100644
--- a/stand/i386/libi386/i386_module.c
+++ b/stand/i386/libi386/i386_module.c
@@ -25,8 +25,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
/*
* i386-specific module functionality.
*
diff --git a/stand/i386/libi386/multiboot.c b/stand/i386/libi386/multiboot.c
index 2d0a4a9b2274..1ac5aefebf38 100644
--- a/stand/i386/libi386/multiboot.c
+++ b/stand/i386/libi386/multiboot.c
@@ -35,8 +35,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <sys/param.h>
#include <sys/exec.h>
#include <sys/linker.h>
diff --git a/stand/i386/libi386/nullconsole.c b/stand/i386/libi386/nullconsole.c
index ebb1e7edd2b6..b39e52630c9d 100644
--- a/stand/i386/libi386/nullconsole.c
+++ b/stand/i386/libi386/nullconsole.c
@@ -36,8 +36,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <stand.h>
#include <bootstrap.h>
diff --git a/stand/i386/libi386/pread.c b/stand/i386/libi386/pread.c
index 870e2540150f..854f28068ab0 100644
--- a/stand/i386/libi386/pread.c
+++ b/stand/i386/libi386/pread.c
@@ -34,8 +34,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
/* read into destination in flat addr space */
#include <stand.h>
diff --git a/stand/i386/libi386/pxe.c b/stand/i386/libi386/pxe.c
index 3c6c5468fe37..895e8fc5ff51 100644
--- a/stand/i386/libi386/pxe.c
+++ b/stand/i386/libi386/pxe.c
@@ -27,8 +27,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <stand.h>
#include <errno.h>
#include <stdbool.h>
diff --git a/stand/i386/libi386/spinconsole.c b/stand/i386/libi386/spinconsole.c
index 1daac3586939..05ce33bfc5a8 100644
--- a/stand/i386/libi386/spinconsole.c
+++ b/stand/i386/libi386/spinconsole.c
@@ -36,8 +36,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <stand.h>
#include <bootstrap.h>
diff --git a/stand/i386/libi386/time.c b/stand/i386/libi386/time.c
index 5b8a9c9017a7..74d0fecda4de 100644
--- a/stand/i386/libi386/time.c
+++ b/stand/i386/libi386/time.c
@@ -25,8 +25,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <stand.h>
#include <btxv86.h>
#include "bootstrap.h"
diff --git a/stand/i386/libi386/vidconsole.c b/stand/i386/libi386/vidconsole.c
index 7e798a1b8504..aec41a6373d6 100644
--- a/stand/i386/libi386/vidconsole.c
+++ b/stand/i386/libi386/vidconsole.c
@@ -28,8 +28,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <stand.h>
#include <sys/param.h>
#include <bootstrap.h>
diff --git a/stand/i386/loader/chain.c b/stand/i386/loader/chain.c
index d4e3936e13df..5fab9183ccc3 100644
--- a/stand/i386/loader/chain.c
+++ b/stand/i386/loader/chain.c
@@ -32,8 +32,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <stand.h>
#include <sys/param.h>
#include <sys/linker.h>
diff --git a/stand/i386/loader/conf.c b/stand/i386/loader/conf.c
index 9d7f4c7b8144..329bcd577fbe 100644
--- a/stand/i386/loader/conf.c
+++ b/stand/i386/loader/conf.c
@@ -25,8 +25,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <stand.h>
#include <bootstrap.h>
#include "libi386/libi386.h"
diff --git a/stand/i386/loader/main.c b/stand/i386/loader/main.c
index 76e309d4130b..97c4448afdc3 100644
--- a/stand/i386/loader/main.c
+++ b/stand/i386/loader/main.c
@@ -25,8 +25,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
/*
* MD bootstrap main() and assorted miscellaneous
* commands.
diff --git a/stand/i386/zfsboot/zfsboot.c b/stand/i386/zfsboot/zfsboot.c
index 6b8c72ea0fb8..14464eeda567 100644
--- a/stand/i386/zfsboot/zfsboot.c
+++ b/stand/i386/zfsboot/zfsboot.c
@@ -14,8 +14,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <stand.h>
#include <sys/param.h>