diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 05:45:17 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 05:45:17 +0000 |
| commit | a9c219fa3cec18ef9f30edec6fa106bf0e2d423d (patch) | |
| tree | 50188ea5c781ddc35338e77f24e94f1aa22aae1c /sys/sun4v/mdesc | |
| parent | ba209d619d07461cc752dcdd596ab0d9b50e847a (diff) | |
This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvs
'RELENG_7_0_0_RELEASE'.
This commit was manufactured to restore the state of the 7.0-RELEASE image.
Diffstat (limited to 'sys/sun4v/mdesc')
| -rw-r--r-- | sys/sun4v/mdesc/mdesc_bus_if.m | 2 | ||||
| -rw-r--r-- | sys/sun4v/mdesc/mdesc_bus_subr.c | 2 | ||||
| -rw-r--r-- | sys/sun4v/mdesc/mdesc_init.c | 2 | ||||
| -rw-r--r-- | sys/sun4v/mdesc/mdesc_subr.c | 2 | ||||
| -rw-r--r-- | sys/sun4v/mdesc/mdesc_vdevfindnode.c | 2 | ||||
| -rw-r--r-- | sys/sun4v/mdesc/mdesc_vdevfindval.c | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/sys/sun4v/mdesc/mdesc_bus_if.m b/sys/sun4v/mdesc/mdesc_bus_if.m index 9f5df3d95a89..37dd3a360a03 100644 --- a/sys/sun4v/mdesc/mdesc_bus_if.m +++ b/sys/sun4v/mdesc/mdesc_bus_if.m @@ -24,7 +24,7 @@ # 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/sun4v/mdesc/mdesc_bus_if.m,v 1.1 2006/10/05 06:14:27 kmacy Exp $ # Interface for retrieving the package handle and a subset, namely # 'compatible', 'device_type', 'model' and 'name', of the standard diff --git a/sys/sun4v/mdesc/mdesc_bus_subr.c b/sys/sun4v/mdesc/mdesc_bus_subr.c index 0399168a2a1c..c3e1a2ef9064 100644 --- a/sys/sun4v/mdesc/mdesc_bus_subr.c +++ b/sys/sun4v/mdesc/mdesc_bus_subr.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/sun4v/mdesc/mdesc_bus_subr.c,v 1.1 2006/10/05 06:14:27 kmacy Exp $"); #include <sys/types.h> #include <sys/param.h> diff --git a/sys/sun4v/mdesc/mdesc_init.c b/sys/sun4v/mdesc/mdesc_init.c index bb2990de94c2..32fd1218ab47 100644 --- a/sys/sun4v/mdesc/mdesc_init.c +++ b/sys/sun4v/mdesc/mdesc_init.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/sun4v/mdesc/mdesc_init.c,v 1.6 2007/09/11 22:54:09 attilio Exp $"); #include <sys/types.h> #include <sys/param.h> diff --git a/sys/sun4v/mdesc/mdesc_subr.c b/sys/sun4v/mdesc/mdesc_subr.c index 4840708abddb..22cd0cc70679 100644 --- a/sys/sun4v/mdesc/mdesc_subr.c +++ b/sys/sun4v/mdesc/mdesc_subr.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/sun4v/mdesc/mdesc_subr.c,v 1.1 2006/10/05 06:14:27 kmacy Exp $"); #include <sys/types.h> #include <sys/systm.h> diff --git a/sys/sun4v/mdesc/mdesc_vdevfindnode.c b/sys/sun4v/mdesc/mdesc_vdevfindnode.c index e90702dde583..f33210f35d63 100644 --- a/sys/sun4v/mdesc/mdesc_vdevfindnode.c +++ b/sys/sun4v/mdesc/mdesc_vdevfindnode.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/sun4v/mdesc/mdesc_vdevfindnode.c,v 1.1 2006/12/18 07:22:25 kmacy Exp $"); #include <sys/param.h> #include <sys/endian.h> diff --git a/sys/sun4v/mdesc/mdesc_vdevfindval.c b/sys/sun4v/mdesc/mdesc_vdevfindval.c index be2db6f6eac1..f0d3612ed904 100644 --- a/sys/sun4v/mdesc/mdesc_vdevfindval.c +++ b/sys/sun4v/mdesc/mdesc_vdevfindval.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/sun4v/mdesc/mdesc_vdevfindval.c,v 1.2 2006/12/07 02:05:13 kmacy Exp $"); #include <sys/param.h> #include <sys/endian.h> |
