diff options
Diffstat (limited to 'sys/mips')
184 files changed, 183 insertions, 185 deletions
diff --git a/sys/mips/adm5120/adm5120_machdep.c b/sys/mips/adm5120/adm5120_machdep.c index ef188d301d68..ce4c8e0340ec 100644 --- a/sys/mips/adm5120/adm5120_machdep.c +++ b/sys/mips/adm5120/adm5120_machdep.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/adm5120/adm5120_machdep.c,v 1.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include "opt_ddb.h" diff --git a/sys/mips/adm5120/adm5120reg.h b/sys/mips/adm5120/adm5120reg.h index 2f15e4675233..f23d303a21cf 100644 --- a/sys/mips/adm5120/adm5120reg.h +++ b/sys/mips/adm5120/adm5120reg.h @@ -30,7 +30,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY * OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/mips/adm5120/adm5120reg.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _ADM5120REG_H_ diff --git a/sys/mips/adm5120/admpci.c b/sys/mips/adm5120/admpci.c index 0ae753019132..1193304e02c1 100644 --- a/sys/mips/adm5120/admpci.c +++ b/sys/mips/adm5120/admpci.c @@ -61,7 +61,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/adm5120/admpci.c,v 1.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/adm5120/console.c b/sys/mips/adm5120/console.c index 899aa5b762a2..0e81be4f0a08 100644 --- a/sys/mips/adm5120/console.c +++ b/sys/mips/adm5120/console.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/adm5120/console.c,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/param.h> diff --git a/sys/mips/adm5120/files.adm5120 b/sys/mips/adm5120/files.adm5120 index 489ea733ba25..8df2a2f8aa19 100644 --- a/sys/mips/adm5120/files.adm5120 +++ b/sys/mips/adm5120/files.adm5120 @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/mips/adm5120/files.adm5120,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ # ADM5120 on-board devices # mips/adm5120/console.c standard diff --git a/sys/mips/adm5120/if_admsw.c b/sys/mips/adm5120/if_admsw.c index fff8930c2c52..9ac3f7341210 100644 --- a/sys/mips/adm5120/if_admsw.c +++ b/sys/mips/adm5120/if_admsw.c @@ -76,7 +76,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/adm5120/if_admsw.c,v 1.5.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/adm5120/if_admswreg.h b/sys/mips/adm5120/if_admswreg.h index a4cfa338e06b..5cdbb2c157f4 100644 --- a/sys/mips/adm5120/if_admswreg.h +++ b/sys/mips/adm5120/if_admswreg.h @@ -30,7 +30,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY * OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/mips/adm5120/if_admswreg.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _IF_ADMSWREG_H_ #define _IF_ADMSWREG_H_ diff --git a/sys/mips/adm5120/if_admswvar.h b/sys/mips/adm5120/if_admswvar.h index a94bb89f3a19..67647b52e7c6 100644 --- a/sys/mips/adm5120/if_admswvar.h +++ b/sys/mips/adm5120/if_admswvar.h @@ -34,7 +34,7 @@ #define _IF_ADMSWVAR_H_ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/adm5120/if_admswvar.h,v 1.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/adm5120/obio.c b/sys/mips/adm5120/obio.c index 03e098d42ba4..975f69a7659a 100644 --- a/sys/mips/adm5120/obio.c +++ b/sys/mips/adm5120/obio.c @@ -36,7 +36,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/adm5120/obio.c,v 1.3.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/adm5120/obiovar.h b/sys/mips/adm5120/obiovar.h index f09972c6b71e..ea5c716e920e 100644 --- a/sys/mips/adm5120/obiovar.h +++ b/sys/mips/adm5120/obiovar.h @@ -34,7 +34,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/mips/adm5120/obiovar.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ * */ diff --git a/sys/mips/adm5120/std.adm5120 b/sys/mips/adm5120/std.adm5120 index 59bf11824760..06d5bb07eb71 100644 --- a/sys/mips/adm5120/std.adm5120 +++ b/sys/mips/adm5120/std.adm5120 @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/mips/adm5120/std.adm5120,v 1.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ # Standard include file for ADM5120 files "../adm5120/files.adm5120" diff --git a/sys/mips/adm5120/uart_bus_adm5120.c b/sys/mips/adm5120/uart_bus_adm5120.c index 8d7943f23510..d2f0573bfbb7 100644 --- a/sys/mips/adm5120/uart_bus_adm5120.c +++ b/sys/mips/adm5120/uart_bus_adm5120.c @@ -35,7 +35,7 @@ #include "opt_uart.h" #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/adm5120/uart_bus_adm5120.c,v 1.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/adm5120/uart_cpu_adm5120.c b/sys/mips/adm5120/uart_cpu_adm5120.c index 59bed5af2667..357b0053fe8a 100644 --- a/sys/mips/adm5120/uart_cpu_adm5120.c +++ b/sys/mips/adm5120/uart_cpu_adm5120.c @@ -36,7 +36,7 @@ #include "opt_uart.h" #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/adm5120/uart_cpu_adm5120.c,v 1.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/adm5120/uart_dev_adm5120.c b/sys/mips/adm5120/uart_dev_adm5120.c index 877538934b8d..09901e66d17c 100644 --- a/sys/mips/adm5120/uart_dev_adm5120.c +++ b/sys/mips/adm5120/uart_dev_adm5120.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/adm5120/uart_dev_adm5120.c,v 1.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/adm5120/uart_dev_adm5120.h b/sys/mips/adm5120/uart_dev_adm5120.h index e7165f18d81e..0c8a87ece309 100644 --- a/sys/mips/adm5120/uart_dev_adm5120.h +++ b/sys/mips/adm5120/uart_dev_adm5120.h @@ -30,7 +30,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY * OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/mips/adm5120/uart_dev_adm5120.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _ADMUART_H #define _ADMUART_H diff --git a/sys/mips/compile/.cvsignore b/sys/mips/compile/.cvsignore deleted file mode 100644 index 232298edb15f..000000000000 --- a/sys/mips/compile/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -[A-Za-z0-9]* diff --git a/sys/mips/conf/.cvsignore b/sys/mips/conf/.cvsignore deleted file mode 100644 index 232298edb15f..000000000000 --- a/sys/mips/conf/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -[A-Za-z0-9]* diff --git a/sys/mips/conf/ADM5120 b/sys/mips/conf/ADM5120 index fc6b679201a9..cd1e6089ab7b 100644 --- a/sys/mips/conf/ADM5120 +++ b/sys/mips/conf/ADM5120 @@ -15,7 +15,7 @@ # If you are in doubt as to the purpose or necessity of a line, check first # in NOTES. # -# $FreeBSD$ +# $FreeBSD: src/sys/mips/conf/ADM5120,v 1.8.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ ident ADM5120 diff --git a/sys/mips/conf/ADM5120.hints b/sys/mips/conf/ADM5120.hints index 1c8af419fb3f..31f63f9cbefb 100644 --- a/sys/mips/conf/ADM5120.hints +++ b/sys/mips/conf/ADM5120.hints @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/mips/conf/ADM5120.hints,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ # device.hints hint.obio.0.at="nexus0" hint.obio.0.maddr=0x0 diff --git a/sys/mips/conf/DEFAULTS b/sys/mips/conf/DEFAULTS index dc480cea27a0..b2732c0079ad 100644 --- a/sys/mips/conf/DEFAULTS +++ b/sys/mips/conf/DEFAULTS @@ -1,7 +1,7 @@ # # DEFAULTS -- Default kernel configuration file for FreeBSD/mips # -# $FreeBSD$ +# $FreeBSD: src/sys/mips/conf/DEFAULTS,v 1.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ machine mips diff --git a/sys/mips/conf/IDT b/sys/mips/conf/IDT index 3082d1c1a650..c8ddf70bfb3b 100644 --- a/sys/mips/conf/IDT +++ b/sys/mips/conf/IDT @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/mips/conf/IDT,v 1.8.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ cpu CPU_MIPS4KC ident RB532 diff --git a/sys/mips/conf/IDT.hints b/sys/mips/conf/IDT.hints index eae6fbb72196..b7a083f6a34c 100644 --- a/sys/mips/conf/IDT.hints +++ b/sys/mips/conf/IDT.hints @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/mips/conf/IDT.hints,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ # device.hints hint.obio.0.at="nexus0" hint.obio.0.maddr=0x0 diff --git a/sys/mips/conf/MALTA b/sys/mips/conf/MALTA index d4ce4461651d..51fc8be630c2 100644 --- a/sys/mips/conf/MALTA +++ b/sys/mips/conf/MALTA @@ -15,7 +15,7 @@ # If you are in doubt as to the purpose or necessity of a line, check first # in NOTES. # -# $FreeBSD$ +# $FreeBSD: src/sys/mips/conf/MALTA,v 1.6.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ ident MALTA diff --git a/sys/mips/conf/MALTA.hints b/sys/mips/conf/MALTA.hints index 72dd10723529..59db62a5a0fe 100644 --- a/sys/mips/conf/MALTA.hints +++ b/sys/mips/conf/MALTA.hints @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/mips/conf/MALTA.hints,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ # device.hints # hint.uart.0.at="nexus" # hint.uart.0.maddr="0x180003f8" diff --git a/sys/mips/conf/QEMU b/sys/mips/conf/QEMU index 64a33aee57d6..b45c609294d4 100644 --- a/sys/mips/conf/QEMU +++ b/sys/mips/conf/QEMU @@ -15,7 +15,7 @@ # If you are in doubt as to the purpose or necessity of a line, check first # in NOTES. # -# $FreeBSD$ +# $FreeBSD: src/sys/mips/conf/QEMU,v 1.4.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ cpu CPU_MIPS32 ident QEMU diff --git a/sys/mips/conf/SENTRY5 b/sys/mips/conf/SENTRY5 index bc2438a7228e..08d5eb8f9d28 100644 --- a/sys/mips/conf/SENTRY5 +++ b/sys/mips/conf/SENTRY5 @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/sys/mips/conf/SENTRY5,v 1.8.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ # # The Broadcom Sentry5 series of processors and boards is very commonly # used in COTS hardware including the Netgear WGT634U. diff --git a/sys/mips/conf/SENTRY5.hints b/sys/mips/conf/SENTRY5.hints index 0ee471e22543..2e4355d531ca 100644 --- a/sys/mips/conf/SENTRY5.hints +++ b/sys/mips/conf/SENTRY5.hints @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/mips/conf/SENTRY5.hints,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ hint.siba.0.at="nexus0" hint.siba.0.maddr="0x18000000" hint.siba.0.msize="0x1000" diff --git a/sys/mips/idt/files.idt b/sys/mips/idt/files.idt index 4148ac4a6aa6..655f9df21bea 100644 --- a/sys/mips/idt/files.idt +++ b/sys/mips/idt/files.idt @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/mips/idt/files.idt,v 1.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ mips/idt/idt_machdep.c standard mips/idt/idtpci.c optional pci diff --git a/sys/mips/idt/idt_machdep.c b/sys/mips/idt/idt_machdep.c index 040c3f90a042..e6cef8e8b7d2 100644 --- a/sys/mips/idt/idt_machdep.c +++ b/sys/mips/idt/idt_machdep.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/idt/idt_machdep.c,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include "opt_ddb.h" diff --git a/sys/mips/idt/idtpci.c b/sys/mips/idt/idtpci.c index 2fce32dc58a4..3be7d9f05310 100644 --- a/sys/mips/idt/idtpci.c +++ b/sys/mips/idt/idtpci.c @@ -62,7 +62,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/idt/idtpci.c,v 1.4.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/idt/idtreg.h b/sys/mips/idt/idtreg.h index 3a088e74e5e1..2e025ed1297d 100644 --- a/sys/mips/idt/idtreg.h +++ b/sys/mips/idt/idtreg.h @@ -22,7 +22,7 @@ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF * THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/mips/idt/idtreg.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ * */ #ifndef __IDTREG_H__ diff --git a/sys/mips/idt/if_kr.c b/sys/mips/idt/if_kr.c index bbc800fd3e1d..bd38c0a1481c 100644 --- a/sys/mips/idt/if_kr.c +++ b/sys/mips/idt/if_kr.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/idt/if_kr.c,v 1.4.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); /* * RC32434 Ethernet interface driver diff --git a/sys/mips/idt/if_krreg.h b/sys/mips/idt/if_krreg.h index b20900ad905f..467513f769e9 100644 --- a/sys/mips/idt/if_krreg.h +++ b/sys/mips/idt/if_krreg.h @@ -23,7 +23,7 @@ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF * THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/mips/idt/if_krreg.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ * */ diff --git a/sys/mips/idt/obio.c b/sys/mips/idt/obio.c index 893e88321bdd..fac4df8257df 100644 --- a/sys/mips/idt/obio.c +++ b/sys/mips/idt/obio.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/idt/obio.c,v 1.3.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/idt/obiovar.h b/sys/mips/idt/obiovar.h index 526efac89e66..16613df2b8f2 100644 --- a/sys/mips/idt/obiovar.h +++ b/sys/mips/idt/obiovar.h @@ -34,7 +34,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/mips/idt/obiovar.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ * */ diff --git a/sys/mips/idt/std.idt b/sys/mips/idt/std.idt index e40f4a4cae40..f315f68c2302 100644 --- a/sys/mips/idt/std.idt +++ b/sys/mips/idt/std.idt @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/mips/idt/std.idt,v 1.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ # Standard include file for IDT files "../idt/files.idt" diff --git a/sys/mips/idt/uart_bus_rc32434.c b/sys/mips/idt/uart_bus_rc32434.c index 35e937d6ce70..55b6ea0f1d64 100644 --- a/sys/mips/idt/uart_bus_rc32434.c +++ b/sys/mips/idt/uart_bus_rc32434.c @@ -35,7 +35,7 @@ #include "opt_uart.h" #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/idt/uart_bus_rc32434.c,v 1.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/idt/uart_cpu_rc32434.c b/sys/mips/idt/uart_cpu_rc32434.c index 6bbc5bd04eb1..474b255afd60 100644 --- a/sys/mips/idt/uart_cpu_rc32434.c +++ b/sys/mips/idt/uart_cpu_rc32434.c @@ -36,7 +36,7 @@ #include "opt_uart.h" #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/idt/uart_cpu_rc32434.c,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/include/_bus.h b/sys/mips/include/_bus.h index 74865da17dbc..5e2ea33e8d38 100644 --- a/sys/mips/include/_bus.h +++ b/sys/mips/include/_bus.h @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * from: src/sys/i386/include/_bus.h,v 1.1 2005/04/18 21:45:33 imp - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/_bus.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef MIPS_INCLUDE__BUS_H diff --git a/sys/mips/include/_bus_octeon.h b/sys/mips/include/_bus_octeon.h index 385e8e585cbd..440092ee77da 100644 --- a/sys/mips/include/_bus_octeon.h +++ b/sys/mips/include/_bus_octeon.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/mips/include/_bus_octeon.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef MIPS_INCLUDE__BUS_OCTEON_H diff --git a/sys/mips/include/_inttypes.h b/sys/mips/include/_inttypes.h index e09f9dec22a5..6740a4c02f91 100644 --- a/sys/mips/include/_inttypes.h +++ b/sys/mips/include/_inttypes.h @@ -35,7 +35,7 @@ * * From: $NetBSD: int_fmtio.h,v 1.2 2001/04/26 16:25:21 kleink Exp $ * from: src/sys/i386/include/_inttypes.h,v 1.2 2002/06/30 05:48:02 mike - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/_inttypes.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_INTTYPES_H_ diff --git a/sys/mips/include/_limits.h b/sys/mips/include/_limits.h index d544305ce8ed..6b614bd34cb4 100644 --- a/sys/mips/include/_limits.h +++ b/sys/mips/include/_limits.h @@ -28,7 +28,7 @@ * * @(#)limits.h 8.3 (Berkeley) 1/4/94 * from: src/sys/i386/include/_limits.h,v 1.27 2005/01/06 22:18:15 imp - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/_limits.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE__LIMITS_H_ diff --git a/sys/mips/include/_stdint.h b/sys/mips/include/_stdint.h index 0abfdde26153..e1dc622758e4 100644 --- a/sys/mips/include/_stdint.h +++ b/sys/mips/include/_stdint.h @@ -35,7 +35,7 @@ * POSSIBILITY OF SUCH DAMAGE. * * from: src/sys/i386/include/_stdint.h,v 1.2 2004/05/18 16:04:57 stefanf - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/_stdint.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE__STDINT_H_ diff --git a/sys/mips/include/_types.h b/sys/mips/include/_types.h index ec94439f40c9..da9c6ee5f2dd 100644 --- a/sys/mips/include/_types.h +++ b/sys/mips/include/_types.h @@ -34,7 +34,7 @@ * From: @(#)ansi.h 8.2 (Berkeley) 1/4/94 * From: @(#)types.h 8.3 (Berkeley) 1/5/94 * from: src/sys/i386/include/_types.h,v 1.12 2005/07/02 23:13:31 thompsa - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/_types.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE__TYPES_H_ diff --git a/sys/mips/include/archtype.h b/sys/mips/include/archtype.h index ed1b5ea6b8fe..e2b5aecf777d 100644 --- a/sys/mips/include/archtype.h +++ b/sys/mips/include/archtype.h @@ -31,7 +31,7 @@ * * JNPR: archtype.h,v 1.6 2007/08/09 11:23:32 katta * - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/archtype.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_ARCHTYPE_H_ diff --git a/sys/mips/include/asm.h b/sys/mips/include/asm.h index 0df221e26d51..0eca8eb0abe5 100644 --- a/sys/mips/include/asm.h +++ b/sys/mips/include/asm.h @@ -33,7 +33,7 @@ * * @(#)machAsmDefs.h 8.1 (Berkeley) 6/10/93 * JNPR: asm.h,v 1.10 2007/08/09 11:23:32 katta - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/asm.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /* diff --git a/sys/mips/include/asmacros.h b/sys/mips/include/asmacros.h index c2cc13e4343c..3b74b50dadec 100644 --- a/sys/mips/include/asmacros.h +++ b/sys/mips/include/asmacros.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/asmacros.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_ASMACROS_H_ diff --git a/sys/mips/include/atomic.h b/sys/mips/include/atomic.h index 9f800cd1d211..1abfd99d82a7 100644 --- a/sys/mips/include/atomic.h +++ b/sys/mips/include/atomic.h @@ -24,7 +24,7 @@ * SUCH DAMAGE. * * from: src/sys/alpha/include/atomic.h,v 1.21.2.3 2005/10/06 18:12:05 jhb - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/atomic.h,v 1.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_ATOMIC_H_ diff --git a/sys/mips/include/bootinfo.h b/sys/mips/include/bootinfo.h index a710a38f2a59..851a2e0d0379 100644 --- a/sys/mips/include/bootinfo.h +++ b/sys/mips/include/bootinfo.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/bootinfo.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_BOOTINFO_H_ diff --git a/sys/mips/include/bswap.h b/sys/mips/include/bswap.h index 61ace982272d..bd4ec38b9340 100644 --- a/sys/mips/include/bswap.h +++ b/sys/mips/include/bswap.h @@ -1,6 +1,6 @@ /* $NetBSD: bswap.h,v 1.2 1999/08/21 05:39:53 simonb Exp $ */ /* JNPR: bswap.h,v 1.1 2006/08/07 05:38:57 katta */ -/* $FreeBSD$ +/* $FreeBSD: src/sys/mips/include/bswap.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ #ifndef _MACHINE_BSWAP_H_ #define _MACHINE_BSWAP_H_ diff --git a/sys/mips/include/bus.h b/sys/mips/include/bus.h index 92557d7cbd3c..d5b22900d427 100644 --- a/sys/mips/include/bus.h +++ b/sys/mips/include/bus.h @@ -69,7 +69,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * from: src/sys/alpha/include/bus.h,v 1.5 1999/08/28 00:38:40 peter - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/bus.h,v 1.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_BUS_H_ diff --git a/sys/mips/include/bus_dma.h b/sys/mips/include/bus_dma.h index 35dfba26ebd2..fbd81f74889e 100644 --- a/sys/mips/include/bus_dma.h +++ b/sys/mips/include/bus_dma.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/bus_dma.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MIPS_BUS_DMA_H_ diff --git a/sys/mips/include/bus_octeon.h b/sys/mips/include/bus_octeon.h index be538ba825c1..eb60cba826c2 100644 --- a/sys/mips/include/bus_octeon.h +++ b/sys/mips/include/bus_octeon.h @@ -29,7 +29,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/bus_octeon.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /* $NetBSD: bus.h,v 1.12 1997/10/01 08:25:15 fvdl Exp $ */ diff --git a/sys/mips/include/cache.h b/sys/mips/include/cache.h index 8f22cdb381a3..075fbac5b2e3 100644 --- a/sys/mips/include/cache.h +++ b/sys/mips/include/cache.h @@ -34,7 +34,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/cache.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /* diff --git a/sys/mips/include/cache_mipsNN.h b/sys/mips/include/cache_mipsNN.h index e44746a25238..28c3af6798e9 100644 --- a/sys/mips/include/cache_mipsNN.h +++ b/sys/mips/include/cache_mipsNN.h @@ -34,7 +34,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/cache_mipsNN.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ void mipsNN_cache_init(struct mips_cpuinfo *); diff --git a/sys/mips/include/cache_r4k.h b/sys/mips/include/cache_r4k.h index a3a946029fd6..78d1d2f90d91 100644 --- a/sys/mips/include/cache_r4k.h +++ b/sys/mips/include/cache_r4k.h @@ -34,7 +34,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/cache_r4k.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /* diff --git a/sys/mips/include/clock.h b/sys/mips/include/clock.h index 62b51128db7d..843dd6de56c4 100644 --- a/sys/mips/include/clock.h +++ b/sys/mips/include/clock.h @@ -5,7 +5,7 @@ * * JNPR: clock.h,v 1.6.2.1 2007/08/29 09:36:05 girish * from: src/sys/alpha/include/clock.h,v 1.5 1999/12/29 04:27:55 peter - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/clock.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_CLOCK_H_ diff --git a/sys/mips/include/clockvar.h b/sys/mips/include/clockvar.h index 429beb7e2e8a..211896cbec1c 100644 --- a/sys/mips/include/clockvar.h +++ b/sys/mips/include/clockvar.h @@ -29,7 +29,7 @@ * rights to redistribute these changes. * * JNPR: clockvar.h,v 1.3 2006/08/07 05:38:57 katta - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/clockvar.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /* diff --git a/sys/mips/include/cpu.h b/sys/mips/include/cpu.h index 20b41e2a0271..7a344db8ac30 100644 --- a/sys/mips/include/cpu.h +++ b/sys/mips/include/cpu.h @@ -41,7 +41,7 @@ * * from: @(#)cpu.h 8.4 (Berkeley) 1/4/94 * JNPR: cpu.h,v 1.9.2.2 2007/09/10 08:23:46 girish - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/cpu.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_CPU_H_ diff --git a/sys/mips/include/cpufunc.h b/sys/mips/include/cpufunc.h index f3aa5a4c1207..78dae6755941 100644 --- a/sys/mips/include/cpufunc.h +++ b/sys/mips/include/cpufunc.h @@ -29,7 +29,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * JNPR: cpufunc.h,v 1.5 2007/08/09 11:23:32 katta - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/cpufunc.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_CPUFUNC_H_ diff --git a/sys/mips/include/cpuinfo.h b/sys/mips/include/cpuinfo.h index bf3208626d3c..eabbabca447f 100644 --- a/sys/mips/include/cpuinfo.h +++ b/sys/mips/include/cpuinfo.h @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/cpuinfo.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ * @(#)cpu.h 8.4 (Berkeley) 1/4/94 */ diff --git a/sys/mips/include/cpuregs.h b/sys/mips/include/cpuregs.h index e590c9de4fe8..38ee38449ac8 100644 --- a/sys/mips/include/cpuregs.h +++ b/sys/mips/include/cpuregs.h @@ -52,7 +52,7 @@ * from: Header: /sprite/src/kernel/vm/ds3100.md/RCS/vmPmaxConst.h, * v 9.1 89/09/18 17:33:00 shirriff Exp SPRITE (DECWRL) * - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/cpuregs.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MIPS_CPUREGS_H_ diff --git a/sys/mips/include/cputypes.h b/sys/mips/include/cputypes.h index cb2b70758cd7..4cb4f5fdcdf4 100644 --- a/sys/mips/include/cputypes.h +++ b/sys/mips/include/cputypes.h @@ -24,7 +24,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/cputypes.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_CPUTYPES_H_ diff --git a/sys/mips/include/db_machdep.h b/sys/mips/include/db_machdep.h index 989f05c61af7..1b9b03802d11 100644 --- a/sys/mips/include/db_machdep.h +++ b/sys/mips/include/db_machdep.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * JNPR: db_machdep.h,v 1.7 2006/10/16 12:30:34 katta - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/db_machdep.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MIPS_DB_MACHDEP_H_ diff --git a/sys/mips/include/defs.h b/sys/mips/include/defs.h index 20d093e029bf..9cd2668e41d3 100644 --- a/sys/mips/include/defs.h +++ b/sys/mips/include/defs.h @@ -6,7 +6,7 @@ * Jim Hayes, November 1996 * * JNPR: defs.h,v 1.3.2.1 2007/09/10 08:16:32 girish - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/defs.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef __DEFS_H__ diff --git a/sys/mips/include/elf.h b/sys/mips/include/elf.h index 995862cb9271..768fb31742bc 100644 --- a/sys/mips/include/elf.h +++ b/sys/mips/include/elf.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * JNPR: elf.h,v 1.4 2006/12/02 09:53:40 katta - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/elf.h,v 1.4.2.2.2.1 2009/10/25 01:10:29 kensmith Exp $ * */ diff --git a/sys/mips/include/endian.h b/sys/mips/include/endian.h index 1d2b4fe024ff..24a7b0eb476b 100644 --- a/sys/mips/include/endian.h +++ b/sys/mips/include/endian.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)endian.h 7.8 (Berkeley) 4/3/91 - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/endian.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_ENDIAN_H_ diff --git a/sys/mips/include/exec.h b/sys/mips/include/exec.h index 4650090f569b..15bf5781fffc 100644 --- a/sys/mips/include/exec.h +++ b/sys/mips/include/exec.h @@ -29,7 +29,7 @@ * @(#)exec.h 8.1 (Berkeley) 6/11/93 * from: src/sys/i386/include/exec.h,v 1.8 1999/08/28 00:44:11 peter * JNPR: exec.h,v 1.3 2006/08/07 05:38:57 katta - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/exec.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_EXEC_H_ diff --git a/sys/mips/include/float.h b/sys/mips/include/float.h index 750feb0886f7..7cfb16ae40c6 100644 --- a/sys/mips/include/float.h +++ b/sys/mips/include/float.h @@ -29,7 +29,7 @@ * from: @(#)float.h 7.1 (Berkeley) 5/8/90 * from: src/sys/i386/include/float.h,v 1.8 1999/08/28 00:44:11 peter * JNPR: float.h,v 1.4 2006/12/02 09:53:41 katta - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/float.h,v 1.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_FLOAT_H_ diff --git a/sys/mips/include/floatingpoint.h b/sys/mips/include/floatingpoint.h index cda9e46230ca..61a469522393 100644 --- a/sys/mips/include/floatingpoint.h +++ b/sys/mips/include/floatingpoint.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#) floatingpoint.h 1.0 (Berkeley) 9/23/93 - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/floatingpoint.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _FLOATINGPOINT_H_ diff --git a/sys/mips/include/fpu.h b/sys/mips/include/fpu.h index 4bd1924aa518..c1f7893deff6 100644 --- a/sys/mips/include/fpu.h +++ b/sys/mips/include/fpu.h @@ -1,7 +1,7 @@ /*- * This file is in the public domain. * - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/fpu.h,v 1.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_FPU_H_ #define _MACHINE_FPU_H_ diff --git a/sys/mips/include/frame.h b/sys/mips/include/frame.h index b08d88cd348d..93efbf10a32f 100644 --- a/sys/mips/include/frame.h +++ b/sys/mips/include/frame.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * JNPR: frame.h,v 1.6.2.1 2007/09/10 08:14:57 girish - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/frame.h,v 1.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ * */ #ifndef _MACHINE_FRAME_H_ diff --git a/sys/mips/include/gdb_machdep.h b/sys/mips/include/gdb_machdep.h index a76a8244a31d..569230cd6f2a 100644 --- a/sys/mips/include/gdb_machdep.h +++ b/sys/mips/include/gdb_machdep.h @@ -25,7 +25,7 @@ * * from: src/sys/alpha/include/gdb_machdep.h,v 1.3 2005/01/05 20:05:50 imp * JNPR: gdb_machdep.h,v 1.1 2007/08/09 12:25:25 katta - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/gdb_machdep.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_GDB_MACHDEP_H_ diff --git a/sys/mips/include/hwfunc.h b/sys/mips/include/hwfunc.h index ef5088cb8d8a..d9cd27d8c00c 100644 --- a/sys/mips/include/hwfunc.h +++ b/sys/mips/include/hwfunc.h @@ -22,7 +22,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/hwfunc.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_HWFUNC_H_ diff --git a/sys/mips/include/ieee.h b/sys/mips/include/ieee.h index a7411dd2332a..8036e379c475 100644 --- a/sys/mips/include/ieee.h +++ b/sys/mips/include/ieee.h @@ -39,7 +39,7 @@ * * @(#)ieee.h 8.1 (Berkeley) 6/11/93 * - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/ieee.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ * */ diff --git a/sys/mips/include/ieeefp.h b/sys/mips/include/ieeefp.h index c7d9244ae420..c2a86d2bf30c 100644 --- a/sys/mips/include/ieeefp.h +++ b/sys/mips/include/ieeefp.h @@ -5,7 +5,7 @@ * Public domain. * * JNPR: ieeefp.h,v 1.1 2006/08/07 05:38:57 katta - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/ieeefp.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_IEEEFP_H_ diff --git a/sys/mips/include/in_cksum.h b/sys/mips/include/in_cksum.h index 37d88e2e1a8a..7a231b906a1c 100644 --- a/sys/mips/include/in_cksum.h +++ b/sys/mips/include/in_cksum.h @@ -30,7 +30,7 @@ * from: @(#)in_cksum.c 1.3 (Berkeley) 1/19/91 * from: Id: in_cksum.c,v 1.8 1995/12/03 18:35:19 bde Exp * from: src/sys/alpha/include/in_cksum.h,v 1.7 2005/03/02 21:33:20 joerg - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/in_cksum.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_IN_CKSUM_H_ diff --git a/sys/mips/include/intr.h b/sys/mips/include/intr.h index c406379f012e..9379bc0771fa 100644 --- a/sys/mips/include/intr.h +++ b/sys/mips/include/intr.h @@ -29,7 +29,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * JNPR: intr.h,v 1.4 2007/08/09 11:23:32 katta - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/intr.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_INTR_H_ diff --git a/sys/mips/include/intr_machdep.h b/sys/mips/include/intr_machdep.h index d5f26d9296b6..1cc3269c3168 100644 --- a/sys/mips/include/intr_machdep.h +++ b/sys/mips/include/intr_machdep.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/intr_machdep.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_INTR_MACHDEP_H_ diff --git a/sys/mips/include/iodev.h b/sys/mips/include/iodev.h index 4b35d8b03fa2..76d548543849 100644 --- a/sys/mips/include/iodev.h +++ b/sys/mips/include/iodev.h @@ -23,7 +23,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/iodev.h,v 1.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ d_open_t ioopen; diff --git a/sys/mips/include/kdb.h b/sys/mips/include/kdb.h index 7be4ecb5ef36..f6dfc1d8d935 100644 --- a/sys/mips/include/kdb.h +++ b/sys/mips/include/kdb.h @@ -24,7 +24,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * from: src/sys/alpha/include/kdb.h,v 1.2 2005/01/05 20:05:50 imp - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/kdb.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_KDB_H_ diff --git a/sys/mips/include/limits.h b/sys/mips/include/limits.h index 238155311cd4..892493559a27 100644 --- a/sys/mips/include/limits.h +++ b/sys/mips/include/limits.h @@ -28,7 +28,7 @@ * * @(#)limits.h 8.3 (Berkeley) 1/4/94 * from: src/sys/i386/include/limits.h,v 1.27 2005/03/02 21:33:26 joerg - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/limits.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_LIMITS_H_ diff --git a/sys/mips/include/locore.h b/sys/mips/include/locore.h index ce60353196a6..e0d1be0a6856 100644 --- a/sys/mips/include/locore.h +++ b/sys/mips/include/locore.h @@ -12,7 +12,7 @@ * software for any purpose. It is provided "as is" without * express or implied warranty. * - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/locore.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /* diff --git a/sys/mips/include/md_var.h b/sys/mips/include/md_var.h index 3b8d0a7e82c9..d63f8f73d344 100644 --- a/sys/mips/include/md_var.h +++ b/sys/mips/include/md_var.h @@ -28,7 +28,7 @@ * * from: src/sys/i386/include/md_var.h,v 1.35 2000/02/20 20:51:23 bsd * JNPR: md_var.h,v 1.4 2006/10/16 12:30:34 katta - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/md_var.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_MD_VAR_H_ diff --git a/sys/mips/include/memdev.h b/sys/mips/include/memdev.h index 2872fb07298b..02fe6df885fd 100644 --- a/sys/mips/include/memdev.h +++ b/sys/mips/include/memdev.h @@ -24,7 +24,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * from: src/sys/alpha/include/memdev.h,v 1.2 2004/08/01 18:51:44 markm - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/memdev.h,v 1.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #define CDEV_MINOR_MEM 0 diff --git a/sys/mips/include/metadata.h b/sys/mips/include/metadata.h index 84e6f8739970..61cdf8277c2f 100644 --- a/sys/mips/include/metadata.h +++ b/sys/mips/include/metadata.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/metadata.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_METADATA_H_ diff --git a/sys/mips/include/minidump.h b/sys/mips/include/minidump.h index b2d75d892979..4d172b7a0d26 100644 --- a/sys/mips/include/minidump.h +++ b/sys/mips/include/minidump.h @@ -23,7 +23,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/minidump.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_MINIDUMP_H_ diff --git a/sys/mips/include/mips_opcode.h b/sys/mips/include/mips_opcode.h index 72f281a619d6..5d115c8837d3 100644 --- a/sys/mips/include/mips_opcode.h +++ b/sys/mips/include/mips_opcode.h @@ -33,7 +33,7 @@ * * from: @(#)mips_opcode.h 8.1 (Berkeley) 6/10/93 * JNPR: mips_opcode.h,v 1.1 2006/08/07 05:38:57 katta - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/mips_opcode.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_MIPS_OPCODE_H_ diff --git a/sys/mips/include/mp_watchdog.h b/sys/mips/include/mp_watchdog.h index bcec051a942f..7536b0842ce1 100644 --- a/sys/mips/include/mp_watchdog.h +++ b/sys/mips/include/mp_watchdog.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/mp_watchdog.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_MP_WATCHDOG_H_ diff --git a/sys/mips/include/mutex.h b/sys/mips/include/mutex.h index cbc066d95489..6319a0711c12 100644 --- a/sys/mips/include/mutex.h +++ b/sys/mips/include/mutex.h @@ -1,2 +1,2 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/mips/include/mutex.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /* Empty file */ diff --git a/sys/mips/include/param.h b/sys/mips/include/param.h index 250de77ba7eb..29436e913af2 100644 --- a/sys/mips/include/param.h +++ b/sys/mips/include/param.h @@ -36,7 +36,7 @@ * from: Utah Hdr: machparam.h 1.11 89/08/14 * from: @(#)param.h 8.1 (Berkeley) 6/10/93 * JNPR: param.h,v 1.6.2.1 2007/09/10 07:49:36 girish - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/param.h,v 1.6.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_PARAM_H_ diff --git a/sys/mips/include/pcb.h b/sys/mips/include/pcb.h index 16d274dbf411..3184988821df 100644 --- a/sys/mips/include/pcb.h +++ b/sys/mips/include/pcb.h @@ -36,7 +36,7 @@ * from: Utah Hdr: pcb.h 1.13 89/04/23 * from: @(#)pcb.h 8.1 (Berkeley) 6/10/93 * JNPR: pcb.h,v 1.2 2006/08/07 11:51:17 katta - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/pcb.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_PCB_H_ diff --git a/sys/mips/include/pci_cfgreg.h b/sys/mips/include/pci_cfgreg.h index 1df8972a4447..8d2f64719118 100644 --- a/sys/mips/include/pci_cfgreg.h +++ b/sys/mips/include/pci_cfgreg.h @@ -23,7 +23,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/pci_cfgreg.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ * */ diff --git a/sys/mips/include/pcpu.h b/sys/mips/include/pcpu.h index 5fe2b22a81c0..42a6ecb1dc33 100644 --- a/sys/mips/include/pcpu.h +++ b/sys/mips/include/pcpu.h @@ -25,7 +25,7 @@ * SUCH DAMAGE. * * from: src/sys/alpha/include/pcpu.h,v 1.15 2004/11/05 19:16:44 jhb - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/pcpu.h,v 1.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_PCPU_H_ diff --git a/sys/mips/include/pltfm.h b/sys/mips/include/pltfm.h index e3f118b8101c..b720f79f2275 100644 --- a/sys/mips/include/pltfm.h +++ b/sys/mips/include/pltfm.h @@ -1,6 +1,6 @@ /*- * JNPR: pltfm.h,v 1.5.2.1 2007/09/10 05:56:11 girish - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/pltfm.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_PLTFM_H_ diff --git a/sys/mips/include/pmap.h b/sys/mips/include/pmap.h index 4546cffd0a79..61444aeb358c 100644 --- a/sys/mips/include/pmap.h +++ b/sys/mips/include/pmap.h @@ -40,7 +40,7 @@ * from: @(#)pmap.h 7.4 (Berkeley) 5/12/91 * from: src/sys/i386/include/pmap.h,v 1.65.2.2 2000/11/30 01:54:42 peter * JNPR: pmap.h,v 1.7.2.1 2007/09/10 07:44:12 girish - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/pmap.h,v 1.8.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_PMAP_H_ diff --git a/sys/mips/include/pmc_mdep.h b/sys/mips/include/pmc_mdep.h index 466395449405..fa2a4806f5ab 100644 --- a/sys/mips/include/pmc_mdep.h +++ b/sys/mips/include/pmc_mdep.h @@ -2,7 +2,7 @@ * This file is in the public domain. * * from: src/sys/alpha/include/pmc_mdep.h,v 1.2 2005/06/09 19:45:06 jkoshy - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/pmc_mdep.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_PMC_MDEP_H_ diff --git a/sys/mips/include/ppireg.h b/sys/mips/include/ppireg.h index 5774757ce67a..9efc00344ac7 100644 --- a/sys/mips/include/ppireg.h +++ b/sys/mips/include/ppireg.h @@ -22,7 +22,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/ppireg.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_PPIREG_H_ diff --git a/sys/mips/include/proc.h b/sys/mips/include/proc.h index 6a0ce7dc0774..0e9b68305a21 100644 --- a/sys/mips/include/proc.h +++ b/sys/mips/include/proc.h @@ -33,7 +33,7 @@ * * @(#)proc.h 8.1 (Berkeley) 6/10/93 * JNPR: proc.h,v 1.7.2.1 2007/09/10 06:25:24 girish - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/proc.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_PROC_H_ diff --git a/sys/mips/include/profile.h b/sys/mips/include/profile.h index 9659d1fa87d8..d09811e8642f 100644 --- a/sys/mips/include/profile.h +++ b/sys/mips/include/profile.h @@ -32,7 +32,7 @@ * * from: @(#)profile.h 8.1 (Berkeley) 6/10/93 * JNPR: profile.h,v 1.4 2006/12/02 09:53:41 katta - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/profile.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_PROFILE_H_ #define _MACHINE_PROFILE_H_ diff --git a/sys/mips/include/psl.h b/sys/mips/include/psl.h index 9d05d133ee2e..3f2dfa5aff9c 100644 --- a/sys/mips/include/psl.h +++ b/sys/mips/include/psl.h @@ -33,7 +33,7 @@ * * from: @(#)psl.h 8.1 (Berkeley) 6/10/93 * JNPR: psl.h,v 1.1 2006/08/07 05:38:57 katta - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/psl.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_PSL_H_ diff --git a/sys/mips/include/pte.h b/sys/mips/include/pte.h index aa7e839c4393..b279a3acd035 100644 --- a/sys/mips/include/pte.h +++ b/sys/mips/include/pte.h @@ -40,7 +40,7 @@ * from: Utah Hdr: pte.h 1.11 89/09/03 * from: @(#)pte.h 8.1 (Berkeley) 6/10/93 * JNPR: pte.h,v 1.1.4.1 2007/09/10 06:20:19 girish - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/pte.h,v 1.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_PTE_H_ diff --git a/sys/mips/include/ptrace.h b/sys/mips/include/ptrace.h index a34b6f9054f1..ef96b9672d1d 100644 --- a/sys/mips/include/ptrace.h +++ b/sys/mips/include/ptrace.h @@ -28,7 +28,7 @@ * * @(#)ptrace.h 8.1 (Berkeley) 6/11/93 * from: src/sys/i386/include/ptrace.h,v 1.14 2005/05/31 09:43:04 dfr - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/ptrace.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_PTRACE_H_ diff --git a/sys/mips/include/queue.h b/sys/mips/include/queue.h index d992332c84e0..43b5b7666316 100644 --- a/sys/mips/include/queue.h +++ b/sys/mips/include/queue.h @@ -6,7 +6,7 @@ * queue.h - Description of uKernel queues, for the Juniper Kernel * * JNPR: queue.h,v 1.1 2006/08/07 05:38:57 katta - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/queue.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ * */ diff --git a/sys/mips/include/reg.h b/sys/mips/include/reg.h index 6510db674b57..fd2228a990a4 100644 --- a/sys/mips/include/reg.h +++ b/sys/mips/include/reg.h @@ -36,7 +36,7 @@ * from: Utah Hdr: reg.h 1.1 90/07/09 * @(#)reg.h 8.2 (Berkeley) 1/11/94 * JNPR: reg.h,v 1.6 2006/09/15 12:52:34 katta - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/reg.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_REG_H_ diff --git a/sys/mips/include/regdef.h b/sys/mips/include/regdef.h index bb9eb3d9f811..4bfb238fdf1d 100644 --- a/sys/mips/include/regdef.h +++ b/sys/mips/include/regdef.h @@ -6,7 +6,7 @@ * regdef.h -- MIPS register definitions. * * JNPR: regdef.h,v 1.3 2006/08/07 05:38:57 katta - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/regdef.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_REGDEF_H_ diff --git a/sys/mips/include/regnum.h b/sys/mips/include/regnum.h index 1e3f2c875b9b..7d3f940c8b42 100644 --- a/sys/mips/include/regnum.h +++ b/sys/mips/include/regnum.h @@ -36,7 +36,7 @@ * from: Utah Hdr: reg.h 1.1 90/07/09 * @(#)reg.h 8.2 (Berkeley) 1/11/94 * JNPR: regnum.h,v 1.6 2007/08/09 11:23:32 katta - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/regnum.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_REGNUM_H_ diff --git a/sys/mips/include/reloc.h b/sys/mips/include/reloc.h index 113745f82623..e4b8466d6306 100644 --- a/sys/mips/include/reloc.h +++ b/sys/mips/include/reloc.h @@ -31,5 +31,5 @@ * * from: src/sys/alpha/include/reloc.h,v 1.1.1.1.6.1 2000/08/03 00:48:04 peter * JNPR: reloc.h,v 1.3 2006/08/07 05:38:57 katta - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/reloc.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ diff --git a/sys/mips/include/resource.h b/sys/mips/include/resource.h index c5b4283bb029..585347e40806 100644 --- a/sys/mips/include/resource.h +++ b/sys/mips/include/resource.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * from: src/sys/i386/include/resource.h,v 1.3 1999/10/14 21:38:30 dfr * JNPR: resource.h,v 1.3 2006/08/07 05:38:57 katta - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/resource.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_RESOURCE_H_ diff --git a/sys/mips/include/rm7000.h b/sys/mips/include/rm7000.h index f1c0c44a0dba..85fd10d060ea 100644 --- a/sys/mips/include/rm7000.h +++ b/sys/mips/include/rm7000.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * JNPR: rm7000.h,v 1.2.4.1 2007/08/29 12:06:30 girish - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/rm7000.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_RM7000_H_ diff --git a/sys/mips/include/runq.h b/sys/mips/include/runq.h index 2e573010f933..fa5ed2b3009d 100644 --- a/sys/mips/include/runq.h +++ b/sys/mips/include/runq.h @@ -24,7 +24,7 @@ * SUCH DAMAGE. * * from: src/sys/i386/include/runq.h,v 1.3 2005/01/06 22:18:15 imp - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/runq.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_RUNQ_H_ diff --git a/sys/mips/include/segments.h b/sys/mips/include/segments.h index 406b965f2e04..d79d687393dd 100644 --- a/sys/mips/include/segments.h +++ b/sys/mips/include/segments.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)segments.h 7.1 (Berkeley) 5/9/91 - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/segments.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_SEGMENTS_H_ diff --git a/sys/mips/include/setjmp.h b/sys/mips/include/setjmp.h index 575efdcbb825..8dcad7156a49 100644 --- a/sys/mips/include/setjmp.h +++ b/sys/mips/include/setjmp.h @@ -27,7 +27,7 @@ * rights to redistribute these changes. * * JNPR: setjmp.h,v 1.2 2006/12/02 09:53:41 katta - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/setjmp.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_SETJMP_H_ diff --git a/sys/mips/include/sf_buf.h b/sys/mips/include/sf_buf.h index 0a9980cf3d70..85b9ada47fdd 100644 --- a/sys/mips/include/sf_buf.h +++ b/sys/mips/include/sf_buf.h @@ -24,7 +24,7 @@ * SUCH DAMAGE. * * from: src/sys/i386/include/sf_buf.h,v 1.4 2005/02/13 06:23:13 alc - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/sf_buf.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_SF_BUF_H_ diff --git a/sys/mips/include/sigframe.h b/sys/mips/include/sigframe.h index 69198827391c..f699697fcc4a 100644 --- a/sys/mips/include/sigframe.h +++ b/sys/mips/include/sigframe.h @@ -27,7 +27,7 @@ * * from: src/sys/alpha/include/sigframe.h,v 1.1 1999/09/29 15:06:26 marcel * from: sigframe.h,v 1.1 2006/08/07 05:38:57 katta - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/sigframe.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_SIGFRAME_H_ #define _MACHINE_SIGFRAME_H_ diff --git a/sys/mips/include/signal.h b/sys/mips/include/signal.h index 5107af05bba2..af356d8c3fc6 100644 --- a/sys/mips/include/signal.h +++ b/sys/mips/include/signal.h @@ -33,7 +33,7 @@ * * @(#)signal.h 8.1 (Berkeley) 6/10/93 * JNPR: signal.h,v 1.4 2007/01/08 04:58:37 katta - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/signal.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_SIGNAL_H_ diff --git a/sys/mips/include/smp.h b/sys/mips/include/smp.h index d614dd3dbf97..f454aaea3996 100644 --- a/sys/mips/include/smp.h +++ b/sys/mips/include/smp.h @@ -8,7 +8,7 @@ * * from: src/sys/alpha/include/smp.h,v 1.8 2005/01/05 20:05:50 imp * JNPR: smp.h,v 1.3 2006/12/02 09:53:41 katta - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/smp.h,v 1.2.2.2.2.1 2009/10/25 01:10:29 kensmith Exp $ * */ diff --git a/sys/mips/include/stdarg.h b/sys/mips/include/stdarg.h index 802ea73c95e2..989fbac81d37 100644 --- a/sys/mips/include/stdarg.h +++ b/sys/mips/include/stdarg.h @@ -1,6 +1,6 @@ /* * JNPR: stdarg.h,v 1.3 2006/09/15 12:52:34 katta - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/stdarg.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_STDARG_H_ diff --git a/sys/mips/include/sysarch.h b/sys/mips/include/sysarch.h index acb30713a469..07d23aeee1e5 100644 --- a/sys/mips/include/sysarch.h +++ b/sys/mips/include/sysarch.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/sysarch.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /* diff --git a/sys/mips/include/timerreg.h b/sys/mips/include/timerreg.h index 0ab7d40510a7..3e23d618d117 100644 --- a/sys/mips/include/timerreg.h +++ b/sys/mips/include/timerreg.h @@ -22,7 +22,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/timerreg.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /* diff --git a/sys/mips/include/trap.h b/sys/mips/include/trap.h index a00ca908f2f9..03d1eed48b3d 100644 --- a/sys/mips/include/trap.h +++ b/sys/mips/include/trap.h @@ -36,7 +36,7 @@ * from: Utah Hdr: trap.h 1.1 90/07/09 * from: @(#)trap.h 8.1 (Berkeley) 6/10/93 * JNPR: trap.h,v 1.3 2006/12/02 09:53:41 katta - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/trap.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_TRAP_H_ diff --git a/sys/mips/include/ucontext.h b/sys/mips/include/ucontext.h index d9dfe4ea09f4..1815798ca3b1 100644 --- a/sys/mips/include/ucontext.h +++ b/sys/mips/include/ucontext.h @@ -31,7 +31,7 @@ * * @(#)ucontext.h 8.1 (Berkeley) 6/10/93 * JNPR: ucontext.h,v 1.2 2007/08/09 11:23:32 katta - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/ucontext.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_UCONTEXT_H_ diff --git a/sys/mips/include/varargs.h b/sys/mips/include/varargs.h index c916f3374379..ff799ad8678f 100644 --- a/sys/mips/include/varargs.h +++ b/sys/mips/include/varargs.h @@ -35,7 +35,7 @@ * * @(#)varargs.h 8.2 (Berkeley) 3/22/94 * JNPR: varargs.h,v 1.1 2006/08/07 05:38:57 katta - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/varargs.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MIPS_VARARGS_H_ diff --git a/sys/mips/include/vm.h b/sys/mips/include/vm.h index c0aa55c850d0..ab7c547de286 100644 --- a/sys/mips/include/vm.h +++ b/sys/mips/include/vm.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/vm.h,v 1.3.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_VM_H_ diff --git a/sys/mips/include/vmparam.h b/sys/mips/include/vmparam.h index a52429340191..24c11f50ae29 100644 --- a/sys/mips/include/vmparam.h +++ b/sys/mips/include/vmparam.h @@ -37,7 +37,7 @@ * from: Utah Hdr: vmparam.h 1.16 91/01/18 * @(#)vmparam.h 8.2 (Berkeley) 4/22/94 * JNPR: vmparam.h,v 1.3.2.1 2007/09/10 06:01:28 girish - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/vmparam.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_VMPARAM_H_ diff --git a/sys/mips/malta/files.malta b/sys/mips/malta/files.malta index 6ade95f4e36b..c996644ec2f4 100644 --- a/sys/mips/malta/files.malta +++ b/sys/mips/malta/files.malta @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/mips/malta/files.malta,v 1.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ mips/malta/gt.c standard mips/malta/gt_pci.c standard mips/malta/obio.c optional uart diff --git a/sys/mips/malta/gt.c b/sys/mips/malta/gt.c index 257ac641652a..eedc338c21e1 100644 --- a/sys/mips/malta/gt.c +++ b/sys/mips/malta/gt.c @@ -23,7 +23,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/malta/gt.c,v 1.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/malta/gt_pci.c b/sys/mips/malta/gt_pci.c index f0180f6e6667..1cdd0b30a881 100644 --- a/sys/mips/malta/gt_pci.c +++ b/sys/mips/malta/gt_pci.c @@ -40,7 +40,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/malta/gt_pci.c,v 1.6.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/malta/gtreg.h b/sys/mips/malta/gtreg.h index 8fa05a0aeff9..9e0f9ee5ae87 100644 --- a/sys/mips/malta/gtreg.h +++ b/sys/mips/malta/gtreg.h @@ -36,7 +36,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/mips/malta/gtreg.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ diff --git a/sys/mips/malta/gtvar.h b/sys/mips/malta/gtvar.h index f7830ef3ccce..a2917f4e1a42 100644 --- a/sys/mips/malta/gtvar.h +++ b/sys/mips/malta/gtvar.h @@ -22,7 +22,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/mips/malta/gtvar.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _GTVAR_H_ #define _GTVAR_H_ diff --git a/sys/mips/malta/malta_machdep.c b/sys/mips/malta/malta_machdep.c index c5c28af8b639..39143e5531c3 100644 --- a/sys/mips/malta/malta_machdep.c +++ b/sys/mips/malta/malta_machdep.c @@ -23,10 +23,10 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/mips/malta/malta_machdep.c,v 1.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/malta/malta_machdep.c,v 1.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include "opt_ddb.h" diff --git a/sys/mips/malta/maltareg.h b/sys/mips/malta/maltareg.h index f2a7d083bbb7..7ed0948ac994 100644 --- a/sys/mips/malta/maltareg.h +++ b/sys/mips/malta/maltareg.h @@ -34,7 +34,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/mips/malta/maltareg.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /* diff --git a/sys/mips/malta/obio.c b/sys/mips/malta/obio.c index ae486edc97c3..20c1f2cedefa 100644 --- a/sys/mips/malta/obio.c +++ b/sys/mips/malta/obio.c @@ -41,7 +41,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/malta/obio.c,v 1.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/malta/obiovar.h b/sys/mips/malta/obiovar.h index 801d46135f73..b574179bb494 100644 --- a/sys/mips/malta/obiovar.h +++ b/sys/mips/malta/obiovar.h @@ -34,7 +34,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/mips/malta/obiovar.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ * */ diff --git a/sys/mips/malta/std.malta b/sys/mips/malta/std.malta index ca67e5628268..d22641a6169f 100644 --- a/sys/mips/malta/std.malta +++ b/sys/mips/malta/std.malta @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/mips/malta/std.malta,v 1.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ files "../malta/files.malta" cpu CPU_MIPS4KC diff --git a/sys/mips/malta/uart_bus_maltausart.c b/sys/mips/malta/uart_bus_maltausart.c index da266a8d54fd..0cd76f3d9b46 100644 --- a/sys/mips/malta/uart_bus_maltausart.c +++ b/sys/mips/malta/uart_bus_maltausart.c @@ -35,7 +35,7 @@ #include "opt_uart.h" #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/malta/uart_bus_maltausart.c,v 1.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/malta/uart_cpu_maltausart.c b/sys/mips/malta/uart_cpu_maltausart.c index 758d9a7fedbe..174cf6791afd 100644 --- a/sys/mips/malta/uart_cpu_maltausart.c +++ b/sys/mips/malta/uart_cpu_maltausart.c @@ -36,7 +36,7 @@ #include "opt_uart.h" #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/malta/uart_cpu_maltausart.c,v 1.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/malta/yamon.c b/sys/mips/malta/yamon.c index 4e167cbb2acc..da3d64aeaf9e 100644 --- a/sys/mips/malta/yamon.c +++ b/sys/mips/malta/yamon.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/malta/yamon.c,v 1.3.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/malta/yamon.h b/sys/mips/malta/yamon.h index 69705103a408..2a61a1cecab4 100644 --- a/sys/mips/malta/yamon.h +++ b/sys/mips/malta/yamon.h @@ -32,7 +32,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/mips/malta/yamon.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MALTA_YAMON_H_ diff --git a/sys/mips/mips/autoconf.c b/sys/mips/mips/autoconf.c index 99fd541927f9..135ade18b4ee 100644 --- a/sys/mips/mips/autoconf.c +++ b/sys/mips/mips/autoconf.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/mips/autoconf.c,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); /* * Setup the system to run on the current machine. diff --git a/sys/mips/mips/busdma_machdep.c b/sys/mips/mips/busdma_machdep.c index 13c45b84b001..9a7c969c0883 100644 --- a/sys/mips/mips/busdma_machdep.c +++ b/sys/mips/mips/busdma_machdep.c @@ -65,7 +65,7 @@ /* $NetBSD: bus_dma.c,v 1.17 2006/03/01 12:38:11 yamt Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/mips/busdma_machdep.c,v 1.5.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/mips/cache.c b/sys/mips/mips/cache.c index 64e03c9544e2..63a2f0a1fb7c 100644 --- a/sys/mips/mips/cache.c +++ b/sys/mips/mips/cache.c @@ -68,7 +68,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/mips/cache.c,v 1.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/systm.h> diff --git a/sys/mips/mips/cache_mipsNN.c b/sys/mips/mips/cache_mipsNN.c index 4037885b73e3..b0e0d2931660 100644 --- a/sys/mips/mips/cache_mipsNN.c +++ b/sys/mips/mips/cache_mipsNN.c @@ -36,7 +36,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/mips/cache_mipsNN.c,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/systm.h> diff --git a/sys/mips/mips/copystr.S b/sys/mips/mips/copystr.S index 4d5d921c4945..92f3c8b5ee13 100644 --- a/sys/mips/mips/copystr.S +++ b/sys/mips/mips/copystr.S @@ -52,7 +52,7 @@ #include "assym.s" #include <machine/asm.h> #include <machine/asmacros.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/mips/copystr.S,v 1.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/errno.h> diff --git a/sys/mips/mips/cpu.c b/sys/mips/mips/cpu.c index f9596e2ba8b0..58504754bd2c 100644 --- a/sys/mips/mips/cpu.c +++ b/sys/mips/mips/cpu.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/mips/cpu.c,v 1.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/mips/mips/db_disasm.c b/sys/mips/mips/db_disasm.c index 21e5c90d281f..4341fd451fa6 100644 --- a/sys/mips/mips/db_disasm.c +++ b/sys/mips/mips/db_disasm.c @@ -40,7 +40,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/mips/db_disasm.c,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/param.h> #include <vm/vm_param.h> diff --git a/sys/mips/mips/db_interface.c b/sys/mips/mips/db_interface.c index 455c03e4dc5b..258112761719 100644 --- a/sys/mips/mips/db_interface.c +++ b/sys/mips/mips/db_interface.c @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/mips/db_interface.c,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/param.h> diff --git a/sys/mips/mips/db_trace.c b/sys/mips/mips/db_trace.c index fe2aa6e2442e..9376ab62d81c 100644 --- a/sys/mips/mips/db_trace.c +++ b/sys/mips/mips/db_trace.c @@ -6,7 +6,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/mips/db_trace.c,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/mips/dump_machdep.c b/sys/mips/mips/dump_machdep.c index 370068969b31..b0b37100901e 100644 --- a/sys/mips/mips/dump_machdep.c +++ b/sys/mips/mips/dump_machdep.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/mips/dump_machdep.c,v 1.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); /* Note to writer, when using pmap_kenter_temporary() you must, * after using the va to write out the page, call diff --git a/sys/mips/mips/elf64_machdep.c b/sys/mips/mips/elf64_machdep.c index c10fb5f280a9..d6564620c904 100644 --- a/sys/mips/mips/elf64_machdep.c +++ b/sys/mips/mips/elf64_machdep.c @@ -28,7 +28,7 @@ #define __ELF_WORD_SIZE 64 #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/mips/elf64_machdep.c,v 1.3.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/mips/mips/elf_machdep.c b/sys/mips/mips/elf_machdep.c index 974f29608134..14b0680de8e6 100644 --- a/sys/mips/mips/elf_machdep.c +++ b/sys/mips/mips/elf_machdep.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/mips/elf_machdep.c,v 1.7.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/mips/mips/exception.S b/sys/mips/mips/exception.S index fb7614df9708..446370bfe7cd 100644 --- a/sys/mips/mips/exception.S +++ b/sys/mips/mips/exception.S @@ -46,7 +46,7 @@ * v 1.1 89/07/10 14:27:41 nelson Exp SPRITE (DECWRL) * from: @(#)locore.s 8.5 (Berkeley) 1/4/94 * JNPR: exception.S,v 1.5 2007/01/08 04:58:37 katta - * $FreeBSD$ + * $FreeBSD: src/sys/mips/mips/exception.S,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /* diff --git a/sys/mips/mips/fp.S b/sys/mips/mips/fp.S index b211c12fb15c..a3d36bf3b6ae 100644 --- a/sys/mips/mips/fp.S +++ b/sys/mips/mips/fp.S @@ -32,7 +32,7 @@ * * from: @(#)fp.s 8.1 (Berkeley) 6/10/93 * JNPR: fp.S,v 1.1 2006/08/07 05:38:57 katta - * $FreeBSD$ + * $FreeBSD: src/sys/mips/mips/fp.S,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /* diff --git a/sys/mips/mips/gdb_machdep.c b/sys/mips/mips/gdb_machdep.c index ae77e6bc6067..d86de43fd57b 100644 --- a/sys/mips/mips/gdb_machdep.c +++ b/sys/mips/mips/gdb_machdep.c @@ -92,7 +92,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * JNPR: gdb_machdep.c,v 1.1 2007/08/09 12:25:25 katta - * $FreeBSD$ + * $FreeBSD: src/sys/mips/mips/gdb_machdep.c,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #include <sys/cdefs.h> diff --git a/sys/mips/mips/genassym.c b/sys/mips/mips/genassym.c index 90974c7bcff5..6fe08d3a6068 100644 --- a/sys/mips/mips/genassym.c +++ b/sys/mips/mips/genassym.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/mips/genassym.c,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/mips/in_cksum.c b/sys/mips/mips/in_cksum.c index f0c95d9064b9..43634a49c59a 100644 --- a/sys/mips/mips/in_cksum.c +++ b/sys/mips/mips/in_cksum.c @@ -36,7 +36,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/mips/in_cksum.c,v 1.3.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/mbuf.h> diff --git a/sys/mips/mips/intr_machdep.c b/sys/mips/mips/intr_machdep.c index cca27ba46f4b..cac70b898fab 100644 --- a/sys/mips/mips/intr_machdep.c +++ b/sys/mips/mips/intr_machdep.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/mips/intr_machdep.c,v 1.5.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/mips/locore.S b/sys/mips/mips/locore.S index afcabd41db7b..fb7f31011fbc 100644 --- a/sys/mips/mips/locore.S +++ b/sys/mips/mips/locore.S @@ -47,7 +47,7 @@ * * from: @(#)locore.s 8.5 (Berkeley) 1/4/94 * JNPR: locore.S,v 1.6.2.1 2007/08/29 12:24:49 girish - * $FreeBSD$ + * $FreeBSD: src/sys/mips/mips/locore.S,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /* diff --git a/sys/mips/mips/machdep.c b/sys/mips/mips/machdep.c index 6bd518018e7c..a2a4e9bdd6d0 100644 --- a/sys/mips/mips/machdep.c +++ b/sys/mips/mips/machdep.c @@ -40,7 +40,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/mips/machdep.c,v 1.13.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include "opt_ddb.h" #include "opt_md.h" diff --git a/sys/mips/mips/mainbus.c b/sys/mips/mips/mainbus.c index d1571e4cdba6..2ec75f504b02 100644 --- a/sys/mips/mips/mainbus.c +++ b/sys/mips/mips/mainbus.c @@ -42,7 +42,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/mips/mainbus.c,v 1.3.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/mips/mem.c b/sys/mips/mips/mem.c index 53fe634418ea..a7650ea80972 100644 --- a/sys/mips/mips/mem.c +++ b/sys/mips/mips/mem.c @@ -42,7 +42,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/mips/mem.c,v 1.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/mips/mips/mp_machdep.c b/sys/mips/mips/mp_machdep.c index bf323922d72f..174f12a3d1a1 100644 --- a/sys/mips/mips/mp_machdep.c +++ b/sys/mips/mips/mp_machdep.c @@ -1,5 +1,5 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/mips/mp_machdep.c,v 1.4.2.2.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include "opt_kstack_pages.h" diff --git a/sys/mips/mips/nexus.c b/sys/mips/mips/nexus.c index 64cba66d1816..4a2398b41e9c 100644 --- a/sys/mips/mips/nexus.c +++ b/sys/mips/mips/nexus.c @@ -38,7 +38,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/mips/nexus.c,v 1.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/mips/pm_machdep.c b/sys/mips/mips/pm_machdep.c index 9fb1feca3fb6..ebb1067a94a9 100644 --- a/sys/mips/mips/pm_machdep.c +++ b/sys/mips/mips/pm_machdep.c @@ -36,7 +36,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/mips/pm_machdep.c,v 1.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include "opt_compat.h" #include <sys/types.h> diff --git a/sys/mips/mips/pmap.c b/sys/mips/mips/pmap.c index 7b106dc4a4ac..b06061847d0b 100644 --- a/sys/mips/mips/pmap.c +++ b/sys/mips/mips/pmap.c @@ -66,7 +66,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/mips/pmap.c,v 1.21.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include "opt_ddb.h" #include "opt_msgbuf.h" diff --git a/sys/mips/mips/psraccess.S b/sys/mips/mips/psraccess.S index 003c1d534eca..105928fc106f 100644 --- a/sys/mips/mips/psraccess.S +++ b/sys/mips/mips/psraccess.S @@ -29,7 +29,7 @@ * SUCH DAMAGE. * * JNPR: psraccess.S,v 1.4.2.1 2007/09/10 10:36:50 girish - * $FreeBSD$ + * $FreeBSD: src/sys/mips/mips/psraccess.S,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ * */ diff --git a/sys/mips/mips/stack_machdep.c b/sys/mips/mips/stack_machdep.c index 85ee3ba5c04a..1eca5975f271 100644 --- a/sys/mips/mips/stack_machdep.c +++ b/sys/mips/mips/stack_machdep.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/mips/stack_machdep.c,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/systm.h> diff --git a/sys/mips/mips/support.S b/sys/mips/mips/support.S index d8213618108b..f34fe9ffb547 100644 --- a/sys/mips/mips/support.S +++ b/sys/mips/mips/support.S @@ -47,7 +47,7 @@ * * from: @(#)locore.s 8.5 (Berkeley) 1/4/94 * JNPR: support.S,v 1.5.2.2 2007/08/29 10:03:49 girish - * $FreeBSD$ + * $FreeBSD: src/sys/mips/mips/support.S,v 1.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /* diff --git a/sys/mips/mips/swtch.S b/sys/mips/mips/swtch.S index 84585cb36c52..f0c13e10ef85 100644 --- a/sys/mips/mips/swtch.S +++ b/sys/mips/mips/swtch.S @@ -47,7 +47,7 @@ * * from: @(#)locore.s 8.5 (Berkeley) 1/4/94 * JNPR: swtch.S,v 1.6.2.1 2007/09/10 10:36:50 girish - * $FreeBSD$ + * $FreeBSD: src/sys/mips/mips/swtch.S,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /* diff --git a/sys/mips/mips/tick.c b/sys/mips/mips/tick.c index faae90ed57bc..b701bd0cdbf3 100644 --- a/sys/mips/mips/tick.c +++ b/sys/mips/mips/tick.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/mips/tick.c,v 1.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/mips/tlb.S b/sys/mips/mips/tlb.S index 28636b125e75..f8bb6cfde083 100644 --- a/sys/mips/mips/tlb.S +++ b/sys/mips/mips/tlb.S @@ -47,7 +47,7 @@ * * from: @(#)locore.s 8.5 (Berkeley) 1/4/94 * JNPR: tlb.S,v 1.1.4.2 2007/09/10 09:02:05 girish - * $FreeBSD$ + * $FreeBSD: src/sys/mips/mips/tlb.S,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /* diff --git a/sys/mips/mips/trap.c b/sys/mips/mips/trap.c index 6d047ccdda22..23a0b9aa2a0b 100644 --- a/sys/mips/mips/trap.c +++ b/sys/mips/mips/trap.c @@ -39,7 +39,7 @@ * JNPR: trap.c,v 1.13.2.2 2007/08/29 10:03:49 girish */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/mips/trap.c,v 1.3.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include "opt_ddb.h" #include "opt_global.h" diff --git a/sys/mips/mips/uio_machdep.c b/sys/mips/mips/uio_machdep.c index 0872b4d388ea..4523d7be9464 100644 --- a/sys/mips/mips/uio_machdep.c +++ b/sys/mips/mips/uio_machdep.c @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/mips/uio_machdep.c,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/mips/mips/vm_machdep.c b/sys/mips/mips/vm_machdep.c index 26b64778b8cb..50aa4e66a181 100644 --- a/sys/mips/mips/vm_machdep.c +++ b/sys/mips/mips/vm_machdep.c @@ -39,7 +39,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/mips/vm_machdep.c,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/sentry5/files.sentry5 b/sys/mips/sentry5/files.sentry5 index 61038e035df9..d537fbca4c5d 100644 --- a/sys/mips/sentry5/files.sentry5 +++ b/sys/mips/sentry5/files.sentry5 @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/mips/sentry5/files.sentry5,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ # TODO: Add attachment elsehwere in the tree # for USB 1.1 OHCI, Ethernet and IPSEC cores diff --git a/sys/mips/sentry5/obio.c b/sys/mips/sentry5/obio.c index 073035800ff6..9f1cba766ed5 100644 --- a/sys/mips/sentry5/obio.c +++ b/sys/mips/sentry5/obio.c @@ -43,7 +43,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/sentry5/obio.c,v 1.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/sentry5/obiovar.h b/sys/mips/sentry5/obiovar.h index 27c1b373fc1e..816efea7abde 100644 --- a/sys/mips/sentry5/obiovar.h +++ b/sys/mips/sentry5/obiovar.h @@ -34,7 +34,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/mips/sentry5/obiovar.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ * */ diff --git a/sys/mips/sentry5/s5_machdep.c b/sys/mips/sentry5/s5_machdep.c index 0923402d6792..60ec991b0db7 100644 --- a/sys/mips/sentry5/s5_machdep.c +++ b/sys/mips/sentry5/s5_machdep.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/sentry5/s5_machdep.c,v 1.3.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/param.h> #include <machine/cpuregs.h> diff --git a/sys/mips/sentry5/s5reg.h b/sys/mips/sentry5/s5reg.h index 71643d0d3460..b6764cab38ca 100644 --- a/sys/mips/sentry5/s5reg.h +++ b/sys/mips/sentry5/s5reg.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/mips/sentry5/s5reg.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MIPS32_SENTRY5_SENTRY5REG_H_ #define _MIPS32_SENTRY5_SENTRY5REG_H_ diff --git a/sys/mips/sentry5/siba_cc.c b/sys/mips/sentry5/siba_cc.c index cd78f0b02448..889980f264eb 100644 --- a/sys/mips/sentry5/siba_cc.c +++ b/sys/mips/sentry5/siba_cc.c @@ -43,7 +43,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/sentry5/siba_cc.c,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/sentry5/siba_mips.c b/sys/mips/sentry5/siba_mips.c index 676da834df64..31592cf1a132 100644 --- a/sys/mips/sentry5/siba_mips.c +++ b/sys/mips/sentry5/siba_mips.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/sentry5/siba_mips.c,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/sentry5/siba_sdram.c b/sys/mips/sentry5/siba_sdram.c index 8e74e53d7f94..fda6a792b185 100644 --- a/sys/mips/sentry5/siba_sdram.c +++ b/sys/mips/sentry5/siba_sdram.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/sentry5/siba_sdram.c,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/sentry5/uart_bus_sbusart.c b/sys/mips/sentry5/uart_bus_sbusart.c index 21a6f58c019e..6d0ea5dbfddc 100644 --- a/sys/mips/sentry5/uart_bus_sbusart.c +++ b/sys/mips/sentry5/uart_bus_sbusart.c @@ -35,7 +35,7 @@ #include "opt_uart.h" #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/sentry5/uart_bus_sbusart.c,v 1.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/sentry5/uart_cpu_sbusart.c b/sys/mips/sentry5/uart_cpu_sbusart.c index 10ee7be94462..41f231efab00 100644 --- a/sys/mips/sentry5/uart_cpu_sbusart.c +++ b/sys/mips/sentry5/uart_cpu_sbusart.c @@ -36,7 +36,7 @@ #include "opt_uart.h" #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/sentry5/uart_cpu_sbusart.c,v 1.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> |
