aboutsummaryrefslogtreecommitdiff
path: root/sys/mips/include
diff options
context:
space:
mode:
Diffstat (limited to 'sys/mips/include')
-rw-r--r--sys/mips/include/_bus.h2
-rw-r--r--sys/mips/include/_inttypes.h2
-rw-r--r--sys/mips/include/_limits.h2
-rw-r--r--sys/mips/include/_stdint.h2
-rw-r--r--sys/mips/include/_types.h2
-rw-r--r--sys/mips/include/asm.h2
-rw-r--r--sys/mips/include/atomic.h2
-rw-r--r--sys/mips/include/bootinfo.h2
-rw-r--r--sys/mips/include/bswap.h2
-rw-r--r--sys/mips/include/bus.h2
-rw-r--r--sys/mips/include/bus_dma.h2
-rw-r--r--sys/mips/include/cache.h2
-rw-r--r--sys/mips/include/cache_mipsNN.h2
-rw-r--r--sys/mips/include/cache_r4k.h2
-rw-r--r--sys/mips/include/cdefs.h2
-rw-r--r--sys/mips/include/clock.h2
-rw-r--r--sys/mips/include/clockvar.h2
-rw-r--r--sys/mips/include/cpu.h2
-rw-r--r--sys/mips/include/cpufunc.h2
-rw-r--r--sys/mips/include/cpuinfo.h2
-rw-r--r--sys/mips/include/cpuregs.h2
-rw-r--r--sys/mips/include/cputypes.h2
-rw-r--r--sys/mips/include/db_machdep.h2
-rw-r--r--sys/mips/include/elf.h2
-rw-r--r--sys/mips/include/endian.h2
-rw-r--r--sys/mips/include/exec.h2
-rw-r--r--sys/mips/include/float.h2
-rw-r--r--sys/mips/include/floatingpoint.h2
-rw-r--r--sys/mips/include/fpu.h2
-rw-r--r--sys/mips/include/frame.h2
-rw-r--r--sys/mips/include/gdb_machdep.h2
-rw-r--r--sys/mips/include/hwfunc.h2
-rw-r--r--sys/mips/include/ieee.h2
-rw-r--r--sys/mips/include/ieeefp.h2
-rw-r--r--sys/mips/include/in_cksum.h2
-rw-r--r--sys/mips/include/intr_machdep.h2
-rw-r--r--sys/mips/include/iodev.h2
-rw-r--r--sys/mips/include/kdb.h2
-rw-r--r--sys/mips/include/limits.h2
-rw-r--r--sys/mips/include/locore.h2
-rw-r--r--sys/mips/include/md_var.h2
-rw-r--r--sys/mips/include/memdev.h2
-rw-r--r--sys/mips/include/metadata.h2
-rw-r--r--sys/mips/include/minidump.h2
-rw-r--r--sys/mips/include/mips_opcode.h2
-rw-r--r--sys/mips/include/mp_watchdog.h2
-rw-r--r--sys/mips/include/mutex.h2
-rw-r--r--sys/mips/include/param.h2
-rw-r--r--sys/mips/include/pcb.h2
-rw-r--r--sys/mips/include/pci_cfgreg.h2
-rw-r--r--sys/mips/include/pcpu.h2
-rw-r--r--sys/mips/include/pmap.h2
-rw-r--r--sys/mips/include/pmc_mdep.h2
-rw-r--r--sys/mips/include/ppireg.h2
-rw-r--r--sys/mips/include/proc.h2
-rw-r--r--sys/mips/include/profile.h2
-rw-r--r--sys/mips/include/pte.h2
-rw-r--r--sys/mips/include/ptrace.h2
-rw-r--r--sys/mips/include/reg.h2
-rw-r--r--sys/mips/include/regdef.h2
-rw-r--r--sys/mips/include/regnum.h2
-rw-r--r--sys/mips/include/reloc.h2
-rw-r--r--sys/mips/include/resource.h2
-rw-r--r--sys/mips/include/runq.h2
-rw-r--r--sys/mips/include/setjmp.h2
-rw-r--r--sys/mips/include/sf_buf.h2
-rw-r--r--sys/mips/include/sigframe.h2
-rw-r--r--sys/mips/include/signal.h2
-rw-r--r--sys/mips/include/smp.h2
-rw-r--r--sys/mips/include/stdarg.h2
-rw-r--r--sys/mips/include/sysarch.h2
-rw-r--r--sys/mips/include/timerreg.h2
-rw-r--r--sys/mips/include/tlb.h2
-rw-r--r--sys/mips/include/trap.h2
-rw-r--r--sys/mips/include/ucontext.h2
-rw-r--r--sys/mips/include/varargs.h2
-rw-r--r--sys/mips/include/vm.h2
-rw-r--r--sys/mips/include/vmparam.h2
78 files changed, 78 insertions, 78 deletions
diff --git a/sys/mips/include/_bus.h b/sys/mips/include/_bus.h
index fd4b62f5f041..4ab10ce9ce06 100644
--- a/sys/mips/include/_bus.h
+++ b/sys/mips/include/_bus.h
@@ -26,7 +26,7 @@
* SUCH DAMAGE.
*
* from: src/sys/i386/include/_bus.h,v 1.1 2005/04/18 21:45:33 imp
- * $FreeBSD$
+ * $FreeBSD: src/sys/mips/include/_bus.h,v 1.1.2.2.4.1 2012/03/03 06:15:13 kensmith Exp $
*/
#ifndef MIPS_INCLUDE__BUS_H
diff --git a/sys/mips/include/_inttypes.h b/sys/mips/include/_inttypes.h
index 79664e4f3834..2b2dca73fc6d 100644
--- a/sys/mips/include/_inttypes.h
+++ b/sys/mips/include/_inttypes.h
@@ -28,7 +28,7 @@
*
* From: $NetBSD: int_fmtio.h,v 1.2 2001/04/26 16:25:21 kleink Exp $
* from: src/sys/i386/include/_inttypes.h,v 1.2 2002/06/30 05:48:02 mike
- * $FreeBSD$
+ * $FreeBSD: src/sys/mips/include/_inttypes.h,v 1.1.2.3.4.1 2012/03/03 06:15:13 kensmith Exp $
*/
#ifndef _MACHINE_INTTYPES_H_
diff --git a/sys/mips/include/_limits.h b/sys/mips/include/_limits.h
index e160a7f4a1d0..fafb8cbbaa08 100644
--- a/sys/mips/include/_limits.h
+++ b/sys/mips/include/_limits.h
@@ -28,7 +28,7 @@
*
* @(#)limits.h 8.3 (Berkeley) 1/4/94
* from: src/sys/i386/include/_limits.h,v 1.27 2005/01/06 22:18:15 imp
- * $FreeBSD$
+ * $FreeBSD: src/sys/mips/include/_limits.h,v 1.1.2.2.4.1 2012/03/03 06:15:13 kensmith Exp $
*/
#ifndef _MACHINE__LIMITS_H_
diff --git a/sys/mips/include/_stdint.h b/sys/mips/include/_stdint.h
index 2a5a0dc6b5fd..a1141ad6b933 100644
--- a/sys/mips/include/_stdint.h
+++ b/sys/mips/include/_stdint.h
@@ -35,7 +35,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*
* from: src/sys/i386/include/_stdint.h,v 1.2 2004/05/18 16:04:57 stefanf
- * $FreeBSD$
+ * $FreeBSD: src/sys/mips/include/_stdint.h,v 1.1.2.2.4.1 2012/03/03 06:15:13 kensmith Exp $
*/
#ifndef _MACHINE__STDINT_H_
diff --git a/sys/mips/include/_types.h b/sys/mips/include/_types.h
index 1fd760f9cb50..3790c4b8c600 100644
--- a/sys/mips/include/_types.h
+++ b/sys/mips/include/_types.h
@@ -34,7 +34,7 @@
* From: @(#)ansi.h 8.2 (Berkeley) 1/4/94
* From: @(#)types.h 8.3 (Berkeley) 1/5/94
* from: src/sys/i386/include/_types.h,v 1.12 2005/07/02 23:13:31 thompsa
- * $FreeBSD$
+ * $FreeBSD: src/sys/mips/include/_types.h,v 1.1.2.2.4.1 2012/03/03 06:15:13 kensmith Exp $
*/
#ifndef _MACHINE__TYPES_H_
diff --git a/sys/mips/include/asm.h b/sys/mips/include/asm.h
index 82d883708fe7..88816387e69b 100644
--- a/sys/mips/include/asm.h
+++ b/sys/mips/include/asm.h
@@ -33,7 +33,7 @@
*
* @(#)machAsmDefs.h 8.1 (Berkeley) 6/10/93
* JNPR: asm.h,v 1.10 2007/08/09 11:23:32 katta
- * $FreeBSD$
+ * $FreeBSD: src/sys/mips/include/asm.h,v 1.1.2.2.4.1 2012/03/03 06:15:13 kensmith Exp $
*/
/*
diff --git a/sys/mips/include/atomic.h b/sys/mips/include/atomic.h
index 9a0c557ee08c..8a758da66b69 100644
--- a/sys/mips/include/atomic.h
+++ b/sys/mips/include/atomic.h
@@ -24,7 +24,7 @@
* SUCH DAMAGE.
*
* from: src/sys/alpha/include/atomic.h,v 1.21.2.3 2005/10/06 18:12:05 jhb
- * $FreeBSD$
+ * $FreeBSD: src/sys/mips/include/atomic.h,v 1.2.2.3.2.1 2012/03/03 06:15:13 kensmith Exp $
*/
#ifndef _MACHINE_ATOMIC_H_
diff --git a/sys/mips/include/bootinfo.h b/sys/mips/include/bootinfo.h
index a710a38f2a59..c4d38b9f3d76 100644
--- a/sys/mips/include/bootinfo.h
+++ b/sys/mips/include/bootinfo.h
@@ -29,7 +29,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/mips/include/bootinfo.h,v 1.1.2.1.8.1 2012/03/03 06:15:13 kensmith Exp $
*/
#ifndef _MACHINE_BOOTINFO_H_
diff --git a/sys/mips/include/bswap.h b/sys/mips/include/bswap.h
index 61ace982272d..c9067c9f325c 100644
--- a/sys/mips/include/bswap.h
+++ b/sys/mips/include/bswap.h
@@ -1,6 +1,6 @@
/* $NetBSD: bswap.h,v 1.2 1999/08/21 05:39:53 simonb Exp $ */
/* JNPR: bswap.h,v 1.1 2006/08/07 05:38:57 katta */
-/* $FreeBSD$
+/* $FreeBSD: src/sys/mips/include/bswap.h,v 1.1.2.1.8.1 2012/03/03 06:15:13 kensmith Exp $
#ifndef _MACHINE_BSWAP_H_
#define _MACHINE_BSWAP_H_
diff --git a/sys/mips/include/bus.h b/sys/mips/include/bus.h
index af83d368b8c8..7e5599f32431 100644
--- a/sys/mips/include/bus.h
+++ b/sys/mips/include/bus.h
@@ -67,7 +67,7 @@
* (INCLUDING NEGLIGENCE 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/mips/include/bus.h,v 1.2.2.2.4.1 2012/03/03 06:15:13 kensmith Exp $
*/
#ifndef _MACHINE_BUS_H_
diff --git a/sys/mips/include/bus_dma.h b/sys/mips/include/bus_dma.h
index 35dfba26ebd2..e77525f316c9 100644
--- a/sys/mips/include/bus_dma.h
+++ b/sys/mips/include/bus_dma.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/mips/include/bus_dma.h,v 1.1.2.1.8.1 2012/03/03 06:15:13 kensmith Exp $
*/
#ifndef _MIPS_BUS_DMA_H_
diff --git a/sys/mips/include/cache.h b/sys/mips/include/cache.h
index d73daa211d1e..f0270b21a79e 100644
--- a/sys/mips/include/cache.h
+++ b/sys/mips/include/cache.h
@@ -34,7 +34,7 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/mips/include/cache.h,v 1.1.2.2.4.1 2012/03/03 06:15:13 kensmith Exp $
*/
#ifndef _MACHINE_CACHE_H_
diff --git a/sys/mips/include/cache_mipsNN.h b/sys/mips/include/cache_mipsNN.h
index 8318bede5920..9f86cb16a0ef 100644
--- a/sys/mips/include/cache_mipsNN.h
+++ b/sys/mips/include/cache_mipsNN.h
@@ -34,7 +34,7 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/mips/include/cache_mipsNN.h,v 1.1.2.2.4.1 2012/03/03 06:15:13 kensmith Exp $
*/
#ifndef _MACHINE_CACHE_MIPSNN_H_
#define _MACHINE_CACHE_MIPSNN_H_
diff --git a/sys/mips/include/cache_r4k.h b/sys/mips/include/cache_r4k.h
index a3a946029fd6..11dcc0424db4 100644
--- a/sys/mips/include/cache_r4k.h
+++ b/sys/mips/include/cache_r4k.h
@@ -34,7 +34,7 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/mips/include/cache_r4k.h,v 1.1.2.1.8.1 2012/03/03 06:15:13 kensmith Exp $
*/
/*
diff --git a/sys/mips/include/cdefs.h b/sys/mips/include/cdefs.h
index 181d6ee618c7..65d277a3aea6 100644
--- a/sys/mips/include/cdefs.h
+++ b/sys/mips/include/cdefs.h
@@ -26,7 +26,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/mips/include/cdefs.h,v 1.2.2.2.4.1 2012/03/03 06:15:13 kensmith Exp $
*/
#ifndef _MIPS_CDEFS_H_
diff --git a/sys/mips/include/clock.h b/sys/mips/include/clock.h
index 15acef8b63a2..410f9ea11808 100644
--- a/sys/mips/include/clock.h
+++ b/sys/mips/include/clock.h
@@ -5,7 +5,7 @@
*
* JNPR: clock.h,v 1.6.2.1 2007/08/29 09:36:05 girish
* from: src/sys/alpha/include/clock.h,v 1.5 1999/12/29 04:27:55 peter
- * $FreeBSD$
+ * $FreeBSD: src/sys/mips/include/clock.h,v 1.1.2.2.4.1 2012/03/03 06:15:13 kensmith Exp $
*/
#ifndef _MACHINE_CLOCK_H_
diff --git a/sys/mips/include/clockvar.h b/sys/mips/include/clockvar.h
index 429beb7e2e8a..21745e33a641 100644
--- a/sys/mips/include/clockvar.h
+++ b/sys/mips/include/clockvar.h
@@ -29,7 +29,7 @@
* rights to redistribute these changes.
*
* JNPR: clockvar.h,v 1.3 2006/08/07 05:38:57 katta
- * $FreeBSD$
+ * $FreeBSD: src/sys/mips/include/clockvar.h,v 1.1.2.1.8.1 2012/03/03 06:15:13 kensmith Exp $
*/
/*
diff --git a/sys/mips/include/cpu.h b/sys/mips/include/cpu.h
index f8445f35b782..2008d3ee8e29 100644
--- a/sys/mips/include/cpu.h
+++ b/sys/mips/include/cpu.h
@@ -41,7 +41,7 @@
*
* from: @(#)cpu.h 8.4 (Berkeley) 1/4/94
* JNPR: cpu.h,v 1.9.2.2 2007/09/10 08:23:46 girish
- * $FreeBSD$
+ * $FreeBSD: src/sys/mips/include/cpu.h,v 1.1.2.2.4.1 2012/03/03 06:15:13 kensmith Exp $
*/
#ifndef _MACHINE_CPU_H_
diff --git a/sys/mips/include/cpufunc.h b/sys/mips/include/cpufunc.h
index a1715c9fdf48..014eb88acd41 100644
--- a/sys/mips/include/cpufunc.h
+++ b/sys/mips/include/cpufunc.h
@@ -53,7 +53,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* JNPR: cpufunc.h,v 1.5 2007/08/09 11:23:32 katta
- * $FreeBSD$
+ * $FreeBSD: src/sys/mips/include/cpufunc.h,v 1.1.2.2.4.1 2012/03/03 06:15:13 kensmith Exp $
*/
#ifndef _MACHINE_CPUFUNC_H_
diff --git a/sys/mips/include/cpuinfo.h b/sys/mips/include/cpuinfo.h
index 53b966c0a345..2b24db25d2a7 100644
--- a/sys/mips/include/cpuinfo.h
+++ b/sys/mips/include/cpuinfo.h
@@ -35,7 +35,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/mips/include/cpuinfo.h,v 1.1.2.2.4.1 2012/03/03 06:15:13 kensmith Exp $
* @(#)cpu.h 8.4 (Berkeley) 1/4/94
*/
diff --git a/sys/mips/include/cpuregs.h b/sys/mips/include/cpuregs.h
index 456c545ca05a..61fcb0b285fb 100644
--- a/sys/mips/include/cpuregs.h
+++ b/sys/mips/include/cpuregs.h
@@ -52,7 +52,7 @@
* from: Header: /sprite/src/kernel/vm/ds3100.md/RCS/vmPmaxConst.h,
* v 9.1 89/09/18 17:33:00 shirriff Exp SPRITE (DECWRL)
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/mips/include/cpuregs.h,v 1.1.2.2.4.1 2012/03/03 06:15:13 kensmith Exp $
*/
#ifndef _MIPS_CPUREGS_H_
diff --git a/sys/mips/include/cputypes.h b/sys/mips/include/cputypes.h
index cb2b70758cd7..edf50b5ca3bc 100644
--- a/sys/mips/include/cputypes.h
+++ b/sys/mips/include/cputypes.h
@@ -24,7 +24,7 @@
* (INCLUDING NEGLIGENCE 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/mips/include/cputypes.h,v 1.1.2.1.8.1 2012/03/03 06:15:13 kensmith Exp $
*/
#ifndef _MACHINE_CPUTYPES_H_
diff --git a/sys/mips/include/db_machdep.h b/sys/mips/include/db_machdep.h
index 657e3034dacf..6b6bf6462a76 100644
--- a/sys/mips/include/db_machdep.h
+++ b/sys/mips/include/db_machdep.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* JNPR: db_machdep.h,v 1.7 2006/10/16 12:30:34 katta
- * $FreeBSD$
+ * $FreeBSD: src/sys/mips/include/db_machdep.h,v 1.1.2.2.4.1 2012/03/03 06:15:13 kensmith Exp $
*/
#ifndef _MIPS_DB_MACHDEP_H_
diff --git a/sys/mips/include/elf.h b/sys/mips/include/elf.h
index 2d6ca3e90385..e66968efd46d 100644
--- a/sys/mips/include/elf.h
+++ b/sys/mips/include/elf.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* JNPR: elf.h,v 1.4 2006/12/02 09:53:40 katta
- * $FreeBSD$
+ * $FreeBSD: src/sys/mips/include/elf.h,v 1.4.2.3.4.1 2012/03/03 06:15:13 kensmith Exp $
*
*/
diff --git a/sys/mips/include/endian.h b/sys/mips/include/endian.h
index ead6dc40bb8e..f39feeff4286 100644
--- a/sys/mips/include/endian.h
+++ b/sys/mips/include/endian.h
@@ -27,7 +27,7 @@
* SUCH DAMAGE.
*
* @(#)endian.h 7.8 (Berkeley) 4/3/91
- * $FreeBSD$
+ * $FreeBSD: src/sys/mips/include/endian.h,v 1.1.2.2.4.1 2012/03/03 06:15:13 kensmith Exp $
*/
#ifndef _MACHINE_ENDIAN_H_
diff --git a/sys/mips/include/exec.h b/sys/mips/include/exec.h
index 4650090f569b..da5a52a4f52d 100644
--- a/sys/mips/include/exec.h
+++ b/sys/mips/include/exec.h
@@ -29,7 +29,7 @@
* @(#)exec.h 8.1 (Berkeley) 6/11/93
* from: src/sys/i386/include/exec.h,v 1.8 1999/08/28 00:44:11 peter
* JNPR: exec.h,v 1.3 2006/08/07 05:38:57 katta
- * $FreeBSD$
+ * $FreeBSD: src/sys/mips/include/exec.h,v 1.1.2.1.8.1 2012/03/03 06:15:13 kensmith Exp $
*/
#ifndef _MACHINE_EXEC_H_
diff --git a/sys/mips/include/float.h b/sys/mips/include/float.h
index ff7e65cf1dbd..5bd2a80002f1 100644
--- a/sys/mips/include/float.h
+++ b/sys/mips/include/float.h
@@ -29,7 +29,7 @@
* from: @(#)float.h 7.1 (Berkeley) 5/8/90
* from: src/sys/i386/include/float.h,v 1.8 1999/08/28 00:44:11 peter
* JNPR: float.h,v 1.4 2006/12/02 09:53:41 katta
- * $FreeBSD$
+ * $FreeBSD: src/sys/mips/include/float.h,v 1.2.2.2.4.1 2012/03/03 06:15:13 kensmith Exp $
*/
#ifndef _MACHINE_FLOAT_H_
diff --git a/sys/mips/include/floatingpoint.h b/sys/mips/include/floatingpoint.h
index cda9e46230ca..05622dea5e3d 100644
--- a/sys/mips/include/floatingpoint.h
+++ b/sys/mips/include/floatingpoint.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#) floatingpoint.h 1.0 (Berkeley) 9/23/93
- * $FreeBSD$
+ * $FreeBSD: src/sys/mips/include/floatingpoint.h,v 1.1.2.1.8.1 2012/03/03 06:15:13 kensmith Exp $
*/
#ifndef _FLOATINGPOINT_H_
diff --git a/sys/mips/include/fpu.h b/sys/mips/include/fpu.h
index 4bd1924aa518..01eaf8c2fe3f 100644
--- a/sys/mips/include/fpu.h
+++ b/sys/mips/include/fpu.h
@@ -1,7 +1,7 @@
/*-
* This file is in the public domain.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/mips/include/fpu.h,v 1.2.2.1.8.1 2012/03/03 06:15:13 kensmith Exp $
*/
#ifndef _MACHINE_FPU_H_
#define _MACHINE_FPU_H_
diff --git a/sys/mips/include/frame.h b/sys/mips/include/frame.h
index b08d88cd348d..74a45929b066 100644
--- a/sys/mips/include/frame.h
+++ b/sys/mips/include/frame.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* JNPR: frame.h,v 1.6.2.1 2007/09/10 08:14:57 girish
- * $FreeBSD$
+ * $FreeBSD: src/sys/mips/include/frame.h,v 1.2.2.1.8.1 2012/03/03 06:15:13 kensmith Exp $
*
*/
#ifndef _MACHINE_FRAME_H_
diff --git a/sys/mips/include/gdb_machdep.h b/sys/mips/include/gdb_machdep.h
index a76a8244a31d..43f6b335d67a 100644
--- a/sys/mips/include/gdb_machdep.h
+++ b/sys/mips/include/gdb_machdep.h
@@ -25,7 +25,7 @@
*
* from: src/sys/alpha/include/gdb_machdep.h,v 1.3 2005/01/05 20:05:50 imp
* JNPR: gdb_machdep.h,v 1.1 2007/08/09 12:25:25 katta
- * $FreeBSD$
+ * $FreeBSD: src/sys/mips/include/gdb_machdep.h,v 1.1.2.1.8.1 2012/03/03 06:15:13 kensmith Exp $
*/
#ifndef _MACHINE_GDB_MACHDEP_H_
diff --git a/sys/mips/include/hwfunc.h b/sys/mips/include/hwfunc.h
index fd89953053e6..19cce3ba03fb 100644
--- a/sys/mips/include/hwfunc.h
+++ b/sys/mips/include/hwfunc.h
@@ -22,7 +22,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/mips/include/hwfunc.h,v 1.1.2.2.4.1 2012/03/03 06:15:13 kensmith Exp $
*/
#ifndef _MACHINE_HWFUNC_H_
diff --git a/sys/mips/include/ieee.h b/sys/mips/include/ieee.h
index a7411dd2332a..88bf957dd079 100644
--- a/sys/mips/include/ieee.h
+++ b/sys/mips/include/ieee.h
@@ -39,7 +39,7 @@
*
* @(#)ieee.h 8.1 (Berkeley) 6/11/93
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/mips/include/ieee.h,v 1.1.2.1.8.1 2012/03/03 06:15:13 kensmith Exp $
*
*/
diff --git a/sys/mips/include/ieeefp.h b/sys/mips/include/ieeefp.h
index c7d9244ae420..6df92da40c65 100644
--- a/sys/mips/include/ieeefp.h
+++ b/sys/mips/include/ieeefp.h
@@ -5,7 +5,7 @@
* Public domain.
*
* JNPR: ieeefp.h,v 1.1 2006/08/07 05:38:57 katta
- * $FreeBSD$
+ * $FreeBSD: src/sys/mips/include/ieeefp.h,v 1.1.2.1.8.1 2012/03/03 06:15:13 kensmith Exp $
*/
#ifndef _MACHINE_IEEEFP_H_
diff --git a/sys/mips/include/in_cksum.h b/sys/mips/include/in_cksum.h
index 37d88e2e1a8a..acd9b847f64b 100644
--- a/sys/mips/include/in_cksum.h
+++ b/sys/mips/include/in_cksum.h
@@ -30,7 +30,7 @@
* from: @(#)in_cksum.c 1.3 (Berkeley) 1/19/91
* from: Id: in_cksum.c,v 1.8 1995/12/03 18:35:19 bde Exp
* from: src/sys/alpha/include/in_cksum.h,v 1.7 2005/03/02 21:33:20 joerg
- * $FreeBSD$
+ * $FreeBSD: src/sys/mips/include/in_cksum.h,v 1.1.2.1.8.1 2012/03/03 06:15:13 kensmith Exp $
*/
#ifndef _MACHINE_IN_CKSUM_H_
diff --git a/sys/mips/include/intr_machdep.h b/sys/mips/include/intr_machdep.h
index 3d66e63d907d..ad0f235f03db 100644
--- a/sys/mips/include/intr_machdep.h
+++ b/sys/mips/include/intr_machdep.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/mips/include/intr_machdep.h,v 1.1.2.2.4.1 2012/03/03 06:15:13 kensmith Exp $
*/
#ifndef _MACHINE_INTR_MACHDEP_H_
diff --git a/sys/mips/include/iodev.h b/sys/mips/include/iodev.h
index 4b35d8b03fa2..95da96d6dca7 100644
--- a/sys/mips/include/iodev.h
+++ b/sys/mips/include/iodev.h
@@ -23,7 +23,7 @@
* (INCLUDING NEGLIGENCE 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/mips/include/iodev.h,v 1.2.2.1.8.1 2012/03/03 06:15:13 kensmith Exp $
*/
d_open_t ioopen;
diff --git a/sys/mips/include/kdb.h b/sys/mips/include/kdb.h
index 6ca665413e89..f617638d3e61 100644
--- a/sys/mips/include/kdb.h
+++ b/sys/mips/include/kdb.h
@@ -24,7 +24,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* from: src/sys/alpha/include/kdb.h,v 1.2 2005/01/05 20:05:50 imp
- * $FreeBSD$
+ * $FreeBSD: src/sys/mips/include/kdb.h,v 1.1.2.2.4.1 2012/03/03 06:15:13 kensmith Exp $
*/
#ifndef _MACHINE_KDB_H_
diff --git a/sys/mips/include/limits.h b/sys/mips/include/limits.h
index 238155311cd4..f6a38d6a868b 100644
--- a/sys/mips/include/limits.h
+++ b/sys/mips/include/limits.h
@@ -28,7 +28,7 @@
*
* @(#)limits.h 8.3 (Berkeley) 1/4/94
* from: src/sys/i386/include/limits.h,v 1.27 2005/03/02 21:33:26 joerg
- * $FreeBSD$
+ * $FreeBSD: src/sys/mips/include/limits.h,v 1.1.2.1.8.1 2012/03/03 06:15:13 kensmith Exp $
*/
#ifndef _MACHINE_LIMITS_H_
diff --git a/sys/mips/include/locore.h b/sys/mips/include/locore.h
index 34c9afc59753..9d43ee8972d9 100644
--- a/sys/mips/include/locore.h
+++ b/sys/mips/include/locore.h
@@ -12,7 +12,7 @@
* software for any purpose. It is provided "as is" without
* express or implied warranty.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/mips/include/locore.h,v 1.1.2.2.4.1 2012/03/03 06:15:13 kensmith Exp $
*/
/*
diff --git a/sys/mips/include/md_var.h b/sys/mips/include/md_var.h
index 3cebbdc56460..2e9982c98fb5 100644
--- a/sys/mips/include/md_var.h
+++ b/sys/mips/include/md_var.h
@@ -28,7 +28,7 @@
*
* from: src/sys/i386/include/md_var.h,v 1.35 2000/02/20 20:51:23 bsd
* JNPR: md_var.h,v 1.4 2006/10/16 12:30:34 katta
- * $FreeBSD$
+ * $FreeBSD: src/sys/mips/include/md_var.h,v 1.1.2.2.4.1 2012/03/03 06:15:13 kensmith Exp $
*/
#ifndef _MACHINE_MD_VAR_H_
diff --git a/sys/mips/include/memdev.h b/sys/mips/include/memdev.h
index f30945da1cee..f0d2f4f287f0 100644
--- a/sys/mips/include/memdev.h
+++ b/sys/mips/include/memdev.h
@@ -24,7 +24,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* from: src/sys/alpha/include/memdev.h,v 1.2 2004/08/01 18:51:44 markm
- * $FreeBSD$
+ * $FreeBSD: src/sys/mips/include/memdev.h,v 1.2.2.3.2.1 2012/03/03 06:15:13 kensmith Exp $
*/
#ifndef _MACHINE_MEMDEV_H_
diff --git a/sys/mips/include/metadata.h b/sys/mips/include/metadata.h
index 84e6f8739970..9cbbcd7b59c4 100644
--- a/sys/mips/include/metadata.h
+++ b/sys/mips/include/metadata.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/mips/include/metadata.h,v 1.1.2.1.8.1 2012/03/03 06:15:13 kensmith Exp $
*/
#ifndef _MACHINE_METADATA_H_
diff --git a/sys/mips/include/minidump.h b/sys/mips/include/minidump.h
index b2d75d892979..d91c088280fc 100644
--- a/sys/mips/include/minidump.h
+++ b/sys/mips/include/minidump.h
@@ -23,7 +23,7 @@
* (INCLUDING NEGLIGENCE 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/mips/include/minidump.h,v 1.1.2.1.8.1 2012/03/03 06:15:13 kensmith Exp $
*/
#ifndef _MACHINE_MINIDUMP_H_
diff --git a/sys/mips/include/mips_opcode.h b/sys/mips/include/mips_opcode.h
index 72f281a619d6..fe0455f81dfc 100644
--- a/sys/mips/include/mips_opcode.h
+++ b/sys/mips/include/mips_opcode.h
@@ -33,7 +33,7 @@
*
* from: @(#)mips_opcode.h 8.1 (Berkeley) 6/10/93
* JNPR: mips_opcode.h,v 1.1 2006/08/07 05:38:57 katta
- * $FreeBSD$
+ * $FreeBSD: src/sys/mips/include/mips_opcode.h,v 1.1.2.1.8.1 2012/03/03 06:15:13 kensmith Exp $
*/
#ifndef _MACHINE_MIPS_OPCODE_H_
diff --git a/sys/mips/include/mp_watchdog.h b/sys/mips/include/mp_watchdog.h
index bcec051a942f..90703a42bd8a 100644
--- a/sys/mips/include/mp_watchdog.h
+++ b/sys/mips/include/mp_watchdog.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/mips/include/mp_watchdog.h,v 1.1.2.1.8.1 2012/03/03 06:15:13 kensmith Exp $
*/
#ifndef _MACHINE_MP_WATCHDOG_H_
diff --git a/sys/mips/include/mutex.h b/sys/mips/include/mutex.h
index cbc066d95489..216354b6d46d 100644
--- a/sys/mips/include/mutex.h
+++ b/sys/mips/include/mutex.h
@@ -1,2 +1,2 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/mips/include/mutex.h,v 1.1.2.1.8.1 2012/03/03 06:15:13 kensmith Exp $ */
/* Empty file */
diff --git a/sys/mips/include/param.h b/sys/mips/include/param.h
index 40d630f930aa..55d566bbd638 100644
--- a/sys/mips/include/param.h
+++ b/sys/mips/include/param.h
@@ -36,7 +36,7 @@
* from: Utah Hdr: machparam.h 1.11 89/08/14
* from: @(#)param.h 8.1 (Berkeley) 6/10/93
* JNPR: param.h,v 1.6.2.1 2007/09/10 07:49:36 girish
- * $FreeBSD$
+ * $FreeBSD: src/sys/mips/include/param.h,v 1.6.2.4.2.1 2012/03/03 06:15:13 kensmith Exp $
*/
#ifndef _MACHINE_PARAM_H_
diff --git a/sys/mips/include/pcb.h b/sys/mips/include/pcb.h
index 99113396277e..c28f2db611ff 100644
--- a/sys/mips/include/pcb.h
+++ b/sys/mips/include/pcb.h
@@ -36,7 +36,7 @@
* from: Utah Hdr: pcb.h 1.13 89/04/23
* from: @(#)pcb.h 8.1 (Berkeley) 6/10/93
* JNPR: pcb.h,v 1.2 2006/08/07 11:51:17 katta
- * $FreeBSD$
+ * $FreeBSD: src/sys/mips/include/pcb.h,v 1.1.2.3.4.1 2012/03/03 06:15:13 kensmith Exp $
*/
#ifndef _MACHINE_PCB_H_
diff --git a/sys/mips/include/pci_cfgreg.h b/sys/mips/include/pci_cfgreg.h
index 1df8972a4447..082ca4a80699 100644
--- a/sys/mips/include/pci_cfgreg.h
+++ b/sys/mips/include/pci_cfgreg.h
@@ -23,7 +23,7 @@
* (INCLUDING NEGLIGENCE 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/mips/include/pci_cfgreg.h,v 1.1.2.1.8.1 2012/03/03 06:15:13 kensmith Exp $
*
*/
diff --git a/sys/mips/include/pcpu.h b/sys/mips/include/pcpu.h
index b8928a1171a9..b41592b81f0a 100644
--- a/sys/mips/include/pcpu.h
+++ b/sys/mips/include/pcpu.h
@@ -25,7 +25,7 @@
* SUCH DAMAGE.
*
* from: src/sys/alpha/include/pcpu.h,v 1.15 2004/11/05 19:16:44 jhb
- * $FreeBSD$
+ * $FreeBSD: src/sys/mips/include/pcpu.h,v 1.2.2.2.4.1 2012/03/03 06:15:13 kensmith Exp $
*/
#ifndef _MACHINE_PCPU_H_
diff --git a/sys/mips/include/pmap.h b/sys/mips/include/pmap.h
index 351b0e918f08..97276b036887 100644
--- a/sys/mips/include/pmap.h
+++ b/sys/mips/include/pmap.h
@@ -40,7 +40,7 @@
* from: @(#)pmap.h 7.4 (Berkeley) 5/12/91
* from: src/sys/i386/include/pmap.h,v 1.65.2.2 2000/11/30 01:54:42 peter
* JNPR: pmap.h,v 1.7.2.1 2007/09/10 07:44:12 girish
- * $FreeBSD$
+ * $FreeBSD: src/sys/mips/include/pmap.h,v 1.8.2.3.4.1 2012/03/03 06:15:13 kensmith Exp $
*/
#ifndef _MACHINE_PMAP_H_
diff --git a/sys/mips/include/pmc_mdep.h b/sys/mips/include/pmc_mdep.h
index 658641ac22f8..e97591a14c0e 100644
--- a/sys/mips/include/pmc_mdep.h
+++ b/sys/mips/include/pmc_mdep.h
@@ -2,7 +2,7 @@
* This file is in the public domain.
*
* from: src/sys/alpha/include/pmc_mdep.h,v 1.2 2005/06/09 19:45:06 jkoshy
- * $FreeBSD$
+ * $FreeBSD: src/sys/mips/include/pmc_mdep.h,v 1.1.2.2.4.1 2012/03/03 06:15:13 kensmith Exp $
*/
#ifndef _MACHINE_PMC_MDEP_H_
diff --git a/sys/mips/include/ppireg.h b/sys/mips/include/ppireg.h
index 5774757ce67a..480482f2328b 100644
--- a/sys/mips/include/ppireg.h
+++ b/sys/mips/include/ppireg.h
@@ -22,7 +22,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/mips/include/ppireg.h,v 1.1.2.1.8.1 2012/03/03 06:15:13 kensmith Exp $
*/
#ifndef _MACHINE_PPIREG_H_
diff --git a/sys/mips/include/proc.h b/sys/mips/include/proc.h
index e71c858788de..b0355dbcb70c 100644
--- a/sys/mips/include/proc.h
+++ b/sys/mips/include/proc.h
@@ -33,7 +33,7 @@
*
* @(#)proc.h 8.1 (Berkeley) 6/10/93
* JNPR: proc.h,v 1.7.2.1 2007/09/10 06:25:24 girish
- * $FreeBSD$
+ * $FreeBSD: src/sys/mips/include/proc.h,v 1.1.2.3.4.1 2012/03/03 06:15:13 kensmith Exp $
*/
#ifndef _MACHINE_PROC_H_
diff --git a/sys/mips/include/profile.h b/sys/mips/include/profile.h
index aac6e5dd43b9..04b251052d33 100644
--- a/sys/mips/include/profile.h
+++ b/sys/mips/include/profile.h
@@ -32,7 +32,7 @@
*
* from: @(#)profile.h 8.1 (Berkeley) 6/10/93
* JNPR: profile.h,v 1.4 2006/12/02 09:53:41 katta
- * $FreeBSD$
+ * $FreeBSD: src/sys/mips/include/profile.h,v 1.1.2.2.4.1 2012/03/03 06:15:13 kensmith Exp $
*/
#ifndef _MACHINE_PROFILE_H_
#define _MACHINE_PROFILE_H_
diff --git a/sys/mips/include/pte.h b/sys/mips/include/pte.h
index a8926da8b5bc..1d13d9e5e36c 100644
--- a/sys/mips/include/pte.h
+++ b/sys/mips/include/pte.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/mips/include/pte.h,v 1.2.2.2.4.1 2012/03/03 06:15:13 kensmith Exp $
*/
#ifndef _MACHINE_PTE_H_
diff --git a/sys/mips/include/ptrace.h b/sys/mips/include/ptrace.h
index a34b6f9054f1..fcf37af12124 100644
--- a/sys/mips/include/ptrace.h
+++ b/sys/mips/include/ptrace.h
@@ -28,7 +28,7 @@
*
* @(#)ptrace.h 8.1 (Berkeley) 6/11/93
* from: src/sys/i386/include/ptrace.h,v 1.14 2005/05/31 09:43:04 dfr
- * $FreeBSD$
+ * $FreeBSD: src/sys/mips/include/ptrace.h,v 1.1.2.1.8.1 2012/03/03 06:15:13 kensmith Exp $
*/
#ifndef _MACHINE_PTRACE_H_
diff --git a/sys/mips/include/reg.h b/sys/mips/include/reg.h
index 6510db674b57..9943681f2208 100644
--- a/sys/mips/include/reg.h
+++ b/sys/mips/include/reg.h
@@ -36,7 +36,7 @@
* from: Utah Hdr: reg.h 1.1 90/07/09
* @(#)reg.h 8.2 (Berkeley) 1/11/94
* JNPR: reg.h,v 1.6 2006/09/15 12:52:34 katta
- * $FreeBSD$
+ * $FreeBSD: src/sys/mips/include/reg.h,v 1.1.2.1.8.1 2012/03/03 06:15:13 kensmith Exp $
*/
#ifndef _MACHINE_REG_H_
diff --git a/sys/mips/include/regdef.h b/sys/mips/include/regdef.h
index 7efdd95f7ac8..4769d71d0247 100644
--- a/sys/mips/include/regdef.h
+++ b/sys/mips/include/regdef.h
@@ -6,7 +6,7 @@
* regdef.h -- MIPS register definitions.
*
* JNPR: regdef.h,v 1.3 2006/08/07 05:38:57 katta
- * $FreeBSD$
+ * $FreeBSD: src/sys/mips/include/regdef.h,v 1.1.2.2.4.1 2012/03/03 06:15:13 kensmith Exp $
*/
#ifndef _MACHINE_REGDEF_H_
diff --git a/sys/mips/include/regnum.h b/sys/mips/include/regnum.h
index ae7cf4bc1121..fcf869245a1c 100644
--- a/sys/mips/include/regnum.h
+++ b/sys/mips/include/regnum.h
@@ -36,7 +36,7 @@
* from: Utah Hdr: reg.h 1.1 90/07/09
* @(#)reg.h 8.2 (Berkeley) 1/11/94
* JNPR: regnum.h,v 1.6 2007/08/09 11:23:32 katta
- * $FreeBSD$
+ * $FreeBSD: src/sys/mips/include/regnum.h,v 1.1.2.2.4.1 2012/03/03 06:15:13 kensmith Exp $
*/
#ifndef _MACHINE_REGNUM_H_
diff --git a/sys/mips/include/reloc.h b/sys/mips/include/reloc.h
index 113745f82623..65b051e076ae 100644
--- a/sys/mips/include/reloc.h
+++ b/sys/mips/include/reloc.h
@@ -31,5 +31,5 @@
*
* from: src/sys/alpha/include/reloc.h,v 1.1.1.1.6.1 2000/08/03 00:48:04 peter
* JNPR: reloc.h,v 1.3 2006/08/07 05:38:57 katta
- * $FreeBSD$
+ * $FreeBSD: src/sys/mips/include/reloc.h,v 1.1.2.1.8.1 2012/03/03 06:15:13 kensmith Exp $
*/
diff --git a/sys/mips/include/resource.h b/sys/mips/include/resource.h
index c5b4283bb029..d31097daf392 100644
--- a/sys/mips/include/resource.h
+++ b/sys/mips/include/resource.h
@@ -27,7 +27,7 @@
* SUCH DAMAGE.
* from: src/sys/i386/include/resource.h,v 1.3 1999/10/14 21:38:30 dfr
* JNPR: resource.h,v 1.3 2006/08/07 05:38:57 katta
- * $FreeBSD$
+ * $FreeBSD: src/sys/mips/include/resource.h,v 1.1.2.1.8.1 2012/03/03 06:15:13 kensmith Exp $
*/
#ifndef _MACHINE_RESOURCE_H_
diff --git a/sys/mips/include/runq.h b/sys/mips/include/runq.h
index 56d6e2f35055..a293308a7d90 100644
--- a/sys/mips/include/runq.h
+++ b/sys/mips/include/runq.h
@@ -24,7 +24,7 @@
* SUCH DAMAGE.
*
* from: src/sys/i386/include/runq.h,v 1.3 2005/01/06 22:18:15 imp
- * $FreeBSD$
+ * $FreeBSD: src/sys/mips/include/runq.h,v 1.1.2.2.4.1 2012/03/03 06:15:13 kensmith Exp $
*/
#ifndef _MACHINE_RUNQ_H_
diff --git a/sys/mips/include/setjmp.h b/sys/mips/include/setjmp.h
index 920c942b0e56..3de9a7b55833 100644
--- a/sys/mips/include/setjmp.h
+++ b/sys/mips/include/setjmp.h
@@ -27,7 +27,7 @@
* rights to redistribute these changes.
*
* JNPR: setjmp.h,v 1.2 2006/12/02 09:53:41 katta
- * $FreeBSD$
+ * $FreeBSD: src/sys/mips/include/setjmp.h,v 1.1.2.2.4.1 2012/03/03 06:15:13 kensmith Exp $
*/
#ifndef _MACHINE_SETJMP_H_
diff --git a/sys/mips/include/sf_buf.h b/sys/mips/include/sf_buf.h
index b6ee1cc20b69..63b9ce6cf653 100644
--- a/sys/mips/include/sf_buf.h
+++ b/sys/mips/include/sf_buf.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/mips/include/sf_buf.h,v 1.1.2.2.4.1 2012/03/03 06:15:13 kensmith Exp $
*/
#ifndef _MACHINE_SF_BUF_H_
diff --git a/sys/mips/include/sigframe.h b/sys/mips/include/sigframe.h
index 69198827391c..1a36d9a17cef 100644
--- a/sys/mips/include/sigframe.h
+++ b/sys/mips/include/sigframe.h
@@ -27,7 +27,7 @@
*
* from: src/sys/alpha/include/sigframe.h,v 1.1 1999/09/29 15:06:26 marcel
* from: sigframe.h,v 1.1 2006/08/07 05:38:57 katta
- * $FreeBSD$
+ * $FreeBSD: src/sys/mips/include/sigframe.h,v 1.1.2.1.8.1 2012/03/03 06:15:13 kensmith Exp $
*/
#ifndef _MACHINE_SIGFRAME_H_
#define _MACHINE_SIGFRAME_H_
diff --git a/sys/mips/include/signal.h b/sys/mips/include/signal.h
index 5107af05bba2..a8237c8421e8 100644
--- a/sys/mips/include/signal.h
+++ b/sys/mips/include/signal.h
@@ -33,7 +33,7 @@
*
* @(#)signal.h 8.1 (Berkeley) 6/10/93
* JNPR: signal.h,v 1.4 2007/01/08 04:58:37 katta
- * $FreeBSD$
+ * $FreeBSD: src/sys/mips/include/signal.h,v 1.1.2.1.8.1 2012/03/03 06:15:13 kensmith Exp $
*/
#ifndef _MACHINE_SIGNAL_H_
diff --git a/sys/mips/include/smp.h b/sys/mips/include/smp.h
index 80603958ea0d..014429c34ce1 100644
--- a/sys/mips/include/smp.h
+++ b/sys/mips/include/smp.h
@@ -8,7 +8,7 @@
*
* from: src/sys/alpha/include/smp.h,v 1.8 2005/01/05 20:05:50 imp
* JNPR: smp.h,v 1.3 2006/12/02 09:53:41 katta
- * $FreeBSD$
+ * $FreeBSD: src/sys/mips/include/smp.h,v 1.2.2.3.4.1 2012/03/03 06:15:13 kensmith Exp $
*
*/
diff --git a/sys/mips/include/stdarg.h b/sys/mips/include/stdarg.h
index 802ea73c95e2..6608e2814157 100644
--- a/sys/mips/include/stdarg.h
+++ b/sys/mips/include/stdarg.h
@@ -1,6 +1,6 @@
/*
* JNPR: stdarg.h,v 1.3 2006/09/15 12:52:34 katta
- * $FreeBSD$
+ * $FreeBSD: src/sys/mips/include/stdarg.h,v 1.1.2.1.8.1 2012/03/03 06:15:13 kensmith Exp $
*/
#ifndef _MACHINE_STDARG_H_
diff --git a/sys/mips/include/sysarch.h b/sys/mips/include/sysarch.h
index 350ad9583eec..025507ea002b 100644
--- a/sys/mips/include/sysarch.h
+++ b/sys/mips/include/sysarch.h
@@ -26,7 +26,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/mips/include/sysarch.h,v 1.1.2.2.4.1 2012/03/03 06:15:13 kensmith Exp $
*/
/*
diff --git a/sys/mips/include/timerreg.h b/sys/mips/include/timerreg.h
index 0ab7d40510a7..b9b0949e3916 100644
--- a/sys/mips/include/timerreg.h
+++ b/sys/mips/include/timerreg.h
@@ -22,7 +22,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/mips/include/timerreg.h,v 1.1.2.1.8.1 2012/03/03 06:15:13 kensmith Exp $
*/
/*
diff --git a/sys/mips/include/tlb.h b/sys/mips/include/tlb.h
index b38cf2b71fdc..564940296f62 100644
--- a/sys/mips/include/tlb.h
+++ b/sys/mips/include/tlb.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/mips/include/tlb.h,v 1.3.2.2.4.1 2012/03/03 06:15:13 kensmith Exp $
*/
#ifndef _MACHINE_TLB_H_
diff --git a/sys/mips/include/trap.h b/sys/mips/include/trap.h
index d80423821576..dde6688ac718 100644
--- a/sys/mips/include/trap.h
+++ b/sys/mips/include/trap.h
@@ -36,7 +36,7 @@
* from: Utah Hdr: trap.h 1.1 90/07/09
* from: @(#)trap.h 8.1 (Berkeley) 6/10/93
* JNPR: trap.h,v 1.3 2006/12/02 09:53:41 katta
- * $FreeBSD$
+ * $FreeBSD: src/sys/mips/include/trap.h,v 1.1.2.2.4.1 2012/03/03 06:15:13 kensmith Exp $
*/
#ifndef _MACHINE_TRAP_H_
diff --git a/sys/mips/include/ucontext.h b/sys/mips/include/ucontext.h
index 72f07b402e24..678d30ae5616 100644
--- a/sys/mips/include/ucontext.h
+++ b/sys/mips/include/ucontext.h
@@ -31,7 +31,7 @@
*
* @(#)ucontext.h 8.1 (Berkeley) 6/10/93
* JNPR: ucontext.h,v 1.2 2007/08/09 11:23:32 katta
- * $FreeBSD$
+ * $FreeBSD: src/sys/mips/include/ucontext.h,v 1.1.2.2.4.1 2012/03/03 06:15:13 kensmith Exp $
*/
#ifndef _MACHINE_UCONTEXT_H_
diff --git a/sys/mips/include/varargs.h b/sys/mips/include/varargs.h
index c916f3374379..b17835aa36c8 100644
--- a/sys/mips/include/varargs.h
+++ b/sys/mips/include/varargs.h
@@ -35,7 +35,7 @@
*
* @(#)varargs.h 8.2 (Berkeley) 3/22/94
* JNPR: varargs.h,v 1.1 2006/08/07 05:38:57 katta
- * $FreeBSD$
+ * $FreeBSD: src/sys/mips/include/varargs.h,v 1.1.2.1.8.1 2012/03/03 06:15:13 kensmith Exp $
*/
#ifndef _MIPS_VARARGS_H_
diff --git a/sys/mips/include/vm.h b/sys/mips/include/vm.h
index b1e964f2fb6d..f1d12762a348 100644
--- a/sys/mips/include/vm.h
+++ b/sys/mips/include/vm.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/mips/include/vm.h,v 1.3.2.2.4.1 2012/03/03 06:15:13 kensmith Exp $
*/
#ifndef _MACHINE_VM_H_
diff --git a/sys/mips/include/vmparam.h b/sys/mips/include/vmparam.h
index 3050a9151ee0..6f4aaddd062f 100644
--- a/sys/mips/include/vmparam.h
+++ b/sys/mips/include/vmparam.h
@@ -37,7 +37,7 @@
* from: Utah Hdr: vmparam.h 1.16 91/01/18
* @(#)vmparam.h 8.2 (Berkeley) 4/22/94
* JNPR: vmparam.h,v 1.3.2.1 2007/09/10 06:01:28 girish
- * $FreeBSD$
+ * $FreeBSD: src/sys/mips/include/vmparam.h,v 1.1.2.2.4.1 2012/03/03 06:15:13 kensmith Exp $
*/
#ifndef _MACHINE_VMPARAM_H_