diff options
author | Ken Smith <kensmith@FreeBSD.org> | 2011-02-16 16:19:54 +0000 |
---|---|---|
committer | Ken Smith <kensmith@FreeBSD.org> | 2011-02-16 16:19:54 +0000 |
commit | cc28c79becc0c69f0d33337062166295c1f52d63 (patch) | |
tree | 027a1716b81de12e9d3735d93dcaf4b08ccb78af /sys/powerpc | |
parent | a92e32c6e92d43c510782860a055a2d736966c11 (diff) |
Diffstat (limited to 'sys/powerpc')
153 files changed, 151 insertions, 153 deletions
diff --git a/sys/powerpc/compile/.cvsignore b/sys/powerpc/compile/.cvsignore deleted file mode 100644 index 232298edb15f..000000000000 --- a/sys/powerpc/compile/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -[A-Za-z0-9]* diff --git a/sys/powerpc/conf/.cvsignore b/sys/powerpc/conf/.cvsignore deleted file mode 100644 index 232298edb15f..000000000000 --- a/sys/powerpc/conf/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -[A-Za-z0-9]* diff --git a/sys/powerpc/conf/DEFAULTS b/sys/powerpc/conf/DEFAULTS index 7204e8b23279..b1e888fe8b54 100644 --- a/sys/powerpc/conf/DEFAULTS +++ b/sys/powerpc/conf/DEFAULTS @@ -1,7 +1,7 @@ # # DEFAULTS -- Default kernel configuration file for FreeBSD/powerpc # -# $FreeBSD$ +# $FreeBSD: src/sys/powerpc/conf/DEFAULTS,v 1.9.2.2.4.1 2010/12/21 17:10:29 kensmith Exp $ machine powerpc diff --git a/sys/powerpc/conf/GENERIC b/sys/powerpc/conf/GENERIC index c470c290421f..256ef3eca845 100644 --- a/sys/powerpc/conf/GENERIC +++ b/sys/powerpc/conf/GENERIC @@ -16,7 +16,7 @@ # If you are in doubt as to the purpose or necessity of a line, check first # in NOTES. # -# $FreeBSD$ +# $FreeBSD: src/sys/powerpc/conf/GENERIC,v 1.71.2.11.4.1 2010/12/21 17:10:29 kensmith Exp $ cpu OEA ident GENERIC diff --git a/sys/powerpc/conf/GENERIC.hints b/sys/powerpc/conf/GENERIC.hints index e8c0da7a1d7e..3c88f2618cec 100644 --- a/sys/powerpc/conf/GENERIC.hints +++ b/sys/powerpc/conf/GENERIC.hints @@ -1 +1 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/powerpc/conf/GENERIC.hints,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ diff --git a/sys/powerpc/conf/MAC b/sys/powerpc/conf/MAC index 862638397da7..99fd94ca9d53 100644 --- a/sys/powerpc/conf/MAC +++ b/sys/powerpc/conf/MAC @@ -8,7 +8,7 @@ # # http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/mac.html # -# $FreeBSD$ +# $FreeBSD: src/sys/powerpc/conf/MAC,v 1.1.12.1 2010/12/21 17:10:29 kensmith Exp $ include GENERIC ident MAC diff --git a/sys/powerpc/conf/Makefile b/sys/powerpc/conf/Makefile index 2c006e9c2c80..fd19c1c4fd20 100644 --- a/sys/powerpc/conf/Makefile +++ b/sys/powerpc/conf/Makefile @@ -1,3 +1,3 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/powerpc/conf/Makefile,v 1.1.16.1 2010/12/21 17:10:29 kensmith Exp $ .include "${.CURDIR}/../../conf/makeLINT.mk" diff --git a/sys/powerpc/conf/NOTES b/sys/powerpc/conf/NOTES index 420ad690c629..bcb9591281f0 100644 --- a/sys/powerpc/conf/NOTES +++ b/sys/powerpc/conf/NOTES @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/powerpc/conf/NOTES,v 1.9.2.2.8.1 2010/12/21 17:10:29 kensmith Exp $ # # This file contains machine dependent kernel configuration notes. For # machine independent notes, look in /sys/conf/NOTES. diff --git a/sys/powerpc/include/_bus.h b/sys/powerpc/include/_bus.h index 5561ce734127..da932d485f5a 100644 --- a/sys/powerpc/include/_bus.h +++ b/sys/powerpc/include/_bus.h @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/_bus.h,v 1.1.24.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef POWERPC_INCLUDE__BUS_H diff --git a/sys/powerpc/include/_inttypes.h b/sys/powerpc/include/_inttypes.h index ca70a7a95785..09d1dfe4d57a 100644 --- a/sys/powerpc/include/_inttypes.h +++ b/sys/powerpc/include/_inttypes.h @@ -27,7 +27,7 @@ * POSSIBILITY OF SUCH DAMAGE. * * From: $NetBSD: int_fmtio.h,v 1.2 2001/04/26 16:25:21 kleink Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/_inttypes.h,v 1.2.16.1.2.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _MACHINE_INTTYPES_H_ diff --git a/sys/powerpc/include/_limits.h b/sys/powerpc/include/_limits.h index 76e73544de64..57828f17815b 100644 --- a/sys/powerpc/include/_limits.h +++ b/sys/powerpc/include/_limits.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)limits.h 8.3 (Berkeley) 1/4/94 - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/_limits.h,v 1.29.14.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _MACHINE__LIMITS_H_ diff --git a/sys/powerpc/include/_stdint.h b/sys/powerpc/include/_stdint.h index 0d8aedfff5d6..0bea79ab1a84 100644 --- a/sys/powerpc/include/_stdint.h +++ b/sys/powerpc/include/_stdint.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/powerpc/include/_stdint.h,v 1.2.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _MACHINE__STDINT_H_ diff --git a/sys/powerpc/include/_types.h b/sys/powerpc/include/_types.h index c6babcf4a108..2ebad7b2240b 100644 --- a/sys/powerpc/include/_types.h +++ b/sys/powerpc/include/_types.h @@ -33,7 +33,7 @@ * * From: @(#)ansi.h 8.2 (Berkeley) 1/4/94 * From: @(#)types.h 8.3 (Berkeley) 1/5/94 - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/_types.h,v 1.7.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _MACHINE__TYPES_H_ diff --git a/sys/powerpc/include/altivec.h b/sys/powerpc/include/altivec.h index ba16a0bd19f3..3712a64dda82 100644 --- a/sys/powerpc/include/altivec.h +++ b/sys/powerpc/include/altivec.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/powerpc/include/altivec.h,v 1.1.2.1.6.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _MACHINE_ALTIVEC_H_ diff --git a/sys/powerpc/include/asm.h b/sys/powerpc/include/asm.h index 34d8ad65e8d7..c7d3b6299cc6 100644 --- a/sys/powerpc/include/asm.h +++ b/sys/powerpc/include/asm.h @@ -29,7 +29,7 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * $NetBSD: asm.h,v 1.6.18.1 2000/07/25 08:37:14 kleink Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/asm.h,v 1.10.24.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _MACHINE_ASM_H_ diff --git a/sys/powerpc/include/atomic.h b/sys/powerpc/include/atomic.h index d515a6a571ce..e543a100b0b0 100644 --- a/sys/powerpc/include/atomic.h +++ b/sys/powerpc/include/atomic.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/powerpc/include/atomic.h,v 1.15.2.1.8.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _MACHINE_ATOMIC_H_ diff --git a/sys/powerpc/include/bat.h b/sys/powerpc/include/bat.h index 27c6d5a895f6..9843995b73e9 100644 --- a/sys/powerpc/include/bat.h +++ b/sys/powerpc/include/bat.h @@ -65,7 +65,7 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * $NetBSD: bat.h,v 1.2 1999/12/18 01:36:06 thorpej Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/bat.h,v 1.2.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _MACHINE_BAT_H_ diff --git a/sys/powerpc/include/bootinfo.h b/sys/powerpc/include/bootinfo.h index aa967ac59689..ab3e5b5d4a07 100644 --- a/sys/powerpc/include/bootinfo.h +++ b/sys/powerpc/include/bootinfo.h @@ -24,7 +24,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/bootinfo.h,v 1.9.24.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/sys/powerpc/include/bus.h b/sys/powerpc/include/bus.h index 7460d130f70e..f4fe73b47bf7 100644 --- a/sys/powerpc/include/bus.h +++ b/sys/powerpc/include/bus.h @@ -66,7 +66,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * $NetBSD: bus.h,v 1.9.4.1 2000/06/30 16:27:30 simonb Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/bus.h,v 1.19.12.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _MACPPC_BUS_H_ diff --git a/sys/powerpc/include/bus_dma.h b/sys/powerpc/include/bus_dma.h index d10a0557bc6b..c9386b6d2f1a 100644 --- a/sys/powerpc/include/bus_dma.h +++ b/sys/powerpc/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/powerpc/include/bus_dma.h,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _POWERPC_BUS_DMA_H_ #define _POWERPC_BUS_DMA_H_ diff --git a/sys/powerpc/include/clock.h b/sys/powerpc/include/clock.h index ead37ac149ab..bfa6f5aa02e3 100644 --- a/sys/powerpc/include/clock.h +++ b/sys/powerpc/include/clock.h @@ -3,7 +3,7 @@ * Garrett Wollman, September 1994. * This file is in the public domain. * - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/clock.h,v 1.13.12.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _MACHINE_CLOCK_H_ diff --git a/sys/powerpc/include/cpu.h b/sys/powerpc/include/cpu.h index a8fea27d3dca..fd5e23043ef8 100644 --- a/sys/powerpc/include/cpu.h +++ b/sys/powerpc/include/cpu.h @@ -29,7 +29,7 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * $NetBSD: cpu.h,v 1.11 2000/05/26 21:19:53 thorpej Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/cpu.h,v 1.21.12.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _MACHINE_CPU_H_ diff --git a/sys/powerpc/include/cpufunc.h b/sys/powerpc/include/cpufunc.h index f02ff3bd55a3..4a4097a80c00 100644 --- a/sys/powerpc/include/cpufunc.h +++ b/sys/powerpc/include/cpufunc.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/powerpc/include/cpufunc.h,v 1.21.24.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _MACHINE_CPUFUNC_H_ diff --git a/sys/powerpc/include/db_machdep.h b/sys/powerpc/include/db_machdep.h index 8873d43ac8bd..d5b0e7aa9b26 100644 --- a/sys/powerpc/include/db_machdep.h +++ b/sys/powerpc/include/db_machdep.h @@ -25,7 +25,7 @@ * * $OpenBSD: db_machdep.h,v 1.2 1997/03/21 00:48:48 niklas Exp $ * $NetBSD: db_machdep.h,v 1.4.22.1 2000/08/05 11:10:43 wiz Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/db_machdep.h,v 1.8.26.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/sys/powerpc/include/dbdma.h b/sys/powerpc/include/dbdma.h index 2095ad3cd73c..7847bb4820c5 100644 --- a/sys/powerpc/include/dbdma.h +++ b/sys/powerpc/include/dbdma.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/powerpc/include/dbdma.h,v 1.1.2.2.8.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _MACHINE_DBDMA_H_ diff --git a/sys/powerpc/include/elf.h b/sys/powerpc/include/elf.h index e01488dcc0c4..a05073fe8c6c 100644 --- a/sys/powerpc/include/elf.h +++ b/sys/powerpc/include/elf.h @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/elf.h,v 1.8.2.3.4.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _MACHINE_ELF_H_ diff --git a/sys/powerpc/include/endian.h b/sys/powerpc/include/endian.h index bc96b9e4fc81..e24f0c64bb22 100644 --- a/sys/powerpc/include/endian.h +++ b/sys/powerpc/include/endian.h @@ -28,7 +28,7 @@ * * @(#)endian.h 8.1 (Berkeley) 6/10/93 * $NetBSD: endian.h,v 1.7 1999/08/21 05:53:51 simonb Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/endian.h,v 1.14.24.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _MACHINE_ENDIAN_H_ diff --git a/sys/powerpc/include/exec.h b/sys/powerpc/include/exec.h index f5a2bb26f61f..fd283a48b848 100644 --- a/sys/powerpc/include/exec.h +++ b/sys/powerpc/include/exec.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/powerpc/include/exec.h,v 1.3.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _MACHINE_EXEC_H_ diff --git a/sys/powerpc/include/float.h b/sys/powerpc/include/float.h index 5ac715a04180..15a0b396ca0b 100644 --- a/sys/powerpc/include/float.h +++ b/sys/powerpc/include/float.h @@ -28,7 +28,7 @@ * * from: @(#)float.h 7.1 (Berkeley) 5/8/90 * from: FreeBSD: src/sys/i386/include/float.h,v 1.8 1999/08/28 00:44:11 - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/float.h,v 1.8.24.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _MACHINE_FLOAT_H_ diff --git a/sys/powerpc/include/floatingpoint.h b/sys/powerpc/include/floatingpoint.h index e62e47415a74..b02f7bf046a8 100644 --- a/sys/powerpc/include/floatingpoint.h +++ b/sys/powerpc/include/floatingpoint.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/powerpc/include/floatingpoint.h,v 1.2.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _FLOATINGPOINT_H_ diff --git a/sys/powerpc/include/fpu.h b/sys/powerpc/include/fpu.h index d712b9458903..fab2e739facb 100644 --- a/sys/powerpc/include/fpu.h +++ b/sys/powerpc/include/fpu.h @@ -29,7 +29,7 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * $NetBSD: fpu.h,v 1.2 1999/12/07 15:14:56 danw Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/fpu.h,v 1.3.28.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _MACHINE_FPU_H_ diff --git a/sys/powerpc/include/frame.h b/sys/powerpc/include/frame.h index 09b7a9517771..000b548b5b1f 100644 --- a/sys/powerpc/include/frame.h +++ b/sys/powerpc/include/frame.h @@ -29,7 +29,7 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * $NetBSD: frame.h,v 1.2 1999/01/10 10:13:15 tsubai Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/frame.h,v 1.12.12.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _MACHINE_FRAME_H_ diff --git a/sys/powerpc/include/gdb_machdep.h b/sys/powerpc/include/gdb_machdep.h index e8c5055fdf5a..1e7e83a785cd 100644 --- a/sys/powerpc/include/gdb_machdep.h +++ b/sys/powerpc/include/gdb_machdep.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/powerpc/include/gdb_machdep.h,v 1.1.12.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _MACHINE_GDB_MACHDEP_H_ diff --git a/sys/powerpc/include/hid.h b/sys/powerpc/include/hid.h index 3739839af252..c912f4100d92 100644 --- a/sys/powerpc/include/hid.h +++ b/sys/powerpc/include/hid.h @@ -24,7 +24,7 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * $NetBSD: hid.h,v 1.2 2001/08/22 21:05:25 matt Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/hid.h,v 1.3.24.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _POWERPC_HID_H_ diff --git a/sys/powerpc/include/ieee.h b/sys/powerpc/include/ieee.h index 793012de4435..a00adf3c7f4c 100644 --- a/sys/powerpc/include/ieee.h +++ b/sys/powerpc/include/ieee.h @@ -37,7 +37,7 @@ * * @(#)ieee.h 8.1 (Berkeley) 6/11/93 * from: NetBSD: ieee.h,v 1.1.1.1 1998/06/20 04:58:51 eeh Exp - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/ieee.h,v 1.3.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _MACHINE_IEEE_H_ diff --git a/sys/powerpc/include/ieeefp.h b/sys/powerpc/include/ieeefp.h index 820fffe1cd9c..d45051a48c52 100644 --- a/sys/powerpc/include/ieeefp.h +++ b/sys/powerpc/include/ieeefp.h @@ -2,7 +2,7 @@ * Written by J.T. Conklin, Apr 6, 1995 * Public domain. * $NetBSD: ieeefp.h,v 1.2 1999/07/07 01:52:26 danw Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/ieeefp.h,v 1.2.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _MACHINE_IEEEFP_H_ diff --git a/sys/powerpc/include/in_cksum.h b/sys/powerpc/include/in_cksum.h index 09920062a0ae..6aaced72336e 100644 --- a/sys/powerpc/include/in_cksum.h +++ b/sys/powerpc/include/in_cksum.h @@ -29,7 +29,7 @@ * from tahoe: in_cksum.c 1.2 86/01/05 * 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 - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/in_cksum.h,v 1.3.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _MACHINE_IN_CKSUM_H_ diff --git a/sys/powerpc/include/intr.h b/sys/powerpc/include/intr.h index 8bc417c6a9bd..96ae3d8d19aa 100644 --- a/sys/powerpc/include/intr.h +++ b/sys/powerpc/include/intr.h @@ -34,7 +34,7 @@ * POSSIBILITY OF SUCH DAMAGE. * * $NetBSD: intr.h,v 1.6 2000/02/11 13:15:44 tsubai Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/intr.h,v 1.4.30.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _MACPPC_INTR_H_ diff --git a/sys/powerpc/include/intr_machdep.h b/sys/powerpc/include/intr_machdep.h index 25f47f0301c8..a836594f3781 100644 --- a/sys/powerpc/include/intr_machdep.h +++ b/sys/powerpc/include/intr_machdep.h @@ -22,7 +22,7 @@ * 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/powerpc/include/intr_machdep.h,v 1.9.12.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _MACHINE_INTR_MACHDEP_H_ diff --git a/sys/powerpc/include/kdb.h b/sys/powerpc/include/kdb.h index 2cb49a801b08..2d692c7c5c93 100644 --- a/sys/powerpc/include/kdb.h +++ b/sys/powerpc/include/kdb.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/powerpc/include/kdb.h,v 1.4.12.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _MACHINE_KDB_H_ diff --git a/sys/powerpc/include/limits.h b/sys/powerpc/include/limits.h index 35eea1f619de..e816c730b1d3 100644 --- a/sys/powerpc/include/limits.h +++ b/sys/powerpc/include/limits.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)limits.h 8.3 (Berkeley) 1/4/94 - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/limits.h,v 1.28.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _MACHINE_LIMITS_H_ diff --git a/sys/powerpc/include/md_var.h b/sys/powerpc/include/md_var.h index 567b190876b8..771ec5752100 100644 --- a/sys/powerpc/include/md_var.h +++ b/sys/powerpc/include/md_var.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/powerpc/include/md_var.h,v 1.29.2.1.10.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _MACHINE_MD_VAR_H_ diff --git a/sys/powerpc/include/memdev.h b/sys/powerpc/include/memdev.h index 69072d9889ca..661e1421dbdc 100644 --- a/sys/powerpc/include/memdev.h +++ b/sys/powerpc/include/memdev.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/powerpc/include/memdev.h,v 1.1.24.1 2010/12/21 17:10:29 kensmith Exp $ */ #define CDEV_MAJOR 2 diff --git a/sys/powerpc/include/metadata.h b/sys/powerpc/include/metadata.h index 124d46b1b551..cf64786c220a 100644 --- a/sys/powerpc/include/metadata.h +++ b/sys/powerpc/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/powerpc/include/metadata.h,v 1.3.24.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _MACHINE_METADATA_H_ diff --git a/sys/powerpc/include/mmuvar.h b/sys/powerpc/include/mmuvar.h index fc2f8d5c9ca5..53b9aa99f34b 100644 --- a/sys/powerpc/include/mmuvar.h +++ b/sys/powerpc/include/mmuvar.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/powerpc/include/mmuvar.h,v 1.1.12.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _MACHINE_MMUVAR_H_ diff --git a/sys/powerpc/include/mutex.h b/sys/powerpc/include/mutex.h index 0b7fe2633e26..d6eb8f24ffdb 100644 --- a/sys/powerpc/include/mutex.h +++ b/sys/powerpc/include/mutex.h @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * from BSDI $Id: mutex.h,v 2.7.2.35 2000/04/27 03:10:26 cp Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/mutex.h,v 1.28.30.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _MACHINE_MUTEX_H_ diff --git a/sys/powerpc/include/nexusvar.h b/sys/powerpc/include/nexusvar.h index df8a0f69b92c..5b2ecb34fabe 100644 --- a/sys/powerpc/include/nexusvar.h +++ b/sys/powerpc/include/nexusvar.h @@ -22,7 +22,7 @@ * 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. * - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/nexusvar.h,v 1.3.24.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _MACHINE_NEXUSVAR_H_ diff --git a/sys/powerpc/include/ofw_machdep.h b/sys/powerpc/include/ofw_machdep.h index bbb29c730a66..cb9f2128cacf 100644 --- a/sys/powerpc/include/ofw_machdep.h +++ b/sys/powerpc/include/ofw_machdep.h @@ -22,7 +22,7 @@ * 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. * - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/ofw_machdep.h,v 1.3.2.1.2.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _MACHINE_OFW_MACHDEP_H_ diff --git a/sys/powerpc/include/openpicreg.h b/sys/powerpc/include/openpicreg.h index 2fa393d20fd2..7907e801cc3d 100644 --- a/sys/powerpc/include/openpicreg.h +++ b/sys/powerpc/include/openpicreg.h @@ -24,7 +24,7 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * from NetBSD: openpicreg.h,v 1.3 2001/08/30 03:08:52 briggs Exp - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/openpicreg.h,v 1.3.30.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/sys/powerpc/include/openpicvar.h b/sys/powerpc/include/openpicvar.h index 081cf7aecfcf..01618d81b30f 100644 --- a/sys/powerpc/include/openpicvar.h +++ b/sys/powerpc/include/openpicvar.h @@ -22,7 +22,7 @@ * 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/powerpc/include/openpicvar.h,v 1.6.12.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _POWERPC_OPENPICVAR_H_ diff --git a/sys/powerpc/include/param.h b/sys/powerpc/include/param.h index 49df46656d34..7bf50fb8569b 100644 --- a/sys/powerpc/include/param.h +++ b/sys/powerpc/include/param.h @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * from: @(#)param.h 5.8 (Berkeley) 6/28/91 - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/param.h,v 1.16.2.3.4.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/sys/powerpc/include/pcb.h b/sys/powerpc/include/pcb.h index 18dd0ca9adc7..bc2cd57eb220 100644 --- a/sys/powerpc/include/pcb.h +++ b/sys/powerpc/include/pcb.h @@ -29,7 +29,7 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * $NetBSD: pcb.h,v 1.4 2000/06/04 11:57:17 tsubai Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/pcb.h,v 1.9.2.1.6.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _MACHINE_PCB_H_ diff --git a/sys/powerpc/include/pcpu.h b/sys/powerpc/include/pcpu.h index a2e3627fe55a..fdafad7426d5 100644 --- a/sys/powerpc/include/pcpu.h +++ b/sys/powerpc/include/pcpu.h @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/pcpu.h,v 1.24.2.2.6.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _MACHINE_PCPU_H_ diff --git a/sys/powerpc/include/pio.h b/sys/powerpc/include/pio.h index bf2cb5b67fcc..12b6be78f73d 100644 --- a/sys/powerpc/include/pio.h +++ b/sys/powerpc/include/pio.h @@ -30,7 +30,7 @@ * * $NetBSD: pio.h,v 1.1 1998/05/15 10:15:54 tsubai Exp $ * $OpenBSD: pio.h,v 1.1 1997/10/13 10:53:47 pefo Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/pio.h,v 1.2.24.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _MACHINE_PIO_H_ diff --git a/sys/powerpc/include/pmap.h b/sys/powerpc/include/pmap.h index 40bd8b5d91f6..b4896147f1e1 100644 --- a/sys/powerpc/include/pmap.h +++ b/sys/powerpc/include/pmap.h @@ -29,7 +29,7 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * $NetBSD: pmap.h,v 1.17 2000/03/30 16:18:24 jdolecek Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/pmap.h,v 1.20.2.1.4.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _MACHINE_PMAP_H_ diff --git a/sys/powerpc/include/pmc_mdep.h b/sys/powerpc/include/pmc_mdep.h index 81a41fdc0292..0e83daa5e5f8 100644 --- a/sys/powerpc/include/pmc_mdep.h +++ b/sys/powerpc/include/pmc_mdep.h @@ -1,7 +1,7 @@ /*- * This file is in the public domain. * - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/pmc_mdep.h,v 1.2.10.1.4.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _MACHINE_PMC_MDEP_H_ diff --git a/sys/powerpc/include/powerpc.h b/sys/powerpc/include/powerpc.h index 3de078899dd3..076048f9f2d9 100644 --- a/sys/powerpc/include/powerpc.h +++ b/sys/powerpc/include/powerpc.h @@ -29,7 +29,7 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * $NetBSD: powerpc.h,v 1.3 2000/06/01 00:49:59 matt Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/powerpc.h,v 1.6.24.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _MACHINE_POWERPC_H_ diff --git a/sys/powerpc/include/proc.h b/sys/powerpc/include/proc.h index c958fb76f0fb..71a2c87b8ad7 100644 --- a/sys/powerpc/include/proc.h +++ b/sys/powerpc/include/proc.h @@ -29,7 +29,7 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * $NetBSD: proc.h,v 1.2 1997/04/16 22:57:48 thorpej Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/proc.h,v 1.7.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _MACHINE_PROC_H_ diff --git a/sys/powerpc/include/profile.h b/sys/powerpc/include/profile.h index 96f3825e1dc4..eab4d01d1c25 100644 --- a/sys/powerpc/include/profile.h +++ b/sys/powerpc/include/profile.h @@ -26,7 +26,7 @@ * * from: NetBSD: profile.h,v 1.9 1997/04/06 08:47:37 cgd Exp * from: FreeBSD: src/sys/alpha/include/profile.h,v 1.4 1999/12/29 - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/profile.h,v 1.6.12.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _MACHINE_PROFILE_H_ diff --git a/sys/powerpc/include/psl.h b/sys/powerpc/include/psl.h index a7ab6f1354b3..2dca2d32faac 100644 --- a/sys/powerpc/include/psl.h +++ b/sys/powerpc/include/psl.h @@ -29,7 +29,7 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * $NetBSD: psl.h,v 1.5 2000/11/19 19:52:37 matt Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/psl.h,v 1.4.24.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _MACHINE_PSL_H_ diff --git a/sys/powerpc/include/pte.h b/sys/powerpc/include/pte.h index 391c82e45951..900180cc96c1 100644 --- a/sys/powerpc/include/pte.h +++ b/sys/powerpc/include/pte.h @@ -29,7 +29,7 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * $NetBSD: pte.h,v 1.2 1998/08/31 14:43:40 tsubai Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/pte.h,v 1.5.12.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _MACHINE_PTE_H_ diff --git a/sys/powerpc/include/ptrace.h b/sys/powerpc/include/ptrace.h index eef24f829b48..2f8736116317 100644 --- a/sys/powerpc/include/ptrace.h +++ b/sys/powerpc/include/ptrace.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)ptrace.h 8.1 (Berkeley) 6/11/93 - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/ptrace.h,v 1.13.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _MACHINE_PTRACE_H_ diff --git a/sys/powerpc/include/reg.h b/sys/powerpc/include/reg.h index 640365546e7c..c9d21ce22283 100644 --- a/sys/powerpc/include/reg.h +++ b/sys/powerpc/include/reg.h @@ -1,5 +1,5 @@ /* $NetBSD: reg.h,v 1.4 2000/06/04 09:30:44 tsubai Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/powerpc/include/reg.h,v 1.6.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _POWERPC_REG_H_ #define _POWERPC_REG_H_ diff --git a/sys/powerpc/include/reloc.h b/sys/powerpc/include/reloc.h index 0e4155dac4cf..e1f246e978de 100644 --- a/sys/powerpc/include/reloc.h +++ b/sys/powerpc/include/reloc.h @@ -26,5 +26,5 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/reloc.h,v 1.3.14.1 2010/12/21 17:10:29 kensmith Exp $ */ diff --git a/sys/powerpc/include/resource.h b/sys/powerpc/include/resource.h index edde5eb29908..13c6074f28a0 100644 --- a/sys/powerpc/include/resource.h +++ b/sys/powerpc/include/resource.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/powerpc/include/resource.h,v 1.4.26.1 2010/12/21 17:10:29 kensmith Exp $ */ /*- * Copyright 1998 Massachusetts Institute of Technology * diff --git a/sys/powerpc/include/runq.h b/sys/powerpc/include/runq.h index e906fa192c6c..b7d4a2a2fd54 100644 --- a/sys/powerpc/include/runq.h +++ b/sys/powerpc/include/runq.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/powerpc/include/runq.h,v 1.3.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _MACHINE_RUNQ_H_ diff --git a/sys/powerpc/include/sc_machdep.h b/sys/powerpc/include/sc_machdep.h index 4f3526fabcf0..f2b669685b9c 100644 --- a/sys/powerpc/include/sc_machdep.h +++ b/sys/powerpc/include/sc_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/powerpc/include/sc_machdep.h,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _MACHINE_SC_MACHDEP_H_ diff --git a/sys/powerpc/include/setjmp.h b/sys/powerpc/include/setjmp.h index e453044dbf3b..50f00f38b047 100644 --- a/sys/powerpc/include/setjmp.h +++ b/sys/powerpc/include/setjmp.h @@ -1,6 +1,6 @@ /*- * $NetBSD: setjmp.h,v 1.3 1998/09/16 23:51:27 thorpej Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/setjmp.h,v 1.4.32.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _MACHINE_SETJMP_H_ diff --git a/sys/powerpc/include/sf_buf.h b/sys/powerpc/include/sf_buf.h index 6997419c6423..dff8584bc6c0 100644 --- a/sys/powerpc/include/sf_buf.h +++ b/sys/powerpc/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/powerpc/include/sf_buf.h,v 1.2.24.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _MACHINE_SF_BUF_H_ diff --git a/sys/powerpc/include/sigframe.h b/sys/powerpc/include/sigframe.h index d0e886e9bc90..6f37a972e140 100644 --- a/sys/powerpc/include/sigframe.h +++ b/sys/powerpc/include/sigframe.h @@ -25,7 +25,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/powerpc/include/sigframe.h,v 1.4.32.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _MACHINE_SIGFRAME_H_ diff --git a/sys/powerpc/include/signal.h b/sys/powerpc/include/signal.h index ba0bee2b7797..ee8a03f0e462 100644 --- a/sys/powerpc/include/signal.h +++ b/sys/powerpc/include/signal.h @@ -29,7 +29,7 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * $NetBSD: signal.h,v 1.4 1998/09/14 02:48:34 thorpej Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/signal.h,v 1.6.14.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _MACHINE_SIGNAL_H_ diff --git a/sys/powerpc/include/smp.h b/sys/powerpc/include/smp.h index 15ec74ce8f80..ea951ee41f54 100644 --- a/sys/powerpc/include/smp.h +++ b/sys/powerpc/include/smp.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/powerpc/include/smp.h,v 1.1.30.1 2010/12/21 17:10:29 kensmith Exp $ */ /* * An empty file now, diff --git a/sys/powerpc/include/spr.h b/sys/powerpc/include/spr.h index f3919f1a550f..cc72b77d5bf6 100644 --- a/sys/powerpc/include/spr.h +++ b/sys/powerpc/include/spr.h @@ -31,7 +31,7 @@ * POSSIBILITY OF SUCH DAMAGE. * * $NetBSD: spr.h,v 1.25 2002/08/14 15:38:40 matt Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/spr.h,v 1.6.24.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _POWERPC_SPR_H_ #define _POWERPC_SPR_H_ diff --git a/sys/powerpc/include/sr.h b/sys/powerpc/include/sr.h index 2ef7b3585076..3aeeca3799c2 100644 --- a/sys/powerpc/include/sr.h +++ b/sys/powerpc/include/sr.h @@ -22,7 +22,7 @@ * 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/powerpc/include/sr.h,v 1.5.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _MACHINE_SR_H_ diff --git a/sys/powerpc/include/stack.h b/sys/powerpc/include/stack.h index c433a9fe09eb..bf80db1213a1 100644 --- a/sys/powerpc/include/stack.h +++ b/sys/powerpc/include/stack.h @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie Mellon * the rights to redistribute these changes. * - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/stack.h,v 1.1.2.1.8.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _MACHINE_STACK_H_ diff --git a/sys/powerpc/include/stdarg.h b/sys/powerpc/include/stdarg.h index e81aab30b5c0..2ced17464698 100644 --- a/sys/powerpc/include/stdarg.h +++ b/sys/powerpc/include/stdarg.h @@ -25,7 +25,7 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * $NetBSD: stdarg.h,v 1.5 2000/02/27 17:50:21 tsubai Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/stdarg.h,v 1.10.14.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _MACHINE_STDARG_H_ diff --git a/sys/powerpc/include/trap.h b/sys/powerpc/include/trap.h index 18778a84cf8c..5098e0f103e7 100644 --- a/sys/powerpc/include/trap.h +++ b/sys/powerpc/include/trap.h @@ -29,7 +29,7 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * $NetBSD: trap.h,v 1.7 2002/02/22 13:51:40 kleink Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/trap.h,v 1.5.12.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _POWERPC_TRAP_H_ diff --git a/sys/powerpc/include/ucontext.h b/sys/powerpc/include/ucontext.h index 58b6a80bd2ac..10ee63cdaea8 100644 --- a/sys/powerpc/include/ucontext.h +++ b/sys/powerpc/include/ucontext.h @@ -29,7 +29,7 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * $NetBSD: signal.h,v 1.4 1998/09/14 02:48:34 thorpej Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/ucontext.h,v 1.5.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _MACHINE_UCONTEXT_H_ diff --git a/sys/powerpc/include/varargs.h b/sys/powerpc/include/varargs.h index fed04c9463ed..611c29ea6953 100644 --- a/sys/powerpc/include/varargs.h +++ b/sys/powerpc/include/varargs.h @@ -25,7 +25,7 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * $NetBSD: varargs.h,v 1.5 2000/02/27 17:50:22 tsubai Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/varargs.h,v 1.6.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _MACHINE_VARARGS_H_ diff --git a/sys/powerpc/include/vm.h b/sys/powerpc/include/vm.h index c5a721d7756f..371f7ba79456 100644 --- a/sys/powerpc/include/vm.h +++ b/sys/powerpc/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/powerpc/include/vm.h,v 1.3.4.2.4.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _MACHINE_VM_H_ diff --git a/sys/powerpc/include/vmparam.h b/sys/powerpc/include/vmparam.h index 212624f984c9..96a0c7ace2f3 100644 --- a/sys/powerpc/include/vmparam.h +++ b/sys/powerpc/include/vmparam.h @@ -29,7 +29,7 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * $NetBSD: vmparam.h,v 1.11 2000/02/11 19:25:16 thorpej Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/vmparam.h,v 1.10.2.1.6.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _MACHINE_VMPARAM_H_ diff --git a/sys/powerpc/ofw/ofw_pci.c b/sys/powerpc/ofw/ofw_pci.c index ca4b36eb0456..828039df4526 100644 --- a/sys/powerpc/ofw/ofw_pci.c +++ b/sys/powerpc/ofw/ofw_pci.c @@ -28,7 +28,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * from NetBSD: pci_machdep.c,v 1.18 2001/07/22 11:29:48 wiz Exp - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/ofw/ofw_pci.c,v 1.5.24.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/param.h> diff --git a/sys/powerpc/ofw/ofw_pci.h b/sys/powerpc/ofw/ofw_pci.h index 8d78f9189e80..37f03908d6b0 100644 --- a/sys/powerpc/ofw/ofw_pci.h +++ b/sys/powerpc/ofw/ofw_pci.h @@ -22,7 +22,7 @@ * 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/powerpc/ofw/ofw_pci.h,v 1.2.24.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _POWERPC_OFW_PCI_H_ diff --git a/sys/powerpc/ofw/ofw_pcib_pci.c b/sys/powerpc/ofw/ofw_pcib_pci.c index 4cc73c4be34b..d3c8aa2e93ee 100644 --- a/sys/powerpc/ofw/ofw_pcib_pci.c +++ b/sys/powerpc/ofw/ofw_pcib_pci.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/ofw/ofw_pcib_pci.c,v 1.5.12.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/param.h> diff --git a/sys/powerpc/ofw/ofw_syscons.c b/sys/powerpc/ofw/ofw_syscons.c index 1296ea6be578..7d9677c6ea62 100644 --- a/sys/powerpc/ofw/ofw_syscons.c +++ b/sys/powerpc/ofw/ofw_syscons.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/powerpc/ofw/ofw_syscons.c,v 1.9.12.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/powerpc/ofw/ofw_syscons.h b/sys/powerpc/ofw/ofw_syscons.h index af33c52d6d81..25937bede718 100644 --- a/sys/powerpc/ofw/ofw_syscons.h +++ b/sys/powerpc/ofw/ofw_syscons.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/powerpc/ofw/ofw_syscons.h,v 1.4.24.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _OFW_SYSCONS_H_ diff --git a/sys/powerpc/powermac/ata_kauai.c b/sys/powerpc/powermac/ata_kauai.c index 141f56ec7071..770a7ac491e5 100644 --- a/sys/powerpc/powermac/ata_kauai.c +++ b/sys/powerpc/powermac/ata_kauai.c @@ -26,7 +26,7 @@ * */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/powerpc/powermac/ata_kauai.c,v 1.13.24.1 2010/12/21 17:10:29 kensmith Exp $"); /* * Mac 'Kauai' PCI ATA controller diff --git a/sys/powerpc/powermac/ata_macio.c b/sys/powerpc/powermac/ata_macio.c index f582a5ceef88..1ea6355a791c 100644 --- a/sys/powerpc/powermac/ata_macio.c +++ b/sys/powerpc/powermac/ata_macio.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/powermac/ata_macio.c,v 1.19.24.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/sys/powerpc/powermac/dbdma.c b/sys/powerpc/powermac/dbdma.c index 117260687a36..f5d0585228d5 100644 --- a/sys/powerpc/powermac/dbdma.c +++ b/sys/powerpc/powermac/dbdma.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/powerpc/powermac/dbdma.c,v 1.1.2.2.8.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/powerpc/powermac/dbdmavar.h b/sys/powerpc/powermac/dbdmavar.h index 2916b6a04e45..9225a9fc8a13 100644 --- a/sys/powerpc/powermac/dbdmavar.h +++ b/sys/powerpc/powermac/dbdmavar.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/powerpc/powermac/dbdmavar.h,v 1.1.2.2.8.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _POWERPC_POWERMAC_DBDMAVAR_H_ diff --git a/sys/powerpc/powermac/grackle.c b/sys/powerpc/powermac/grackle.c index f606b655582d..c8415c537e0d 100644 --- a/sys/powerpc/powermac/grackle.c +++ b/sys/powerpc/powermac/grackle.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/powermac/grackle.c,v 1.9.12.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/param.h> diff --git a/sys/powerpc/powermac/gracklevar.h b/sys/powerpc/powermac/gracklevar.h index bb5b150e074a..86b2b7fc54b1 100644 --- a/sys/powerpc/powermac/gracklevar.h +++ b/sys/powerpc/powermac/gracklevar.h @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/powermac/gracklevar.h,v 1.2.24.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _POWERPC_POWERMAC_GRACKLEVAR_H_ diff --git a/sys/powerpc/powermac/hrowpic.c b/sys/powerpc/powermac/hrowpic.c index cf8a4624b58f..0dbee65a1fa9 100644 --- a/sys/powerpc/powermac/hrowpic.c +++ b/sys/powerpc/powermac/hrowpic.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/powermac/hrowpic.c,v 1.13.12.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/sys/powerpc/powermac/hrowpicvar.h b/sys/powerpc/powermac/hrowpicvar.h index ac643f574d48..a4e500f77db2 100644 --- a/sys/powerpc/powermac/hrowpicvar.h +++ b/sys/powerpc/powermac/hrowpicvar.h @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/powermac/hrowpicvar.h,v 1.3.14.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _POWERPC_POWERMAC_HROWPICVAR_H_ diff --git a/sys/powerpc/powermac/macio.c b/sys/powerpc/powermac/macio.c index 5b56667c597b..9d7786c969dc 100644 --- a/sys/powerpc/powermac/macio.c +++ b/sys/powerpc/powermac/macio.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/powermac/macio.c,v 1.20.2.1.8.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/sys/powerpc/powermac/maciovar.h b/sys/powerpc/powermac/maciovar.h index c1ff391f90dc..b353fdc2d3ef 100644 --- a/sys/powerpc/powermac/maciovar.h +++ b/sys/powerpc/powermac/maciovar.h @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/powermac/maciovar.h,v 1.7.2.1.8.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _MACIO_MACIOVAR_H_ diff --git a/sys/powerpc/powermac/openpic_macio.c b/sys/powerpc/powermac/openpic_macio.c index 822804e1c2ce..6b7bced0ebbc 100644 --- a/sys/powerpc/powermac/openpic_macio.c +++ b/sys/powerpc/powermac/openpic_macio.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/powerpc/powermac/openpic_macio.c,v 1.10.12.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/powerpc/powermac/pswitch.c b/sys/powerpc/powermac/pswitch.c index 676756b63cec..be11197c5885 100644 --- a/sys/powerpc/powermac/pswitch.c +++ b/sys/powerpc/powermac/pswitch.c @@ -22,7 +22,7 @@ * 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/powerpc/powermac/pswitch.c,v 1.6.2.1.8.1 2010/12/21 17:10:29 kensmith Exp $ */ #include "opt_ddb.h" diff --git a/sys/powerpc/powermac/uninorth.c b/sys/powerpc/powermac/uninorth.c index f3b0996e5ea0..a195f6435783 100644 --- a/sys/powerpc/powermac/uninorth.c +++ b/sys/powerpc/powermac/uninorth.c @@ -22,7 +22,7 @@ * 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/powerpc/powermac/uninorth.c,v 1.16.12.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/param.h> diff --git a/sys/powerpc/powermac/uninorthvar.h b/sys/powerpc/powermac/uninorthvar.h index d2ee8d793e3c..6d727dfd826d 100644 --- a/sys/powerpc/powermac/uninorthvar.h +++ b/sys/powerpc/powermac/uninorthvar.h @@ -22,7 +22,7 @@ * 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/powerpc/powermac/uninorthvar.h,v 1.4.24.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _POWERPC_POWERMAC_UNINORTHVAR_H_ diff --git a/sys/powerpc/powerpc/altivec.c b/sys/powerpc/powerpc/altivec.c index eeec2bb3f860..abfcd3834ca9 100644 --- a/sys/powerpc/powerpc/altivec.c +++ b/sys/powerpc/powerpc/altivec.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/powerpc/powerpc/altivec.c,v 1.1.2.1.6.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/proc.h> diff --git a/sys/powerpc/powerpc/atomic.S b/sys/powerpc/powerpc/atomic.S index c6f669a6670b..d24afd762029 100644 --- a/sys/powerpc/powerpc/atomic.S +++ b/sys/powerpc/powerpc/atomic.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/powerpc/powerpc/atomic.S,v 1.3.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <machine/asm.h> diff --git a/sys/powerpc/powerpc/autoconf.c b/sys/powerpc/powerpc/autoconf.c index 644932304182..57b4f14dad20 100644 --- a/sys/powerpc/powerpc/autoconf.c +++ b/sys/powerpc/powerpc/autoconf.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/powerpc/powerpc/autoconf.c,v 1.16.12.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/powerpc/powerpc/bcopy.c b/sys/powerpc/powerpc/bcopy.c index af9e3bfd82db..64e01c10d21c 100644 --- a/sys/powerpc/powerpc/bcopy.c +++ b/sys/powerpc/powerpc/bcopy.c @@ -39,7 +39,7 @@ 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 <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/powerpc/powerpc/bcopy.c,v 1.5.26.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #ifdef _KERNEL diff --git a/sys/powerpc/powerpc/busdma_machdep.c b/sys/powerpc/powerpc/busdma_machdep.c index 5f4ad44c37bd..9433cb189e0b 100644 --- a/sys/powerpc/powerpc/busdma_machdep.c +++ b/sys/powerpc/powerpc/busdma_machdep.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/powerpc/powerpc/busdma_machdep.c,v 1.28.12.1 2010/12/21 17:10:29 kensmith Exp $"); /* * MacPPC bus dma support routines diff --git a/sys/powerpc/powerpc/clock.c b/sys/powerpc/powerpc/clock.c index 0c01cf048911..2e181f95208c 100644 --- a/sys/powerpc/powerpc/clock.c +++ b/sys/powerpc/powerpc/clock.c @@ -56,7 +56,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/powerpc/powerpc/clock.c,v 1.28.2.1.10.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/powerpc/powerpc/copyinout.c b/sys/powerpc/powerpc/copyinout.c index 4e9f77746f1a..33d3cb217496 100644 --- a/sys/powerpc/powerpc/copyinout.c +++ b/sys/powerpc/powerpc/copyinout.c @@ -54,7 +54,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/powerpc/powerpc/copyinout.c,v 1.15.12.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/powerpc/powerpc/copystr.c b/sys/powerpc/powerpc/copystr.c index 1a159d87185b..63fd763a2982 100644 --- a/sys/powerpc/powerpc/copystr.c +++ b/sys/powerpc/powerpc/copystr.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/powerpc/powerpc/copystr.c,v 1.2.30.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/errno.h> diff --git a/sys/powerpc/powerpc/cpu.c b/sys/powerpc/powerpc/cpu.c index d942af6d4279..4161d2069c26 100644 --- a/sys/powerpc/powerpc/cpu.c +++ b/sys/powerpc/powerpc/cpu.c @@ -55,7 +55,7 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * from $NetBSD: cpu_subr.c,v 1.1 2003/02/03 17:10:09 matt Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/powerpc/cpu.c,v 1.9.12.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/param.h> diff --git a/sys/powerpc/powerpc/db_disasm.c b/sys/powerpc/powerpc/db_disasm.c index 67f90d254401..52c5c7ccdefe 100644 --- a/sys/powerpc/powerpc/db_disasm.c +++ b/sys/powerpc/powerpc/db_disasm.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/powerpc/powerpc/db_disasm.c,v 1.2.32.1 2010/12/21 17:10:29 kensmith Exp $ */ /* $NetBSD: db_disasm.c,v 1.12 2002/01/05 22:07:26 jhawk Exp $ */ /* $OpenBSD: db_disasm.c,v 1.2 1996/12/28 06:21:48 rahnds Exp $ */ diff --git a/sys/powerpc/powerpc/db_hwwatch.c b/sys/powerpc/powerpc/db_hwwatch.c index a5b0a69f5a91..cbe6c2061d94 100644 --- a/sys/powerpc/powerpc/db_hwwatch.c +++ b/sys/powerpc/powerpc/db_hwwatch.c @@ -22,7 +22,7 @@ * 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/powerpc/powerpc/db_hwwatch.c,v 1.3.14.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/param.h> diff --git a/sys/powerpc/powerpc/db_interface.c b/sys/powerpc/powerpc/db_interface.c index 3dae648d05fe..cb3ffa829874 100644 --- a/sys/powerpc/powerpc/db_interface.c +++ b/sys/powerpc/powerpc/db_interface.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/powerpc/powerpc/db_interface.c,v 1.7.12.1 2010/12/21 17:10:29 kensmith Exp $ */ /* $NetBSD: db_interface.c,v 1.20 2002/05/13 20:30:09 matt Exp $ */ /* $OpenBSD: db_interface.c,v 1.2 1996/12/28 06:21:50 rahnds Exp $ */ diff --git a/sys/powerpc/powerpc/db_memrw.c b/sys/powerpc/powerpc/db_memrw.c index e27bc67fafe5..740331537801 100644 --- a/sys/powerpc/powerpc/db_memrw.c +++ b/sys/powerpc/powerpc/db_memrw.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/powerpc/powerpc/db_memrw.c,v 1.4.24.1 2010/12/21 17:10:29 kensmith Exp $ */ /* $NetBSD: db_memrw.c,v 1.5 2001/12/27 10:25:41 dbj Exp $ */ /* $OpenBSD: db_memrw.c,v 1.2 1996/12/28 06:21:52 rahnds Exp $ */ diff --git a/sys/powerpc/powerpc/db_trace.c b/sys/powerpc/powerpc/db_trace.c index 3fdfc76efff7..88eb44644aec 100644 --- a/sys/powerpc/powerpc/db_trace.c +++ b/sys/powerpc/powerpc/db_trace.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/powerpc/powerpc/db_trace.c,v 1.13.2.1.8.1 2010/12/21 17:10:29 kensmith Exp $ */ /* $NetBSD: db_trace.c,v 1.20 2002/05/13 20:30:09 matt Exp $ */ /* $OpenBSD: db_trace.c,v 1.3 1997/03/21 02:10:48 niklas Exp $ */ diff --git a/sys/powerpc/powerpc/elf_machdep.c b/sys/powerpc/powerpc/elf_machdep.c index 4e597bdb3fa3..3d635d3903b1 100644 --- a/sys/powerpc/powerpc/elf_machdep.c +++ b/sys/powerpc/powerpc/elf_machdep.c @@ -22,7 +22,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/powerpc/powerpc/elf_machdep.c,v 1.24.2.3.4.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/param.h> diff --git a/sys/powerpc/powerpc/fpu.c b/sys/powerpc/powerpc/fpu.c index c4cc326da431..881a49d6f9dd 100644 --- a/sys/powerpc/powerpc/fpu.c +++ b/sys/powerpc/powerpc/fpu.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/powerpc/powerpc/fpu.c,v 1.7.26.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/proc.h> diff --git a/sys/powerpc/powerpc/fuswintr.c b/sys/powerpc/powerpc/fuswintr.c index cb5abb7b9a18..0880f84549a1 100644 --- a/sys/powerpc/powerpc/fuswintr.c +++ b/sys/powerpc/powerpc/fuswintr.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/powerpc/powerpc/fuswintr.c,v 1.3.30.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/powerpc/powerpc/gdb_machdep.c b/sys/powerpc/powerpc/gdb_machdep.c index 5fbb74427391..ea63328dec69 100644 --- a/sys/powerpc/powerpc/gdb_machdep.c +++ b/sys/powerpc/powerpc/gdb_machdep.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/powerpc/powerpc/gdb_machdep.c,v 1.1.12.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/powerpc/powerpc/genassym.c b/sys/powerpc/powerpc/genassym.c index aa68d6c4a8cf..8aef19dfefaf 100644 --- a/sys/powerpc/powerpc/genassym.c +++ b/sys/powerpc/powerpc/genassym.c @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * from: @(#)genassym.c 5.11 (Berkeley) 5/10/91 - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/powerpc/genassym.c,v 1.58.2.1.6.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/param.h> diff --git a/sys/powerpc/powerpc/in_cksum.c b/sys/powerpc/powerpc/in_cksum.c index a65ed7dddfbe..21e82217a5c7 100644 --- a/sys/powerpc/powerpc/in_cksum.c +++ b/sys/powerpc/powerpc/in_cksum.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/powerpc/powerpc/in_cksum.c,v 1.3.26.1 2010/12/21 17:10:29 kensmith Exp $ */ /* $NetBSD: in_cksum.c,v 1.7 1997/09/02 13:18:15 thorpej Exp $ */ /*- diff --git a/sys/powerpc/powerpc/interrupt.c b/sys/powerpc/powerpc/interrupt.c index ff77fc8dc074..80a8f9fafc77 100644 --- a/sys/powerpc/powerpc/interrupt.c +++ b/sys/powerpc/powerpc/interrupt.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/powerpc/interrupt.c,v 1.8.12.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/sys/powerpc/powerpc/intr_machdep.c b/sys/powerpc/powerpc/intr_machdep.c index 1d58a2d2dfc0..11278707e7f6 100644 --- a/sys/powerpc/powerpc/intr_machdep.c +++ b/sys/powerpc/powerpc/intr_machdep.c @@ -57,7 +57,7 @@ * from: @(#)isa.c 7.2 (Berkeley) 5/13/91 * form: src/sys/i386/isa/intr_machdep.c,v 1.57 2001/07/20 * - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/powerpc/intr_machdep.c,v 1.13.2.5.4.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/param.h> diff --git a/sys/powerpc/powerpc/locore.S b/sys/powerpc/powerpc/locore.S index 1a3c0bbaceeb..b1019d1a316e 100644 --- a/sys/powerpc/powerpc/locore.S +++ b/sys/powerpc/powerpc/locore.S @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/powerpc/powerpc/locore.S,v 1.22.12.1 2010/12/21 17:10:29 kensmith Exp $ */ /* $NetBSD: locore.S,v 1.24 2000/05/31 05:09:17 thorpej Exp $ */ /*- diff --git a/sys/powerpc/powerpc/machdep.c b/sys/powerpc/powerpc/machdep.c index 80136c0e476a..58ea640b6b8d 100644 --- a/sys/powerpc/powerpc/machdep.c +++ b/sys/powerpc/powerpc/machdep.c @@ -55,7 +55,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/powerpc/powerpc/machdep.c,v 1.103.2.5.6.1 2010/12/21 17:10:29 kensmith Exp $"); #include "opt_compat.h" #include "opt_ddb.h" diff --git a/sys/powerpc/powerpc/mem.c b/sys/powerpc/powerpc/mem.c index 340fa82a8eb5..669728afd518 100644 --- a/sys/powerpc/powerpc/mem.c +++ b/sys/powerpc/powerpc/mem.c @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/powerpc/powerpc/mem.c,v 1.2.12.1 2010/12/21 17:10:29 kensmith Exp $"); /* * Memory special file diff --git a/sys/powerpc/powerpc/mmu_if.m b/sys/powerpc/powerpc/mmu_if.m index 0fc546fb14b2..907308fce0f4 100644 --- a/sys/powerpc/powerpc/mmu_if.m +++ b/sys/powerpc/powerpc/mmu_if.m @@ -23,7 +23,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/sys/powerpc/powerpc/mmu_if.m,v 1.7.12.1 2010/12/21 17:10:29 kensmith Exp $ # #include <sys/param.h> diff --git a/sys/powerpc/powerpc/mmu_oea.c b/sys/powerpc/powerpc/mmu_oea.c index 6c284d00ad15..db6077b732b5 100644 --- a/sys/powerpc/powerpc/mmu_oea.c +++ b/sys/powerpc/powerpc/mmu_oea.c @@ -91,7 +91,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/powerpc/powerpc/mmu_oea.c,v 1.115.2.1.6.1 2010/12/21 17:10:29 kensmith Exp $"); /* * Manages physical address maps. diff --git a/sys/powerpc/powerpc/mp_machdep.c b/sys/powerpc/powerpc/mp_machdep.c index f76eedf58e3a..e3baf2dffb15 100644 --- a/sys/powerpc/powerpc/mp_machdep.c +++ b/sys/powerpc/powerpc/mp_machdep.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/powerpc/mp_machdep.c,v 1.13.12.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/param.h> diff --git a/sys/powerpc/powerpc/nexus.c b/sys/powerpc/powerpc/nexus.c index e31ef61a813c..16f20aa8fb68 100644 --- a/sys/powerpc/powerpc/nexus.c +++ b/sys/powerpc/powerpc/nexus.c @@ -52,7 +52,7 @@ * * from: FreeBSD: src/sys/i386/i386/nexus.c,v 1.43 2001/02/09 * - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/powerpc/nexus.c,v 1.15.12.1 2010/12/21 17:10:29 kensmith Exp $ */ #include "opt_psim.h" diff --git a/sys/powerpc/powerpc/ofw_machdep.c b/sys/powerpc/powerpc/ofw_machdep.c index d63236f9bda8..e3097e346651 100644 --- a/sys/powerpc/powerpc/ofw_machdep.c +++ b/sys/powerpc/powerpc/ofw_machdep.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/powerpc/powerpc/ofw_machdep.c,v 1.17.12.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/bus.h> diff --git a/sys/powerpc/powerpc/ofwmagic.S b/sys/powerpc/powerpc/ofwmagic.S index 55af6d254440..9d142244039c 100644 --- a/sys/powerpc/powerpc/ofwmagic.S +++ b/sys/powerpc/powerpc/ofwmagic.S @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/powerpc/powerpc/ofwmagic.S,v 1.3.24.1 2010/12/21 17:10:29 kensmith Exp $ */ /* $NetBSD: ofwmagic.S,v 1.2 1997/10/09 08:38:18 jtc Exp $ */ /*- diff --git a/sys/powerpc/powerpc/openpic.c b/sys/powerpc/powerpc/openpic.c index c6a086380eb9..8dbfb193577d 100644 --- a/sys/powerpc/powerpc/openpic.c +++ b/sys/powerpc/powerpc/openpic.c @@ -22,7 +22,7 @@ * 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/powerpc/powerpc/openpic.c,v 1.16.12.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/param.h> diff --git a/sys/powerpc/powerpc/pic_if.m b/sys/powerpc/powerpc/pic_if.m index 9db9c1667a12..5d10d2d9af9a 100644 --- a/sys/powerpc/powerpc/pic_if.m +++ b/sys/powerpc/powerpc/pic_if.m @@ -24,7 +24,7 @@ # SUCH DAMAGE. # # from: src/sys/kern/bus_if.m,v 1.21 2002/04/21 11:16:10 markm Exp -# $FreeBSD$ +# $FreeBSD: src/sys/powerpc/powerpc/pic_if.m,v 1.4.12.1 2010/12/21 17:10:29 kensmith Exp $ # #include <sys/bus.h> diff --git a/sys/powerpc/powerpc/pmap_dispatch.c b/sys/powerpc/powerpc/pmap_dispatch.c index e0b58cd44b17..0a9597c98c4f 100644 --- a/sys/powerpc/powerpc/pmap_dispatch.c +++ b/sys/powerpc/powerpc/pmap_dispatch.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/powerpc/powerpc/pmap_dispatch.c,v 1.9.2.3.6.1 2010/12/21 17:10:29 kensmith Exp $"); /* * Dispatch MI pmap calls to the appropriate MMU implementation diff --git a/sys/powerpc/powerpc/sc_machdep.c b/sys/powerpc/powerpc/sc_machdep.c index a81ffddbb211..3cf4ab6a5551 100644 --- a/sys/powerpc/powerpc/sc_machdep.c +++ b/sys/powerpc/powerpc/sc_machdep.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/powerpc/powerpc/sc_machdep.c,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/powerpc/powerpc/setjmp.S b/sys/powerpc/powerpc/setjmp.S index b372e40e3ff0..48b49ae50705 100644 --- a/sys/powerpc/powerpc/setjmp.S +++ b/sys/powerpc/powerpc/setjmp.S @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/powerpc/powerpc/setjmp.S,v 1.1.32.1 2010/12/21 17:10:29 kensmith Exp $ */ /* from: NetBSD: setjmp.S,v 1.1 1998/01/27 15:13:12 sakamoto Exp $ */ /* from: OpenBSD: setjmp.S,v 1.2 1996/12/28 06:22:18 rahnds Exp */ /* kernel version of this file, does not have signal goop */ diff --git a/sys/powerpc/powerpc/sigcode.S b/sys/powerpc/powerpc/sigcode.S index af0ed49e153b..2910f8114d51 100644 --- a/sys/powerpc/powerpc/sigcode.S +++ b/sys/powerpc/powerpc/sigcode.S @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/powerpc/powerpc/sigcode.S,v 1.4.26.1 2010/12/21 17:10:29 kensmith Exp $ */ /* $NetBSD: sigcode.S,v 1.1 1999/11/17 14:56:11 kleink Exp $ */ /*- diff --git a/sys/powerpc/powerpc/stack_machdep.c b/sys/powerpc/powerpc/stack_machdep.c index 7bc6fd45ca7d..004b6d9f0815 100644 --- a/sys/powerpc/powerpc/stack_machdep.c +++ b/sys/powerpc/powerpc/stack_machdep.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/powerpc/powerpc/stack_machdep.c,v 1.1.2.1.8.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/proc.h> diff --git a/sys/powerpc/powerpc/suswintr.c b/sys/powerpc/powerpc/suswintr.c index 0252201e8a4b..05f5334f2ace 100644 --- a/sys/powerpc/powerpc/suswintr.c +++ b/sys/powerpc/powerpc/suswintr.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/powerpc/powerpc/suswintr.c,v 1.3.26.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/powerpc/powerpc/swtch.S b/sys/powerpc/powerpc/swtch.S index 8922d8da40fa..6afb8b5cc42b 100644 --- a/sys/powerpc/powerpc/swtch.S +++ b/sys/powerpc/powerpc/swtch.S @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/powerpc/powerpc/swtch.S,v 1.21.10.1.6.1 2010/12/21 17:10:29 kensmith Exp $ */ /* $NetBSD: locore.S,v 1.24 2000/05/31 05:09:17 thorpej Exp $ */ /*- diff --git a/sys/powerpc/powerpc/syncicache.c b/sys/powerpc/powerpc/syncicache.c index 3d4f732e72bf..6fd33670cd31 100644 --- a/sys/powerpc/powerpc/syncicache.c +++ b/sys/powerpc/powerpc/syncicache.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/powerpc/powerpc/syncicache.c,v 1.6.12.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #if defined(_KERNEL) || defined(_STANDALONE) diff --git a/sys/powerpc/powerpc/sys_machdep.c b/sys/powerpc/powerpc/sys_machdep.c index 86e6e077c3f4..196b52cd2f8a 100644 --- a/sys/powerpc/powerpc/sys_machdep.c +++ b/sys/powerpc/powerpc/sys_machdep.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/powerpc/powerpc/sys_machdep.c,v 1.5.26.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/powerpc/powerpc/trap.c b/sys/powerpc/powerpc/trap.c index bd2a1e87b445..ba8228aa2d9c 100644 --- a/sys/powerpc/powerpc/trap.c +++ b/sys/powerpc/powerpc/trap.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/powerpc/powerpc/trap.c,v 1.67.2.1.6.1 2010/12/21 17:10:29 kensmith Exp $"); #include "opt_ktrace.h" diff --git a/sys/powerpc/powerpc/trap_subr.S b/sys/powerpc/powerpc/trap_subr.S index 403109edec36..729ca0e69ed9 100644 --- a/sys/powerpc/powerpc/trap_subr.S +++ b/sys/powerpc/powerpc/trap_subr.S @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/powerpc/powerpc/trap_subr.S,v 1.16.2.3.6.1 2010/12/21 17:10:29 kensmith Exp $ */ /* $NetBSD: trap_subr.S,v 1.20 2002/04/22 23:20:08 kleink Exp $ */ /*- diff --git a/sys/powerpc/powerpc/uio_machdep.c b/sys/powerpc/powerpc/uio_machdep.c index 070ad9871c5d..c5d2e55feff2 100644 --- a/sys/powerpc/powerpc/uio_machdep.c +++ b/sys/powerpc/powerpc/uio_machdep.c @@ -36,7 +36,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/powerpc/powerpc/uio_machdep.c,v 1.7.12.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/powerpc/powerpc/uma_machdep.c b/sys/powerpc/powerpc/uma_machdep.c index 89d092a00843..3e8b0dfabdeb 100644 --- a/sys/powerpc/powerpc/uma_machdep.c +++ b/sys/powerpc/powerpc/uma_machdep.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/powerpc/powerpc/uma_machdep.c,v 1.4.12.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/powerpc/powerpc/vm_machdep.c b/sys/powerpc/powerpc/vm_machdep.c index aac5a4ff26de..9d7222db65bd 100644 --- a/sys/powerpc/powerpc/vm_machdep.c +++ b/sys/powerpc/powerpc/vm_machdep.c @@ -38,7 +38,7 @@ * * from: @(#)vm_machdep.c 7.3 (Berkeley) 5/13/91 * Utah $Hdr: vm_machdep.c 1.16.1.1 89/06/23$ - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/powerpc/vm_machdep.c,v 1.115.2.1.8.1 2010/12/21 17:10:29 kensmith Exp $ */ /*- * Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University. diff --git a/sys/powerpc/psim/ata_iobus.c b/sys/powerpc/psim/ata_iobus.c index f9b4a56ba361..7afab95d7509 100644 --- a/sys/powerpc/psim/ata_iobus.c +++ b/sys/powerpc/psim/ata_iobus.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/psim/ata_iobus.c,v 1.14.12.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/sys/powerpc/psim/iobus.c b/sys/powerpc/psim/iobus.c index 30cbeed7cedf..4177c07400c1 100644 --- a/sys/powerpc/psim/iobus.c +++ b/sys/powerpc/psim/iobus.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/psim/iobus.c,v 1.9.12.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/sys/powerpc/psim/iobusvar.h b/sys/powerpc/psim/iobusvar.h index 1ab7f7eaed90..b0266e10efde 100644 --- a/sys/powerpc/psim/iobusvar.h +++ b/sys/powerpc/psim/iobusvar.h @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/psim/iobusvar.h,v 1.3.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _PSIM_IOBUSVAR_H_ diff --git a/sys/powerpc/psim/openpic_iobus.c b/sys/powerpc/psim/openpic_iobus.c index a3a69d318c2d..64744108017b 100644 --- a/sys/powerpc/psim/openpic_iobus.c +++ b/sys/powerpc/psim/openpic_iobus.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/powerpc/psim/openpic_iobus.c,v 1.7.12.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/powerpc/psim/psim-tree b/sys/powerpc/psim/psim-tree index 62391c5ed950..63f2e7a1f2bf 100644 --- a/sys/powerpc/psim/psim-tree +++ b/sys/powerpc/psim/psim-tree @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/powerpc/psim/psim-tree,v 1.2.26.1 2010/12/21 17:10:29 kensmith Exp $ # # Simple psim h/w description # diff --git a/sys/powerpc/psim/uart_iobus.c b/sys/powerpc/psim/uart_iobus.c index 1768338b9952..f569a9ff9a9a 100644 --- a/sys/powerpc/psim/uart_iobus.c +++ b/sys/powerpc/psim/uart_iobus.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/psim/uart_iobus.c,v 1.5.14.1 2010/12/21 17:10:29 kensmith Exp $ */ /* |