diff options
| author | Ken Smith <kensmith@FreeBSD.org> | 2009-11-21 06:13:29 +0000 |
|---|---|---|
| committer | Ken Smith <kensmith@FreeBSD.org> | 2009-11-21 06:13:29 +0000 |
| commit | a4d3b78df842614c46b116fc5a6f470be637dccd (patch) | |
| tree | 46c6b11aa0464ba59f49361bd26e1a86962c0624 /sys/dev/asr | |
| parent | 59dd044d1cb744d3dba6b41c41e196b54e8fd9f8 (diff) | |
Diffstat (limited to 'sys/dev/asr')
| -rw-r--r-- | sys/dev/asr/asr.c | 2 | ||||
| -rw-r--r-- | sys/dev/asr/dptalign.h | 2 | ||||
| -rw-r--r-- | sys/dev/asr/dptsig.h | 2 | ||||
| -rw-r--r-- | sys/dev/asr/i2oadptr.h | 2 | ||||
| -rw-r--r-- | sys/dev/asr/i2obscsi.h | 2 | ||||
| -rw-r--r-- | sys/dev/asr/i2odep.h | 2 | ||||
| -rw-r--r-- | sys/dev/asr/i2odpt.h | 2 | ||||
| -rw-r--r-- | sys/dev/asr/i2oexec.h | 2 | ||||
| -rw-r--r-- | sys/dev/asr/i2omsg.h | 2 | ||||
| -rw-r--r-- | sys/dev/asr/i2otypes.h | 2 | ||||
| -rw-r--r-- | sys/dev/asr/i2outil.h | 2 | ||||
| -rw-r--r-- | sys/dev/asr/osd_defs.h | 2 | ||||
| -rw-r--r-- | sys/dev/asr/osd_unix.h | 2 | ||||
| -rw-r--r-- | sys/dev/asr/osd_util.h | 2 | ||||
| -rw-r--r-- | sys/dev/asr/sys_info.h | 2 |
15 files changed, 15 insertions, 15 deletions
diff --git a/sys/dev/asr/asr.c b/sys/dev/asr/asr.c index 2bc5e2277246..4dbe0e2fba3f 100644 --- a/sys/dev/asr/asr.c +++ b/sys/dev/asr/asr.c @@ -161,7 +161,7 @@ #include <dev/asr/sys_info.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/asr/asr.c,v 1.87.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #define ASR_VERSION 1 #define ASR_REVISION '1' diff --git a/sys/dev/asr/dptalign.h b/sys/dev/asr/dptalign.h index 038dc6f4b5bb..65f7d80adcd2 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.6.22.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #if (!defined(__DPTALIGN_H)) #define __DPTALIGN_H diff --git a/sys/dev/asr/dptsig.h b/sys/dev/asr/dptsig.h index e7b6d7d7802f..e548f50d513b 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.9.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef __DPTSIG_H_ diff --git a/sys/dev/asr/i2oadptr.h b/sys/dev/asr/i2oadptr.h index c189d8d658d9..bb31364ce5fa 100644 --- a/sys/dev/asr/i2oadptr.h +++ b/sys/dev/asr/i2oadptr.h @@ -77,7 +77,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.6.22.1.2.1 2009/10/25 01:10:29 kensmith Exp $ * ****************************************************************/ diff --git a/sys/dev/asr/i2obscsi.h b/sys/dev/asr/i2obscsi.h index a6666feb661b..7ae22fd3fe6b 100644 --- a/sys/dev/asr/i2obscsi.h +++ b/sys/dev/asr/i2obscsi.h @@ -77,7 +77,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.6.22.1.2.1 2009/10/25 01:10:29 kensmith Exp $ * ****************************************************************/ diff --git a/sys/dev/asr/i2odep.h b/sys/dev/asr/i2odep.h index 79838cbe7ba0..f0f42a5a7b51 100644 --- a/sys/dev/asr/i2odep.h +++ b/sys/dev/asr/i2odep.h @@ -46,7 +46,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.9.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $ * **************************************************************************/ diff --git a/sys/dev/asr/i2odpt.h b/sys/dev/asr/i2odpt.h index 4c9a9d462318..a0d2131d2c71 100644 --- a/sys/dev/asr/i2odpt.h +++ b/sys/dev/asr/i2odpt.h @@ -4,7 +4,7 @@ * Copyright (c) 2000 Adaptec Corporation. * All rights reserved. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/asr/i2odpt.h,v 1.6.22.1.2.1 2009/10/25 01:10:29 kensmith Exp $ * ****************************************************************/ diff --git a/sys/dev/asr/i2oexec.h b/sys/dev/asr/i2oexec.h index ae4327a6cb80..98e78775ffb5 100644 --- a/sys/dev/asr/i2oexec.h +++ b/sys/dev/asr/i2oexec.h @@ -77,7 +77,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.6.22.1.2.1 2009/10/25 01:10:29 kensmith Exp $ * ****************************************************************/ diff --git a/sys/dev/asr/i2omsg.h b/sys/dev/asr/i2omsg.h index 833bd9173d38..0c73f0200d45 100644 --- a/sys/dev/asr/i2omsg.h +++ b/sys/dev/asr/i2omsg.h @@ -77,7 +77,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.7.22.1.2.1 2009/10/25 01:10:29 kensmith Exp $ * ****************************************************************/ diff --git a/sys/dev/asr/i2otypes.h b/sys/dev/asr/i2otypes.h index c85d92dd2c32..63f5eef0022d 100644 --- a/sys/dev/asr/i2otypes.h +++ b/sys/dev/asr/i2otypes.h @@ -77,7 +77,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.6.22.1.2.1 2009/10/25 01:10:29 kensmith Exp $ * ****************************************************************/ diff --git a/sys/dev/asr/i2outil.h b/sys/dev/asr/i2outil.h index c7e3061dbb28..f41bf48da58c 100644 --- a/sys/dev/asr/i2outil.h +++ b/sys/dev/asr/i2outil.h @@ -77,7 +77,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.6.22.1.2.1 2009/10/25 01:10:29 kensmith Exp $ * ****************************************************************/ diff --git a/sys/dev/asr/osd_defs.h b/sys/dev/asr/osd_defs.h index c954be9816b1..903e64b90290 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.7.22.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _OSD_DEFS_H diff --git a/sys/dev/asr/osd_unix.h b/sys/dev/asr/osd_unix.h index 04f7a29b6969..ce8a693fb9eb 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.9.22.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef __OSD_UNIX_H diff --git a/sys/dev/asr/osd_util.h b/sys/dev/asr/osd_util.h index baa233804a3f..e40ce2a0e990 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.10.22.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef __OSD_UTIL_H diff --git a/sys/dev/asr/sys_info.h b/sys/dev/asr/sys_info.h index b4c78fe819fd..de30ad2aedd9 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.9.22.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef __SYS_INFO_H |
