summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2010-01-12 21:17:36 +0000
committerimp <imp@FreeBSD.org>2010-01-12 21:17:36 +0000
commit9dc568d9cedef789ccbb7df9dc02fc6975345458 (patch)
treeb3b08269f364114c8c9b06adbf8dc8dea38842bd
parenteac8869edf052c6492e995072ef489fba815472f (diff)
downloadFreeBSD-src-9dc568d9cedef789ccbb7df9dc02fc6975345458.zip
FreeBSD-src-9dc568d9cedef789ccbb7df9dc02fc6975345458.tar.gz
Place proper svn:keywords tag on all these files. They were created
somehow without them on projects/mips, and that mistake was propigated over to head. Submitted by: rpaulo@
-rw-r--r--sys/mips/conf/MALTA642
-rw-r--r--sys/mips/rmi/ehcireg.h2
-rw-r--r--sys/mips/rmi/ehcivar.h2
-rw-r--r--sys/mips/rmi/pcibus.c2
-rw-r--r--sys/mips/rmi/pcibus.h2
-rw-r--r--sys/mips/rmi/uart_bus_xlr_iodi.c2
-rw-r--r--sys/mips/rmi/xlr_i2c.c2
-rw-r--r--sys/mips/rmi/xls_ehci.c2
8 files changed, 8 insertions, 8 deletions
diff --git a/sys/mips/conf/MALTA64 b/sys/mips/conf/MALTA64
index 8545d6b..756dc76 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 9c2540c..71af999 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 b1b80be..09829d9 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 ac664d3..c683d47 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$");
#include "opt_isa.h"
diff --git a/sys/mips/rmi/pcibus.h b/sys/mips/rmi/pcibus.h
index deea39c..45070ad 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 33f918a..8b87262 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: src/sys/dev/uart/uart_bus_iodi.c,v 1.6.2.5 2006/02/15 09:16:01 marius Exp $");
+__FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <sys/systm.h>
diff --git a/sys/mips/rmi/xlr_i2c.c b/sys/mips/rmi/xlr_i2c.c
index d05345e..abd9439 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: 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 a270507..1d696b5 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: 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.
OpenPOWER on IntegriCloud