summaryrefslogtreecommitdiff
path: root/sys/dev/asr
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2004-02-23 15:32:56 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2004-02-23 15:32:56 +0000
commit84a7b99b4e02a260bf7ff9b540032f4cb7bc612a (patch)
tree85059f7e88bcf124efae7c17bd99cfa18627a8c4 /sys/dev/asr
parenta28c3ad292f6f6cbe1c4ff05efb3d53eb45f17ff (diff)
Diffstat (limited to 'sys/dev/asr')
-rw-r--r--sys/dev/asr/MAINTAINER2
-rw-r--r--sys/dev/asr/asr.c2
-rw-r--r--sys/dev/asr/dptalign.h2
-rw-r--r--sys/dev/asr/dptsig.h2
-rw-r--r--sys/dev/asr/i2oadptr.h2
-rw-r--r--sys/dev/asr/i2obscsi.h2
-rw-r--r--sys/dev/asr/i2odep.h2
-rw-r--r--sys/dev/asr/i2odpt.h2
-rw-r--r--sys/dev/asr/i2oexec.h2
-rw-r--r--sys/dev/asr/i2omsg.h2
-rw-r--r--sys/dev/asr/i2otypes.h2
-rw-r--r--sys/dev/asr/i2outil.h2
-rw-r--r--sys/dev/asr/osd_defs.h2
-rw-r--r--sys/dev/asr/osd_unix.h2
-rw-r--r--sys/dev/asr/osd_util.h2
-rw-r--r--sys/dev/asr/sys_info.h2
16 files changed, 16 insertions, 16 deletions
diff --git a/sys/dev/asr/MAINTAINER b/sys/dev/asr/MAINTAINER
index 337f8fb3d5f0..2dc16cf0f2a0 100644
--- a/sys/dev/asr/MAINTAINER
+++ b/sys/dev/asr/MAINTAINER
@@ -1,2 +1,2 @@
-$FreeBSD$
+$FreeBSD: src/sys/dev/asr/MAINTAINER,v 1.3 2001/12/13 23:48:34 obrien Exp $
MAINTAINER = obrien@freebsd, scott_long@btc.adaptec.com, mark_salyzyn@adaptec.com
diff --git a/sys/dev/asr/asr.c b/sys/dev/asr/asr.c
index 481ff305d882..d69d861bc6af 100644
--- a/sys/dev/asr/asr.c
+++ b/sys/dev/asr/asr.c
@@ -105,7 +105,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/dev/asr/asr.c,v 1.38 2003/09/26 15:56:42 phk Exp $");
#define ASR_VERSION 1
#define ASR_REVISION '0'
diff --git a/sys/dev/asr/dptalign.h b/sys/dev/asr/dptalign.h
index bb72c5b67fb4..90365e176cf1 100644
--- a/sys/dev/asr/dptalign.h
+++ b/sys/dev/asr/dptalign.h
@@ -20,7 +20,7 @@
*
* DPT Alignment Description File
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/dev/asr/dptalign.h,v 1.5 2002/05/14 21:59:10 obrien Exp $
*/
#if (!defined(__DPTALIGN_H))
#define __DPTALIGN_H
diff --git a/sys/dev/asr/dptsig.h b/sys/dev/asr/dptsig.h
index 94c0810ae3a1..29fa36ecfe7d 100644
--- a/sys/dev/asr/dptsig.h
+++ b/sys/dev/asr/dptsig.h
@@ -19,7 +19,7 @@
* arising in any way out of the use of this driver software, even if advised
* of the possibility of such damage.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/dev/asr/dptsig.h,v 1.7 2002/05/14 21:59:10 obrien Exp $
*/
#ifndef __DPTSIG_H_
diff --git a/sys/dev/asr/i2oadptr.h b/sys/dev/asr/i2oadptr.h
index d880e4793a30..6c2a63d6627c 100644
--- a/sys/dev/asr/i2oadptr.h
+++ b/sys/dev/asr/i2oadptr.h
@@ -76,7 +76,7 @@
* Developer of the I2O SIG, sign up at the Web site or call 415.750.8352
* (United States).
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/dev/asr/i2oadptr.h,v 1.5 2002/05/14 21:59:10 obrien Exp $
*
****************************************************************/
diff --git a/sys/dev/asr/i2obscsi.h b/sys/dev/asr/i2obscsi.h
index 06ee30ce662c..442ca8e6c2d9 100644
--- a/sys/dev/asr/i2obscsi.h
+++ b/sys/dev/asr/i2obscsi.h
@@ -76,7 +76,7 @@
* Developer of the I2O SIG, sign up at the Web site or call 415.750.8352
* (United States).
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/dev/asr/i2obscsi.h,v 1.5 2002/05/14 21:59:10 obrien Exp $
*
****************************************************************/
diff --git a/sys/dev/asr/i2odep.h b/sys/dev/asr/i2odep.h
index 6b2fe5c5ee60..dfacba89b42e 100644
--- a/sys/dev/asr/i2odep.h
+++ b/sys/dev/asr/i2odep.h
@@ -45,7 +45,7 @@
* become a "Registered Developer" of the I2O SIG. This can be done by calling
* 415-750-8352 in the US, or via http://www.i2osig.org.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/dev/asr/i2odep.h,v 1.7 2002/05/15 12:25:11 brian Exp $
*
**************************************************************************/
diff --git a/sys/dev/asr/i2odpt.h b/sys/dev/asr/i2odpt.h
index 9435b7cf19a5..4ab6d27e9258 100644
--- a/sys/dev/asr/i2odpt.h
+++ b/sys/dev/asr/i2odpt.h
@@ -3,7 +3,7 @@
* Copyright (c) 2000 Adaptec Corporation.
* All rights reserved.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/dev/asr/i2odpt.h,v 1.5 2002/05/14 21:59:10 obrien Exp $
*
****************************************************************/
diff --git a/sys/dev/asr/i2oexec.h b/sys/dev/asr/i2oexec.h
index e80030576568..85d254873b6f 100644
--- a/sys/dev/asr/i2oexec.h
+++ b/sys/dev/asr/i2oexec.h
@@ -76,7 +76,7 @@
* Developer of the I2O SIG, sign up at the Web site or call 415.750.8352
* (United States).
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/dev/asr/i2oexec.h,v 1.5 2002/05/14 21:59:10 obrien Exp $
*
****************************************************************/
diff --git a/sys/dev/asr/i2omsg.h b/sys/dev/asr/i2omsg.h
index 23f2791aa3a3..4968cdb0b623 100644
--- a/sys/dev/asr/i2omsg.h
+++ b/sys/dev/asr/i2omsg.h
@@ -76,7 +76,7 @@
* Developer of the I2O SIG, sign up at the Web site or call 415.750.8352
* (United States).
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/dev/asr/i2omsg.h,v 1.6 2002/05/14 21:59:10 obrien Exp $
*
****************************************************************/
diff --git a/sys/dev/asr/i2otypes.h b/sys/dev/asr/i2otypes.h
index eaa97c71342f..8ac9588427ac 100644
--- a/sys/dev/asr/i2otypes.h
+++ b/sys/dev/asr/i2otypes.h
@@ -76,7 +76,7 @@
* Developer of the I2O SIG, sign up at the Web site or call 415.750.8352
* (United States).
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/dev/asr/i2otypes.h,v 1.5 2002/05/14 21:59:10 obrien Exp $
*
****************************************************************/
diff --git a/sys/dev/asr/i2outil.h b/sys/dev/asr/i2outil.h
index 3262dcda5244..a720f701a9c4 100644
--- a/sys/dev/asr/i2outil.h
+++ b/sys/dev/asr/i2outil.h
@@ -76,7 +76,7 @@
* Developer of the I2O SIG, sign up at the Web site or call 415.750.8352
* (United States).
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/dev/asr/i2outil.h,v 1.5 2002/05/14 21:59:10 obrien Exp $
*
****************************************************************/
diff --git a/sys/dev/asr/osd_defs.h b/sys/dev/asr/osd_defs.h
index 871d8f92c1ca..27572f12beeb 100644
--- a/sys/dev/asr/osd_defs.h
+++ b/sys/dev/asr/osd_defs.h
@@ -18,7 +18,7 @@
* arising in any way out of the use of this driver software, even if advised
* of the possibility of such damage.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/dev/asr/osd_defs.h,v 1.6 2002/05/14 21:54:56 obrien Exp $
*/
#ifndef _OSD_DEFS_H
diff --git a/sys/dev/asr/osd_unix.h b/sys/dev/asr/osd_unix.h
index e1309e4f0ddc..f4dc4427aca0 100644
--- a/sys/dev/asr/osd_unix.h
+++ b/sys/dev/asr/osd_unix.h
@@ -18,7 +18,7 @@
* arising in any way out of the use of this driver software, even if advised
* of the possibility of such damage.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/dev/asr/osd_unix.h,v 1.8 2002/05/14 21:59:10 obrien Exp $
*/
#ifndef __OSD_UNIX_H
diff --git a/sys/dev/asr/osd_util.h b/sys/dev/asr/osd_util.h
index a243c04d1edb..3298e1ec917d 100644
--- a/sys/dev/asr/osd_util.h
+++ b/sys/dev/asr/osd_util.h
@@ -18,7 +18,7 @@
* arising in any way out of the use of this driver software, even if advised
* of the possibility of such damage.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/dev/asr/osd_util.h,v 1.9 2003/01/01 18:48:49 schweikh Exp $
*/
#ifndef __OSD_UTIL_H
diff --git a/sys/dev/asr/sys_info.h b/sys/dev/asr/sys_info.h
index 80da928e7cbb..4f3af609f945 100644
--- a/sys/dev/asr/sys_info.h
+++ b/sys/dev/asr/sys_info.h
@@ -18,7 +18,7 @@
* arising in any way out of the use of this driver software, even if advised
* of the possibility of such damage.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/dev/asr/sys_info.h,v 1.8 2002/05/14 21:59:10 obrien Exp $
*/
#ifndef __SYS_INFO_H