aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/utopia
diff options
context:
space:
mode:
authorKen Smith <kensmith@FreeBSD.org>2011-02-16 16:18:46 +0000
committerKen Smith <kensmith@FreeBSD.org>2011-02-16 16:18:46 +0000
commitdec99dafe5763ba1db6950342aa80a634169c083 (patch)
tree1bd9f5a688ac947b00e690c3c69ccb8df203768d /sys/dev/utopia
parent045f17e533c0209bbcddcccbbb0192d61ffd6c9c (diff)
Copy releng/8.2 to release/8.2.0 for 8.2-RELEASE.release/8.2.0_cvs
Approved by: re (implicit) This commit was manufactured to restore the state of the 8.2-RELEASE image.
Diffstat (limited to 'sys/dev/utopia')
-rw-r--r--sys/dev/utopia/idtphy.c2
-rw-r--r--sys/dev/utopia/idtphy.h2
-rw-r--r--sys/dev/utopia/suni.c2
-rw-r--r--sys/dev/utopia/suni.h2
-rw-r--r--sys/dev/utopia/utopia.c2
-rw-r--r--sys/dev/utopia/utopia.h2
-rw-r--r--sys/dev/utopia/utopia_priv.h2
7 files changed, 7 insertions, 7 deletions
diff --git a/sys/dev/utopia/idtphy.c b/sys/dev/utopia/idtphy.c
index 5aaa576abb23..6632107742a0 100644
--- a/sys/dev/utopia/idtphy.c
+++ b/sys/dev/utopia/idtphy.c
@@ -28,7 +28,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/dev/utopia/idtphy.c,v 1.1.22.1.6.1 2010/12/21 17:09:25 kensmith Exp $");
#include <sys/param.h>
#include <sys/systm.h>
diff --git a/sys/dev/utopia/idtphy.h b/sys/dev/utopia/idtphy.h
index 1451d0561fa3..fb9856a16f66 100644
--- a/sys/dev/utopia/idtphy.h
+++ b/sys/dev/utopia/idtphy.h
@@ -26,7 +26,7 @@
*
* Author: Hartmut Brandt <harti@freebsd.org>
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/dev/utopia/idtphy.h,v 1.3.22.1.6.1 2010/12/21 17:09:25 kensmith Exp $
*
* Register definitions for the following chips:
* IDT 77105
diff --git a/sys/dev/utopia/suni.c b/sys/dev/utopia/suni.c
index ffc49e8e84da..ca4c24e830bb 100644
--- a/sys/dev/utopia/suni.c
+++ b/sys/dev/utopia/suni.c
@@ -28,7 +28,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/dev/utopia/suni.c,v 1.1.22.1.6.1 2010/12/21 17:09:25 kensmith Exp $");
#include <sys/param.h>
#include <sys/systm.h>
diff --git a/sys/dev/utopia/suni.h b/sys/dev/utopia/suni.h
index fd1be7e13e39..4ebf26ea9c91 100644
--- a/sys/dev/utopia/suni.h
+++ b/sys/dev/utopia/suni.h
@@ -26,7 +26,7 @@
*
* Author: Hartmut Brandt <harti@freebsd.org>
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/dev/utopia/suni.h,v 1.2.22.1.6.1 2010/12/21 17:09:25 kensmith Exp $
*
* Register definitions for the following chips:
* PMC-Sierra PMC-5346 (S/UNI-LITE)
diff --git a/sys/dev/utopia/utopia.c b/sys/dev/utopia/utopia.c
index a4e7331fffc0..483a7040d600 100644
--- a/sys/dev/utopia/utopia.c
+++ b/sys/dev/utopia/utopia.c
@@ -28,7 +28,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/dev/utopia/utopia.c,v 1.13.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $");
#include <sys/param.h>
#include <sys/systm.h>
diff --git a/sys/dev/utopia/utopia.h b/sys/dev/utopia/utopia.h
index 6e42e99b2e51..25491f75e3e0 100644
--- a/sys/dev/utopia/utopia.h
+++ b/sys/dev/utopia/utopia.h
@@ -26,7 +26,7 @@
*
* Author: Hartmut Brandt <harti@freebsd.org>
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/dev/utopia/utopia.h,v 1.5.22.1.6.1 2010/12/21 17:09:25 kensmith Exp $
*/
#ifndef _DEV_UTOPIA_UTOPIA_H
#define _DEV_UTOPIA_UTOPIA_H
diff --git a/sys/dev/utopia/utopia_priv.h b/sys/dev/utopia/utopia_priv.h
index cbb242cb9991..bb2a32eb98bf 100644
--- a/sys/dev/utopia/utopia_priv.h
+++ b/sys/dev/utopia/utopia_priv.h
@@ -26,7 +26,7 @@
*
* Author: Hartmut Brandt <harti@freebsd.org>
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/dev/utopia/utopia_priv.h,v 1.1.22.1.6.1 2010/12/21 17:09:25 kensmith Exp $
*
* Private include file for the interface between chip files and
* the utopia main stuff.