aboutsummaryrefslogtreecommitdiff
path: root/sys/scsi
diff options
context:
space:
mode:
Diffstat (limited to 'sys/scsi')
-rw-r--r--sys/scsi/cd.c2
-rw-r--r--sys/scsi/ch.c2
-rw-r--r--sys/scsi/scsi_all.h2
-rw-r--r--sys/scsi/scsi_base.c2
-rw-r--r--sys/scsi/scsi_cd.h2
-rw-r--r--sys/scsi/scsi_changer.h2
-rw-r--r--sys/scsi/scsi_debug.h2
-rw-r--r--sys/scsi/scsi_disk.h2
-rw-r--r--sys/scsi/scsi_generic.h2
-rw-r--r--sys/scsi/scsi_ioctl.c2
-rw-r--r--sys/scsi/scsi_tape.h2
-rw-r--r--sys/scsi/scsiconf.c2
-rw-r--r--sys/scsi/scsiconf.h2
-rw-r--r--sys/scsi/sd.c2
-rw-r--r--sys/scsi/st.c2
-rw-r--r--sys/scsi/uk.c2
16 files changed, 16 insertions, 16 deletions
diff --git a/sys/scsi/cd.c b/sys/scsi/cd.c
index 62d5aae80774..d06deda8571d 100644
--- a/sys/scsi/cd.c
+++ b/sys/scsi/cd.c
@@ -14,7 +14,7 @@
*
* Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992
*
- * $Id: cd.c,v 1.28 1994/10/27 20:45:00 jkh Exp $
+ * cd.c,v 1.29 1994/11/15 14:49:12 bde Exp
*/
#define SPLCD splbio
diff --git a/sys/scsi/ch.c b/sys/scsi/ch.c
index 662038e567ff..c18edca59b98 100644
--- a/sys/scsi/ch.c
+++ b/sys/scsi/ch.c
@@ -2,7 +2,7 @@
* Written by grefen@?????
* Based on scsi drivers by Julian Elischer (julian@tfs.com)
*
- * $Id: ch.c,v 1.10 1994/10/21 01:19:20 wollman Exp $
+ * ch.c,v 1.11 1994/10/23 21:27:53 wollman Exp
*/
#include <sys/types.h>
diff --git a/sys/scsi/scsi_all.h b/sys/scsi/scsi_all.h
index ad05f0f5295b..4fdb31a985b6 100644
--- a/sys/scsi/scsi_all.h
+++ b/sys/scsi/scsi_all.h
@@ -14,7 +14,7 @@
*
* Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992
*
- * $Id: scsi_all.h,v 1.6 1993/11/18 05:02:49 rgrimes Exp $
+ * scsi_all.h,v 1.7 1994/08/02 07:52:32 davidg Exp
*/
/*
diff --git a/sys/scsi/scsi_base.c b/sys/scsi/scsi_base.c
index 4e4b21f11fe9..02b333a42221 100644
--- a/sys/scsi/scsi_base.c
+++ b/sys/scsi/scsi_base.c
@@ -8,7 +8,7 @@
* file.
*
* Written by Julian Elischer (julian@dialix.oz.au)
- * $Id: scsi_base.c,v 1.14 1994/10/08 22:26:36 phk Exp $
+ * scsi_base.c,v 1.15 1994/11/15 14:49:56 bde Exp
*/
#define SPLSD splbio
diff --git a/sys/scsi/scsi_cd.h b/sys/scsi/scsi_cd.h
index 0a4759b8a718..ad894785ba0c 100644
--- a/sys/scsi/scsi_cd.h
+++ b/sys/scsi/scsi_cd.h
@@ -14,7 +14,7 @@
*
* Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992
*
- * $Id: scsi_cd.h,v 1.6 93/08/26 21:09:19 julian Exp Locker: julian $
+ * scsi_cd.h,v 1.6 1993/11/18 05:02:52 rgrimes Exp
*/
#ifndef _SCSI_SCSI_CD_H
#define _SCSI_SCSI_CD_H 1
diff --git a/sys/scsi/scsi_changer.h b/sys/scsi/scsi_changer.h
index 85819c8e63b1..98ffceeb4392 100644
--- a/sys/scsi/scsi_changer.h
+++ b/sys/scsi/scsi_changer.h
@@ -19,7 +19,7 @@
*
* Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992
*
- * $Id: scsi_changer.h,v 1.5 93/08/26 21:09:22 julian Exp Locker: julian $
+ * scsi_changer.h,v 1.6 1993/11/18 05:02:53 rgrimes Exp
*/
#ifndef _SCSI_SCSI_CHANGER_H
#define _SCSI_SCSI_CHANGER_H 1
diff --git a/sys/scsi/scsi_debug.h b/sys/scsi/scsi_debug.h
index 480ff146e57c..79baba8b75d4 100644
--- a/sys/scsi/scsi_debug.h
+++ b/sys/scsi/scsi_debug.h
@@ -2,7 +2,7 @@
/*
* Written by Julian Elischer (julian@tfs.com)
*
- * $Id: scsi_debug.h,v 1.3 93/10/10 09:26:05 julian Exp Locker: julian $
+ * scsi_debug.h,v 1.1 1993/11/18 05:02:54 rgrimes Exp
*/
#ifndef _SCSI_SCSI_DEBUG_H
#define _SCSI_SCSI_DEBUG_H 1
diff --git a/sys/scsi/scsi_disk.h b/sys/scsi/scsi_disk.h
index 60d0bcc477a5..0c5c634bb755 100644
--- a/sys/scsi/scsi_disk.h
+++ b/sys/scsi/scsi_disk.h
@@ -46,7 +46,7 @@
*
* Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992
*
- * $Id: scsi_disk.h,v 1.4 93/08/26 21:09:23 julian Exp Locker: julian $
+ * scsi_disk.h,v 1.6 1993/11/18 05:02:55 rgrimes Exp
*/
/*
diff --git a/sys/scsi/scsi_generic.h b/sys/scsi/scsi_generic.h
index 44f2bd11cfc9..d9db37561e23 100644
--- a/sys/scsi/scsi_generic.h
+++ b/sys/scsi/scsi_generic.h
@@ -33,7 +33,7 @@
* SUCH DAMAGE.
*
* from: @(#)stdio.h 5.17 (Berkeley) 6/3/91
- * $Id$
+ * scsi_generic.h,v 1.2 1993/10/16 17:21:05 rgrimes Exp
*/
/* generic SCSI header file. We use the same minor number format
diff --git a/sys/scsi/scsi_ioctl.c b/sys/scsi/scsi_ioctl.c
index 1228ec5c26b5..aac792159fff 100644
--- a/sys/scsi/scsi_ioctl.c
+++ b/sys/scsi/scsi_ioctl.c
@@ -5,7 +5,7 @@
* Berkeley style copyright.
*
*
- * $Id: scsi_ioctl.c,v 1.7 1994/08/02 07:52:33 davidg Exp $
+ * scsi_ioctl.c,v 1.8 1994/10/08 22:26:37 phk Exp
*/
#include <sys/param.h>
#include <sys/systm.h>
diff --git a/sys/scsi/scsi_tape.h b/sys/scsi/scsi_tape.h
index 37411368df3f..81a27fe4076a 100644
--- a/sys/scsi/scsi_tape.h
+++ b/sys/scsi/scsi_tape.h
@@ -21,7 +21,7 @@
/*
* Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992
*
- * $Id: scsi_tape.h,v 1.9 1994/09/28 20:16:42 se Exp $
+ * scsi_tape.h,v 1.10 1994/10/28 13:19:34 jkh Exp
*/
#ifndef SCSI_SCSI_TAPE_H
#define SCSI_SCSI_TAPE_H 1
diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c
index bd5776c68ba3..103983fdaad6 100644
--- a/sys/scsi/scsiconf.c
+++ b/sys/scsi/scsiconf.c
@@ -14,7 +14,7 @@
*
* Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992
*
- * $Id: scsiconf.c,v 1.14 1994/11/14 23:39:32 ats Exp $
+ * scsiconf.c,v 1.15 1994/11/17 23:22:22 ats Exp
*/
#include <sys/types.h>
diff --git a/sys/scsi/scsiconf.h b/sys/scsi/scsiconf.h
index eb3c3c4eae93..c29c3f9f6976 100644
--- a/sys/scsi/scsiconf.h
+++ b/sys/scsi/scsiconf.h
@@ -14,7 +14,7 @@
*
* Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992
*
- * $Id: scsiconf.h,v 1.13 1994/10/23 21:27:56 wollman Exp $
+ * scsiconf.h,v 1.14 1994/11/14 23:39:33 ats Exp
*/
#ifndef SCSI_SCSICONF_H
#define SCSI_SCSICONF_H 1
diff --git a/sys/scsi/sd.c b/sys/scsi/sd.c
index 4dbe09d56dff..7b64783cafba 100644
--- a/sys/scsi/sd.c
+++ b/sys/scsi/sd.c
@@ -14,7 +14,7 @@
*
* Ported to run under 386BSD by Julian Elischer (julian@dialix.oz.au) Sept 1992
*
- * $Id: sd.c,v 1.41 1994/11/07 20:09:35 joerg Exp $
+ * sd.c,v 1.42 1994/11/15 14:47:49 bde Exp
*/
#define SPLSD splbio
diff --git a/sys/scsi/st.c b/sys/scsi/st.c
index 24a330320d24..6dfc284459d8 100644
--- a/sys/scsi/st.c
+++ b/sys/scsi/st.c
@@ -12,7 +12,7 @@
* on the understanding that TFS is not responsible for the correct
* functioning of this software in any circumstances.
*
- * $Id: st.c,v 1.21 1994/10/23 21:27:59 wollman Exp $
+ * st.c,v 1.22 1994/10/28 13:19:36 jkh Exp
*/
/*
diff --git a/sys/scsi/uk.c b/sys/scsi/uk.c
index 06fa1d7e2722..e7dee454b8de 100644
--- a/sys/scsi/uk.c
+++ b/sys/scsi/uk.c
@@ -2,7 +2,7 @@
* Dummy driver for a device we can't identify.
* by Julian Elischer (julian@tfs.com)
*
- * $Id: uk.c,v 1.3 1993/12/19 00:55:01 wollman Exp $
+ * uk.c,v 1.4 1994/08/13 03:50:31 wollman Exp
*/
#include <sys/param.h>