diff options
Diffstat (limited to 'sys/powerpc')
126 files changed, 125 insertions, 126 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/GENERIC b/sys/powerpc/conf/GENERIC index 170cfb9eabcd..9245fa21d834 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.30.2.1 2004/01/26 19:42:13 nectar Exp $ machine powerpc cpu OEA diff --git a/sys/powerpc/include/_inttypes.h b/sys/powerpc/include/_inttypes.h index 7da589d8a771..4f957ef7f2b1 100644 --- a/sys/powerpc/include/_inttypes.h +++ b/sys/powerpc/include/_inttypes.h @@ -34,7 +34,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 2002/06/30 05:48:02 mike Exp $ */ #ifndef _MACHINE_INTTYPES_H_ diff --git a/sys/powerpc/include/_limits.h b/sys/powerpc/include/_limits.h index 895c62454899..67163b593baa 100644 --- a/sys/powerpc/include/_limits.h +++ b/sys/powerpc/include/_limits.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)limits.h 8.3 (Berkeley) 1/4/94 - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/_limits.h,v 1.26 2003/05/19 20:29:07 kan Exp $ */ #ifndef _MACHINE__LIMITS_H_ diff --git a/sys/powerpc/include/_stdint.h b/sys/powerpc/include/_stdint.h index 6dc5a7219c61..c1e50fa15cba 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.1 2002/07/29 17:41:16 mike Exp $ */ #ifndef _MACHINE__STDINT_H_ diff --git a/sys/powerpc/include/_types.h b/sys/powerpc/include/_types.h index e86ee8d8c467..fdae4c7164b3 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.5 2003/03/25 00:07:05 jake Exp $ */ #ifndef _MACHINE__TYPES_H_ diff --git a/sys/powerpc/include/asm.h b/sys/powerpc/include/asm.h index 96fc147353fd..c88b2f4e5650 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.9 2003/01/28 10:54:31 benno Exp $ */ #ifndef _MACHINE_ASM_H_ diff --git a/sys/powerpc/include/atomic.h b/sys/powerpc/include/atomic.h index 1ee89f7330f3..1cb81b6b34b8 100644 --- a/sys/powerpc/include/atomic.h +++ b/sys/powerpc/include/atomic.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/atomic.h,v 1.9 2003/01/18 11:28:36 grehan Exp $ */ #ifndef _MACHINE_ATOMIC_H_ diff --git a/sys/powerpc/include/bat.h b/sys/powerpc/include/bat.h index a76b38358270..44f835c17bb1 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.1 2001/06/10 02:39:28 benno Exp $ */ #ifndef _MACHINE_BAT_H_ diff --git a/sys/powerpc/include/bootinfo.h b/sys/powerpc/include/bootinfo.h index c1ff9d542e51..3fbeaa75b287 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.8 2002/03/20 23:17:49 alfred Exp $ */ /* diff --git a/sys/powerpc/include/bus.h b/sys/powerpc/include/bus.h index bb5f35776d0f..8f9ad6c82a09 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.12 2003/07/27 13:52:10 mux Exp $ */ #ifndef _MACPPC_BUS_H_ diff --git a/sys/powerpc/include/bus_memio.h b/sys/powerpc/include/bus_memio.h index f27ce0018fe8..6d9500841102 100644 --- a/sys/powerpc/include/bus_memio.h +++ b/sys/powerpc/include/bus_memio.h @@ -25,7 +25,7 @@ * * from: FreeBSD: src/sys/i386/include/bus_memio.h,v 1.2 1999/08/28 * - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/bus_memio.h,v 1.1 2002/07/09 12:47:10 benno Exp $ */ #ifndef _MACHINE_BUS_MEMIO_H_ diff --git a/sys/powerpc/include/bus_pio.h b/sys/powerpc/include/bus_pio.h index 06a996b56095..166261f50113 100644 --- a/sys/powerpc/include/bus_pio.h +++ b/sys/powerpc/include/bus_pio.h @@ -25,7 +25,7 @@ * * from: FreeBSD: src/sys/i386/include/bus_pio.h,v 1.2 1999/08/28 * - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/bus_pio.h,v 1.1 2002/07/09 12:47:10 benno Exp $ */ #ifndef _MACHINE_BUS_PIO_H_ diff --git a/sys/powerpc/include/clock.h b/sys/powerpc/include/clock.h index a3bb5649a403..3626214aa8ef 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.9 2002/03/20 23:17:49 alfred Exp $ */ #ifndef _MACHINE_CLOCK_H_ diff --git a/sys/powerpc/include/cpu.h b/sys/powerpc/include/cpu.h index 4e4119cc517d..0006e3290180 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.16 2003/09/26 09:02:24 grehan Exp $ */ #ifndef _MACHINE_CPU_H_ diff --git a/sys/powerpc/include/cpufunc.h b/sys/powerpc/include/cpufunc.h index 39b5b2e73e4a..8c4758165a84 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.18 2003/02/23 13:47:44 grehan Exp $ */ #ifndef _MACHINE_CPUFUNC_H_ diff --git a/sys/powerpc/include/critical.h b/sys/powerpc/include/critical.h index afb268ff61db..5a18adf85b62 100644 --- a/sys/powerpc/include/critical.h +++ b/sys/powerpc/include/critical.h @@ -33,7 +33,7 @@ * related support functions residing * in <arch>/<arch>/critical.c - prototyped * - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/critical.h,v 1.4 2003/08/12 23:24:04 imp Exp $ */ #ifndef _MACHINE_CRITICAL_H_ diff --git a/sys/powerpc/include/db_machdep.h b/sys/powerpc/include/db_machdep.h index 33df0f31ff1a..e7e2ed945781 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.5 2002/10/04 01:19:18 grehan Exp $ */ /* diff --git a/sys/powerpc/include/elf.h b/sys/powerpc/include/elf.h index 7fc1b361a7b3..a15a07c72087 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.6 2003/09/25 01:10:25 peter Exp $ */ #ifndef _MACHINE_ELF_H_ diff --git a/sys/powerpc/include/endian.h b/sys/powerpc/include/endian.h index 21bfe33d4c22..85e5c8ed0ec3 100644 --- a/sys/powerpc/include/endian.h +++ b/sys/powerpc/include/endian.h @@ -32,7 +32,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.12 2003/08/03 07:53:50 obrien Exp $ */ #ifndef _MACHINE_ENDIAN_H_ diff --git a/sys/powerpc/include/exec.h b/sys/powerpc/include/exec.h index afa3b12729cf..563d806e1f65 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.1 2001/01/01 23:26:39 obrien Exp $ */ #ifndef _EXEC_H_ diff --git a/sys/powerpc/include/float.h b/sys/powerpc/include/float.h index 9096b1d48ce0..77aed83d96c3 100644 --- a/sys/powerpc/include/float.h +++ b/sys/powerpc/include/float.h @@ -32,7 +32,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.2 2003/02/08 20:37:55 mike Exp $ */ #ifndef _MACHINE_FLOAT_H_ diff --git a/sys/powerpc/include/fpu.h b/sys/powerpc/include/fpu.h index d712b9458903..fce64aa67c72 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 2003/02/05 11:37:59 benno Exp $ */ #ifndef _MACHINE_FPU_H_ diff --git a/sys/powerpc/include/frame.h b/sys/powerpc/include/frame.h index 6b75e46565f5..458112fc2e17 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.8 2002/09/19 04:45:32 grehan Exp $ */ #ifndef _MACHINE_FRAME_H_ diff --git a/sys/powerpc/include/hid.h b/sys/powerpc/include/hid.h index ef23fd927836..1bb5b63a2b31 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.1 2003/02/05 12:04:29 benno Exp $ */ #ifndef _POWERPC_HID_H_ diff --git a/sys/powerpc/include/ieee.h b/sys/powerpc/include/ieee.h index 92ab25c4c5b6..4a4e2f4511f7 100644 --- a/sys/powerpc/include/ieee.h +++ b/sys/powerpc/include/ieee.h @@ -41,7 +41,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.1 2003/01/18 11:30:59 grehan Exp $ */ #ifndef _MACHINE_IEEE_H_ diff --git a/sys/powerpc/include/ieeefp.h b/sys/powerpc/include/ieeefp.h index 42701e23eece..6d7e80dc412d 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.1 2002/05/13 07:44:42 benno Exp $ */ #ifndef _MACHINE_IEEEFP_H_ diff --git a/sys/powerpc/include/in_cksum.h b/sys/powerpc/include/in_cksum.h index 7a9872060359..b2988f59a988 100644 --- a/sys/powerpc/include/in_cksum.h +++ b/sys/powerpc/include/in_cksum.h @@ -33,7 +33,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.1 2002/06/29 09:49:24 benno Exp $ */ #ifndef _MACHINE_IN_CKSUM_H_ diff --git a/sys/powerpc/include/interruptvar.h b/sys/powerpc/include/interruptvar.h index 22ecddbf4d87..5212d85f475f 100644 --- a/sys/powerpc/include/interruptvar.h +++ b/sys/powerpc/include/interruptvar.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/interruptvar.h,v 1.1 2002/07/09 12:50:58 benno Exp $ */ #ifndef _MACHINE_INTERRUPTVAR_H_ diff --git a/sys/powerpc/include/intr.h b/sys/powerpc/include/intr.h index 8bc417c6a9bd..165b1b308ae1 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 2002/03/20 23:17:49 alfred Exp $ */ #ifndef _MACPPC_INTR_H_ diff --git a/sys/powerpc/include/intr_machdep.h b/sys/powerpc/include/intr_machdep.h index d2d548e9e95e..6a55d859f599 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.3 2003/11/17 06:10:15 peter Exp $ */ #ifndef _MACHINE_INTR_MACHDEP_H_ diff --git a/sys/powerpc/include/ipl.h b/sys/powerpc/include/ipl.h index 15ec74ce8f80..05b1faa71f0b 100644 --- a/sys/powerpc/include/ipl.h +++ b/sys/powerpc/include/ipl.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/powerpc/include/ipl.h,v 1.1 2001/06/16 07:14:04 benno Exp $ */ /* * An empty file now, diff --git a/sys/powerpc/include/kse.h b/sys/powerpc/include/kse.h index a7dbbf347afa..ccbc858eaabd 100644 --- a/sys/powerpc/include/kse.h +++ b/sys/powerpc/include/kse.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/kse.h,v 1.1 2002/07/09 12:57:21 benno Exp $ */ #ifndef _MACHINE_KSE_H_ diff --git a/sys/powerpc/include/limits.h b/sys/powerpc/include/limits.h index 62a34ef82ddd..da3d833b3da1 100644 --- a/sys/powerpc/include/limits.h +++ b/sys/powerpc/include/limits.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)limits.h 8.3 (Berkeley) 1/4/94 - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/limits.h,v 1.25 2003/05/19 20:29:07 kan Exp $ */ #ifndef _MACHINE_LIMITS_H_ diff --git a/sys/powerpc/include/md_var.h b/sys/powerpc/include/md_var.h index 9e98647f395d..2afe33079f8a 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.26 2003/08/16 16:57:57 marcel Exp $ */ #ifndef _MACHINE_MD_VAR_H_ diff --git a/sys/powerpc/include/metadata.h b/sys/powerpc/include/metadata.h index ec5e2c23aabf..2c4cbf158bda 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.2 2003/05/01 03:31:17 peter Exp $ */ #ifndef _MACHINE_METADATA_H_ diff --git a/sys/powerpc/include/mutex.h b/sys/powerpc/include/mutex.h index 0b7fe2633e26..5507ef686e03 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 2001/12/18 00:27:17 jhb Exp $ */ #ifndef _MACHINE_MUTEX_H_ diff --git a/sys/powerpc/include/nexusvar.h b/sys/powerpc/include/nexusvar.h index 2859fa3a3558..07909d111655 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.2 2002/07/09 11:13:30 benno Exp $ */ #ifndef _MACHINE_NEXUSVAR_H_ diff --git a/sys/powerpc/include/ofw_machdep.h b/sys/powerpc/include/ofw_machdep.h index 35b09b94f925..90f517dfd011 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.1 2002/07/09 13:43:03 benno Exp $ */ #ifndef _MACHINE_OFW_MACHDEP_H_ diff --git a/sys/powerpc/include/openpicreg.h b/sys/powerpc/include/openpicreg.h index 2fa393d20fd2..af2277584868 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 2002/07/09 11:26:09 benno Exp $ */ /* diff --git a/sys/powerpc/include/openpicvar.h b/sys/powerpc/include/openpicvar.h index 6f7cff666101..6c1ace623323 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.2 2002/09/19 04:45:58 grehan Exp $ */ #ifndef _POWERPC_OPENPICVAR_H_ diff --git a/sys/powerpc/include/param.h b/sys/powerpc/include/param.h index 6180b661c693..b0262348b9f2 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.12 2003/09/24 01:45:07 grehan Exp $ */ /* diff --git a/sys/powerpc/include/pcb.h b/sys/powerpc/include/pcb.h index a461b3495a4d..533b303a7b2a 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.7 2002/10/21 05:27:41 grehan Exp $ */ #ifndef _MACHINE_PCB_H_ diff --git a/sys/powerpc/include/pcpu.h b/sys/powerpc/include/pcpu.h index a2c88c47ec10..4dd3f45c6e8a 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.20 2002/05/13 07:44:42 benno Exp $ */ #ifndef _MACHINE_PCPU_H_ diff --git a/sys/powerpc/include/pio.h b/sys/powerpc/include/pio.h index 761eb174530f..bb88a7451ae5 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.1 2001/06/10 02:39:28 benno Exp $ */ #ifndef _MACHINE_PIO_H_ diff --git a/sys/powerpc/include/pmap.h b/sys/powerpc/include/pmap.h index 98f354d5ba29..6c0fefdfe3a2 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.11 2003/10/06 01:47:11 bms Exp $ */ #ifndef _MACHINE_PMAP_H_ diff --git a/sys/powerpc/include/powerpc.h b/sys/powerpc/include/powerpc.h index aa27c6f1ffd1..65b59ed8db73 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.3 2002/05/27 11:18:09 benno Exp $ */ #ifndef _MACHINE_POWERPC_H_ diff --git a/sys/powerpc/include/proc.h b/sys/powerpc/include/proc.h index e307b24ba1d9..5193727aae75 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.6 2002/03/27 05:39:22 dillon Exp $ */ #ifndef _MACHINE_PROC_H_ diff --git a/sys/powerpc/include/profile.h b/sys/powerpc/include/profile.h index c6dbf9138dfb..3c46d35fe95f 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.1 2003/01/18 11:31:58 grehan Exp $ */ #ifndef _MACHINE_PROFILE_H_ diff --git a/sys/powerpc/include/psl.h b/sys/powerpc/include/psl.h index b571f571a54b..b3964b98fb3a 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.2 2002/05/19 04:03:11 benno Exp $ */ #ifndef _MACHINE_PSL_H_ diff --git a/sys/powerpc/include/pte.h b/sys/powerpc/include/pte.h index 3e9ac4fd2528..dee3e3ad52d7 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.4 2002/05/09 14:09:16 benno Exp $ */ #ifndef _MACHINE_PTE_H_ diff --git a/sys/powerpc/include/ptrace.h b/sys/powerpc/include/ptrace.h index 7f4e7db7cc21..e45e06fd5f2f 100644 --- a/sys/powerpc/include/ptrace.h +++ b/sys/powerpc/include/ptrace.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)ptrace.h 8.1 (Berkeley) 6/11/93 - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/ptrace.h,v 1.11 2002/03/16 00:25:50 des Exp $ */ #ifndef _MACHINE_PTRACE_H_ diff --git a/sys/powerpc/include/reg.h b/sys/powerpc/include/reg.h index e188f02f7b08..d6f988001307 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.5 2002/08/29 06:17:47 jake Exp $ */ #ifndef _POWERPC_REG_H_ #define _POWERPC_REG_H_ diff --git a/sys/powerpc/include/reloc.h b/sys/powerpc/include/reloc.h index a8ce0b106ab0..f49dfda25bdc 100644 --- a/sys/powerpc/include/reloc.h +++ b/sys/powerpc/include/reloc.h @@ -29,5 +29,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.1 2001/06/16 07:14:04 benno Exp $ */ diff --git a/sys/powerpc/include/resource.h b/sys/powerpc/include/resource.h index 28fcc98ea1be..27df54de0650 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.3 1999/10/14 21:38:30 dfr Exp $ */ /* * Copyright 1998 Massachusetts Institute of Technology * diff --git a/sys/powerpc/include/runq.h b/sys/powerpc/include/runq.h index 2a21bfa4ca29..709b4f19b8de 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.2 2002/06/20 06:21:20 peter Exp $ */ #ifndef _MACHINE_RUNQ_H_ diff --git a/sys/powerpc/include/setjmp.h b/sys/powerpc/include/setjmp.h index e453044dbf3b..1d066be28866 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 2002/10/05 05:47:56 mike Exp $ */ #ifndef _MACHINE_SETJMP_H_ diff --git a/sys/powerpc/include/sf_buf.h b/sys/powerpc/include/sf_buf.h index b6ee1cc20b69..edc3e9189459 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.1 2003/11/16 06:11:26 alc Exp $ */ #ifndef _MACHINE_SF_BUF_H_ diff --git a/sys/powerpc/include/sigframe.h b/sys/powerpc/include/sigframe.h index d0e886e9bc90..f0f1dfd56502 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 2002/09/19 04:46:36 grehan Exp $ */ #ifndef _MACHINE_SIGFRAME_H_ diff --git a/sys/powerpc/include/signal.h b/sys/powerpc/include/signal.h index db7f9c2d173d..5064b6ffdea9 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.4 2003/01/18 11:25:21 grehan Exp $ */ #ifndef _MACHINE_SIGNAL_H_ diff --git a/sys/powerpc/include/smp.h b/sys/powerpc/include/smp.h index 15ec74ce8f80..388792b65417 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 2001/06/16 07:14:04 benno Exp $ */ /* * An empty file now, diff --git a/sys/powerpc/include/spr.h b/sys/powerpc/include/spr.h index 3eacd2fe9fa5..61f4aa7fd5f2 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.3 2003/02/05 12:04:29 benno Exp $ */ #ifndef _POWERPC_SPR_H_ #define _POWERPC_SPR_H_ diff --git a/sys/powerpc/include/sr.h b/sys/powerpc/include/sr.h index 449096453b57..9ff17235df16 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.2 2002/02/18 06:24:55 obrien Exp $ */ #ifndef _MACHINE_SR_H_ diff --git a/sys/powerpc/include/stdarg.h b/sys/powerpc/include/stdarg.h index 75a7bd43aa8c..9f25bdca7fd3 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.7 2002/10/06 22:01:07 mike Exp $ */ #ifndef _MACHINE_STDARG_H_ diff --git a/sys/powerpc/include/trap.h b/sys/powerpc/include/trap.h index 2883e1ebdc48..eb5854769767 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.3 2002/05/09 14:22:53 benno Exp $ */ #ifndef _POWERPC_TRAP_H_ diff --git a/sys/powerpc/include/ucontext.h b/sys/powerpc/include/ucontext.h index 28e50f345854..3762b4414046 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.2 2001/01/02 00:11:41 obrien Exp $ */ #ifndef _MACHINE_UCONTEXT_H_ diff --git a/sys/powerpc/include/varargs.h b/sys/powerpc/include/varargs.h index 8bbf2ca22126..1d4fe7c4af1b 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.5 2003/09/01 03:01:45 kan Exp $ */ #ifndef _MACHINE_VARARGS_H_ diff --git a/sys/powerpc/include/vmparam.h b/sys/powerpc/include/vmparam.h index 0434e979cc5e..f76d08979bc3 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.1 2001/06/10 02:39:28 benno Exp $ */ #ifndef _MACHINE_VMPARAM_H_ diff --git a/sys/powerpc/ofw/ofw_pci.c b/sys/powerpc/ofw/ofw_pci.c index 2c9cff58adce..109e2f044f2e 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.3 2003/03/03 12:05:06 grehan Exp $ */ #include <sys/param.h> diff --git a/sys/powerpc/ofw/ofw_pci.h b/sys/powerpc/ofw/ofw_pci.h index 46611525801b..dae38b6ca2ee 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.1 2002/07/09 13:27:58 benno 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 96c8d56b3a24..d46b8e3e0e69 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.2 2003/08/22 07:39:05 imp Exp $ */ #include <sys/param.h> diff --git a/sys/powerpc/powermac/ata_macio.c b/sys/powerpc/powermac/ata_macio.c index 907f8ffbed7b..e437f324cb48 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.6 2003/09/22 11:55:02 grehan Exp $ */ /* diff --git a/sys/powerpc/powermac/grackle.c b/sys/powerpc/powermac/grackle.c index 30b318c5b575..dba95853b21d 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.1 2003/06/28 08:51:22 grehan Exp $ */ #include <sys/param.h> diff --git a/sys/powerpc/powermac/gracklevar.h b/sys/powerpc/powermac/gracklevar.h index 341d46ccaa40..4c7f0d0f1033 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.1 2003/06/28 08:51:22 grehan Exp $ */ #ifndef _POWERPC_POWERMAC_GRACKLEVAR_H_ diff --git a/sys/powerpc/powermac/hrowpic.c b/sys/powerpc/powermac/hrowpic.c index ed4b9c2451c7..484c8b7357dc 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.2 2003/11/17 06:10:15 peter Exp $ */ /* diff --git a/sys/powerpc/powermac/hrowpicvar.h b/sys/powerpc/powermac/hrowpicvar.h index a68244e4275a..543ef4ac0733 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.1 2003/06/28 08:52:49 grehan Exp $ */ #ifndef _POWERPC_POWERMAC_HROWPICVAR_H_ diff --git a/sys/powerpc/powermac/macio.c b/sys/powerpc/powermac/macio.c index 8f76f9deae9f..b9e30a9d5605 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.12 2003/06/29 02:05:19 grehan Exp $ */ /* diff --git a/sys/powerpc/powermac/maciovar.h b/sys/powerpc/powermac/maciovar.h index c3e1427ea67f..a20a26a90515 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.3 2003/01/30 11:28:29 benno Exp $ */ #ifndef _MACIO_MACIOVAR_H_ diff --git a/sys/powerpc/powermac/pswitch.c b/sys/powerpc/powermac/pswitch.c index 851edcb05084..9363cf1cf1a4 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.2 2003/02/06 11:07:39 benno Exp $ */ #include "opt_ddb.h" diff --git a/sys/powerpc/powermac/uninorth.c b/sys/powerpc/powermac/uninorth.c index 8a77f2be52b4..51794db16b2b 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.5 2003/04/18 02:42:27 grehan Exp $ */ #include <sys/param.h> diff --git a/sys/powerpc/powermac/uninorthvar.h b/sys/powerpc/powermac/uninorthvar.h index 7269cecf576a..b30cf88c7f6f 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.2 2002/09/19 04:50:30 grehan Exp $ */ #ifndef _POWERPC_POWERMAC_UNINORTHVAR_H_ diff --git a/sys/powerpc/powerpc/atomic.S b/sys/powerpc/powerpc/atomic.S index a844f7a6d59f..4ae25b16c4c0 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.2 2001/06/16 07:14:07 benno Exp $ */ #include <machine/asm.h> diff --git a/sys/powerpc/powerpc/autoconf.c b/sys/powerpc/powerpc/autoconf.c index 06787f7ad904..c486d8b97dfe 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.12 2003/04/03 21:36:33 obrien Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/powerpc/powerpc/bcopy.c b/sys/powerpc/powerpc/bcopy.c index d4366d65cb26..6096ff368f4e 100644 --- a/sys/powerpc/powerpc/bcopy.c +++ b/sys/powerpc/powerpc/bcopy.c @@ -43,7 +43,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.4 2003/04/04 17:29:55 des Exp $"); #include <sys/param.h> #ifdef _KERNEL diff --git a/sys/powerpc/powerpc/busdma_machdep.c b/sys/powerpc/powerpc/busdma_machdep.c index 829d29ab3dbb..081a2c0113b2 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.18 2003/07/27 13:52:10 mux Exp $"); /* * MacPPC bus dma support routines diff --git a/sys/powerpc/powerpc/clock.c b/sys/powerpc/powerpc/clock.c index cee97f46bba9..b929c4253f31 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.16 2003/09/26 09:02:24 grehan Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/powerpc/powerpc/copyinout.c b/sys/powerpc/powerpc/copyinout.c index f916351161cf..0bd53c94024a 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.8 2003/04/03 21:36:33 obrien 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..d66bd81fc1c0 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 2003/04/03 21:36:33 obrien Exp $"); #include <sys/param.h> #include <sys/errno.h> diff --git a/sys/powerpc/powerpc/cpu.c b/sys/powerpc/powerpc/cpu.c index eee0eab2fa90..553fbf08f43a 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.3 2003/09/26 09:02:24 grehan Exp $ */ #include <sys/param.h> diff --git a/sys/powerpc/powerpc/critical.c b/sys/powerpc/powerpc/critical.c index 55cd7fb68bcf..4964a63cde80 100644 --- a/sys/powerpc/powerpc/critical.c +++ b/sys/powerpc/powerpc/critical.c @@ -24,7 +24,7 @@ * 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/critical.c,v 1.4 2003/08/12 23:24:04 imp Exp $ */ #include <sys/param.h> diff --git a/sys/powerpc/powerpc/db_disasm.c b/sys/powerpc/powerpc/db_disasm.c index 67f90d254401..e8dfd657409c 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 2002/10/04 01:19:18 grehan 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 fe8680e97f10..faade0061d5e 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.1 2002/07/10 12:21:54 benno Exp $ */ #include <sys/param.h> diff --git a/sys/powerpc/powerpc/db_interface.c b/sys/powerpc/powerpc/db_interface.c index a25674bd15ca..96662b38c3a7 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.2 2002/10/04 01:19:18 grehan 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 ccfc408197a2..ab28ab1f72dc 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.2 2002/10/04 01:19:18 grehan 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 014990dcd508..e4ff1734f9eb 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.3 2002/10/04 01:19:18 grehan 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 eab70db61c7b..5ce6a6aea848 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.16 2003/09/25 01:10:26 peter Exp $ */ #include <sys/param.h> diff --git a/sys/powerpc/powerpc/extintr.c b/sys/powerpc/powerpc/extintr.c index f24d866ee661..45bedb333ac4 100644 --- a/sys/powerpc/powerpc/extintr.c +++ b/sys/powerpc/powerpc/extintr.c @@ -40,7 +40,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/powerpc/powerpc/extintr.c,v 1.9 2003/04/03 21:36:33 obrien Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/powerpc/powerpc/fpu.c b/sys/powerpc/powerpc/fpu.c index d4c588ae784e..2f8f7f367f75 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.4 2003/04/03 21:36:33 obrien 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..b19a0feedabd 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 2003/04/03 21:36:33 obrien Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/powerpc/powerpc/genassym.c b/sys/powerpc/powerpc/genassym.c index bec5a151f609..65679598384f 100644 --- a/sys/powerpc/powerpc/genassym.c +++ b/sys/powerpc/powerpc/genassym.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)genassym.c 5.11 (Berkeley) 5/10/91 - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/powerpc/genassym.c,v 1.49 2003/03/20 10:28:20 grehan Exp $ */ #include <sys/param.h> diff --git a/sys/powerpc/powerpc/in_cksum.c b/sys/powerpc/powerpc/in_cksum.c index a05791fd5616..9ba0d53650ed 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.2 2003/02/13 08:56:41 grehan 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 90125657300a..66d915d82cda 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.3 2003/01/08 12:20:46 grehan Exp $ */ /* diff --git a/sys/powerpc/powerpc/intr_machdep.c b/sys/powerpc/powerpc/intr_machdep.c index 4f0684d95367..e0f31fc5154e 100644 --- a/sys/powerpc/powerpc/intr_machdep.c +++ b/sys/powerpc/powerpc/intr_machdep.c @@ -61,7 +61,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.3 2003/11/17 06:10:15 peter Exp $ */ #include <sys/param.h> diff --git a/sys/powerpc/powerpc/locore.S b/sys/powerpc/powerpc/locore.S index 734d40911e05..0ea5c87518b3 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.15 2003/01/22 01:47:05 grehan 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 5dbb5ee17043..ae473434732f 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.63 2003/11/09 20:31:03 marcel Exp $"); #include "opt_ddb.h" #include "opt_compat.h" diff --git a/sys/powerpc/powerpc/mp_machdep.c b/sys/powerpc/powerpc/mp_machdep.c index 54af23236779..a67f9bdaccb8 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.11 2003/11/21 22:23:26 jhb Exp $ */ #include <sys/param.h> diff --git a/sys/powerpc/powerpc/nexus.c b/sys/powerpc/powerpc/nexus.c index 7472bbeac881..cf83768f47ab 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.6 2003/02/19 05:47:42 imp Exp $ */ #include "opt_psim.h" diff --git a/sys/powerpc/powerpc/ofw_machdep.c b/sys/powerpc/powerpc/ofw_machdep.c index b7027df27ad7..78e7e9b5e841 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.8 2003/06/01 09:25:17 phk Exp $"); #include <sys/param.h> #include <sys/bus.h> diff --git a/sys/powerpc/powerpc/ofwmagic.S b/sys/powerpc/powerpc/ofwmagic.S index 033a5fe98348..cba93868703d 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.2 2003/05/05 10:01:10 obrien 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 864fae4b57f0..f8f871513aac 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.9 2003/11/17 06:10:15 peter Exp $ */ #include <sys/param.h> diff --git a/sys/powerpc/powerpc/pic_if.m b/sys/powerpc/powerpc/pic_if.m index e855efd64302..fcd0b46260f8 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.1 2002/07/09 11:12:20 benno Exp $ # #include <sys/bus.h> diff --git a/sys/powerpc/powerpc/pmap.c b/sys/powerpc/powerpc/pmap.c index 30ce2f8fec52..583f4d6a400f 100644 --- a/sys/powerpc/powerpc/pmap.c +++ b/sys/powerpc/powerpc/pmap.c @@ -91,7 +91,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/powerpc/powerpc/pmap.c,v 1.65 2003/10/03 22:46:53 alc Exp $"); /* * Manages physical address maps. diff --git a/sys/powerpc/powerpc/setjmp.S b/sys/powerpc/powerpc/setjmp.S index b372e40e3ff0..0e4af71ec4a0 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 2002/07/10 12:26:17 benno 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 5dad4347e21c..68363cb84372 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.3 2002/09/19 04:36:44 grehan Exp $ */ /* $NetBSD: sigcode.S,v 1.1 1999/11/17 14:56:11 kleink Exp $ */ /* diff --git a/sys/powerpc/powerpc/suswintr.c b/sys/powerpc/powerpc/suswintr.c index 949a0ade6e55..51ce1ee7ede3 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.2 2003/04/03 21:36:33 obrien Exp $"); #include <sys/param.h> #include <sys/resourcevar.h> diff --git a/sys/powerpc/powerpc/swtch.S b/sys/powerpc/powerpc/swtch.S index 6e3bfdd636d3..5cda6bdb8ac3 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.19 2003/08/14 03:56:24 grehan 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 4b8f8147df51..9e941bc0b0b9 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.4 2003/04/03 21:36:33 obrien 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 146228fd8b65..ba57bcaa9cde 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.4 2003/04/25 20:04:02 jhb Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/powerpc/powerpc/trap.c b/sys/powerpc/powerpc/trap.c index ad877640d81f..d846cd95f3f8 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.42 2003/04/30 17:59:27 jhb Exp $"); #include "opt_ddb.h" #include "opt_ktrace.h" diff --git a/sys/powerpc/powerpc/trap_subr.S b/sys/powerpc/powerpc/trap_subr.S index 624272f55e75..f3540ea421b1 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.8 2003/02/26 14:41:39 grehan Exp $ */ /* $NetBSD: trap_subr.S,v 1.20 2002/04/22 23:20:08 kleink Exp $ */ /* diff --git a/sys/powerpc/powerpc/vm_machdep.c b/sys/powerpc/powerpc/vm_machdep.c index 5293ed38f657..bb0e3fac1249 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.93 2003/11/16 23:40:06 alc 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 1cff7386a709..2022f334c1d7 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.5 2003/09/22 11:55:02 grehan Exp $ */ /* diff --git a/sys/powerpc/psim/iobus.c b/sys/powerpc/psim/iobus.c index e57f14e8f29a..4dd024542b4e 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.4 2003/04/18 02:46:12 grehan Exp $ */ /* diff --git a/sys/powerpc/psim/iobusvar.h b/sys/powerpc/psim/iobusvar.h index 3862c64ce8af..6efd8c6b92b2 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.1 2002/09/19 04:57:10 grehan Exp $ */ #ifndef _PSIM_IOBUSVAR_H_ diff --git a/sys/powerpc/psim/psim-tree b/sys/powerpc/psim/psim-tree index 6e038d4fe22a..587b34eb1944 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.1 2002/09/19 04:57:10 grehan Exp $ # # Simple psim h/w description # diff --git a/sys/powerpc/psim/sio_iobus.c b/sys/powerpc/psim/sio_iobus.c index f2174ae669a4..5f7f1df435a0 100644 --- a/sys/powerpc/psim/sio_iobus.c +++ b/sys/powerpc/psim/sio_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/sio_iobus.c,v 1.1 2002/09/19 04:57:10 grehan Exp $ */ /* |
