diff --git a/sys/mips/conf/MALTA64 b/sys/mips/conf/MALTA64 index 8545d6b99203..756dc76dbf83 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: projects/mips/sys/mips/conf/MALTA 192819 2009-05-26 17:01:12Z gonzo $ +# $FreeBSD$ ident MALTA diff --git a/sys/mips/rmi/ehcireg.h b/sys/mips/rmi/ehcireg.h index 9c2540c20f89..71af999ab214 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: src/sys/dev/usb/ehcireg.h,v 1.7.2.2.2.1 2008/10/02 02:57:24 kensmith Exp $ */ +/* $FreeBSD$ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. diff --git a/sys/mips/rmi/ehcivar.h b/sys/mips/rmi/ehcivar.h index b1b80be83b96..09829d9b0110 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: src/sys/dev/usb/ehcivar.h,v 1.9.2.1.8.1 2008/10/02 02:57:24 kensmith Exp $ */ +/* $FreeBSD$ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. diff --git a/sys/mips/rmi/pcibus.c b/sys/mips/rmi/pcibus.c index ac664d3b407a..c683d47936fb 100644 --- a/sys/mips/rmi/pcibus.c +++ b/sys/mips/rmi/pcibus.c @@ -25,7 +25,7 @@ */ #include -__FBSDID("$FreeBSD: src/sys/alpha/pci/pcibus.c,v 1.36 2005/01/05 20:05:52 imp Exp $"); +__FBSDID("$FreeBSD$"); #include "opt_isa.h" diff --git a/sys/mips/rmi/pcibus.h b/sys/mips/rmi/pcibus.h index deea39c03fcb..45070ad10086 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: src/sys/alpha/pci/pcibus.h,v 1.5 2002/02/28 18:18:41 gallatin Exp $ + * $FreeBSD$ */ #define DEFAULT_PCI_CONFIG_BASE 0x18000000 diff --git a/sys/mips/rmi/uart_bus_xlr_iodi.c b/sys/mips/rmi/uart_bus_xlr_iodi.c index 33f918a3e7a0..8b87262f7426 100644 --- a/sys/mips/rmi/uart_bus_xlr_iodi.c +++ b/sys/mips/rmi/uart_bus_xlr_iodi.c @@ -25,7 +25,7 @@ */ #include -__FBSDID("$FreeBSD: src/sys/dev/uart/uart_bus_iodi.c,v 1.6.2.5 2006/02/15 09:16:01 marius Exp $"); +__FBSDID("$FreeBSD$"); #include #include diff --git a/sys/mips/rmi/xlr_i2c.c b/sys/mips/rmi/xlr_i2c.c index d05345ee7232..abd9439e2e8c 100644 --- a/sys/mips/rmi/xlr_i2c.c +++ b/sys/mips/rmi/xlr_i2c.c @@ -29,7 +29,7 @@ * RMI_BSD */ #include -__FBSDID("$FreeBSD: src/sys/mips/xlr/xlr_i2c.c,v 1.20.8.1 2008/08/25 23:17:51 cognet Exp $"); +__FBSDID("$FreeBSD$"); /* * I2C driver for the Palm-BK3220 I2C Host adapter on the RMI XLR. diff --git a/sys/mips/rmi/xls_ehci.c b/sys/mips/rmi/xls_ehci.c index a270507a1311..1d696b5c8cfb 100644 --- a/sys/mips/rmi/xls_ehci.c +++ b/sys/mips/rmi/xls_ehci.c @@ -36,7 +36,7 @@ */ #include -__FBSDID("$FreeBSD: src/sys/dev/usb/ehci_pci.c,v 1.18.2.4 2008/04/23 18:54:51 jhb Exp $"); +__FBSDID("$FreeBSD$"); /* * USB Enhanced Host Controller Driver, a.k.a. USB 2.0 controller.