diff options
Diffstat (limited to 'sys/mips')
345 files changed, 351 insertions, 353 deletions
diff --git a/sys/mips/adm5120/adm5120_machdep.c b/sys/mips/adm5120/adm5120_machdep.c index 90a6b907996c..019cd2e7aa7e 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.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include "opt_ddb.h" diff --git a/sys/mips/adm5120/adm5120reg.h b/sys/mips/adm5120/adm5120reg.h index 2f15e4675233..28b9ed7bf9c5 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.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _ADM5120REG_H_ diff --git a/sys/mips/adm5120/admpci.c b/sys/mips/adm5120/admpci.c index 0ae753019132..d206b68860bc 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.6.1 2010/12/21 17:09:25 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..dd7204197b8a 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.6.1 2010/12/21 17:09:25 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 c8b60ce88b5f..e5404c0a50a3 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.2.2.1 2010/12/21 17:09:25 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 b3f6e3bdd403..6fba248ce140 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.4.2.1 2010/12/21 17:09:25 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..5aaa5564269c 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.6.1 2010/12/21 17:09:25 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 1304fac4dd02..b0104c006d73 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.2.2.1 2010/12/21 17:09:25 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 b89c9576579c..2ec8928c07f9 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.3.2.1 2010/12/21 17:09:25 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..672abb74fd9b 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.6.1 2010/12/21 17:09:25 kensmith Exp $ * */ diff --git a/sys/mips/adm5120/std.adm5120 b/sys/mips/adm5120/std.adm5120 index 59bf11824760..7828a187a452 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.6.1 2010/12/21 17:09:25 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..01a072b8fd16 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.6.1 2010/12/21 17:09:25 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 935d109fe16f..2f1df4f7305d 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.2.2.1 2010/12/21 17:09:25 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..e71c4c1b9e12 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.6.1 2010/12/21 17:09:25 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..c74d1ed6a7c2 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.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _ADMUART_H #define _ADMUART_H diff --git a/sys/mips/alchemy/alchemy_machdep.c b/sys/mips/alchemy/alchemy_machdep.c index a94d995eed00..afe101203cf5 100644 --- a/sys/mips/alchemy/alchemy_machdep.c +++ b/sys/mips/alchemy/alchemy_machdep.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/alchemy/alchemy_machdep.c,v 1.3.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include "opt_ddb.h" diff --git a/sys/mips/alchemy/files.alchemy b/sys/mips/alchemy/files.alchemy index 240869cdcbb4..b9802956a96a 100644 --- a/sys/mips/alchemy/files.alchemy +++ b/sys/mips/alchemy/files.alchemy @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/mips/alchemy/files.alchemy,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ # Alchmy on-board devices # mips/alchemy/console.c standard mips/alchemy/alchemy_machdep.c standard diff --git a/sys/mips/alchemy/obio.c b/sys/mips/alchemy/obio.c index fb55813c5816..2c6c0f81f046 100644 --- a/sys/mips/alchemy/obio.c +++ b/sys/mips/alchemy/obio.c @@ -36,7 +36,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/alchemy/obio.c,v 1.3.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/alchemy/std.alchemy b/sys/mips/alchemy/std.alchemy index a955b6765c4d..6960c884d90a 100644 --- a/sys/mips/alchemy/std.alchemy +++ b/sys/mips/alchemy/std.alchemy @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/mips/alchemy/std.alchemy,v 1.2.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ # Standard include file for Alchemy Au1xxx CPUs: # Au1000, Au1200, Au1250, Au1500 and Au1550 diff --git a/sys/mips/alchemy/uart_bus_alchemy.c b/sys/mips/alchemy/uart_bus_alchemy.c index 5c2315b8b7ce..c9e7bfc51fcb 100644 --- a/sys/mips/alchemy/uart_bus_alchemy.c +++ b/sys/mips/alchemy/uart_bus_alchemy.c @@ -31,7 +31,7 @@ #include "opt_uart.h" #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/alchemy/uart_bus_alchemy.c,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/alchemy/uart_cpu_alchemy.c b/sys/mips/alchemy/uart_cpu_alchemy.c index c995130ccd2c..aab66e4a72ff 100644 --- a/sys/mips/alchemy/uart_cpu_alchemy.c +++ b/sys/mips/alchemy/uart_cpu_alchemy.c @@ -33,7 +33,7 @@ #include "opt_uart.h" #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/alchemy/uart_cpu_alchemy.c,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/atheros/apb.c b/sys/mips/atheros/apb.c index c004741cfd84..595d91a47d93 100644 --- a/sys/mips/atheros/apb.c +++ b/sys/mips/atheros/apb.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/atheros/apb.c,v 1.2.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/atheros/ar71xx_bus_space_reversed.c b/sys/mips/atheros/ar71xx_bus_space_reversed.c index e03ade628f5d..bf75b765075d 100644 --- a/sys/mips/atheros/ar71xx_bus_space_reversed.c +++ b/sys/mips/atheros/ar71xx_bus_space_reversed.c @@ -25,7 +25,7 @@ * SUCH DAMAGE. */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/atheros/ar71xx_bus_space_reversed.c,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/atheros/ar71xx_chip.c b/sys/mips/atheros/ar71xx_chip.c index ec179a168598..f9246aad39b6 100644 --- a/sys/mips/atheros/ar71xx_chip.c +++ b/sys/mips/atheros/ar71xx_chip.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/atheros/ar71xx_chip.c,v 1.3.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <machine/cpuregs.h> diff --git a/sys/mips/atheros/ar71xx_chip.h b/sys/mips/atheros/ar71xx_chip.h index ccecc23294e0..a9868e07341a 100644 --- a/sys/mips/atheros/ar71xx_chip.h +++ b/sys/mips/atheros/ar71xx_chip.h @@ -24,7 +24,7 @@ * SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/mips/atheros/ar71xx_chip.h,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef __AR71XX_CHIP_H__ #define __AR71XX_CHIP_H__ diff --git a/sys/mips/atheros/ar71xx_cpudef.h b/sys/mips/atheros/ar71xx_cpudef.h index f26c55aaadc4..4adf4796938c 100644 --- a/sys/mips/atheros/ar71xx_cpudef.h +++ b/sys/mips/atheros/ar71xx_cpudef.h @@ -24,7 +24,7 @@ * SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/mips/atheros/ar71xx_cpudef.h,v 1.2.2.3.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef __AR71XX_CPUDEF_H__ #define __AR71XX_CPUDEF_H__ diff --git a/sys/mips/atheros/ar71xx_ehci.c b/sys/mips/atheros/ar71xx_ehci.c index 936fd355a00e..2fa7815f630a 100644 --- a/sys/mips/atheros/ar71xx_ehci.c +++ b/sys/mips/atheros/ar71xx_ehci.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/atheros/ar71xx_ehci.c,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include "opt_bus.h" diff --git a/sys/mips/atheros/ar71xx_gpio.c b/sys/mips/atheros/ar71xx_gpio.c index 866c72b5b740..720a2db34447 100644 --- a/sys/mips/atheros/ar71xx_gpio.c +++ b/sys/mips/atheros/ar71xx_gpio.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/atheros/ar71xx_gpio.c,v 1.2.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/atheros/ar71xx_gpiovar.h b/sys/mips/atheros/ar71xx_gpiovar.h index a9ed7e074221..2b477acbef62 100644 --- a/sys/mips/atheros/ar71xx_gpiovar.h +++ b/sys/mips/atheros/ar71xx_gpiovar.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/atheros/ar71xx_gpiovar.h,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ * */ diff --git a/sys/mips/atheros/ar71xx_machdep.c b/sys/mips/atheros/ar71xx_machdep.c index c728ca6ee33e..6dfc791c46f2 100644 --- a/sys/mips/atheros/ar71xx_machdep.c +++ b/sys/mips/atheros/ar71xx_machdep.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/atheros/ar71xx_machdep.c,v 1.9.2.3.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <machine/cpuregs.h> diff --git a/sys/mips/atheros/ar71xx_ohci.c b/sys/mips/atheros/ar71xx_ohci.c index acccd850a1c5..a5dd66663344 100644 --- a/sys/mips/atheros/ar71xx_ohci.c +++ b/sys/mips/atheros/ar71xx_ohci.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/atheros/ar71xx_ohci.c,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/atheros/ar71xx_pci.c b/sys/mips/atheros/ar71xx_pci.c index 632270cb8e66..9d11278e2798 100644 --- a/sys/mips/atheros/ar71xx_pci.c +++ b/sys/mips/atheros/ar71xx_pci.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/atheros/ar71xx_pci.c,v 1.4.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/atheros/ar71xx_pci_bus_space.c b/sys/mips/atheros/ar71xx_pci_bus_space.c index 554018196735..b3602f55b81a 100644 --- a/sys/mips/atheros/ar71xx_pci_bus_space.c +++ b/sys/mips/atheros/ar71xx_pci_bus_space.c @@ -25,7 +25,7 @@ * SUCH DAMAGE. */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/atheros/ar71xx_pci_bus_space.c,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/atheros/ar71xx_setup.c b/sys/mips/atheros/ar71xx_setup.c index 0720d52ff9d6..ec9a020f7dfa 100644 --- a/sys/mips/atheros/ar71xx_setup.c +++ b/sys/mips/atheros/ar71xx_setup.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/atheros/ar71xx_setup.c,v 1.4.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <machine/cpuregs.h> diff --git a/sys/mips/atheros/ar71xx_setup.h b/sys/mips/atheros/ar71xx_setup.h index 89f2490349fe..1674d1543160 100644 --- a/sys/mips/atheros/ar71xx_setup.h +++ b/sys/mips/atheros/ar71xx_setup.h @@ -24,7 +24,7 @@ * SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/mips/atheros/ar71xx_setup.h,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef __AR71XX_SETUP_H__ #define __AR71XX_SETUP_H__ diff --git a/sys/mips/atheros/ar71xx_spi.c b/sys/mips/atheros/ar71xx_spi.c index 92cc3654d809..ef493c06643e 100644 --- a/sys/mips/atheros/ar71xx_spi.c +++ b/sys/mips/atheros/ar71xx_spi.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/atheros/ar71xx_spi.c,v 1.2.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/atheros/ar71xx_wdog.c b/sys/mips/atheros/ar71xx_wdog.c index d582f18fdc3f..89dca2344bee 100644 --- a/sys/mips/atheros/ar71xx_wdog.c +++ b/sys/mips/atheros/ar71xx_wdog.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/atheros/ar71xx_wdog.c,v 1.3.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/atheros/ar71xxreg.h b/sys/mips/atheros/ar71xxreg.h index da5fc5d2ccb7..6e280e7a5458 100644 --- a/sys/mips/atheros/ar71xxreg.h +++ b/sys/mips/atheros/ar71xxreg.h @@ -24,7 +24,7 @@ * SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/mips/atheros/ar71xxreg.h,v 1.14.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _AR71XX_REG_H_ #define _AR71XX_REG_H_ diff --git a/sys/mips/atheros/ar724x_chip.c b/sys/mips/atheros/ar724x_chip.c index 450dd19e942f..c056986d37d5 100644 --- a/sys/mips/atheros/ar724x_chip.c +++ b/sys/mips/atheros/ar724x_chip.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/atheros/ar724x_chip.c,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <machine/cpuregs.h> diff --git a/sys/mips/atheros/ar724x_chip.h b/sys/mips/atheros/ar724x_chip.h index 11b30b7a217c..2470cc83732d 100644 --- a/sys/mips/atheros/ar724x_chip.h +++ b/sys/mips/atheros/ar724x_chip.h @@ -24,7 +24,7 @@ * SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/mips/atheros/ar724x_chip.h,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef __AR724X_CHIP_H__ #define __AR724X_CHIP_H__ diff --git a/sys/mips/atheros/ar724xreg.h b/sys/mips/atheros/ar724xreg.h index ec7ef1552c0d..5c8847b4a93d 100644 --- a/sys/mips/atheros/ar724xreg.h +++ b/sys/mips/atheros/ar724xreg.h @@ -24,7 +24,7 @@ * SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/mips/atheros/ar724xreg.h,v 1.2.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef __AR72XX_REG_H__ #define __AR72XX_REG_H__ diff --git a/sys/mips/atheros/ar91xx_chip.c b/sys/mips/atheros/ar91xx_chip.c index ae221561f525..3e1137cd8e2b 100644 --- a/sys/mips/atheros/ar91xx_chip.c +++ b/sys/mips/atheros/ar91xx_chip.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/atheros/ar91xx_chip.c,v 1.2.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <machine/cpuregs.h> diff --git a/sys/mips/atheros/ar91xx_chip.h b/sys/mips/atheros/ar91xx_chip.h index a98c2649fefd..ed44860561f4 100644 --- a/sys/mips/atheros/ar91xx_chip.h +++ b/sys/mips/atheros/ar91xx_chip.h @@ -24,7 +24,7 @@ * SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/mips/atheros/ar91xx_chip.h,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef __AR91XX_CHIP_H__ #define __AR91XX_CHIP_H__ diff --git a/sys/mips/atheros/ar91xxreg.h b/sys/mips/atheros/ar91xxreg.h index 8fecddff071f..3eed7f984e15 100644 --- a/sys/mips/atheros/ar91xxreg.h +++ b/sys/mips/atheros/ar91xxreg.h @@ -24,7 +24,7 @@ * SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/mips/atheros/ar91xxreg.h,v 1.2.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef __AR91XX_REG_H__ #define __AR91XX_REG_H__ diff --git a/sys/mips/atheros/files.ar71xx b/sys/mips/atheros/files.ar71xx index d3630fdf05a6..b763aa75f19b 100644 --- a/sys/mips/atheros/files.ar71xx +++ b/sys/mips/atheros/files.ar71xx @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/mips/atheros/files.ar71xx,v 1.6.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ mips/atheros/apb.c standard mips/atheros/ar71xx_gpio.c optional gpio diff --git a/sys/mips/atheros/if_arge.c b/sys/mips/atheros/if_arge.c index 46cee74a019e..9ab0dba6db6a 100644 --- a/sys/mips/atheros/if_arge.c +++ b/sys/mips/atheros/if_arge.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/atheros/if_arge.c,v 1.10.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); /* * AR71XX gigabit ethernet driver diff --git a/sys/mips/atheros/if_argevar.h b/sys/mips/atheros/if_argevar.h index 4c336afdbbea..4dd43d60853b 100644 --- a/sys/mips/atheros/if_argevar.h +++ b/sys/mips/atheros/if_argevar.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/mips/atheros/if_argevar.h,v 1.5.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef __IF_ARGEVAR_H__ diff --git a/sys/mips/atheros/pcf2123_rtc.c b/sys/mips/atheros/pcf2123_rtc.c index 0cb4c8fdc160..3954f3164a06 100644 --- a/sys/mips/atheros/pcf2123_rtc.c +++ b/sys/mips/atheros/pcf2123_rtc.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/atheros/pcf2123_rtc.c,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/bus.h> diff --git a/sys/mips/atheros/pcf2123reg.h b/sys/mips/atheros/pcf2123reg.h index bd97e6c8f493..6bd7c1eae575 100644 --- a/sys/mips/atheros/pcf2123reg.h +++ b/sys/mips/atheros/pcf2123reg.h @@ -25,7 +25,7 @@ * SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/mips/atheros/pcf2123reg.h,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef __PCF2123REG_H__ #define __PCF2123REG_H__ diff --git a/sys/mips/atheros/uart_bus_ar71xx.c b/sys/mips/atheros/uart_bus_ar71xx.c index 4c04aba360f4..0d8535d400d8 100644 --- a/sys/mips/atheros/uart_bus_ar71xx.c +++ b/sys/mips/atheros/uart_bus_ar71xx.c @@ -25,7 +25,7 @@ #include "opt_uart.h" #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/atheros/uart_bus_ar71xx.c,v 1.2.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/atheros/uart_cpu_ar71xx.c b/sys/mips/atheros/uart_cpu_ar71xx.c index 8465c26d6502..83b920ac8694 100644 --- a/sys/mips/atheros/uart_cpu_ar71xx.c +++ b/sys/mips/atheros/uart_cpu_ar71xx.c @@ -27,7 +27,7 @@ #include "opt_uart.h" #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/atheros/uart_cpu_ar71xx.c,v 1.2.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/cavium/asm_octeon.S b/sys/mips/cavium/asm_octeon.S index 94ac875a1996..0016d286d47f 100644 --- a/sys/mips/cavium/asm_octeon.S +++ b/sys/mips/cavium/asm_octeon.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/mips/cavium/asm_octeon.S,v 1.3.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #include <machine/asm.h> diff --git a/sys/mips/cavium/ciu.c b/sys/mips/cavium/ciu.c index eb58928ca958..f3edfebd1826 100644 --- a/sys/mips/cavium/ciu.c +++ b/sys/mips/cavium/ciu.c @@ -23,11 +23,11 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/mips/cavium/ciu.c,v 1.2.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/cavium/ciu.c,v 1.2.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/cavium/cryptocteon/cavium_crypto.c b/sys/mips/cavium/cryptocteon/cavium_crypto.c index ff77a61eafbf..8d37df3d6c06 100644 --- a/sys/mips/cavium/cryptocteon/cavium_crypto.c +++ b/sys/mips/cavium/cryptocteon/cavium_crypto.c @@ -42,7 +42,7 @@ /****************************************************************************/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/cavium/cryptocteon/cavium_crypto.c,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/cavium/cryptocteon/cryptocteon.c b/sys/mips/cavium/cryptocteon/cryptocteon.c index 16a0bb161d3d..fb3273cc12f8 100644 --- a/sys/mips/cavium/cryptocteon/cryptocteon.c +++ b/sys/mips/cavium/cryptocteon/cryptocteon.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/cavium/cryptocteon/cryptocteon.c,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/cavium/cryptocteon/cryptocteonvar.h b/sys/mips/cavium/cryptocteon/cryptocteonvar.h index e722298d899e..5c7500087aad 100644 --- a/sys/mips/cavium/cryptocteon/cryptocteonvar.h +++ b/sys/mips/cavium/cryptocteon/cryptocteonvar.h @@ -26,7 +26,7 @@ * and/or fitness for purpose. * --------------------------------------------------------------------------- * - * $FreeBSD$ + * $FreeBSD: src/sys/mips/cavium/cryptocteon/cryptocteonvar.h,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _MIPS_CAVIUM_CRYPTOCTEON_CRYPTOCTEONVAR_H_ diff --git a/sys/mips/cavium/cvmx_config.h b/sys/mips/cavium/cvmx_config.h index 7dd2c630c184..48e080ec018d 100644 --- a/sys/mips/cavium/cvmx_config.h +++ b/sys/mips/cavium/cvmx_config.h @@ -35,7 +35,7 @@ * For any questions regarding licensing please contact marketing@caviumnetworks.com * ***********************license end**************************************/ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/mips/cavium/cvmx_config.h,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _CVMX_CONFIG_H #define _CVMX_CONFIG_H diff --git a/sys/mips/cavium/dev/rgmii/octeon_fau.h b/sys/mips/cavium/dev/rgmii/octeon_fau.h index acf5132e2e89..5461dd0bba05 100644 --- a/sys/mips/cavium/dev/rgmii/octeon_fau.h +++ b/sys/mips/cavium/dev/rgmii/octeon_fau.h @@ -36,7 +36,7 @@ * ***********************license end**************************************/ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/mips/cavium/dev/rgmii/octeon_fau.h,v 1.4.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ /*------------------------------------------------------------------ * octeon_fau.h Fetch & Add Unit diff --git a/sys/mips/cavium/dev/rgmii/octeon_fpa.c b/sys/mips/cavium/dev/rgmii/octeon_fpa.c index 3e43a886b122..7ff61f892d77 100644 --- a/sys/mips/cavium/dev/rgmii/octeon_fpa.c +++ b/sys/mips/cavium/dev/rgmii/octeon_fpa.c @@ -43,7 +43,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/cavium/dev/rgmii/octeon_fpa.c,v 1.6.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/cavium/dev/rgmii/octeon_fpa.h b/sys/mips/cavium/dev/rgmii/octeon_fpa.h index 33d273bd9e3f..74d8d4c99f51 100644 --- a/sys/mips/cavium/dev/rgmii/octeon_fpa.h +++ b/sys/mips/cavium/dev/rgmii/octeon_fpa.h @@ -36,7 +36,7 @@ * ***********************license end**************************************/ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/mips/cavium/dev/rgmii/octeon_fpa.h,v 1.3.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ /*------------------------------------------------------------------ * octeon_fpa.h Free Pool Allocator diff --git a/sys/mips/cavium/dev/rgmii/octeon_ipd.c b/sys/mips/cavium/dev/rgmii/octeon_ipd.c index 8757a1046598..368dd033fe0c 100644 --- a/sys/mips/cavium/dev/rgmii/octeon_ipd.c +++ b/sys/mips/cavium/dev/rgmii/octeon_ipd.c @@ -43,7 +43,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/cavium/dev/rgmii/octeon_ipd.c,v 1.4.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/cavium/dev/rgmii/octeon_ipd.h b/sys/mips/cavium/dev/rgmii/octeon_ipd.h index aabfaaec23d9..9bc6d3bc5dd2 100644 --- a/sys/mips/cavium/dev/rgmii/octeon_ipd.h +++ b/sys/mips/cavium/dev/rgmii/octeon_ipd.h @@ -36,7 +36,7 @@ * ***********************license end**************************************/ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/mips/cavium/dev/rgmii/octeon_ipd.h,v 1.3.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ /*------------------------------------------------------------------ * octeon_ipd.h Input Packet Unit diff --git a/sys/mips/cavium/dev/rgmii/octeon_pip.h b/sys/mips/cavium/dev/rgmii/octeon_pip.h index a13d2446b010..13c818e0e81b 100644 --- a/sys/mips/cavium/dev/rgmii/octeon_pip.h +++ b/sys/mips/cavium/dev/rgmii/octeon_pip.h @@ -36,7 +36,7 @@ * ***********************license end**************************************/ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/mips/cavium/dev/rgmii/octeon_pip.h,v 1.3.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ /* * octeon_pip.h Packet Input Processing Block diff --git a/sys/mips/cavium/dev/rgmii/octeon_pko.c b/sys/mips/cavium/dev/rgmii/octeon_pko.c index e93ef87004bd..b5e92670c99a 100644 --- a/sys/mips/cavium/dev/rgmii/octeon_pko.c +++ b/sys/mips/cavium/dev/rgmii/octeon_pko.c @@ -43,7 +43,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/cavium/dev/rgmii/octeon_pko.c,v 1.4.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/cavium/dev/rgmii/octeon_pko.h b/sys/mips/cavium/dev/rgmii/octeon_pko.h index c6ece8c2a379..ad2b4f8cfcca 100644 --- a/sys/mips/cavium/dev/rgmii/octeon_pko.h +++ b/sys/mips/cavium/dev/rgmii/octeon_pko.h @@ -36,7 +36,7 @@ * ***********************license end**************************************/ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/mips/cavium/dev/rgmii/octeon_pko.h,v 1.3.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ /*------------------------------------------------------------------ * octeon_pko.h Packet Output Block diff --git a/sys/mips/cavium/dev/rgmii/octeon_rgmx.c b/sys/mips/cavium/dev/rgmii/octeon_rgmx.c index 5b84af5dcaad..c1c8816f7065 100644 --- a/sys/mips/cavium/dev/rgmii/octeon_rgmx.c +++ b/sys/mips/cavium/dev/rgmii/octeon_rgmx.c @@ -48,7 +48,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/cavium/dev/rgmii/octeon_rgmx.c,v 1.9.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/cavium/dev/rgmii/octeon_rgmx.h b/sys/mips/cavium/dev/rgmii/octeon_rgmx.h index 19393416da81..27b607814342 100644 --- a/sys/mips/cavium/dev/rgmii/octeon_rgmx.h +++ b/sys/mips/cavium/dev/rgmii/octeon_rgmx.h @@ -36,7 +36,7 @@ * ***********************license end**************************************/ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/mips/cavium/dev/rgmii/octeon_rgmx.h,v 1.3.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ /*------------------------------------------------------------------ * octeon_rgmx.h RGMII Ethernet Interfaces diff --git a/sys/mips/cavium/files.octeon1 b/sys/mips/cavium/files.octeon1 index 9bd883751256..a8e69d33682f 100644 --- a/sys/mips/cavium/files.octeon1 +++ b/sys/mips/cavium/files.octeon1 @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/mips/cavium/files.octeon1,v 1.8.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ # Octeon Support Files # mips/cavium/asm_octeon.S optional smp diff --git a/sys/mips/cavium/obio.c b/sys/mips/cavium/obio.c index 47057303c070..befd1d11c9f0 100644 --- a/sys/mips/cavium/obio.c +++ b/sys/mips/cavium/obio.c @@ -41,7 +41,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/cavium/obio.c,v 1.6.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/cavium/obiovar.h b/sys/mips/cavium/obiovar.h index 3b58fe631ad0..746ced09622f 100644 --- a/sys/mips/cavium/obiovar.h +++ b/sys/mips/cavium/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/cavium/obiovar.h,v 1.2.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ * */ diff --git a/sys/mips/cavium/octe/cavium-ethernet.h b/sys/mips/cavium/octe/cavium-ethernet.h index dce2d2bcfa79..7d5891d437e5 100644 --- a/sys/mips/cavium/octe/cavium-ethernet.h +++ b/sys/mips/cavium/octe/cavium-ethernet.h @@ -26,7 +26,7 @@ TO THE MAXIMUM EXTENT PERMITTED BY LAW, THE SOFTWARE IS PROVIDED "AS IS" AND WITH ALL FAULTS AND CAVIUM NETWORKS MAKES NO PROMISES, REPRESENTATIONS OR WARRANTIES, EITHER EXPRESS, IMPLIED, STATUTORY, OR OTHERWISE, WITH RESPECT TO THE SOFTWARE, INCLUDING ITS CONDITION, ITS CONFORMITY TO ANY REPRESENTATION OR DESCRIPTION, OR THE EXISTENCE OF ANY LATENT OR PATENT DEFECTS, AND CAVIUM SPECIFICALLY DISCLAIMS ALL IMPLIED (IF ANY) WARRANTIES OF TITLE, MERCHANTABILITY, NONINFRINGEMENT, FITNESS FOR A PARTICULAR PURPOSE, LACK OF VIRUSES, ACCURACY OR COMPLETENESS, QUIET ENJOYMENT, QUIET POSSESSION OR CORRESPONDENCE TO DESCRIPTION. THE ENTIRE RISK ARISING OUT OF USE OR PERFORMANCE OF THE SOFTWARE LIES WITH YOU. *************************************************************************/ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/mips/cavium/octe/cavium-ethernet.h,v 1.4.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ /** * @file diff --git a/sys/mips/cavium/octe/ethernet-common.c b/sys/mips/cavium/octe/ethernet-common.c index 9db9830915e8..9b941ffd50f2 100644 --- a/sys/mips/cavium/octe/ethernet-common.c +++ b/sys/mips/cavium/octe/ethernet-common.c @@ -28,7 +28,7 @@ AND WITH ALL FAULTS AND CAVIUM NETWORKS MAKES NO PROMISES, REPRESENTATIONS OR W *************************************************************************/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/cavium/octe/ethernet-common.c,v 1.2.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/cavium/octe/ethernet-common.h b/sys/mips/cavium/octe/ethernet-common.h index ef6e4aa06da2..5c85f365e92c 100644 --- a/sys/mips/cavium/octe/ethernet-common.h +++ b/sys/mips/cavium/octe/ethernet-common.h @@ -26,7 +26,7 @@ TO THE MAXIMUM EXTENT PERMITTED BY LAW, THE SOFTWARE IS PROVIDED "AS IS" AND WITH ALL FAULTS AND CAVIUM NETWORKS MAKES NO PROMISES, REPRESENTATIONS OR WARRANTIES, EITHER EXPRESS, IMPLIED, STATUTORY, OR OTHERWISE, WITH RESPECT TO THE SOFTWARE, INCLUDING ITS CONDITION, ITS CONFORMITY TO ANY REPRESENTATION OR DESCRIPTION, OR THE EXISTENCE OF ANY LATENT OR PATENT DEFECTS, AND CAVIUM SPECIFICALLY DISCLAIMS ALL IMPLIED (IF ANY) WARRANTIES OF TITLE, MERCHANTABILITY, NONINFRINGEMENT, FITNESS FOR A PARTICULAR PURPOSE, LACK OF VIRUSES, ACCURACY OR COMPLETENESS, QUIET ENJOYMENT, QUIET POSSESSION OR CORRESPONDENCE TO DESCRIPTION. THE ENTIRE RISK ARISING OUT OF USE OR PERFORMANCE OF THE SOFTWARE LIES WITH YOU. *************************************************************************/ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/mips/cavium/octe/ethernet-common.h,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ int cvm_oct_common_init(struct ifnet *ifp); void cvm_oct_common_uninit(struct ifnet *ifp); diff --git a/sys/mips/cavium/octe/ethernet-defines.h b/sys/mips/cavium/octe/ethernet-defines.h index 64babf5a9614..d88f1f70f817 100644 --- a/sys/mips/cavium/octe/ethernet-defines.h +++ b/sys/mips/cavium/octe/ethernet-defines.h @@ -26,7 +26,7 @@ TO THE MAXIMUM EXTENT PERMITTED BY LAW, THE SOFTWARE IS PROVIDED "AS IS" AND WITH ALL FAULTS AND CAVIUM NETWORKS MAKES NO PROMISES, REPRESENTATIONS OR WARRANTIES, EITHER EXPRESS, IMPLIED, STATUTORY, OR OTHERWISE, WITH RESPECT TO THE SOFTWARE, INCLUDING ITS CONDITION, ITS CONFORMITY TO ANY REPRESENTATION OR DESCRIPTION, OR THE EXISTENCE OF ANY LATENT OR PATENT DEFECTS, AND CAVIUM SPECIFICALLY DISCLAIMS ALL IMPLIED (IF ANY) WARRANTIES OF TITLE, MERCHANTABILITY, NONINFRINGEMENT, FITNESS FOR A PARTICULAR PURPOSE, LACK OF VIRUSES, ACCURACY OR COMPLETENESS, QUIET ENJOYMENT, QUIET POSSESSION OR CORRESPONDENCE TO DESCRIPTION. THE ENTIRE RISK ARISING OUT OF USE OR PERFORMANCE OF THE SOFTWARE LIES WITH YOU. *************************************************************************/ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/mips/cavium/octe/ethernet-defines.h,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ /* * A few defines are used to control the operation of this driver: diff --git a/sys/mips/cavium/octe/ethernet-headers.h b/sys/mips/cavium/octe/ethernet-headers.h index 3945e13ac678..3076addda777 100644 --- a/sys/mips/cavium/octe/ethernet-headers.h +++ b/sys/mips/cavium/octe/ethernet-headers.h @@ -26,7 +26,7 @@ TO THE MAXIMUM EXTENT PERMITTED BY LAW, THE SOFTWARE IS PROVIDED "AS IS" AND WITH ALL FAULTS AND CAVIUM NETWORKS MAKES NO PROMISES, REPRESENTATIONS OR WARRANTIES, EITHER EXPRESS, IMPLIED, STATUTORY, OR OTHERWISE, WITH RESPECT TO THE SOFTWARE, INCLUDING ITS CONDITION, ITS CONFORMITY TO ANY REPRESENTATION OR DESCRIPTION, OR THE EXISTENCE OF ANY LATENT OR PATENT DEFECTS, AND CAVIUM SPECIFICALLY DISCLAIMS ALL IMPLIED (IF ANY) WARRANTIES OF TITLE, MERCHANTABILITY, NONINFRINGEMENT, FITNESS FOR A PARTICULAR PURPOSE, LACK OF VIRUSES, ACCURACY OR COMPLETENESS, QUIET ENJOYMENT, QUIET POSSESSION OR CORRESPONDENCE TO DESCRIPTION. THE ENTIRE RISK ARISING OUT OF USE OR PERFORMANCE OF THE SOFTWARE LIES WITH YOU. *************************************************************************/ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/mips/cavium/octe/ethernet-headers.h,v 1.2.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef __ETHERNET_HEADERS_H__ #define __ETHERNET_HEADERS_H__ diff --git a/sys/mips/cavium/octe/ethernet-mdio.c b/sys/mips/cavium/octe/ethernet-mdio.c index 19b4d43c70dd..3fd66dc318f5 100644 --- a/sys/mips/cavium/octe/ethernet-mdio.c +++ b/sys/mips/cavium/octe/ethernet-mdio.c @@ -28,7 +28,7 @@ AND WITH ALL FAULTS AND CAVIUM NETWORKS MAKES NO PROMISES, REPRESENTATIONS OR W *************************************************************************/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/cavium/octe/ethernet-mdio.c,v 1.3.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/cavium/octe/ethernet-mdio.h b/sys/mips/cavium/octe/ethernet-mdio.h index c2c4ec69230e..5d90f0bd3099 100644 --- a/sys/mips/cavium/octe/ethernet-mdio.h +++ b/sys/mips/cavium/octe/ethernet-mdio.h @@ -26,7 +26,7 @@ TO THE MAXIMUM EXTENT PERMITTED BY LAW, THE SOFTWARE IS PROVIDED "AS IS" AND WITH ALL FAULTS AND CAVIUM NETWORKS MAKES NO PROMISES, REPRESENTATIONS OR WARRANTIES, EITHER EXPRESS, IMPLIED, STATUTORY, OR OTHERWISE, WITH RESPECT TO THE SOFTWARE, INCLUDING ITS CONDITION, ITS CONFORMITY TO ANY REPRESENTATION OR DESCRIPTION, OR THE EXISTENCE OF ANY LATENT OR PATENT DEFECTS, AND CAVIUM SPECIFICALLY DISCLAIMS ALL IMPLIED (IF ANY) WARRANTIES OF TITLE, MERCHANTABILITY, NONINFRINGEMENT, FITNESS FOR A PARTICULAR PURPOSE, LACK OF VIRUSES, ACCURACY OR COMPLETENESS, QUIET ENJOYMENT, QUIET POSSESSION OR CORRESPONDENCE TO DESCRIPTION. THE ENTIRE RISK ARISING OUT OF USE OR PERFORMANCE OF THE SOFTWARE LIES WITH YOU. *************************************************************************/ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/mips/cavium/octe/ethernet-mdio.h,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ extern struct mtx cvm_oct_mdio_mtx; diff --git a/sys/mips/cavium/octe/ethernet-mem.c b/sys/mips/cavium/octe/ethernet-mem.c index 5d2fa5462162..c0caae725729 100644 --- a/sys/mips/cavium/octe/ethernet-mem.c +++ b/sys/mips/cavium/octe/ethernet-mem.c @@ -28,7 +28,7 @@ AND WITH ALL FAULTS AND CAVIUM NETWORKS MAKES NO PROMISES, REPRESENTATIONS OR W *************************************************************************/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/cavium/octe/ethernet-mem.c,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/cavium/octe/ethernet-mem.h b/sys/mips/cavium/octe/ethernet-mem.h index d9058d9b18c6..407725b17f54 100644 --- a/sys/mips/cavium/octe/ethernet-mem.h +++ b/sys/mips/cavium/octe/ethernet-mem.h @@ -26,7 +26,7 @@ TO THE MAXIMUM EXTENT PERMITTED BY LAW, THE SOFTWARE IS PROVIDED "AS IS" AND WITH ALL FAULTS AND CAVIUM NETWORKS MAKES NO PROMISES, REPRESENTATIONS OR WARRANTIES, EITHER EXPRESS, IMPLIED, STATUTORY, OR OTHERWISE, WITH RESPECT TO THE SOFTWARE, INCLUDING ITS CONDITION, ITS CONFORMITY TO ANY REPRESENTATION OR DESCRIPTION, OR THE EXISTENCE OF ANY LATENT OR PATENT DEFECTS, AND CAVIUM SPECIFICALLY DISCLAIMS ALL IMPLIED (IF ANY) WARRANTIES OF TITLE, MERCHANTABILITY, NONINFRINGEMENT, FITNESS FOR A PARTICULAR PURPOSE, LACK OF VIRUSES, ACCURACY OR COMPLETENESS, QUIET ENJOYMENT, QUIET POSSESSION OR CORRESPONDENCE TO DESCRIPTION. THE ENTIRE RISK ARISING OUT OF USE OR PERFORMANCE OF THE SOFTWARE LIES WITH YOU. *************************************************************************/ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/mips/cavium/octe/ethernet-mem.h,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ int cvm_oct_mem_fill_fpa(int pool, int size, int elements); void cvm_oct_mem_empty_fpa(int pool, int size, int elements); diff --git a/sys/mips/cavium/octe/ethernet-mv88e61xx.c b/sys/mips/cavium/octe/ethernet-mv88e61xx.c index 31dbd74ecd25..d9fd883d0307 100644 --- a/sys/mips/cavium/octe/ethernet-mv88e61xx.c +++ b/sys/mips/cavium/octe/ethernet-mv88e61xx.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/mips/cavium/octe/ethernet-mv88e61xx.c,v 1.2.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ /* @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/cavium/octe/ethernet-mv88e61xx.c,v 1.2.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/cavium/octe/ethernet-mv88e61xx.h b/sys/mips/cavium/octe/ethernet-mv88e61xx.h index b61c05494d98..a5fefee04555 100644 --- a/sys/mips/cavium/octe/ethernet-mv88e61xx.h +++ b/sys/mips/cavium/octe/ethernet-mv88e61xx.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/cavium/octe/ethernet-mv88e61xx.h,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _CAVIUM_OCTE_ETHERNET_MV88E61XX_H_ diff --git a/sys/mips/cavium/octe/ethernet-rgmii.c b/sys/mips/cavium/octe/ethernet-rgmii.c index ac55de8a705b..e16a30e61fcb 100644 --- a/sys/mips/cavium/octe/ethernet-rgmii.c +++ b/sys/mips/cavium/octe/ethernet-rgmii.c @@ -28,7 +28,7 @@ AND WITH ALL FAULTS AND CAVIUM NETWORKS MAKES NO PROMISES, REPRESENTATIONS OR W *************************************************************************/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/cavium/octe/ethernet-rgmii.c,v 1.2.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/cavium/octe/ethernet-rx.c b/sys/mips/cavium/octe/ethernet-rx.c index 2f8f0a8fbae0..77d834b4432a 100644 --- a/sys/mips/cavium/octe/ethernet-rx.c +++ b/sys/mips/cavium/octe/ethernet-rx.c @@ -28,7 +28,7 @@ AND WITH ALL FAULTS AND CAVIUM NETWORKS MAKES NO PROMISES, REPRESENTATIONS OR W *************************************************************************/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/cavium/octe/ethernet-rx.c,v 1.2.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/cavium/octe/ethernet-rx.h b/sys/mips/cavium/octe/ethernet-rx.h index 735d08724328..151101217bdb 100644 --- a/sys/mips/cavium/octe/ethernet-rx.h +++ b/sys/mips/cavium/octe/ethernet-rx.h @@ -26,7 +26,7 @@ TO THE MAXIMUM EXTENT PERMITTED BY LAW, THE SOFTWARE IS PROVIDED "AS IS" AND WITH ALL FAULTS AND CAVIUM NETWORKS MAKES NO PROMISES, REPRESENTATIONS OR WARRANTIES, EITHER EXPRESS, IMPLIED, STATUTORY, OR OTHERWISE, WITH RESPECT TO THE SOFTWARE, INCLUDING ITS CONDITION, ITS CONFORMITY TO ANY REPRESENTATION OR DESCRIPTION, OR THE EXISTENCE OF ANY LATENT OR PATENT DEFECTS, AND CAVIUM SPECIFICALLY DISCLAIMS ALL IMPLIED (IF ANY) WARRANTIES OF TITLE, MERCHANTABILITY, NONINFRINGEMENT, FITNESS FOR A PARTICULAR PURPOSE, LACK OF VIRUSES, ACCURACY OR COMPLETENESS, QUIET ENJOYMENT, QUIET POSSESSION OR CORRESPONDENCE TO DESCRIPTION. THE ENTIRE RISK ARISING OUT OF USE OR PERFORMANCE OF THE SOFTWARE LIES WITH YOU. *************************************************************************/ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/mips/cavium/octe/ethernet-rx.h,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ int cvm_oct_do_interrupt(void *dev_id); void cvm_oct_poll_controller(struct ifnet *ifp); diff --git a/sys/mips/cavium/octe/ethernet-sgmii.c b/sys/mips/cavium/octe/ethernet-sgmii.c index 17e6be712bc4..1f535127aa75 100644 --- a/sys/mips/cavium/octe/ethernet-sgmii.c +++ b/sys/mips/cavium/octe/ethernet-sgmii.c @@ -28,7 +28,7 @@ AND WITH ALL FAULTS AND CAVIUM NETWORKS MAKES NO PROMISES, REPRESENTATIONS OR W *************************************************************************/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/cavium/octe/ethernet-sgmii.c,v 1.2.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/cavium/octe/ethernet-spi.c b/sys/mips/cavium/octe/ethernet-spi.c index 100f642ef195..208601a9807a 100644 --- a/sys/mips/cavium/octe/ethernet-spi.c +++ b/sys/mips/cavium/octe/ethernet-spi.c @@ -28,7 +28,7 @@ AND WITH ALL FAULTS AND CAVIUM NETWORKS MAKES NO PROMISES, REPRESENTATIONS OR W *************************************************************************/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/cavium/octe/ethernet-spi.c,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/cavium/octe/ethernet-tx.c b/sys/mips/cavium/octe/ethernet-tx.c index 8866f1203446..790b778dcb52 100644 --- a/sys/mips/cavium/octe/ethernet-tx.c +++ b/sys/mips/cavium/octe/ethernet-tx.c @@ -28,7 +28,7 @@ AND WITH ALL FAULTS AND CAVIUM NETWORKS MAKES NO PROMISES, REPRESENTATIONS OR W *************************************************************************/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/cavium/octe/ethernet-tx.c,v 1.2.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/cavium/octe/ethernet-tx.h b/sys/mips/cavium/octe/ethernet-tx.h index 33c551a716bf..99f00b1a2510 100644 --- a/sys/mips/cavium/octe/ethernet-tx.h +++ b/sys/mips/cavium/octe/ethernet-tx.h @@ -26,7 +26,7 @@ TO THE MAXIMUM EXTENT PERMITTED BY LAW, THE SOFTWARE IS PROVIDED "AS IS" AND WITH ALL FAULTS AND CAVIUM NETWORKS MAKES NO PROMISES, REPRESENTATIONS OR WARRANTIES, EITHER EXPRESS, IMPLIED, STATUTORY, OR OTHERWISE, WITH RESPECT TO THE SOFTWARE, INCLUDING ITS CONDITION, ITS CONFORMITY TO ANY REPRESENTATION OR DESCRIPTION, OR THE EXISTENCE OF ANY LATENT OR PATENT DEFECTS, AND CAVIUM SPECIFICALLY DISCLAIMS ALL IMPLIED (IF ANY) WARRANTIES OF TITLE, MERCHANTABILITY, NONINFRINGEMENT, FITNESS FOR A PARTICULAR PURPOSE, LACK OF VIRUSES, ACCURACY OR COMPLETENESS, QUIET ENJOYMENT, QUIET POSSESSION OR CORRESPONDENCE TO DESCRIPTION. THE ENTIRE RISK ARISING OUT OF USE OR PERFORMANCE OF THE SOFTWARE LIES WITH YOU. *************************************************************************/ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/mips/cavium/octe/ethernet-tx.h,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ int cvm_oct_xmit(struct mbuf *m, struct ifnet *ifp); int cvm_oct_xmit_pow(struct mbuf *m, struct ifnet *ifp); diff --git a/sys/mips/cavium/octe/ethernet-util.h b/sys/mips/cavium/octe/ethernet-util.h index 37b75bb2af59..799d60f8649b 100644 --- a/sys/mips/cavium/octe/ethernet-util.h +++ b/sys/mips/cavium/octe/ethernet-util.h @@ -26,7 +26,7 @@ TO THE MAXIMUM EXTENT PERMITTED BY LAW, THE SOFTWARE IS PROVIDED "AS IS" AND WITH ALL FAULTS AND CAVIUM NETWORKS MAKES NO PROMISES, REPRESENTATIONS OR WARRANTIES, EITHER EXPRESS, IMPLIED, STATUTORY, OR OTHERWISE, WITH RESPECT TO THE SOFTWARE, INCLUDING ITS CONDITION, ITS CONFORMITY TO ANY REPRESENTATION OR DESCRIPTION, OR THE EXISTENCE OF ANY LATENT OR PATENT DEFECTS, AND CAVIUM SPECIFICALLY DISCLAIMS ALL IMPLIED (IF ANY) WARRANTIES OF TITLE, MERCHANTABILITY, NONINFRINGEMENT, FITNESS FOR A PARTICULAR PURPOSE, LACK OF VIRUSES, ACCURACY OR COMPLETENESS, QUIET ENJOYMENT, QUIET POSSESSION OR CORRESPONDENCE TO DESCRIPTION. THE ENTIRE RISK ARISING OUT OF USE OR PERFORMANCE OF THE SOFTWARE LIES WITH YOU. *************************************************************************/ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/mips/cavium/octe/ethernet-util.h,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #define DEBUGPRINT(format, ...) printf(format, ##__VA_ARGS__) diff --git a/sys/mips/cavium/octe/ethernet-xaui.c b/sys/mips/cavium/octe/ethernet-xaui.c index 455aec67e036..c88cf0ab1701 100644 --- a/sys/mips/cavium/octe/ethernet-xaui.c +++ b/sys/mips/cavium/octe/ethernet-xaui.c @@ -28,7 +28,7 @@ AND WITH ALL FAULTS AND CAVIUM NETWORKS MAKES NO PROMISES, REPRESENTATIONS OR W *************************************************************************/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/cavium/octe/ethernet-xaui.c,v 1.2.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/cavium/octe/ethernet.c b/sys/mips/cavium/octe/ethernet.c index 1463c8ad4c93..780c5ff20a6f 100644 --- a/sys/mips/cavium/octe/ethernet.c +++ b/sys/mips/cavium/octe/ethernet.c @@ -27,7 +27,7 @@ AND WITH ALL FAULTS AND CAVIUM NETWORKS MAKES NO PROMISES, REPRESENTATIONS OR W *************************************************************************/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/cavium/octe/ethernet.c,v 1.3.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/cavium/octe/mv88e61xxphy.c b/sys/mips/cavium/octe/mv88e61xxphy.c index 6d018c7cb74c..40c2224881e4 100644 --- a/sys/mips/cavium/octe/mv88e61xxphy.c +++ b/sys/mips/cavium/octe/mv88e61xxphy.c @@ -23,11 +23,11 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/mips/cavium/octe/mv88e61xxphy.c,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/cavium/octe/mv88e61xxphy.c,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); /* * Driver for the Marvell 88E61xx family of switch PHYs diff --git a/sys/mips/cavium/octe/mv88e61xxphyreg.h b/sys/mips/cavium/octe/mv88e61xxphyreg.h index 420741f2fe21..30445791b8b3 100644 --- a/sys/mips/cavium/octe/mv88e61xxphyreg.h +++ b/sys/mips/cavium/octe/mv88e61xxphyreg.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/cavium/octe/mv88e61xxphyreg.h,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ /* diff --git a/sys/mips/cavium/octe/octe.c b/sys/mips/cavium/octe/octe.c index 2e0573459dbc..5af60dc0bbed 100644 --- a/sys/mips/cavium/octe/octe.c +++ b/sys/mips/cavium/octe/octe.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/mips/cavium/octe/octe.c,v 1.5.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ /* diff --git a/sys/mips/cavium/octe/octebus.c b/sys/mips/cavium/octe/octebus.c index ec67cf6761f8..455990bc5ad4 100644 --- a/sys/mips/cavium/octe/octebus.c +++ b/sys/mips/cavium/octe/octebus.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/mips/cavium/octe/octebus.c,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ /* diff --git a/sys/mips/cavium/octe/octebusvar.h b/sys/mips/cavium/octe/octebusvar.h index 061c02018407..f8c72c61d2ed 100644 --- a/sys/mips/cavium/octe/octebusvar.h +++ b/sys/mips/cavium/octe/octebusvar.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/cavium/octe/octebusvar.h,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _CAVIUM_OCTE_OCTEBUSVAR_H_ diff --git a/sys/mips/cavium/octe/wrapper-cvmx-includes.h b/sys/mips/cavium/octe/wrapper-cvmx-includes.h index bc695052e715..085f60c3ef76 100644 --- a/sys/mips/cavium/octe/wrapper-cvmx-includes.h +++ b/sys/mips/cavium/octe/wrapper-cvmx-includes.h @@ -26,7 +26,7 @@ TO THE MAXIMUM EXTENT PERMITTED BY LAW, THE SOFTWARE IS PROVIDED "AS IS" AND WITH ALL FAULTS AND CAVIUM NETWORKS MAKES NO PROMISES, REPRESENTATIONS OR WARRANTIES, EITHER EXPRESS, IMPLIED, STATUTORY, OR OTHERWISE, WITH RESPECT TO THE SOFTWARE, INCLUDING ITS CONDITION, ITS CONFORMITY TO ANY REPRESENTATION OR DESCRIPTION, OR THE EXISTENCE OF ANY LATENT OR PATENT DEFECTS, AND CAVIUM SPECIFICALLY DISCLAIMS ALL IMPLIED (IF ANY) WARRANTIES OF TITLE, MERCHANTABILITY, NONINFRINGEMENT, FITNESS FOR A PARTICULAR PURPOSE, LACK OF VIRUSES, ACCURACY OR COMPLETENESS, QUIET ENJOYMENT, QUIET POSSESSION OR CORRESPONDENCE TO DESCRIPTION. THE ENTIRE RISK ARISING OUT OF USE OR PERFORMANCE OF THE SOFTWARE LIES WITH YOU. *************************************************************************/ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/mips/cavium/octe/wrapper-cvmx-includes.h,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef __WRAPPER_CVMX_INCLUDES_H__ #define __WRAPPER_CVMX_INCLUDES_H__ diff --git a/sys/mips/cavium/octeon_ds1337.c b/sys/mips/cavium/octeon_ds1337.c index b79d7342f0bb..272e9b649c5b 100644 --- a/sys/mips/cavium/octeon_ds1337.c +++ b/sys/mips/cavium/octeon_ds1337.c @@ -51,7 +51,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/cavium/octeon_ds1337.c,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/timespec.h> diff --git a/sys/mips/cavium/octeon_ebt3000_cf.c b/sys/mips/cavium/octeon_ebt3000_cf.c index 7955d193e502..6103b839704f 100644 --- a/sys/mips/cavium/octeon_ebt3000_cf.c +++ b/sys/mips/cavium/octeon_ebt3000_cf.c @@ -42,7 +42,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/cavium/octeon_ebt3000_cf.c,v 1.6.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/bio.h> diff --git a/sys/mips/cavium/octeon_machdep.c b/sys/mips/cavium/octeon_machdep.c index 0a1480e5be91..e2be7a7e85eb 100644 --- a/sys/mips/cavium/octeon_machdep.c +++ b/sys/mips/cavium/octeon_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/cavium/octeon_machdep.c,v 1.18.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/cavium/octeon_machdep.c,v 1.18.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/conf.h> diff --git a/sys/mips/cavium/octeon_mp.c b/sys/mips/cavium/octeon_mp.c index 34de442eedba..88f5ad10a9f8 100644 --- a/sys/mips/cavium/octeon_mp.c +++ b/sys/mips/cavium/octeon_mp.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/cavium/octeon_mp.c,v 1.4.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/cavium/octeon_mp.c,v 1.4.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/conf.h> diff --git a/sys/mips/cavium/octeon_pcmap_regs.h b/sys/mips/cavium/octeon_pcmap_regs.h index f9ee4dfd30fa..deb6610abbca 100644 --- a/sys/mips/cavium/octeon_pcmap_regs.h +++ b/sys/mips/cavium/octeon_pcmap_regs.h @@ -41,7 +41,7 @@ * California, Berkeley and its contributors." */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/mips/cavium/octeon_pcmap_regs.h,v 1.9.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef __OCTEON_PCMAP_REGS_H__ #define __OCTEON_PCMAP_REGS_H__ diff --git a/sys/mips/cavium/octeon_rnd.c b/sys/mips/cavium/octeon_rnd.c index 634a4fa86f04..1263666543fd 100644 --- a/sys/mips/cavium/octeon_rnd.c +++ b/sys/mips/cavium/octeon_rnd.c @@ -23,11 +23,11 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/mips/cavium/octeon_rnd.c,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/cavium/octeon_rnd.c,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/cavium/octeon_rtc.c b/sys/mips/cavium/octeon_rtc.c index ca2debdfc6a3..7616efba79c1 100644 --- a/sys/mips/cavium/octeon_rtc.c +++ b/sys/mips/cavium/octeon_rtc.c @@ -23,11 +23,11 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/mips/cavium/octeon_rtc.c,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/cavium/octeon_rtc.c,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/cavium/octopci.c b/sys/mips/cavium/octopci.c index d065ae399ccf..52b616774519 100644 --- a/sys/mips/cavium/octopci.c +++ b/sys/mips/cavium/octopci.c @@ -23,11 +23,11 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/mips/cavium/octopci.c,v 1.7.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/cavium/octopci.c,v 1.7.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/cavium/octopci_bus_space.c b/sys/mips/cavium/octopci_bus_space.c index 870fe325f371..0d8f1d3e47ca 100644 --- a/sys/mips/cavium/octopci_bus_space.c +++ b/sys/mips/cavium/octopci_bus_space.c @@ -69,10 +69,10 @@ * 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/cavium/octopci_bus_space.c,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/cavium/octopci_bus_space.c,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/cavium/octopcireg.h b/sys/mips/cavium/octopcireg.h index 2250309b87a0..8496a1412305 100644 --- a/sys/mips/cavium/octopcireg.h +++ b/sys/mips/cavium/octopcireg.h @@ -35,7 +35,7 @@ * For any questions regarding licensing please contact marketing@caviumnetworks.com * ***********************license end**************************************/ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/mips/cavium/octopcireg.h,v 1.2.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _CAVIUM_OCTOPCIREG_H_ #define _CAVIUM_OCTOPCIREG_H_ diff --git a/sys/mips/cavium/octopcivar.h b/sys/mips/cavium/octopcivar.h index 026e45ac9126..8bd0c8cb45a4 100644 --- a/sys/mips/cavium/octopcivar.h +++ b/sys/mips/cavium/octopcivar.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/cavium/octopcivar.h,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _MIPS_CAVIUM_OCTOPCIVAR_H #define _MIPS_CAVIUM_OCTOPCIVAR_H diff --git a/sys/mips/cavium/std.octeon1 b/sys/mips/cavium/std.octeon1 index 7b3152f361b3..722abe0bfeb9 100644 --- a/sys/mips/cavium/std.octeon1 +++ b/sys/mips/cavium/std.octeon1 @@ -2,6 +2,6 @@ # * This product includes software developed by the University of # * California, Berkeley and its contributors." # */ -# $FreeBSD$ +# $FreeBSD: src/sys/mips/cavium/std.octeon1,v 1.5.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ # files "../cavium/files.octeon1" diff --git a/sys/mips/cavium/uart_bus_octeonusart.c b/sys/mips/cavium/uart_bus_octeonusart.c index f6855a7c0984..bacfe1bf5908 100644 --- a/sys/mips/cavium/uart_bus_octeonusart.c +++ b/sys/mips/cavium/uart_bus_octeonusart.c @@ -35,7 +35,7 @@ #include "opt_uart.h" #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/cavium/uart_bus_octeonusart.c,v 1.5.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/cavium/uart_cpu_octeonusart.c b/sys/mips/cavium/uart_cpu_octeonusart.c index e5d0e4410ce8..a2d9a3cf11b7 100644 --- a/sys/mips/cavium/uart_cpu_octeonusart.c +++ b/sys/mips/cavium/uart_cpu_octeonusart.c @@ -29,7 +29,7 @@ #include "opt_uart.h" #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/cavium/uart_cpu_octeonusart.c,v 1.6.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/cavium/uart_dev_oct16550.c b/sys/mips/cavium/uart_dev_oct16550.c index c7ad0ea51c5e..2a2c8e5742b4 100644 --- a/sys/mips/cavium/uart_dev_oct16550.c +++ b/sys/mips/cavium/uart_dev_oct16550.c @@ -55,7 +55,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/cavium/uart_dev_oct16550.c,v 1.5.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/cavium/usb/octusb.c b/sys/mips/cavium/usb/octusb.c index 598a304d8f33..4d71a16bc4fe 100644 --- a/sys/mips/cavium/usb/octusb.c +++ b/sys/mips/cavium/usb/octusb.c @@ -1,5 +1,5 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/cavium/usb/octusb.c,v 1.2.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); /*- * Copyright (c) 2010 Hans Petter Selasky. All rights reserved. diff --git a/sys/mips/cavium/usb/octusb.h b/sys/mips/cavium/usb/octusb.h index 31f4fc0835bd..10721d4b856a 100644 --- a/sys/mips/cavium/usb/octusb.h +++ b/sys/mips/cavium/usb/octusb.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/mips/cavium/usb/octusb.h,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ /*- * Copyright (c) 2010 Hans Petter Selasky. All rights reserved. diff --git a/sys/mips/cavium/usb/octusb_octeon.c b/sys/mips/cavium/usb/octusb_octeon.c index edd8290fb080..800d23ef28cd 100644 --- a/sys/mips/cavium/usb/octusb_octeon.c +++ b/sys/mips/cavium/usb/octusb_octeon.c @@ -1,5 +1,5 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/cavium/usb/octusb_octeon.c,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); /*- * Copyright (c) 2007-2008 Hans Petter Selasky. All rights reserved. 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 bc342b7741b9..f570798ff558 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.2.2.1 2010/12/21 17:09:25 kensmith Exp $ ident ADM5120 diff --git a/sys/mips/conf/ADM5120.hints b/sys/mips/conf/ADM5120.hints index 1c8af419fb3f..daab6ac86b7f 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.6.1 2010/12/21 17:09:25 kensmith Exp $ # device.hints hint.obio.0.at="nexus0" hint.obio.0.maddr=0x0 diff --git a/sys/mips/conf/ALCHEMY b/sys/mips/conf/ALCHEMY index b8b64703415b..d7c0edfe4a6d 100644 --- a/sys/mips/conf/ALCHEMY +++ b/sys/mips/conf/ALCHEMY @@ -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/ALCHEMY,v 1.5.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ ident ALCHEMY diff --git a/sys/mips/conf/AR71XX b/sys/mips/conf/AR71XX index bbff3e89c0a5..34a2b4c1dacc 100644 --- a/sys/mips/conf/AR71XX +++ b/sys/mips/conf/AR71XX @@ -1,7 +1,7 @@ # # AR71XX -- Kernel configuration file for FreeBSD/mips for Atheros 71xx systems # -# $FreeBSD$ +# $FreeBSD: src/sys/mips/conf/AR71XX,v 1.9.2.4.2.1 2010/12/21 17:09:25 kensmith Exp $ # ident AR71XX diff --git a/sys/mips/conf/AR71XX.hints b/sys/mips/conf/AR71XX.hints index 6719d1639182..650c444c529a 100644 --- a/sys/mips/conf/AR71XX.hints +++ b/sys/mips/conf/AR71XX.hints @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/mips/conf/AR71XX.hints,v 1.3.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ hint.apb.0.at="nexus0" hint.apb.0.irq=4 diff --git a/sys/mips/conf/DEFAULTS b/sys/mips/conf/DEFAULTS index dc480cea27a0..7cdb4aa42d16 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.3.4.1 2010/12/21 17:09:25 kensmith Exp $ machine mips diff --git a/sys/mips/conf/IDT b/sys/mips/conf/IDT index 3082d1c1a650..32c0307512dd 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.6.1 2010/12/21 17:09:25 kensmith Exp $ cpu CPU_MIPS4KC ident RB532 diff --git a/sys/mips/conf/IDT.hints b/sys/mips/conf/IDT.hints index eae6fbb72196..836f038bfb58 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.6.1 2010/12/21 17:09:25 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 529adcc03c1c..e2561cbcd7a3 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.2.2.1 2010/12/21 17:09:25 kensmith Exp $ ident MALTA diff --git a/sys/mips/conf/MALTA.hints b/sys/mips/conf/MALTA.hints index 72dd10723529..e579c43f603e 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.6.1 2010/12/21 17:09:25 kensmith Exp $ # device.hints # hint.uart.0.at="nexus" # hint.uart.0.maddr="0x180003f8" diff --git a/sys/mips/conf/MALTA64 b/sys/mips/conf/MALTA64 index b0cde50e7ade..5eda7aa07cb2 100644 --- a/sys/mips/conf/MALTA64 +++ b/sys/mips/conf/MALTA64 @@ -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/MALTA64,v 1.7.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ ident MALTA diff --git a/sys/mips/conf/OCTEON1 b/sys/mips/conf/OCTEON1 index a00e95daf888..0f7bb7310cc8 100644 --- a/sys/mips/conf/OCTEON1 +++ b/sys/mips/conf/OCTEON1 @@ -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/mips/conf/OCTEON1,v 1.12.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ machine mips cpu CPU_CNMIPS diff --git a/sys/mips/conf/OCTEON1-32 b/sys/mips/conf/OCTEON1-32 index ccda8b80c1f6..6d9e1a5f8690 100644 --- a/sys/mips/conf/OCTEON1-32 +++ b/sys/mips/conf/OCTEON1-32 @@ -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/OCTEON1-32,v 1.11.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ machine mips cpu CPU_CNMIPS diff --git a/sys/mips/conf/OCTEON1.hints b/sys/mips/conf/OCTEON1.hints index 24be40b60bb9..a57926ded4bb 100644 --- a/sys/mips/conf/OCTEON1.hints +++ b/sys/mips/conf/OCTEON1.hints @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/mips/conf/OCTEON1.hints,v 1.3.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ # device.hints # All these values are complete nonsense... hw.uart.console="io:0x1" diff --git a/sys/mips/conf/QEMU b/sys/mips/conf/QEMU index 203c0ef99fd3..a207502d88c9 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.2.2.1 2010/12/21 17:09:25 kensmith Exp $ cpu CPU_MIPS32 ident QEMU diff --git a/sys/mips/conf/SENTRY5 b/sys/mips/conf/SENTRY5 index df4b48ed0362..f5458b4417f0 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.3.2.1 2010/12/21 17:09:25 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..1d2798c78102 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.6.1 2010/12/21 17:09:25 kensmith Exp $ hint.siba.0.at="nexus0" hint.siba.0.maddr="0x18000000" hint.siba.0.msize="0x1000" diff --git a/sys/mips/conf/SWARM b/sys/mips/conf/SWARM index 6db21815ded9..58c934e89035 100644 --- a/sys/mips/conf/SWARM +++ b/sys/mips/conf/SWARM @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/sys/mips/conf/SWARM,v 1.13.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ # include std.SWARM diff --git a/sys/mips/conf/SWARM.hints b/sys/mips/conf/SWARM.hints index 00465ad41be9..17e03458ecf3 100644 --- a/sys/mips/conf/SWARM.hints +++ b/sys/mips/conf/SWARM.hints @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/mips/conf/SWARM.hints,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ hint.zbbus.0.at="nexus0" hint.zbpci.0.at="zbbus0" hint.scd.0.at="zbbus0" diff --git a/sys/mips/conf/SWARM64 b/sys/mips/conf/SWARM64 index af0426972e77..146b95b7d747 100644 --- a/sys/mips/conf/SWARM64 +++ b/sys/mips/conf/SWARM64 @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/sys/mips/conf/SWARM64,v 1.3.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ # include std.SWARM diff --git a/sys/mips/conf/SWARM64_SMP b/sys/mips/conf/SWARM64_SMP index 7985210f4ade..36a1ebd91418 100644 --- a/sys/mips/conf/SWARM64_SMP +++ b/sys/mips/conf/SWARM64_SMP @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/sys/mips/conf/SWARM64_SMP,v 1.3.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ # include std.SWARM diff --git a/sys/mips/conf/SWARM_SMP b/sys/mips/conf/SWARM_SMP index 925f1bb3eea0..4246ae8b06fc 100644 --- a/sys/mips/conf/SWARM_SMP +++ b/sys/mips/conf/SWARM_SMP @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/sys/mips/conf/SWARM_SMP,v 1.4.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ # include std.SWARM diff --git a/sys/mips/conf/XLR b/sys/mips/conf/XLR index c52dd3937aed..461439db8420 100644 --- a/sys/mips/conf/XLR +++ b/sys/mips/conf/XLR @@ -43,7 +43,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/XLR,v 1.10.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ machine mips cpu CPU_RMI diff --git a/sys/mips/conf/XLR64 b/sys/mips/conf/XLR64 index 4bc8794b7d89..0d8bac306c98 100644 --- a/sys/mips/conf/XLR64 +++ b/sys/mips/conf/XLR64 @@ -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/XLR64,v 1.5.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ machine mips cpu CPU_RMI diff --git a/sys/mips/conf/XLRN32 b/sys/mips/conf/XLRN32 index d26a1a4c977c..780704195002 100644 --- a/sys/mips/conf/XLRN32 +++ b/sys/mips/conf/XLRN32 @@ -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/XLRN32,v 1.5.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ machine mips cpu CPU_RMI diff --git a/sys/mips/conf/std.SWARM b/sys/mips/conf/std.SWARM index 1d22e3cea182..197c2f47ea29 100644 --- a/sys/mips/conf/std.SWARM +++ b/sys/mips/conf/std.SWARM @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/sys/mips/conf/std.SWARM,v 1.2.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ # files "../sibyte/files.sibyte" diff --git a/sys/mips/idt/files.idt b/sys/mips/idt/files.idt index 09b9959c1226..b10edada49a4 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.2.2.1 2010/12/21 17:09:25 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 0dfee6633341..19e6c364f510 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.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include "opt_ddb.h" diff --git a/sys/mips/idt/idtpci.c b/sys/mips/idt/idtpci.c index 2fce32dc58a4..88ac7396339c 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.6.1 2010/12/21 17:09:25 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..54507fb8d398 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.6.1 2010/12/21 17:09:25 kensmith Exp $ * */ #ifndef __IDTREG_H__ diff --git a/sys/mips/idt/if_kr.c b/sys/mips/idt/if_kr.c index edba95057d09..2b0a391cae93 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.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); /* * RC32434 Ethernet interface driver diff --git a/sys/mips/idt/if_krreg.h b/sys/mips/idt/if_krreg.h index b20900ad905f..683fb695899e 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.6.1 2010/12/21 17:09:25 kensmith Exp $ * */ diff --git a/sys/mips/idt/obio.c b/sys/mips/idt/obio.c index 034b93ab6443..7855758f85e1 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.3.2.1 2010/12/21 17:09:25 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..2c013b82f0fd 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.6.1 2010/12/21 17:09:25 kensmith Exp $ * */ diff --git a/sys/mips/idt/std.idt b/sys/mips/idt/std.idt index e40f4a4cae40..00e0f3193029 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.6.1 2010/12/21 17:09:25 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 40e47705fc07..031607020912 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.2.2.1 2010/12/21 17:09:25 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 51be944df7e3..77dd4a821759 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.2.2.1 2010/12/21 17:09:25 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 fd4b62f5f041..40efd73d3a40 100644 --- a/sys/mips/include/_bus.h +++ b/sys/mips/include/_bus.h @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * from: src/sys/i386/include/_bus.h,v 1.1 2005/04/18 21:45:33 imp - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/_bus.h,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef MIPS_INCLUDE__BUS_H diff --git a/sys/mips/include/_inttypes.h b/sys/mips/include/_inttypes.h index 79664e4f3834..9b5e1a205dc3 100644 --- a/sys/mips/include/_inttypes.h +++ b/sys/mips/include/_inttypes.h @@ -28,7 +28,7 @@ * * From: $NetBSD: int_fmtio.h,v 1.2 2001/04/26 16:25:21 kleink Exp $ * from: src/sys/i386/include/_inttypes.h,v 1.2 2002/06/30 05:48:02 mike - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/_inttypes.h,v 1.1.2.3.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _MACHINE_INTTYPES_H_ diff --git a/sys/mips/include/_limits.h b/sys/mips/include/_limits.h index e160a7f4a1d0..70a0d9b72f4e 100644 --- a/sys/mips/include/_limits.h +++ b/sys/mips/include/_limits.h @@ -28,7 +28,7 @@ * * @(#)limits.h 8.3 (Berkeley) 1/4/94 * from: src/sys/i386/include/_limits.h,v 1.27 2005/01/06 22:18:15 imp - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/_limits.h,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _MACHINE__LIMITS_H_ diff --git a/sys/mips/include/_stdint.h b/sys/mips/include/_stdint.h index 2a5a0dc6b5fd..1b85491d2eda 100644 --- a/sys/mips/include/_stdint.h +++ b/sys/mips/include/_stdint.h @@ -35,7 +35,7 @@ * POSSIBILITY OF SUCH DAMAGE. * * from: src/sys/i386/include/_stdint.h,v 1.2 2004/05/18 16:04:57 stefanf - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/_stdint.h,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _MACHINE__STDINT_H_ diff --git a/sys/mips/include/_types.h b/sys/mips/include/_types.h index 1fd760f9cb50..d40544cff7a5 100644 --- a/sys/mips/include/_types.h +++ b/sys/mips/include/_types.h @@ -34,7 +34,7 @@ * From: @(#)ansi.h 8.2 (Berkeley) 1/4/94 * From: @(#)types.h 8.3 (Berkeley) 1/5/94 * from: src/sys/i386/include/_types.h,v 1.12 2005/07/02 23:13:31 thompsa - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/_types.h,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _MACHINE__TYPES_H_ diff --git a/sys/mips/include/asm.h b/sys/mips/include/asm.h index 82d883708fe7..c4343990eda8 100644 --- a/sys/mips/include/asm.h +++ b/sys/mips/include/asm.h @@ -33,7 +33,7 @@ * * @(#)machAsmDefs.h 8.1 (Berkeley) 6/10/93 * JNPR: asm.h,v 1.10 2007/08/09 11:23:32 katta - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/asm.h,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ /* diff --git a/sys/mips/include/atomic.h b/sys/mips/include/atomic.h index 7b4a82cb06a9..568eb66ba922 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.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _MACHINE_ATOMIC_H_ diff --git a/sys/mips/include/bootinfo.h b/sys/mips/include/bootinfo.h index a710a38f2a59..70c462538b7e 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.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _MACHINE_BOOTINFO_H_ diff --git a/sys/mips/include/bswap.h b/sys/mips/include/bswap.h index 61ace982272d..c64f2c01077d 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.6.1 2010/12/21 17:09:25 kensmith Exp $ #ifndef _MACHINE_BSWAP_H_ #define _MACHINE_BSWAP_H_ diff --git a/sys/mips/include/bus.h b/sys/mips/include/bus.h index af83d368b8c8..85069b652cb5 100644 --- a/sys/mips/include/bus.h +++ b/sys/mips/include/bus.h @@ -67,7 +67,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/bus.h,v 1.2.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _MACHINE_BUS_H_ diff --git a/sys/mips/include/bus_dma.h b/sys/mips/include/bus_dma.h index 35dfba26ebd2..f416f5302443 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.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _MIPS_BUS_DMA_H_ diff --git a/sys/mips/include/cache.h b/sys/mips/include/cache.h index d73daa211d1e..bca3cebcced4 100644 --- a/sys/mips/include/cache.h +++ b/sys/mips/include/cache.h @@ -34,7 +34,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/cache.h,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _MACHINE_CACHE_H_ diff --git a/sys/mips/include/cache_mipsNN.h b/sys/mips/include/cache_mipsNN.h index 8318bede5920..f040eacfa006 100644 --- a/sys/mips/include/cache_mipsNN.h +++ b/sys/mips/include/cache_mipsNN.h @@ -34,7 +34,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/cache_mipsNN.h,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _MACHINE_CACHE_MIPSNN_H_ #define _MACHINE_CACHE_MIPSNN_H_ diff --git a/sys/mips/include/cache_r4k.h b/sys/mips/include/cache_r4k.h index a3a946029fd6..104ac7503858 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.6.1 2010/12/21 17:09:25 kensmith Exp $ */ /* diff --git a/sys/mips/include/cdefs.h b/sys/mips/include/cdefs.h index 181d6ee618c7..3b9696781c5c 100644 --- a/sys/mips/include/cdefs.h +++ b/sys/mips/include/cdefs.h @@ -26,7 +26,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/cdefs.h,v 1.2.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _MIPS_CDEFS_H_ diff --git a/sys/mips/include/clock.h b/sys/mips/include/clock.h index 15acef8b63a2..de27a4458505 100644 --- a/sys/mips/include/clock.h +++ b/sys/mips/include/clock.h @@ -5,7 +5,7 @@ * * JNPR: clock.h,v 1.6.2.1 2007/08/29 09:36:05 girish * from: src/sys/alpha/include/clock.h,v 1.5 1999/12/29 04:27:55 peter - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/clock.h,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _MACHINE_CLOCK_H_ diff --git a/sys/mips/include/clockvar.h b/sys/mips/include/clockvar.h index 429beb7e2e8a..a67c722a1545 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.6.1 2010/12/21 17:09:25 kensmith Exp $ */ /* diff --git a/sys/mips/include/cpu.h b/sys/mips/include/cpu.h index f8445f35b782..90ec12453ea6 100644 --- a/sys/mips/include/cpu.h +++ b/sys/mips/include/cpu.h @@ -41,7 +41,7 @@ * * from: @(#)cpu.h 8.4 (Berkeley) 1/4/94 * JNPR: cpu.h,v 1.9.2.2 2007/09/10 08:23:46 girish - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/cpu.h,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _MACHINE_CPU_H_ diff --git a/sys/mips/include/cpufunc.h b/sys/mips/include/cpufunc.h index a1715c9fdf48..59b1993f6760 100644 --- a/sys/mips/include/cpufunc.h +++ b/sys/mips/include/cpufunc.h @@ -53,7 +53,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * JNPR: cpufunc.h,v 1.5 2007/08/09 11:23:32 katta - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/cpufunc.h,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _MACHINE_CPUFUNC_H_ diff --git a/sys/mips/include/cpuinfo.h b/sys/mips/include/cpuinfo.h index 53b966c0a345..a1a587ab7e70 100644 --- a/sys/mips/include/cpuinfo.h +++ b/sys/mips/include/cpuinfo.h @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/cpuinfo.h,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ * @(#)cpu.h 8.4 (Berkeley) 1/4/94 */ diff --git a/sys/mips/include/cpuregs.h b/sys/mips/include/cpuregs.h index 456c545ca05a..25a81f94a705 100644 --- a/sys/mips/include/cpuregs.h +++ b/sys/mips/include/cpuregs.h @@ -52,7 +52,7 @@ * from: Header: /sprite/src/kernel/vm/ds3100.md/RCS/vmPmaxConst.h, * v 9.1 89/09/18 17:33:00 shirriff Exp SPRITE (DECWRL) * - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/cpuregs.h,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _MIPS_CPUREGS_H_ diff --git a/sys/mips/include/cputypes.h b/sys/mips/include/cputypes.h index cb2b70758cd7..6aef00aad2a4 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.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _MACHINE_CPUTYPES_H_ diff --git a/sys/mips/include/db_machdep.h b/sys/mips/include/db_machdep.h index 657e3034dacf..49a112264381 100644 --- a/sys/mips/include/db_machdep.h +++ b/sys/mips/include/db_machdep.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * JNPR: db_machdep.h,v 1.7 2006/10/16 12:30:34 katta - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/db_machdep.h,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _MIPS_DB_MACHDEP_H_ diff --git a/sys/mips/include/elf.h b/sys/mips/include/elf.h index 2d6ca3e90385..72047c3786e4 100644 --- a/sys/mips/include/elf.h +++ b/sys/mips/include/elf.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * JNPR: elf.h,v 1.4 2006/12/02 09:53:40 katta - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/elf.h,v 1.4.2.3.2.1 2010/12/21 17:09:25 kensmith Exp $ * */ diff --git a/sys/mips/include/endian.h b/sys/mips/include/endian.h index ead6dc40bb8e..566652f7f6c8 100644 --- a/sys/mips/include/endian.h +++ b/sys/mips/include/endian.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)endian.h 7.8 (Berkeley) 4/3/91 - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/endian.h,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _MACHINE_ENDIAN_H_ diff --git a/sys/mips/include/exec.h b/sys/mips/include/exec.h index 4650090f569b..546d14f6679b 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.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _MACHINE_EXEC_H_ diff --git a/sys/mips/include/float.h b/sys/mips/include/float.h index ff7e65cf1dbd..d9ff8db4a792 100644 --- a/sys/mips/include/float.h +++ b/sys/mips/include/float.h @@ -29,7 +29,7 @@ * from: @(#)float.h 7.1 (Berkeley) 5/8/90 * from: src/sys/i386/include/float.h,v 1.8 1999/08/28 00:44:11 peter * JNPR: float.h,v 1.4 2006/12/02 09:53:41 katta - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/float.h,v 1.2.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _MACHINE_FLOAT_H_ diff --git a/sys/mips/include/floatingpoint.h b/sys/mips/include/floatingpoint.h index cda9e46230ca..42bf3b690ab1 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.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _FLOATINGPOINT_H_ diff --git a/sys/mips/include/fpu.h b/sys/mips/include/fpu.h index 4bd1924aa518..492e92be544e 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.6.1 2010/12/21 17:09:25 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..dabb63e3f4b2 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.6.1 2010/12/21 17:09:25 kensmith Exp $ * */ #ifndef _MACHINE_FRAME_H_ diff --git a/sys/mips/include/gdb_machdep.h b/sys/mips/include/gdb_machdep.h index a76a8244a31d..ae14b3ba81b8 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.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _MACHINE_GDB_MACHDEP_H_ diff --git a/sys/mips/include/hwfunc.h b/sys/mips/include/hwfunc.h index fd89953053e6..992aae180268 100644 --- a/sys/mips/include/hwfunc.h +++ b/sys/mips/include/hwfunc.h @@ -22,7 +22,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/hwfunc.h,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _MACHINE_HWFUNC_H_ diff --git a/sys/mips/include/ieee.h b/sys/mips/include/ieee.h index a7411dd2332a..3d3042277389 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.6.1 2010/12/21 17:09:25 kensmith Exp $ * */ diff --git a/sys/mips/include/ieeefp.h b/sys/mips/include/ieeefp.h index c7d9244ae420..3137da85dca3 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.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _MACHINE_IEEEFP_H_ diff --git a/sys/mips/include/in_cksum.h b/sys/mips/include/in_cksum.h index 37d88e2e1a8a..a7b4411d3455 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.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _MACHINE_IN_CKSUM_H_ diff --git a/sys/mips/include/intr_machdep.h b/sys/mips/include/intr_machdep.h index 3d66e63d907d..c360b293e168 100644 --- a/sys/mips/include/intr_machdep.h +++ b/sys/mips/include/intr_machdep.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/intr_machdep.h,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _MACHINE_INTR_MACHDEP_H_ diff --git a/sys/mips/include/iodev.h b/sys/mips/include/iodev.h index 4b35d8b03fa2..ec4c88b359c5 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.6.1 2010/12/21 17:09:25 kensmith Exp $ */ d_open_t ioopen; diff --git a/sys/mips/include/kdb.h b/sys/mips/include/kdb.h index 6ca665413e89..e6c9aa2685e8 100644 --- a/sys/mips/include/kdb.h +++ b/sys/mips/include/kdb.h @@ -24,7 +24,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * from: src/sys/alpha/include/kdb.h,v 1.2 2005/01/05 20:05:50 imp - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/kdb.h,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _MACHINE_KDB_H_ diff --git a/sys/mips/include/limits.h b/sys/mips/include/limits.h index 238155311cd4..305291e885ca 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.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _MACHINE_LIMITS_H_ diff --git a/sys/mips/include/locore.h b/sys/mips/include/locore.h index 34c9afc59753..77a2893d745b 100644 --- a/sys/mips/include/locore.h +++ b/sys/mips/include/locore.h @@ -12,7 +12,7 @@ * software for any purpose. It is provided "as is" without * express or implied warranty. * - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/locore.h,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ /* diff --git a/sys/mips/include/md_var.h b/sys/mips/include/md_var.h index 3cebbdc56460..980f82018b72 100644 --- a/sys/mips/include/md_var.h +++ b/sys/mips/include/md_var.h @@ -28,7 +28,7 @@ * * from: src/sys/i386/include/md_var.h,v 1.35 2000/02/20 20:51:23 bsd * JNPR: md_var.h,v 1.4 2006/10/16 12:30:34 katta - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/md_var.h,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _MACHINE_MD_VAR_H_ diff --git a/sys/mips/include/memdev.h b/sys/mips/include/memdev.h index 8cca46100936..5be2dcab440e 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.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #define CDEV_MINOR_MEM 0 diff --git a/sys/mips/include/metadata.h b/sys/mips/include/metadata.h index 84e6f8739970..f57b564e43f4 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.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _MACHINE_METADATA_H_ diff --git a/sys/mips/include/minidump.h b/sys/mips/include/minidump.h index b2d75d892979..014232ddb467 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.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _MACHINE_MINIDUMP_H_ diff --git a/sys/mips/include/mips_opcode.h b/sys/mips/include/mips_opcode.h index 72f281a619d6..9c9e9a579d77 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.6.1 2010/12/21 17:09:25 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..396fb321f7a1 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.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _MACHINE_MP_WATCHDOG_H_ diff --git a/sys/mips/include/mutex.h b/sys/mips/include/mutex.h index cbc066d95489..11b23bc5c8a5 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.6.1 2010/12/21 17:09:25 kensmith Exp $ */ /* Empty file */ diff --git a/sys/mips/include/param.h b/sys/mips/include/param.h index 9e232c427b83..b870407d8f96 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.3.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _MACHINE_PARAM_H_ diff --git a/sys/mips/include/pcb.h b/sys/mips/include/pcb.h index 99113396277e..3fd1a5c76117 100644 --- a/sys/mips/include/pcb.h +++ b/sys/mips/include/pcb.h @@ -36,7 +36,7 @@ * from: Utah Hdr: pcb.h 1.13 89/04/23 * from: @(#)pcb.h 8.1 (Berkeley) 6/10/93 * JNPR: pcb.h,v 1.2 2006/08/07 11:51:17 katta - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/pcb.h,v 1.1.2.3.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _MACHINE_PCB_H_ diff --git a/sys/mips/include/pci_cfgreg.h b/sys/mips/include/pci_cfgreg.h index 1df8972a4447..36b748564dc1 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.6.1 2010/12/21 17:09:25 kensmith Exp $ * */ diff --git a/sys/mips/include/pcpu.h b/sys/mips/include/pcpu.h index b8928a1171a9..49d53307aa43 100644 --- a/sys/mips/include/pcpu.h +++ b/sys/mips/include/pcpu.h @@ -25,7 +25,7 @@ * SUCH DAMAGE. * * from: src/sys/alpha/include/pcpu.h,v 1.15 2004/11/05 19:16:44 jhb - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/pcpu.h,v 1.2.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _MACHINE_PCPU_H_ diff --git a/sys/mips/include/pmap.h b/sys/mips/include/pmap.h index 351b0e918f08..041ea5bf4509 100644 --- a/sys/mips/include/pmap.h +++ b/sys/mips/include/pmap.h @@ -40,7 +40,7 @@ * from: @(#)pmap.h 7.4 (Berkeley) 5/12/91 * from: src/sys/i386/include/pmap.h,v 1.65.2.2 2000/11/30 01:54:42 peter * JNPR: pmap.h,v 1.7.2.1 2007/09/10 07:44:12 girish - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/pmap.h,v 1.8.2.3.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _MACHINE_PMAP_H_ diff --git a/sys/mips/include/pmc_mdep.h b/sys/mips/include/pmc_mdep.h index 658641ac22f8..e991e3a83591 100644 --- a/sys/mips/include/pmc_mdep.h +++ b/sys/mips/include/pmc_mdep.h @@ -2,7 +2,7 @@ * This file is in the public domain. * * from: src/sys/alpha/include/pmc_mdep.h,v 1.2 2005/06/09 19:45:06 jkoshy - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/pmc_mdep.h,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _MACHINE_PMC_MDEP_H_ diff --git a/sys/mips/include/ppireg.h b/sys/mips/include/ppireg.h index 5774757ce67a..a5481b8d9339 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.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _MACHINE_PPIREG_H_ diff --git a/sys/mips/include/proc.h b/sys/mips/include/proc.h index e71c858788de..be7a677dfa41 100644 --- a/sys/mips/include/proc.h +++ b/sys/mips/include/proc.h @@ -33,7 +33,7 @@ * * @(#)proc.h 8.1 (Berkeley) 6/10/93 * JNPR: proc.h,v 1.7.2.1 2007/09/10 06:25:24 girish - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/proc.h,v 1.1.2.3.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _MACHINE_PROC_H_ diff --git a/sys/mips/include/profile.h b/sys/mips/include/profile.h index aac6e5dd43b9..157ab71eea9c 100644 --- a/sys/mips/include/profile.h +++ b/sys/mips/include/profile.h @@ -32,7 +32,7 @@ * * from: @(#)profile.h 8.1 (Berkeley) 6/10/93 * JNPR: profile.h,v 1.4 2006/12/02 09:53:41 katta - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/profile.h,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _MACHINE_PROFILE_H_ #define _MACHINE_PROFILE_H_ diff --git a/sys/mips/include/pte.h b/sys/mips/include/pte.h index a8926da8b5bc..37c854a81123 100644 --- a/sys/mips/include/pte.h +++ b/sys/mips/include/pte.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/pte.h,v 1.2.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _MACHINE_PTE_H_ diff --git a/sys/mips/include/ptrace.h b/sys/mips/include/ptrace.h index a34b6f9054f1..57958edd14d7 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.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _MACHINE_PTRACE_H_ diff --git a/sys/mips/include/reg.h b/sys/mips/include/reg.h index 6510db674b57..4c3aa0abffcb 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.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _MACHINE_REG_H_ diff --git a/sys/mips/include/regdef.h b/sys/mips/include/regdef.h index 7efdd95f7ac8..8ecb4de28154 100644 --- a/sys/mips/include/regdef.h +++ b/sys/mips/include/regdef.h @@ -6,7 +6,7 @@ * regdef.h -- MIPS register definitions. * * JNPR: regdef.h,v 1.3 2006/08/07 05:38:57 katta - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/regdef.h,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _MACHINE_REGDEF_H_ diff --git a/sys/mips/include/regnum.h b/sys/mips/include/regnum.h index ae7cf4bc1121..5884f60a48ce 100644 --- a/sys/mips/include/regnum.h +++ b/sys/mips/include/regnum.h @@ -36,7 +36,7 @@ * from: Utah Hdr: reg.h 1.1 90/07/09 * @(#)reg.h 8.2 (Berkeley) 1/11/94 * JNPR: regnum.h,v 1.6 2007/08/09 11:23:32 katta - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/regnum.h,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _MACHINE_REGNUM_H_ diff --git a/sys/mips/include/reloc.h b/sys/mips/include/reloc.h index 113745f82623..16a349bb3c97 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.6.1 2010/12/21 17:09:25 kensmith Exp $ */ diff --git a/sys/mips/include/resource.h b/sys/mips/include/resource.h index c5b4283bb029..715b5001ce81 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.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _MACHINE_RESOURCE_H_ diff --git a/sys/mips/include/runq.h b/sys/mips/include/runq.h index 56d6e2f35055..4c03ef569756 100644 --- a/sys/mips/include/runq.h +++ b/sys/mips/include/runq.h @@ -24,7 +24,7 @@ * SUCH DAMAGE. * * from: src/sys/i386/include/runq.h,v 1.3 2005/01/06 22:18:15 imp - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/runq.h,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _MACHINE_RUNQ_H_ diff --git a/sys/mips/include/setjmp.h b/sys/mips/include/setjmp.h index 920c942b0e56..11bb2685058e 100644 --- a/sys/mips/include/setjmp.h +++ b/sys/mips/include/setjmp.h @@ -27,7 +27,7 @@ * rights to redistribute these changes. * * JNPR: setjmp.h,v 1.2 2006/12/02 09:53:41 katta - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/setjmp.h,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _MACHINE_SETJMP_H_ diff --git a/sys/mips/include/sf_buf.h b/sys/mips/include/sf_buf.h index b6ee1cc20b69..e472d872a05a 100644 --- a/sys/mips/include/sf_buf.h +++ b/sys/mips/include/sf_buf.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/sf_buf.h,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _MACHINE_SF_BUF_H_ diff --git a/sys/mips/include/sigframe.h b/sys/mips/include/sigframe.h index 69198827391c..3fc880811cb6 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.6.1 2010/12/21 17:09:25 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..d62c32310f6a 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.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _MACHINE_SIGNAL_H_ diff --git a/sys/mips/include/smp.h b/sys/mips/include/smp.h index 80603958ea0d..09fe5ef206da 100644 --- a/sys/mips/include/smp.h +++ b/sys/mips/include/smp.h @@ -8,7 +8,7 @@ * * from: src/sys/alpha/include/smp.h,v 1.8 2005/01/05 20:05:50 imp * JNPR: smp.h,v 1.3 2006/12/02 09:53:41 katta - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/smp.h,v 1.2.2.3.2.1 2010/12/21 17:09:25 kensmith Exp $ * */ diff --git a/sys/mips/include/stdarg.h b/sys/mips/include/stdarg.h index 802ea73c95e2..91604df39b1b 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.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _MACHINE_STDARG_H_ diff --git a/sys/mips/include/sysarch.h b/sys/mips/include/sysarch.h index 350ad9583eec..0c6070d2e1f5 100644 --- a/sys/mips/include/sysarch.h +++ b/sys/mips/include/sysarch.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/sysarch.h,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ /* diff --git a/sys/mips/include/timerreg.h b/sys/mips/include/timerreg.h index 0ab7d40510a7..e2157dc69297 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.6.1 2010/12/21 17:09:25 kensmith Exp $ */ /* diff --git a/sys/mips/include/tlb.h b/sys/mips/include/tlb.h index b38cf2b71fdc..b3d9b1a010a1 100644 --- a/sys/mips/include/tlb.h +++ b/sys/mips/include/tlb.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/tlb.h,v 1.3.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _MACHINE_TLB_H_ diff --git a/sys/mips/include/trap.h b/sys/mips/include/trap.h index d80423821576..9a61f8703081 100644 --- a/sys/mips/include/trap.h +++ b/sys/mips/include/trap.h @@ -36,7 +36,7 @@ * from: Utah Hdr: trap.h 1.1 90/07/09 * from: @(#)trap.h 8.1 (Berkeley) 6/10/93 * JNPR: trap.h,v 1.3 2006/12/02 09:53:41 katta - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/trap.h,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _MACHINE_TRAP_H_ diff --git a/sys/mips/include/ucontext.h b/sys/mips/include/ucontext.h index 72f07b402e24..5961efeac94d 100644 --- a/sys/mips/include/ucontext.h +++ b/sys/mips/include/ucontext.h @@ -31,7 +31,7 @@ * * @(#)ucontext.h 8.1 (Berkeley) 6/10/93 * JNPR: ucontext.h,v 1.2 2007/08/09 11:23:32 katta - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/ucontext.h,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _MACHINE_UCONTEXT_H_ diff --git a/sys/mips/include/varargs.h b/sys/mips/include/varargs.h index c916f3374379..c8b59154c58f 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.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _MIPS_VARARGS_H_ diff --git a/sys/mips/include/vm.h b/sys/mips/include/vm.h index b1e964f2fb6d..b96e681324b0 100644 --- a/sys/mips/include/vm.h +++ b/sys/mips/include/vm.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/vm.h,v 1.3.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _MACHINE_VM_H_ diff --git a/sys/mips/include/vmparam.h b/sys/mips/include/vmparam.h index 3050a9151ee0..bae0af4d8523 100644 --- a/sys/mips/include/vmparam.h +++ b/sys/mips/include/vmparam.h @@ -37,7 +37,7 @@ * from: Utah Hdr: vmparam.h 1.16 91/01/18 * @(#)vmparam.h 8.2 (Berkeley) 4/22/94 * JNPR: vmparam.h,v 1.3.2.1 2007/09/10 06:01:28 girish - * $FreeBSD$ + * $FreeBSD: src/sys/mips/include/vmparam.h,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _MACHINE_VMPARAM_H_ diff --git a/sys/mips/malta/files.malta b/sys/mips/malta/files.malta index 82d9ca49b982..0ca66eb1901b 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.2.2.1 2010/12/21 17:09:25 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..2250f690485a 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.6.1 2010/12/21 17:09:25 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 237e74227e0e..77d601eb915b 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.2.2.1 2010/12/21 17:09:25 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 726f5fe328da..55b899b9e810 100644 --- a/sys/mips/malta/gtreg.h +++ b/sys/mips/malta/gtreg.h @@ -29,7 +29,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.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ diff --git a/sys/mips/malta/gtvar.h b/sys/mips/malta/gtvar.h index f7830ef3ccce..d547be3cda3c 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.6.1 2010/12/21 17:09:25 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 6cbdcd82bc18..fae5f79d7a4b 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.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/malta/malta_machdep.c,v 1.2.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include "opt_ddb.h" diff --git a/sys/mips/malta/maltareg.h b/sys/mips/malta/maltareg.h index c311d30885bb..f8325eb0ef22 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.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ /* diff --git a/sys/mips/malta/obio.c b/sys/mips/malta/obio.c index 21958375fa65..efa7c90b451e 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.2.2.1 2010/12/21 17:09:25 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..e49c906096ca 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.6.1 2010/12/21 17:09:25 kensmith Exp $ * */ diff --git a/sys/mips/malta/std.malta b/sys/mips/malta/std.malta index 6035c3294d89..4b3af15d8033 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.2.2.1 2010/12/21 17:09:25 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 e075fff62e53..ae268c9f27e7 100644 --- a/sys/mips/malta/uart_bus_maltausart.c +++ b/sys/mips/malta/uart_bus_maltausart.c @@ -31,7 +31,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.2.2.1 2010/12/21 17:09:25 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 07ea548a0a1f..2d4645ed555d 100644 --- a/sys/mips/malta/uart_cpu_maltausart.c +++ b/sys/mips/malta/uart_cpu_maltausart.c @@ -32,7 +32,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.2.2.1 2010/12/21 17:09:25 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..8ded15a45264 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.6.1 2010/12/21 17:09:25 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 f039ae8342d7..5e015480c783 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.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _MALTA_YAMON_H_ diff --git a/sys/mips/mips/autoconf.c b/sys/mips/mips/autoconf.c index e16c05c147d1..b2b00b6184f5 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.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); /* * Setup the system to run on the current machine. diff --git a/sys/mips/mips/bus_space_generic.c b/sys/mips/mips/bus_space_generic.c index e56611ee2e91..01dfd6e13c0a 100644 --- a/sys/mips/mips/bus_space_generic.c +++ b/sys/mips/mips/bus_space_generic.c @@ -69,10 +69,10 @@ * 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/mips/bus_space_generic.c,v 1.4.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/mips/bus_space_generic.c,v 1.4.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/mips/busdma_machdep.c b/sys/mips/mips/busdma_machdep.c index 93ae8d29dabf..b3c2ea751b75 100644 --- a/sys/mips/mips/busdma_machdep.c +++ b/sys/mips/mips/busdma_machdep.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/mips/busdma_machdep.c,v 1.5.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); /* * MIPS bus dma support routines diff --git a/sys/mips/mips/cache.c b/sys/mips/mips/cache.c index e54a3e160b8f..1f0614b25bdb 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.2.2.1 2010/12/21 17:09:25 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 44205b390518..e621176518b1 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.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include "opt_cputype.h" diff --git a/sys/mips/mips/cpu.c b/sys/mips/mips/cpu.c index 68615b904612..e6c3e2803ca0 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.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include "opt_cputype.h" diff --git a/sys/mips/mips/db_disasm.c b/sys/mips/mips/db_disasm.c index 21e5c90d281f..bf91c48c4dff 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.6.1 2010/12/21 17:09:25 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 7ab1ec62e04b..87c08e31074d 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.2.2.1 2010/12/21 17:09:25 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 52546b5565e1..c24a310c6a4e 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.3.2.1 2010/12/21 17:09:25 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 78938de68e75..f8796714b777 100644 --- a/sys/mips/mips/dump_machdep.c +++ b/sys/mips/mips/dump_machdep.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/mips/dump_machdep.c,v 1.2.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/mips/elf64_machdep.c b/sys/mips/mips/elf64_machdep.c index 41b669196d1f..256707a3c86c 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.3.2.1 2010/12/21 17:09:25 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 a12c746d8497..2feaee872e8d 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.5.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/mips/mips/elf_trampoline.c b/sys/mips/mips/elf_trampoline.c index 4b387616c7ce..9d3dec780bdb 100644 --- a/sys/mips/mips/elf_trampoline.c +++ b/sys/mips/mips/elf_trampoline.c @@ -23,7 +23,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/mips/elf_trampoline.c,v 1.3.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <machine/asm.h> #include <sys/param.h> diff --git a/sys/mips/mips/exception.S b/sys/mips/mips/exception.S index fdd0a02e02dd..c0339f03b291 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.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ /* diff --git a/sys/mips/mips/fp.S b/sys/mips/mips/fp.S index 3190f117ae42..e86658e9c7a9 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.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ /* diff --git a/sys/mips/mips/gdb_machdep.c b/sys/mips/mips/gdb_machdep.c index 780a4f18bab8..3977b21dfc46 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.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #include <sys/cdefs.h> diff --git a/sys/mips/mips/genassym.c b/sys/mips/mips/genassym.c index fd168bc32b71..cc7159970b19 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.2.2.1 2010/12/21 17:09:25 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 31bcd3ebdd0a..1cd7b3f059cc 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.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/mbuf.h> diff --git a/sys/mips/mips/inckern.S b/sys/mips/mips/inckern.S index 8610196d2046..67394c342427 100644 --- a/sys/mips/mips/inckern.S +++ b/sys/mips/mips/inckern.S @@ -25,7 +25,7 @@ #include "opt_kernname.h" #include <machine/asm.h> -__FBSDID("$FreeBSD$") +__FBSDID("$FreeBSD: src/sys/mips/mips/inckern.S,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $") .section ".real_kernel","aw" .globl kernel_start; kernel_start: diff --git a/sys/mips/mips/intr_machdep.c b/sys/mips/mips/intr_machdep.c index 2dc302ad1eb9..17e0157b589c 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.2.2.1 2010/12/21 17:09:25 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 9f685ebfee4c..0e0890de8120 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.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ /* diff --git a/sys/mips/mips/machdep.c b/sys/mips/mips/machdep.c index 6da8e07e97e1..b98fb52c559d 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.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include "opt_cputype.h" #include "opt_ddb.h" diff --git a/sys/mips/mips/mainbus.c b/sys/mips/mips/mainbus.c index 587b409a3be3..fa2fc8ba63ff 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.3.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include "opt_cputype.h" diff --git a/sys/mips/mips/mem.c b/sys/mips/mips/mem.c index a889a2e35427..134f5ec71144 100644 --- a/sys/mips/mips/mem.c +++ b/sys/mips/mips/mem.c @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/mips/mem.c,v 1.2.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); /* * Memory special file diff --git a/sys/mips/mips/minidump_machdep.c b/sys/mips/mips/minidump_machdep.c index 1ac384a8876c..a52cfca82e5e 100644 --- a/sys/mips/mips/minidump_machdep.c +++ b/sys/mips/mips/minidump_machdep.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/mips/minidump_machdep.c,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/mips/mp_machdep.c b/sys/mips/mips/mp_machdep.c index bc012e17f024..5238cf4925ee 100644 --- a/sys/mips/mips/mp_machdep.c +++ b/sys/mips/mips/mp_machdep.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/mips/mp_machdep.c,v 1.4.2.3.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/mips/mpboot.S b/sys/mips/mips/mpboot.S index 0c34fe2d10fa..426684fcacb6 100644 --- a/sys/mips/mips/mpboot.S +++ b/sys/mips/mips/mpboot.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/mips/mips/mpboot.S,v 1.10.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #include <machine/asm.h> diff --git a/sys/mips/mips/nexus.c b/sys/mips/mips/nexus.c index 227446618e03..b26a2972cb0b 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.3.2.1 2010/12/21 17:09:25 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 66f0507911a5..ac8e5e28d1f0 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.3.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include "opt_compat.h" #include "opt_cputype.h" diff --git a/sys/mips/mips/pmap.c b/sys/mips/mips/pmap.c index 57ceca3caf62..adb87ff191c8 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.4.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include "opt_msgbuf.h" #include "opt_ddb.h" diff --git a/sys/mips/mips/ptrace_machdep.c b/sys/mips/mips/ptrace_machdep.c index 2c268d8b12b9..118a50b3e492 100644 --- a/sys/mips/mips/ptrace_machdep.c +++ b/sys/mips/mips/ptrace_machdep.c @@ -27,7 +27,7 @@ #if 0 #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/mips/ptrace_machdep.c,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); /* * This file is a place holder for MIPS. Some models of MIPS may need special diff --git a/sys/mips/mips/stack_machdep.c b/sys/mips/mips/stack_machdep.c index 2d67273df3ae..c921f84c032b 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.2.2.1 2010/12/21 17:09:25 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 6623d0afd970..6b7b384cd901 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.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ /* diff --git a/sys/mips/mips/swtch.S b/sys/mips/mips/swtch.S index 80c0cabc9476..3c820f7c7912 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.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ /* diff --git a/sys/mips/mips/sys_machdep.c b/sys/mips/mips/sys_machdep.c index c316db33a722..ce1924589b82 100644 --- a/sys/mips/mips/sys_machdep.c +++ b/sys/mips/mips/sys_machdep.c @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/mips/sys_machdep.c,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/mips/tick.c b/sys/mips/mips/tick.c index 5931a5b103d4..5f8274791f4f 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.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include "opt_cputype.h" diff --git a/sys/mips/mips/tlb.c b/sys/mips/mips/tlb.c index dff5b635fe00..290814437e5c 100644 --- a/sys/mips/mips/tlb.c +++ b/sys/mips/mips/tlb.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/mips/mips/tlb.c,v 1.2.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #include "opt_ddb.h" diff --git a/sys/mips/mips/trap.c b/sys/mips/mips/trap.c index 009db7caed60..6e1c3f1ee508 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.4.2.1 2010/12/21 17:09:25 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 4621c5a68b2a..2b66e78b1b5f 100644 --- a/sys/mips/mips/uio_machdep.c +++ b/sys/mips/mips/uio_machdep.c @@ -36,7 +36,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/mips/uio_machdep.c,v 1.1.2.2.2.1 2010/12/21 17:09:25 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 73fab5a6c540..9fe15a406cde 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.4.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include "opt_cputype.h" #include "opt_ddb.h" diff --git a/sys/mips/rmi/board.c b/sys/mips/rmi/board.c index 4c49dacc5cee..03f1c12950dc 100644 --- a/sys/mips/rmi/board.c +++ b/sys/mips/rmi/board.c @@ -28,7 +28,7 @@ * * *****************************RMI_2**********************************/ #include <sys/cdefs.h> /* RCS ID & Copyright macro defns */ -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/rmi/board.c,v 1.11.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> diff --git a/sys/mips/rmi/board.h b/sys/mips/rmi/board.h index 35ce7e17492f..b9b445c64e02 100644 --- a/sys/mips/rmi/board.h +++ b/sys/mips/rmi/board.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * RMI_BSD - * $FreeBSD$ + * $FreeBSD: src/sys/mips/rmi/board.h,v 1.8.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _RMI_BOARD_H_ #define _RMI_BOARD_H_ diff --git a/sys/mips/rmi/bus_space_rmi.c b/sys/mips/rmi/bus_space_rmi.c index b2daeb4ddcf9..ec66d5c47611 100644 --- a/sys/mips/rmi/bus_space_rmi.c +++ b/sys/mips/rmi/bus_space_rmi.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/rmi/bus_space_rmi.c,v 1.2.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/rmi/bus_space_rmi.c,v 1.2.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/rmi/bus_space_rmi_pci.c b/sys/mips/rmi/bus_space_rmi_pci.c index ebd70c1d10b4..3bef3417518f 100644 --- a/sys/mips/rmi/bus_space_rmi_pci.c +++ b/sys/mips/rmi/bus_space_rmi_pci.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/rmi/bus_space_rmi_pci.c,v 1.3.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/rmi/bus_space_rmi_pci.c,v 1.3.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/rmi/debug.h b/sys/mips/rmi/debug.h index b5ec144cc2c6..b5ec144cc2c6 100755..100644 --- a/sys/mips/rmi/debug.h +++ b/sys/mips/rmi/debug.h diff --git a/sys/mips/rmi/dev/nlge/if_nlge.c b/sys/mips/rmi/dev/nlge/if_nlge.c index d33e5ea098a6..aa7d9ef9c09a 100644 --- a/sys/mips/rmi/dev/nlge/if_nlge.c +++ b/sys/mips/rmi/dev/nlge/if_nlge.c @@ -45,7 +45,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/rmi/dev/nlge/if_nlge.c,v 1.16.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #ifdef HAVE_KERNEL_OPTION_HEADERS #include "opt_device_polling.h" diff --git a/sys/mips/rmi/dev/nlge/if_nlge.h b/sys/mips/rmi/dev/nlge/if_nlge.h index 0b24bc074a8b..b9c7ceedf22d 100644 --- a/sys/mips/rmi/dev/nlge/if_nlge.h +++ b/sys/mips/rmi/dev/nlge/if_nlge.h @@ -25,7 +25,7 @@ * LIABILITY, 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/mips/rmi/dev/nlge/if_nlge.h,v 1.3.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ * * RMI_BSD */ diff --git a/sys/mips/rmi/dev/sec/desc.h b/sys/mips/rmi/dev/sec/desc.h index 1238d001060f..81f4eae9957c 100644 --- a/sys/mips/rmi/dev/sec/desc.h +++ b/sys/mips/rmi/dev/sec/desc.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/rmi/dev/sec/desc.h,v 1.2.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ * RMI_BSD */ #ifndef _DESC_H_ #define _DESC_H_ diff --git a/sys/mips/rmi/dev/sec/rmilib.c b/sys/mips/rmi/dev/sec/rmilib.c index 014bfc872807..6412881f5708 100644 --- a/sys/mips/rmi/dev/sec/rmilib.c +++ b/sys/mips/rmi/dev/sec/rmilib.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/rmi/dev/sec/rmilib.c,v 1.3.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/types.h> diff --git a/sys/mips/rmi/dev/sec/rmilib.h b/sys/mips/rmi/dev/sec/rmilib.h index 00106f9b9445..72d42ac5bb59 100644 --- a/sys/mips/rmi/dev/sec/rmilib.h +++ b/sys/mips/rmi/dev/sec/rmilib.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/rmi/dev/sec/rmilib.h,v 1.3.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ * RMI_BSD */ diff --git a/sys/mips/rmi/dev/sec/rmisec.c b/sys/mips/rmi/dev/sec/rmisec.c index 5e00307c8e62..fc2997da17fa 100644 --- a/sys/mips/rmi/dev/sec/rmisec.c +++ b/sys/mips/rmi/dev/sec/rmisec.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/rmi/dev/sec/rmisec.c,v 1.3.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/rmi/dev/xlr/debug.h b/sys/mips/rmi/dev/xlr/debug.h index 53f1cb21dc05..0b8e14bc3061 100644 --- a/sys/mips/rmi/dev/xlr/debug.h +++ b/sys/mips/rmi/dev/xlr/debug.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * RMI_BSD - * $FreeBSD$ + * $FreeBSD: src/sys/mips/rmi/dev/xlr/debug.h,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _RMI_DEBUG_H_ #define _RMI_DEBUG_H_ diff --git a/sys/mips/rmi/dev/xlr/rge.c b/sys/mips/rmi/dev/xlr/rge.c index a529377571cb..42010b1b09c1 100644 --- a/sys/mips/rmi/dev/xlr/rge.c +++ b/sys/mips/rmi/dev/xlr/rge.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/rmi/dev/xlr/rge.c,v 1.18.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #ifdef HAVE_KERNEL_OPTION_HEADERS #include "opt_device_polling.h" diff --git a/sys/mips/rmi/dev/xlr/rge.h b/sys/mips/rmi/dev/xlr/rge.h index fa98a0d60767..5522865ec035 100644 --- a/sys/mips/rmi/dev/xlr/rge.h +++ b/sys/mips/rmi/dev/xlr/rge.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/rmi/dev/xlr/rge.h,v 1.2.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ * RMI_BSD */ #ifndef _RMI_RGE_H_ #define _RMI_RGE_H_ diff --git a/sys/mips/rmi/ehcireg.h b/sys/mips/rmi/ehcireg.h index 71af999ab214..fd217a19e4b6 100644 --- a/sys/mips/rmi/ehcireg.h +++ b/sys/mips/rmi/ehcireg.h @@ -1,5 +1,5 @@ /* $NetBSD: ehcireg.h,v 1.18 2004/10/22 10:38:17 augustss Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/mips/rmi/ehcireg.h,v 1.4.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. diff --git a/sys/mips/rmi/ehcivar.h b/sys/mips/rmi/ehcivar.h index 09829d9b0110..3bfd99d8fa9a 100644 --- a/sys/mips/rmi/ehcivar.h +++ b/sys/mips/rmi/ehcivar.h @@ -1,5 +1,5 @@ /* $NetBSD: ehcivar.h,v 1.19 2005/04/29 15:04:29 augustss Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/mips/rmi/ehcivar.h,v 1.4.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. diff --git a/sys/mips/rmi/files.xlr b/sys/mips/rmi/files.xlr index 059404cb1204..f29aa4d07468 100644 --- a/sys/mips/rmi/files.xlr +++ b/sys/mips/rmi/files.xlr @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/mips/rmi/files.xlr,v 1.10.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ #mips/rmi/xlr_boot1_console.c standard mips/rmi/xlr_machdep.c standard mips/rmi/tick.c standard diff --git a/sys/mips/rmi/fmn.c b/sys/mips/rmi/fmn.c index 011d7a1ff95e..d85afc9585f8 100644 --- a/sys/mips/rmi/fmn.c +++ b/sys/mips/rmi/fmn.c @@ -28,7 +28,7 @@ * * RMI_BSD */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/rmi/fmn.c,v 1.7.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/types.h> #include <sys/systm.h> #include <sys/param.h> diff --git a/sys/mips/rmi/interrupt.h b/sys/mips/rmi/interrupt.h index 76bbe5afa2e8..bbc95ecfe365 100644 --- a/sys/mips/rmi/interrupt.h +++ b/sys/mips/rmi/interrupt.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * RMI_BSD - * $FreeBSD$ + * $FreeBSD: src/sys/mips/rmi/interrupt.h,v 1.5.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _RMI_INTERRUPT_H_ #define _RMI_INTERRUPT_H_ diff --git a/sys/mips/rmi/intr_machdep.c b/sys/mips/rmi/intr_machdep.c index c606548c19eb..bf7a94a775c4 100644 --- a/sys/mips/rmi/intr_machdep.c +++ b/sys/mips/rmi/intr_machdep.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/rmi/intr_machdep.c,v 1.10.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/rmi/iodi.c b/sys/mips/rmi/iodi.c index 60b7915d1bc8..843b183de6aa 100644 --- a/sys/mips/rmi/iodi.c +++ b/sys/mips/rmi/iodi.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/rmi/iodi.c,v 1.15.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #define __RMAN_RESOURCE_VISIBLE #include <sys/param.h> diff --git a/sys/mips/rmi/iomap.h b/sys/mips/rmi/iomap.h index 72756d25483b..3e9bf90d4ea8 100644 --- a/sys/mips/rmi/iomap.h +++ b/sys/mips/rmi/iomap.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * RMI_BSD - * $FreeBSD$ + * $FreeBSD: src/sys/mips/rmi/iomap.h,v 1.2.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _RMI_IOMAP_H_ #define _RMI_IOMAP_H_ diff --git a/sys/mips/rmi/mpwait.S b/sys/mips/rmi/mpwait.S index 86c0180123c8..86c31d17a2b8 100644 --- a/sys/mips/rmi/mpwait.S +++ b/sys/mips/rmi/mpwait.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/mips/rmi/mpwait.S,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #include <machine/asm.h> diff --git a/sys/mips/rmi/msgring.h b/sys/mips/rmi/msgring.h index 6110f5f5b25b..91c5a3d2f650 100644 --- a/sys/mips/rmi/msgring.h +++ b/sys/mips/rmi/msgring.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * RMI_BSD - * $FreeBSD$ + * $FreeBSD: src/sys/mips/rmi/msgring.h,v 1.9.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _RMI_MSGRING_H_ #define _RMI_MSGRING_H_ diff --git a/sys/mips/rmi/msgring_xls.cfg b/sys/mips/rmi/msgring_xls.cfg index 35bfb17f4c46..35bfb17f4c46 100755..100644 --- a/sys/mips/rmi/msgring_xls.cfg +++ b/sys/mips/rmi/msgring_xls.cfg diff --git a/sys/mips/rmi/pcibus.c b/sys/mips/rmi/pcibus.c index ac664d3b407a..bfcf9883c5c4 100644 --- a/sys/mips/rmi/pcibus.c +++ b/sys/mips/rmi/pcibus.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD: src/sys/alpha/pci/pcibus.c,v 1.36 2005/01/05 20:05:52 imp Exp $"); +__FBSDID("$FreeBSD: src/sys/mips/rmi/pcibus.c,v 1.3.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include "opt_isa.h" diff --git a/sys/mips/rmi/pcibus.h b/sys/mips/rmi/pcibus.h index 7d1e9234c3ac..fc6731373430 100644 --- a/sys/mips/rmi/pcibus.h +++ b/sys/mips/rmi/pcibus.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/rmi/pcibus.h,v 1.3.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #define DEFAULT_PCI_CONFIG_BASE 0x18000000 #define MSI_MIPS_ADDR_BASE 0xfee00000 diff --git a/sys/mips/rmi/pic.h b/sys/mips/rmi/pic.h index 543369c561c1..6ab1d39507df 100644 --- a/sys/mips/rmi/pic.h +++ b/sys/mips/rmi/pic.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * RMI_BSD - * $FreeBSD$ + * $FreeBSD: src/sys/mips/rmi/pic.h,v 1.12.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _RMI_PIC_H_ #define _RMI_PIC_H_ diff --git a/sys/mips/rmi/rmi_boot_info.h b/sys/mips/rmi/rmi_boot_info.h index 38c81bd395da..cf0d7bd9ba23 100644 --- a/sys/mips/rmi/rmi_boot_info.h +++ b/sys/mips/rmi/rmi_boot_info.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * RMI_BSD - * $FreeBSD$ + * $FreeBSD: src/sys/mips/rmi/rmi_boot_info.h,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _SHARED_STRUCTS_H #define _SHARED_STRUCTS_H diff --git a/sys/mips/rmi/rmi_mips_exts.h b/sys/mips/rmi/rmi_mips_exts.h index fb2f886767bb..fb5f7a018b58 100644 --- a/sys/mips/rmi/rmi_mips_exts.h +++ b/sys/mips/rmi/rmi_mips_exts.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * RMI_BSD - * $FreeBSD$ + * $FreeBSD: src/sys/mips/rmi/rmi_mips_exts.h,v 1.8.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef __MIPS_EXTS_H__ #define __MIPS_EXTS_H__ diff --git a/sys/mips/rmi/shared_structs.h b/sys/mips/rmi/shared_structs.h index 6e5ecd43ceae..6e5ecd43ceae 100755..100644 --- a/sys/mips/rmi/shared_structs.h +++ b/sys/mips/rmi/shared_structs.h diff --git a/sys/mips/rmi/shared_structs_func.h b/sys/mips/rmi/shared_structs_func.h index be9641408353..be9641408353 100755..100644 --- a/sys/mips/rmi/shared_structs_func.h +++ b/sys/mips/rmi/shared_structs_func.h diff --git a/sys/mips/rmi/shared_structs_offsets.h b/sys/mips/rmi/shared_structs_offsets.h index 605c735356cc..605c735356cc 100755..100644 --- a/sys/mips/rmi/shared_structs_offsets.h +++ b/sys/mips/rmi/shared_structs_offsets.h diff --git a/sys/mips/rmi/std.xlr b/sys/mips/rmi/std.xlr index 0252b9527490..4051838c220d 100644 --- a/sys/mips/rmi/std.xlr +++ b/sys/mips/rmi/std.xlr @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/mips/rmi/std.xlr,v 1.2.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ files "../rmi/files.xlr" # diff --git a/sys/mips/rmi/tick.c b/sys/mips/rmi/tick.c index 371fd1c3576f..56783845c099 100644 --- a/sys/mips/rmi/tick.c +++ b/sys/mips/rmi/tick.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/rmi/tick.c,v 1.8.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include "opt_cputype.h" diff --git a/sys/mips/rmi/uart_bus_xlr_iodi.c b/sys/mips/rmi/uart_bus_xlr_iodi.c index 8b87262f7426..13bb7ff364cf 100644 --- a/sys/mips/rmi/uart_bus_xlr_iodi.c +++ b/sys/mips/rmi/uart_bus_xlr_iodi.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/rmi/uart_bus_xlr_iodi.c,v 1.2.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/rmi/uart_cpu_mips_xlr.c b/sys/mips/rmi/uart_cpu_mips_xlr.c index 816dec2a2608..2bed20fec7c2 100644 --- a/sys/mips/rmi/uart_cpu_mips_xlr.c +++ b/sys/mips/rmi/uart_cpu_mips_xlr.c @@ -35,7 +35,7 @@ #include "opt_uart.h" #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/rmi/uart_cpu_mips_xlr.c,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/rmi/xlr_boot1_console.c b/sys/mips/rmi/xlr_boot1_console.c index 88cefcfa52db..101f4943251e 100644 --- a/sys/mips/rmi/xlr_boot1_console.c +++ b/sys/mips/rmi/xlr_boot1_console.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/rmi/xlr_boot1_console.c,v 1.2.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include "opt_comconsole.h" diff --git a/sys/mips/rmi/xlr_i2c.c b/sys/mips/rmi/xlr_i2c.c index abd9439e2e8c..3df43c323fc4 100644 --- a/sys/mips/rmi/xlr_i2c.c +++ b/sys/mips/rmi/xlr_i2c.c @@ -29,7 +29,7 @@ * RMI_BSD */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/rmi/xlr_i2c.c,v 1.2.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); /* * I2C driver for the Palm-BK3220 I2C Host adapter on the RMI XLR. diff --git a/sys/mips/rmi/xlr_machdep.c b/sys/mips/rmi/xlr_machdep.c index d608a728be7a..ea2fc7947fef 100644 --- a/sys/mips/rmi/xlr_machdep.c +++ b/sys/mips/rmi/xlr_machdep.c @@ -26,7 +26,7 @@ * */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/rmi/xlr_machdep.c,v 1.24.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include "opt_ddb.h" diff --git a/sys/mips/rmi/xlr_pci.c b/sys/mips/rmi/xlr_pci.c index 3204691bec45..745e72c78387 100644 --- a/sys/mips/rmi/xlr_pci.c +++ b/sys/mips/rmi/xlr_pci.c @@ -28,7 +28,7 @@ * * RMI_BSD */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/rmi/xlr_pci.c,v 1.13.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/rmi/xlr_pcmcia.c b/sys/mips/rmi/xlr_pcmcia.c index 86322669c8b1..c59e42959303 100644 --- a/sys/mips/rmi/xlr_pcmcia.c +++ b/sys/mips/rmi/xlr_pcmcia.c @@ -31,7 +31,7 @@ * ATA driver for the XLR_PCMCIA Host adapter on the RMI XLR/XLS/. */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/rmi/xlr_pcmcia.c,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/rmi/xls_ehci.c b/sys/mips/rmi/xls_ehci.c index b90f31724aff..ec7f37377ead 100644 --- a/sys/mips/rmi/xls_ehci.c +++ b/sys/mips/rmi/xls_ehci.c @@ -36,7 +36,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/rmi/xls_ehci.c,v 1.4.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include "opt_bus.h" diff --git a/sys/mips/sentry5/files.sentry5 b/sys/mips/sentry5/files.sentry5 index 73907f4219d8..709423a2c049 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.2.2.1 2010/12/21 17:09:25 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 51eaa9d4e9a3..ef5de3230dbf 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.2.2.1 2010/12/21 17:09:25 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..576155daeed9 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.6.1 2010/12/21 17:09:25 kensmith Exp $ * */ diff --git a/sys/mips/sentry5/s5_machdep.c b/sys/mips/sentry5/s5_machdep.c index 00e6231cdae9..2b5208e2492c 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.2.2.1 2010/12/21 17:09:25 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..c7a165c0af5e 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.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _MIPS32_SENTRY5_SENTRY5REG_H_ #define _MIPS32_SENTRY5_SENTRY5REG_H_ diff --git a/sys/mips/sentry5/uart_bus_sbusart.c b/sys/mips/sentry5/uart_bus_sbusart.c index c6c4c8d13a9a..cd0ccc73d4cb 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.2.2.1 2010/12/21 17:09:25 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 68b761d9d745..a9d3b4d6646f 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.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/mips/sibyte/ata_zbbus.c b/sys/mips/sibyte/ata_zbbus.c index 87a2a42943e9..156d70b4b2b3 100644 --- a/sys/mips/sibyte/ata_zbbus.c +++ b/sys/mips/sibyte/ata_zbbus.c @@ -44,7 +44,7 @@ #include <machine/resource.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/sibyte/ata_zbbus.c,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); static int ata_zbbus_probe(device_t dev) diff --git a/sys/mips/sibyte/files.sibyte b/sys/mips/sibyte/files.sibyte index 4c5c9c030830..200b86fd19e5 100644 --- a/sys/mips/sibyte/files.sibyte +++ b/sys/mips/sibyte/files.sibyte @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/mips/sibyte/files.sibyte,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ mips/sibyte/sb_machdep.c standard mips/sibyte/sb_zbbus.c standard diff --git a/sys/mips/sibyte/sb_asm.S b/sys/mips/sibyte/sb_asm.S index 312d3a585351..8b772fb27115 100644 --- a/sys/mips/sibyte/sb_asm.S +++ b/sys/mips/sibyte/sb_asm.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/mips/sibyte/sb_asm.S,v 1.6.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #include <machine/asm.h> diff --git a/sys/mips/sibyte/sb_bus_space.h b/sys/mips/sibyte/sb_bus_space.h index f3364f07a29a..25e45fcd6627 100644 --- a/sys/mips/sibyte/sb_bus_space.h +++ b/sys/mips/sibyte/sb_bus_space.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/sibyte/sb_bus_space.h,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _SB_BUS_SPACE_H_ diff --git a/sys/mips/sibyte/sb_machdep.c b/sys/mips/sibyte/sb_machdep.c index 33acd4b0c8a7..9b4dcda6cb6a 100644 --- a/sys/mips/sibyte/sb_machdep.c +++ b/sys/mips/sibyte/sb_machdep.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/sibyte/sb_machdep.c,v 1.15.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> diff --git a/sys/mips/sibyte/sb_scd.c b/sys/mips/sibyte/sb_scd.c index f0c72952e3fb..4910c5e94e12 100644 --- a/sys/mips/sibyte/sb_scd.c +++ b/sys/mips/sibyte/sb_scd.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/sibyte/sb_scd.c,v 1.6.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/mips/sibyte/sb_scd.h b/sys/mips/sibyte/sb_scd.h index f8bb6e48ff84..cfb0738c5817 100644 --- a/sys/mips/sibyte/sb_scd.h +++ b/sys/mips/sibyte/sb_scd.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/sibyte/sb_scd.h,v 1.4.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _SB_SCD_H_ diff --git a/sys/mips/sibyte/sb_zbbus.c b/sys/mips/sibyte/sb_zbbus.c index cd1685648968..d70e70f1db45 100644 --- a/sys/mips/sibyte/sb_zbbus.c +++ b/sys/mips/sibyte/sb_zbbus.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/sibyte/sb_zbbus.c,v 1.5.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/mips/sibyte/sb_zbpci.c b/sys/mips/sibyte/sb_zbpci.c index 243ed08e7d7b..ba04b08ff8d1 100644 --- a/sys/mips/sibyte/sb_zbpci.c +++ b/sys/mips/sibyte/sb_zbpci.c @@ -53,7 +53,7 @@ #include "sb_bus_space.h" #include "sb_scd.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/mips/sibyte/sb_zbpci.c,v 1.7.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); static struct { vm_offset_t vaddr; |
