diff options
Diffstat (limited to 'sys/boot/i386')
85 files changed, 85 insertions, 85 deletions
diff --git a/sys/boot/i386/Makefile b/sys/boot/i386/Makefile index 3c05759fcf09..675f41553f2a 100644 --- a/sys/boot/i386/Makefile +++ b/sys/boot/i386/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/i386/Makefile,v 1.26.2.3.2.1 2010/06/14 02:09:06 kensmith Exp $ .include <bsd.own.mk> diff --git a/sys/boot/i386/Makefile.inc b/sys/boot/i386/Makefile.inc index 72c6395acf0f..9f399d2d818f 100644 --- a/sys/boot/i386/Makefile.inc +++ b/sys/boot/i386/Makefile.inc @@ -1,6 +1,6 @@ # Common defines for all of /sys/boot/i386/ # -# $FreeBSD$ +# $FreeBSD: src/sys/boot/i386/Makefile.inc,v 1.13.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ BINDIR?= /boot diff --git a/sys/boot/i386/boot0/Makefile b/sys/boot/i386/boot0/Makefile index 3b3bb522ce38..0df4401cf66a 100644 --- a/sys/boot/i386/boot0/Makefile +++ b/sys/boot/i386/boot0/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/i386/boot0/Makefile,v 1.35.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG?= boot0 STRIP= diff --git a/sys/boot/i386/boot0/boot0.S b/sys/boot/i386/boot0/boot0.S index 2950124e9b18..981d68142e21 100644 --- a/sys/boot/i386/boot0/boot0.S +++ b/sys/boot/i386/boot0/boot0.S @@ -14,7 +14,7 @@ * warranties of merchantability and fitness for a particular * purpose. * - * $FreeBSD$ + * $FreeBSD: src/sys/boot/i386/boot0/boot0.S,v 1.22.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /* build options: */ diff --git a/sys/boot/i386/boot0/boot0ext.S b/sys/boot/i386/boot0/boot0ext.S index a63de2532109..7e546c8e52d8 100644 --- a/sys/boot/i386/boot0/boot0ext.S +++ b/sys/boot/i386/boot0/boot0ext.S @@ -12,7 +12,7 @@ * warranties of merchantability and fitness for a particular * purpose. * - * $FreeBSD$ + * $FreeBSD: src/sys/boot/i386/boot0/boot0ext.S,v 1.7.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /* A 1024-byte boot manager. */ diff --git a/sys/boot/i386/boot0ext/Makefile b/sys/boot/i386/boot0ext/Makefile index e68e237a0c61..e0145864495f 100644 --- a/sys/boot/i386/boot0ext/Makefile +++ b/sys/boot/i386/boot0ext/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/i386/boot0ext/Makefile,v 1.2.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .PATH: ${.CURDIR}/../boot0 diff --git a/sys/boot/i386/boot0sio/Makefile b/sys/boot/i386/boot0sio/Makefile index 1321dd330c4d..f9f978f33b60 100644 --- a/sys/boot/i386/boot0sio/Makefile +++ b/sys/boot/i386/boot0sio/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/i386/boot0sio/Makefile,v 1.4.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .PATH: ${.CURDIR}/../boot0 diff --git a/sys/boot/i386/boot2/Makefile b/sys/boot/i386/boot2/Makefile index ab5a69a8ba46..e7dbd32a0849 100644 --- a/sys/boot/i386/boot2/Makefile +++ b/sys/boot/i386/boot2/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/i386/boot2/Makefile,v 1.61.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ FILES= boot boot1 boot2 diff --git a/sys/boot/i386/boot2/boot1.S b/sys/boot/i386/boot2/boot1.S index 0940167718f6..e68994b67760 100644 --- a/sys/boot/i386/boot2/boot1.S +++ b/sys/boot/i386/boot2/boot1.S @@ -12,7 +12,7 @@ * warranties of merchantability and fitness for a particular * purpose. * - * $FreeBSD$ + * $FreeBSD: src/sys/boot/i386/boot2/boot1.S,v 1.32.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /* Memory Locations */ diff --git a/sys/boot/i386/boot2/boot2.c b/sys/boot/i386/boot2/boot2.c index 58f217515df3..825660beb172 100644 --- a/sys/boot/i386/boot2/boot2.c +++ b/sys/boot/i386/boot2/boot2.c @@ -14,7 +14,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/i386/boot2/boot2.c,v 1.88.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/disklabel.h> diff --git a/sys/boot/i386/boot2/lib.h b/sys/boot/i386/boot2/lib.h index 0459bc20e2f8..e0a3c3145779 100644 --- a/sys/boot/i386/boot2/lib.h +++ b/sys/boot/i386/boot2/lib.h @@ -14,7 +14,7 @@ */ /* - * $FreeBSD$ + * $FreeBSD: src/sys/boot/i386/boot2/lib.h,v 1.3.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ void sio_init(int); diff --git a/sys/boot/i386/boot2/sio.S b/sys/boot/i386/boot2/sio.S index 7b8e9eb13b05..9cf82242af96 100644 --- a/sys/boot/i386/boot2/sio.S +++ b/sys/boot/i386/boot2/sio.S @@ -12,7 +12,7 @@ * warranties of merchantability and fitness for a particular * purpose. * - * $FreeBSD$ + * $FreeBSD: src/sys/boot/i386/boot2/sio.S,v 1.10.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ .set SIO_PRT,SIOPRT # Base port diff --git a/sys/boot/i386/btx/Makefile b/sys/boot/i386/btx/Makefile index 39f78ed639b9..c39c184f5537 100644 --- a/sys/boot/i386/btx/Makefile +++ b/sys/boot/i386/btx/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/i386/btx/Makefile,v 1.6.56.1.4.1 2010/06/14 02:09:06 kensmith Exp $ SUBDIR= btx btxldr lib diff --git a/sys/boot/i386/btx/Makefile.inc b/sys/boot/i386/btx/Makefile.inc index 265f86d1ed55..d4e82120f367 100644 --- a/sys/boot/i386/btx/Makefile.inc +++ b/sys/boot/i386/btx/Makefile.inc @@ -1,3 +1,3 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/i386/btx/Makefile.inc,v 1.2.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .include "../Makefile.inc" diff --git a/sys/boot/i386/btx/btx/Makefile b/sys/boot/i386/btx/btx/Makefile index e221d0dbe5fa..c47cf0767193 100644 --- a/sys/boot/i386/btx/btx/Makefile +++ b/sys/boot/i386/btx/btx/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/i386/btx/btx/Makefile,v 1.20.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= btx INTERNALPROG= diff --git a/sys/boot/i386/btx/btx/btx.S b/sys/boot/i386/btx/btx/btx.S index e762e4baab56..2068f0f57bef 100644 --- a/sys/boot/i386/btx/btx/btx.S +++ b/sys/boot/i386/btx/btx/btx.S @@ -12,7 +12,7 @@ * warranties of merchantability and fitness for a particular * purpose. * - * $FreeBSD$ + * $FreeBSD: src/sys/boot/i386/btx/btx/btx.S,v 1.48.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /* diff --git a/sys/boot/i386/btx/btxldr/Makefile b/sys/boot/i386/btx/btxldr/Makefile index ba7a9938a82c..033d42651258 100644 --- a/sys/boot/i386/btx/btxldr/Makefile +++ b/sys/boot/i386/btx/btxldr/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/i386/btx/btxldr/Makefile,v 1.18.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= btxldr INTERNALPROG= diff --git a/sys/boot/i386/btx/btxldr/btxldr.S b/sys/boot/i386/btx/btxldr/btxldr.S index d4176eb9c3b9..bcfbfe26a762 100644 --- a/sys/boot/i386/btx/btxldr/btxldr.S +++ b/sys/boot/i386/btx/btxldr/btxldr.S @@ -12,7 +12,7 @@ * warranties of merchantability and fitness for a particular * purpose. * - * $FreeBSD$ + * $FreeBSD: src/sys/boot/i386/btx/btxldr/btxldr.S,v 1.20.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #define RBX_MUTE 0x10 /* -m */ diff --git a/sys/boot/i386/btx/lib/Makefile b/sys/boot/i386/btx/lib/Makefile index 8fab66a541af..95855baa39d1 100644 --- a/sys/boot/i386/btx/lib/Makefile +++ b/sys/boot/i386/btx/lib/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/i386/btx/lib/Makefile,v 1.13.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= crt0.o INTERNALPROG= diff --git a/sys/boot/i386/btx/lib/btxcsu.s b/sys/boot/i386/btx/lib/btxcsu.s index 6a006596295f..29cc6698dd0f 100644 --- a/sys/boot/i386/btx/lib/btxcsu.s +++ b/sys/boot/i386/btx/lib/btxcsu.s @@ -13,7 +13,7 @@ # purpose. # -# $FreeBSD$ +# $FreeBSD: src/sys/boot/i386/btx/lib/btxcsu.s,v 1.4.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $ # # BTX C startup code (ELF). diff --git a/sys/boot/i386/btx/lib/btxsys.s b/sys/boot/i386/btx/lib/btxsys.s index 9c77b4295e7c..8904e55cb3fc 100644 --- a/sys/boot/i386/btx/lib/btxsys.s +++ b/sys/boot/i386/btx/lib/btxsys.s @@ -13,7 +13,7 @@ # purpose. # -# $FreeBSD$ +# $FreeBSD: src/sys/boot/i386/btx/lib/btxsys.s,v 1.2.56.1.4.1 2010/06/14 02:09:06 kensmith Exp $ # # BTX system calls. diff --git a/sys/boot/i386/btx/lib/btxv86.h b/sys/boot/i386/btx/lib/btxv86.h index 1152f8b1d963..aaf53fde863e 100644 --- a/sys/boot/i386/btx/lib/btxv86.h +++ b/sys/boot/i386/btx/lib/btxv86.h @@ -14,7 +14,7 @@ */ /* - * $FreeBSD$ + * $FreeBSD: src/sys/boot/i386/btx/lib/btxv86.h,v 1.5.56.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _BTXV86_H_ diff --git a/sys/boot/i386/btx/lib/btxv86.s b/sys/boot/i386/btx/lib/btxv86.s index 0d7d1116322d..8c01e931a454 100644 --- a/sys/boot/i386/btx/lib/btxv86.s +++ b/sys/boot/i386/btx/lib/btxv86.s @@ -13,7 +13,7 @@ # purpose. # -# $FreeBSD$ +# $FreeBSD: src/sys/boot/i386/btx/lib/btxv86.s,v 1.3.56.1.4.1 2010/06/14 02:09:06 kensmith Exp $ # # BTX V86 interface. diff --git a/sys/boot/i386/cdboot/Makefile b/sys/boot/i386/cdboot/Makefile index 77c4b8e99306..609cee472703 100644 --- a/sys/boot/i386/cdboot/Makefile +++ b/sys/boot/i386/cdboot/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/i386/cdboot/Makefile,v 1.13.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= cdboot STRIP= diff --git a/sys/boot/i386/cdboot/cdboot.s b/sys/boot/i386/cdboot/cdboot.s index 7d2a840a921d..dd559acdf6b1 100644 --- a/sys/boot/i386/cdboot/cdboot.s +++ b/sys/boot/i386/cdboot/cdboot.s @@ -27,7 +27,7 @@ # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/sys/boot/i386/cdboot/cdboot.s,v 1.19.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ # # This program is a freestanding boot program to load an a.out binary diff --git a/sys/boot/i386/gptboot/Makefile b/sys/boot/i386/gptboot/Makefile index cc71b3575e83..51847b35a665 100644 --- a/sys/boot/i386/gptboot/Makefile +++ b/sys/boot/i386/gptboot/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/i386/gptboot/Makefile,v 1.62.6.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .PATH: ${.CURDIR}/../boot2 diff --git a/sys/boot/i386/gptboot/gptboot.c b/sys/boot/i386/gptboot/gptboot.c index 96efea6a1d5e..0d89b3fde4b2 100644 --- a/sys/boot/i386/gptboot/gptboot.c +++ b/sys/boot/i386/gptboot/gptboot.c @@ -14,7 +14,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/i386/gptboot/gptboot.c,v 1.88.2.3.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/gpt.h> diff --git a/sys/boot/i386/gptboot/gptldr.S b/sys/boot/i386/gptboot/gptldr.S index 4471a3a3835c..2f0c957c1a35 100644 --- a/sys/boot/i386/gptboot/gptldr.S +++ b/sys/boot/i386/gptboot/gptldr.S @@ -27,7 +27,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/boot/i386/gptboot/gptldr.S,v 1.2.6.1.4.1 2010/06/14 02:09:06 kensmith Exp $ * * Partly from: src/sys/boot/i386/boot2/boot1.S 1.31 */ diff --git a/sys/boot/i386/gptzfsboot/Makefile b/sys/boot/i386/gptzfsboot/Makefile index 467d3123aec0..d84f13e7fe04 100644 --- a/sys/boot/i386/gptzfsboot/Makefile +++ b/sys/boot/i386/gptzfsboot/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/i386/gptzfsboot/Makefile,v 1.3.4.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .PATH: ${.CURDIR}/../boot2 ${.CURDIR}/../gptboot ${.CURDIR}/../zfsboot diff --git a/sys/boot/i386/kgzldr/Makefile b/sys/boot/i386/kgzldr/Makefile index a124474da4e5..715dad9abe1e 100644 --- a/sys/boot/i386/kgzldr/Makefile +++ b/sys/boot/i386/kgzldr/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/i386/kgzldr/Makefile,v 1.22.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= kgzldr.o STRIP= diff --git a/sys/boot/i386/kgzldr/boot.c b/sys/boot/i386/kgzldr/boot.c index 45ed2ee62e16..e2390ea63c62 100644 --- a/sys/boot/i386/kgzldr/boot.c +++ b/sys/boot/i386/kgzldr/boot.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/i386/kgzldr/boot.c,v 1.3.32.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> #include <sys/reboot.h> diff --git a/sys/boot/i386/kgzldr/crt.s b/sys/boot/i386/kgzldr/crt.s index cfb479fd2d84..9eb4cdadc860 100644 --- a/sys/boot/i386/kgzldr/crt.s +++ b/sys/boot/i386/kgzldr/crt.s @@ -24,7 +24,7 @@ # EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # # From: btx.s 1.10 1999/02/25 16:27:41 rnordier -# $FreeBSD$ +# $FreeBSD: src/sys/boot/i386/kgzldr/crt.s,v 1.4.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ # # Screen defaults and assumptions. diff --git a/sys/boot/i386/kgzldr/kgzldr.h b/sys/boot/i386/kgzldr/kgzldr.h index 5cd5b44b6005..99402cdafdeb 100644 --- a/sys/boot/i386/kgzldr/kgzldr.h +++ b/sys/boot/i386/kgzldr/kgzldr.h @@ -23,7 +23,7 @@ * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/boot/i386/kgzldr/kgzldr.h,v 1.2.56.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #define KGZ_CRT 0x1 /* Video console */ diff --git a/sys/boot/i386/kgzldr/lib.c b/sys/boot/i386/kgzldr/lib.c index 538875b510e5..d273d8cbf199 100644 --- a/sys/boot/i386/kgzldr/lib.c +++ b/sys/boot/i386/kgzldr/lib.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/i386/kgzldr/lib.c,v 1.3.32.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> #include <stddef.h> diff --git a/sys/boot/i386/kgzldr/sio.s b/sys/boot/i386/kgzldr/sio.s index ff174eb0b71b..b5b9fa025b20 100644 --- a/sys/boot/i386/kgzldr/sio.s +++ b/sys/boot/i386/kgzldr/sio.s @@ -24,7 +24,7 @@ # EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # # From: sio.s 1.3 1999/01/10 14:48:03 rnordier -# $FreeBSD$ +# $FreeBSD: src/sys/boot/i386/kgzldr/sio.s,v 1.5.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ # .globl sio_putchr diff --git a/sys/boot/i386/kgzldr/start.s b/sys/boot/i386/kgzldr/start.s index 550fa526d946..9aa7ce6c7a45 100644 --- a/sys/boot/i386/kgzldr/start.s +++ b/sys/boot/i386/kgzldr/start.s @@ -23,7 +23,7 @@ # OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, # EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/sys/boot/i386/kgzldr/start.s,v 1.4.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ # .set entry,0x10 # kgz.entry diff --git a/sys/boot/i386/libfirewire/Makefile b/sys/boot/i386/libfirewire/Makefile index 28f76307d8a0..265bf11096d7 100644 --- a/sys/boot/i386/libfirewire/Makefile +++ b/sys/boot/i386/libfirewire/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/i386/libfirewire/Makefile,v 1.1.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ LIB= firewire INTERNALLIB= diff --git a/sys/boot/i386/libfirewire/dconsole.c b/sys/boot/i386/libfirewire/dconsole.c index 16645e259cb0..7e80dce3d6fd 100644 --- a/sys/boot/i386/libfirewire/dconsole.c +++ b/sys/boot/i386/libfirewire/dconsole.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/i386/libfirewire/dconsole.c,v 1.1.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <stand.h> #include <bootstrap.h> diff --git a/sys/boot/i386/libfirewire/firewire.c b/sys/boot/i386/libfirewire/firewire.c index 5d408e0959f2..de0ca62afcc8 100644 --- a/sys/boot/i386/libfirewire/firewire.c +++ b/sys/boot/i386/libfirewire/firewire.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/i386/libfirewire/firewire.c,v 1.1.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); /* * FireWire disk device handling. diff --git a/sys/boot/i386/libfirewire/fwohci.c b/sys/boot/i386/libfirewire/fwohci.c index 326e44b2ecc6..6a38bddbdb3f 100644 --- a/sys/boot/i386/libfirewire/fwohci.c +++ b/sys/boot/i386/libfirewire/fwohci.c @@ -31,7 +31,7 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/boot/i386/libfirewire/fwohci.c,v 1.1.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ * */ diff --git a/sys/boot/i386/libfirewire/fwohci.h b/sys/boot/i386/libfirewire/fwohci.h index fc20043d9274..1a76e8058db4 100644 --- a/sys/boot/i386/libfirewire/fwohci.h +++ b/sys/boot/i386/libfirewire/fwohci.h @@ -30,7 +30,7 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/boot/i386/libfirewire/fwohci.h,v 1.1.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ * */ diff --git a/sys/boot/i386/libfirewire/fwohcireg.h b/sys/boot/i386/libfirewire/fwohcireg.h index 27786e8b9813..6e57bf60d8ab 100644 --- a/sys/boot/i386/libfirewire/fwohcireg.h +++ b/sys/boot/i386/libfirewire/fwohcireg.h @@ -31,7 +31,7 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/boot/i386/libfirewire/fwohcireg.h,v 1.1.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ * */ #define PCI_CBMEM PCIR_BAR(0) diff --git a/sys/boot/i386/libi386/Makefile b/sys/boot/i386/libi386/Makefile index c1bbb52c80b4..cf3af0b388cb 100644 --- a/sys/boot/i386/libi386/Makefile +++ b/sys/boot/i386/libi386/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/i386/libi386/Makefile,v 1.46.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ # LIB= i386 INTERNALLIB= diff --git a/sys/boot/i386/libi386/amd64_tramp.S b/sys/boot/i386/libi386/amd64_tramp.S index ff12c661d94d..5d730c1367d0 100644 --- a/sys/boot/i386/libi386/amd64_tramp.S +++ b/sys/boot/i386/libi386/amd64_tramp.S @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/boot/i386/libi386/amd64_tramp.S,v 1.4.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /* diff --git a/sys/boot/i386/libi386/biosacpi.c b/sys/boot/i386/libi386/biosacpi.c index e9e2436b47cd..6e99d64b6b7f 100644 --- a/sys/boot/i386/libi386/biosacpi.c +++ b/sys/boot/i386/libi386/biosacpi.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/i386/libi386/biosacpi.c,v 1.13.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include <stand.h> #include <machine/stdarg.h> diff --git a/sys/boot/i386/libi386/bioscd.c b/sys/boot/i386/libi386/bioscd.c index a6dba0c60538..8a2e88f36f9c 100644 --- a/sys/boot/i386/libi386/bioscd.c +++ b/sys/boot/i386/libi386/bioscd.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/i386/libi386/bioscd.c,v 1.11.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); /* * BIOS CD device handling for CD's that have been booted off of via no diff --git a/sys/boot/i386/libi386/biosdisk.c b/sys/boot/i386/libi386/biosdisk.c index cf0b03353ea7..c73625b59d81 100644 --- a/sys/boot/i386/libi386/biosdisk.c +++ b/sys/boot/i386/libi386/biosdisk.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/i386/libi386/biosdisk.c,v 1.62.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $"); /* * BIOS disk device handling. diff --git a/sys/boot/i386/libi386/biosmem.c b/sys/boot/i386/libi386/biosmem.c index bae68131b87b..f1b8e1236405 100644 --- a/sys/boot/i386/libi386/biosmem.c +++ b/sys/boot/i386/libi386/biosmem.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/i386/libi386/biosmem.c,v 1.9.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $"); /* * Obtain memory configuration information from the BIOS diff --git a/sys/boot/i386/libi386/biospci.c b/sys/boot/i386/libi386/biospci.c index b69d8c5873ff..96c9c6185e32 100644 --- a/sys/boot/i386/libi386/biospci.c +++ b/sys/boot/i386/libi386/biospci.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/i386/libi386/biospci.c,v 1.6.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); /* * PnP enumerator using the PCI BIOS. diff --git a/sys/boot/i386/libi386/biospnp.c b/sys/boot/i386/libi386/biospnp.c index 8573e8541213..8c0922c6ba2e 100644 --- a/sys/boot/i386/libi386/biospnp.c +++ b/sys/boot/i386/libi386/biospnp.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/i386/libi386/biospnp.c,v 1.11.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); /* * PnP BIOS enumerator. diff --git a/sys/boot/i386/libi386/biossmap.c b/sys/boot/i386/libi386/biossmap.c index 5a788c172495..f84b52475811 100644 --- a/sys/boot/i386/libi386/biossmap.c +++ b/sys/boot/i386/libi386/biossmap.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/i386/libi386/biossmap.c,v 1.9.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); /* * Obtain memory configuration information from the BIOS diff --git a/sys/boot/i386/libi386/bootinfo.c b/sys/boot/i386/libi386/bootinfo.c index 8a67e39409ad..6934ee69c933 100644 --- a/sys/boot/i386/libi386/bootinfo.c +++ b/sys/boot/i386/libi386/bootinfo.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/i386/libi386/bootinfo.c,v 1.39.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <stand.h> #include <sys/param.h> diff --git a/sys/boot/i386/libi386/bootinfo32.c b/sys/boot/i386/libi386/bootinfo32.c index d43442783518..a26e93add5e0 100644 --- a/sys/boot/i386/libi386/bootinfo32.c +++ b/sys/boot/i386/libi386/bootinfo32.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/i386/libi386/bootinfo32.c,v 1.38.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <stand.h> #include <sys/param.h> diff --git a/sys/boot/i386/libi386/bootinfo64.c b/sys/boot/i386/libi386/bootinfo64.c index 0c6d077ebe2b..623ca3b7aa1b 100644 --- a/sys/boot/i386/libi386/bootinfo64.c +++ b/sys/boot/i386/libi386/bootinfo64.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/i386/libi386/bootinfo64.c,v 1.39.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <stand.h> #include <sys/param.h> diff --git a/sys/boot/i386/libi386/comconsole.c b/sys/boot/i386/libi386/comconsole.c index fa2b1b5074d6..f52f9fbac67b 100644 --- a/sys/boot/i386/libi386/comconsole.c +++ b/sys/boot/i386/libi386/comconsole.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/i386/libi386/comconsole.c,v 1.11.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <stand.h> #include <bootstrap.h> diff --git a/sys/boot/i386/libi386/devicename.c b/sys/boot/i386/libi386/devicename.c index d6f3ac1cb895..d492db155fbf 100644 --- a/sys/boot/i386/libi386/devicename.c +++ b/sys/boot/i386/libi386/devicename.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/i386/libi386/devicename.c,v 1.12.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <stand.h> #include <string.h> diff --git a/sys/boot/i386/libi386/elf32_freebsd.c b/sys/boot/i386/libi386/elf32_freebsd.c index 5f66622add9d..587dc164377a 100644 --- a/sys/boot/i386/libi386/elf32_freebsd.c +++ b/sys/boot/i386/libi386/elf32_freebsd.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/i386/libi386/elf32_freebsd.c,v 1.17.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/exec.h> diff --git a/sys/boot/i386/libi386/elf64_freebsd.c b/sys/boot/i386/libi386/elf64_freebsd.c index 8fb13b74a373..deb41fe6b8ce 100644 --- a/sys/boot/i386/libi386/elf64_freebsd.c +++ b/sys/boot/i386/libi386/elf64_freebsd.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/i386/libi386/elf64_freebsd.c,v 1.17.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #define __ELF_WORD_SIZE 64 #include <sys/param.h> diff --git a/sys/boot/i386/libi386/i386_copy.c b/sys/boot/i386/libi386/i386_copy.c index 3c05241985c8..a0f76991bee5 100644 --- a/sys/boot/i386/libi386/i386_copy.c +++ b/sys/boot/i386/libi386/i386_copy.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/i386/libi386/i386_copy.c,v 1.12.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); /* * MD primitives supporting placement of module data diff --git a/sys/boot/i386/libi386/i386_module.c b/sys/boot/i386/libi386/i386_module.c index 91993df96d76..a69c4f747ab1 100644 --- a/sys/boot/i386/libi386/i386_module.c +++ b/sys/boot/i386/libi386/i386_module.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/i386/libi386/i386_module.c,v 1.12.32.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); /* * i386-specific module functionality. diff --git a/sys/boot/i386/libi386/libi386.h b/sys/boot/i386/libi386/libi386.h index ebf1b4ce9494..5d042ea3bb0b 100644 --- a/sys/boot/i386/libi386/libi386.h +++ b/sys/boot/i386/libi386/libi386.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/boot/i386/libi386/libi386.h,v 1.28.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ */ diff --git a/sys/boot/i386/libi386/nullconsole.c b/sys/boot/i386/libi386/nullconsole.c index ebb1e7edd2b6..3618462003af 100644 --- a/sys/boot/i386/libi386/nullconsole.c +++ b/sys/boot/i386/libi386/nullconsole.c @@ -36,7 +36,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/i386/libi386/nullconsole.c,v 1.2.32.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <stand.h> #include <bootstrap.h> diff --git a/sys/boot/i386/libi386/pread.c b/sys/boot/i386/libi386/pread.c index 870e2540150f..8bd8d79a91f5 100644 --- a/sys/boot/i386/libi386/pread.c +++ b/sys/boot/i386/libi386/pread.c @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/i386/libi386/pread.c,v 1.3.32.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); /* read into destination in flat addr space */ diff --git a/sys/boot/i386/libi386/pxe.c b/sys/boot/i386/libi386/pxe.c index 5629d90e2cb6..ffda2e15a663 100644 --- a/sys/boot/i386/libi386/pxe.c +++ b/sys/boot/i386/libi386/pxe.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/i386/libi386/pxe.c,v 1.23.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include <stand.h> #include <string.h> diff --git a/sys/boot/i386/libi386/pxe.h b/sys/boot/i386/libi386/pxe.h index f1f22aac712f..00ca11cff02c 100644 --- a/sys/boot/i386/libi386/pxe.h +++ b/sys/boot/i386/libi386/pxe.h @@ -27,7 +27,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/boot/i386/libi386/pxe.h,v 1.6.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /* diff --git a/sys/boot/i386/libi386/pxetramp.s b/sys/boot/i386/libi386/pxetramp.s index dcf1441aeb24..4ff79261f63b 100644 --- a/sys/boot/i386/libi386/pxetramp.s +++ b/sys/boot/i386/libi386/pxetramp.s @@ -12,7 +12,7 @@ # warranties of merchantability and fitness for a particular # purpose. # -# $FreeBSD$ +# $FreeBSD: src/sys/boot/i386/libi386/pxetramp.s,v 1.3.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ # ph33r this diff --git a/sys/boot/i386/libi386/smbios.c b/sys/boot/i386/libi386/smbios.c index 51044d657019..3440f7f9d621 100644 --- a/sys/boot/i386/libi386/smbios.c +++ b/sys/boot/i386/libi386/smbios.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/i386/libi386/smbios.c,v 1.10.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <stand.h> #include <bootstrap.h> diff --git a/sys/boot/i386/libi386/time.c b/sys/boot/i386/libi386/time.c index 183ac3c9ccb9..ff6982f1acf4 100644 --- a/sys/boot/i386/libi386/time.c +++ b/sys/boot/i386/libi386/time.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/i386/libi386/time.c,v 1.6.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <stand.h> #include <btxv86.h> diff --git a/sys/boot/i386/libi386/vidconsole.c b/sys/boot/i386/libi386/vidconsole.c index 1f411006e0a9..5441bfeea910 100644 --- a/sys/boot/i386/libi386/vidconsole.c +++ b/sys/boot/i386/libi386/vidconsole.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/i386/libi386/vidconsole.c,v 1.20.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <stand.h> #include <bootstrap.h> diff --git a/sys/boot/i386/loader/Makefile b/sys/boot/i386/loader/Makefile index 719e28dd73a9..6d1ad4d16daa 100644 --- a/sys/boot/i386/loader/Makefile +++ b/sys/boot/i386/loader/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/i386/loader/Makefile,v 1.90.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ .include <bsd.own.mk> MK_SSP= no diff --git a/sys/boot/i386/loader/conf.c b/sys/boot/i386/loader/conf.c index 05c9a9e95f3c..a0ba53ca957a 100644 --- a/sys/boot/i386/loader/conf.c +++ b/sys/boot/i386/loader/conf.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/i386/loader/conf.c,v 1.27.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <stand.h> #include <bootstrap.h> diff --git a/sys/boot/i386/loader/loader.rc b/sys/boot/i386/loader/loader.rc index 6443f3fd79bc..15c101a67002 100644 --- a/sys/boot/i386/loader/loader.rc +++ b/sys/boot/i386/loader/loader.rc @@ -1,5 +1,5 @@ \ Loader.rc -\ $FreeBSD$ +\ $FreeBSD: src/sys/boot/i386/loader/loader.rc,v 1.4.14.1.4.1 2010/06/14 02:09:06 kensmith Exp $ \ \ Includes additional commands include /boot/loader.4th diff --git a/sys/boot/i386/loader/main.c b/sys/boot/i386/loader/main.c index 75d5dbcb6ec5..05175cedf232 100644 --- a/sys/boot/i386/loader/main.c +++ b/sys/boot/i386/loader/main.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/i386/loader/main.c,v 1.44.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $"); /* * MD bootstrap main() and assorted miscellaneous diff --git a/sys/boot/i386/loader/version b/sys/boot/i386/loader/version index 7a2acaf1859a..9a565cdb2ae8 100644 --- a/sys/boot/i386/loader/version +++ b/sys/boot/i386/loader/version @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/sys/boot/i386/loader/version,v 1.8.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE. The format of this file is important. Make sure the current version number is on line 6. diff --git a/sys/boot/i386/mbr/Makefile b/sys/boot/i386/mbr/Makefile index 7acda10a55bc..f4e662674504 100644 --- a/sys/boot/i386/mbr/Makefile +++ b/sys/boot/i386/mbr/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/i386/mbr/Makefile,v 1.15.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= mbr STRIP= diff --git a/sys/boot/i386/mbr/mbr.s b/sys/boot/i386/mbr/mbr.s index 3cfc20dd58e1..6ae11033d315 100644 --- a/sys/boot/i386/mbr/mbr.s +++ b/sys/boot/i386/mbr/mbr.s @@ -13,7 +13,7 @@ # purpose. # -# $FreeBSD$ +# $FreeBSD: src/sys/boot/i386/mbr/mbr.s,v 1.7.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ # A 512 byte MBR boot manager that simply boots the active partition. diff --git a/sys/boot/i386/pmbr/Makefile b/sys/boot/i386/pmbr/Makefile index 4fbbbe5d265c..e306e2550cd8 100644 --- a/sys/boot/i386/pmbr/Makefile +++ b/sys/boot/i386/pmbr/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/i386/pmbr/Makefile,v 1.1.6.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= pmbr STRIP= diff --git a/sys/boot/i386/pmbr/pmbr.s b/sys/boot/i386/pmbr/pmbr.s index 8acdef23dfeb..670bfc44b2b1 100644 --- a/sys/boot/i386/pmbr/pmbr.s +++ b/sys/boot/i386/pmbr/pmbr.s @@ -27,7 +27,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/sys/boot/i386/pmbr/pmbr.s,v 1.2.6.1.4.1 2010/06/14 02:09:06 kensmith Exp $ # # Partly from: src/sys/boot/i386/mbr/mbr.s 1.7 diff --git a/sys/boot/i386/pxeldr/Makefile b/sys/boot/i386/pxeldr/Makefile index cc8902f165e0..fdc2f8b6ce15 100644 --- a/sys/boot/i386/pxeldr/Makefile +++ b/sys/boot/i386/pxeldr/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/i386/pxeldr/Makefile,v 1.16.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $ # Pick up ../Makefile.inc early. .include <bsd.init.mk> diff --git a/sys/boot/i386/pxeldr/pxeboot.8 b/sys/boot/i386/pxeldr/pxeboot.8 index d2ca7038c502..261b4674fcb6 100644 --- a/sys/boot/i386/pxeldr/pxeboot.8 +++ b/sys/boot/i386/pxeldr/pxeboot.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sys/boot/i386/pxeldr/pxeboot.8,v 1.9.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd May 1, 2000 .Dt PXEBOOT 8 diff --git a/sys/boot/i386/pxeldr/pxeldr.S b/sys/boot/i386/pxeldr/pxeldr.S index 897e8383b72b..eab5910eccfd 100644 --- a/sys/boot/i386/pxeldr/pxeldr.S +++ b/sys/boot/i386/pxeldr/pxeldr.S @@ -12,7 +12,7 @@ * warranties of merchantability and fitness for a particular * purpose. * - * $FreeBSD$ + * $FreeBSD: src/sys/boot/i386/pxeldr/pxeldr.S,v 1.17.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /* diff --git a/sys/boot/i386/zfsboot/Makefile b/sys/boot/i386/zfsboot/Makefile index 1653534a3257..dcb4a3e973f6 100644 --- a/sys/boot/i386/zfsboot/Makefile +++ b/sys/boot/i386/zfsboot/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/i386/zfsboot/Makefile,v 1.2.4.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .PATH: ${.CURDIR}/../boot2 diff --git a/sys/boot/i386/zfsboot/zfsboot.c b/sys/boot/i386/zfsboot/zfsboot.c index 07ade3ac61d7..39b7b54610aa 100644 --- a/sys/boot/i386/zfsboot/zfsboot.c +++ b/sys/boot/i386/zfsboot/zfsboot.c @@ -14,7 +14,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/i386/zfsboot/zfsboot.c,v 1.3.4.7.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/errno.h> diff --git a/sys/boot/i386/zfsboot/zfsldr.S b/sys/boot/i386/zfsboot/zfsldr.S index 64e384349e69..740a0ab7f622 100644 --- a/sys/boot/i386/zfsboot/zfsldr.S +++ b/sys/boot/i386/zfsboot/zfsldr.S @@ -12,7 +12,7 @@ * warranties of merchantability and fitness for a particular * purpose. * - * $FreeBSD$ + * $FreeBSD: src/sys/boot/i386/zfsboot/zfsldr.S,v 1.1.4.2.2.1 2010/06/14 02:09:06 kensmith Exp $ */ /* Memory Locations */ diff --git a/sys/boot/i386/zfsloader/Makefile b/sys/boot/i386/zfsloader/Makefile index 51338e17f82b..144fb2d73587 100644 --- a/sys/boot/i386/zfsloader/Makefile +++ b/sys/boot/i386/zfsloader/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/i386/zfsloader/Makefile,v 1.1.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ .PATH: ${.CURDIR}/../loader |