summaryrefslogtreecommitdiffstats
path: root/sys/scsi
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1993-10-16 17:21:10 +0000
committerrgrimes <rgrimes@FreeBSD.org>1993-10-16 17:21:10 +0000
commitb32101d5e67653f911867345244371749ec1c17f (patch)
treed5521064d5563913e69f478d5822e41fd7764be8 /sys/scsi
parent36dd77db351185b4f605831a096f78d019d254fe (diff)
downloadFreeBSD-src-b32101d5e67653f911867345244371749ec1c17f.zip
FreeBSD-src-b32101d5e67653f911867345244371749ec1c17f.tar.gz
Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, some
minor cleanup. Added $Id$ to files that did not have any version info, etc
Diffstat (limited to 'sys/scsi')
-rw-r--r--sys/scsi/README2
-rw-r--r--sys/scsi/scsi_generic.h8
-rw-r--r--sys/scsi/st.c14
3 files changed, 8 insertions, 16 deletions
diff --git a/sys/scsi/README b/sys/scsi/README
index b7062ea..fbd1e6e 100644
--- a/sys/scsi/README
+++ b/sys/scsi/README
@@ -205,3 +205,5 @@ Addition of code in the tape driver to recognise models of drive that
have particular problems so they can be handled specially.
many bug-fixes and cleanups.
+
+$Id$
diff --git a/sys/scsi/scsi_generic.h b/sys/scsi/scsi_generic.h
index 338aa51..44f2bd1 100644
--- a/sys/scsi/scsi_generic.h
+++ b/sys/scsi/scsi_generic.h
@@ -1,6 +1,3 @@
-#ifndef _SCSI_GENERIC_H_
-#define _SCSI_GENERIC_H_
-
/*
* Contributed by HD Associates (hd@world.std.com).
* Copyright (c) 1992, 1993 HD Associates
@@ -35,6 +32,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
+ * from: @(#)stdio.h 5.17 (Berkeley) 6/3/91
+ * $Id$
*/
/* generic SCSI header file. We use the same minor number format
@@ -50,6 +49,9 @@
* III is the SCSI ID (controller)
*/
+#ifndef _SCSI_GENERIC_H_
+#define _SCSI_GENERIC_H_
+
#define G_SCSI_FLAG(DEV) (((DEV) & 0xC0) >> 6)
#define G_SCSI_UNIT(DEV) G_SCSI_FLAG(DEV)
#define G_SCSI_LUN(DEV) (((DEV) & 0x38) >> 3)
diff --git a/sys/scsi/st.c b/sys/scsi/st.c
index 0b7dbf2..1466544 100644
--- a/sys/scsi/st.c
+++ b/sys/scsi/st.c
@@ -12,22 +12,10 @@
* on the understanding that TFS is not responsible for the correct
* functioning of this software in any circumstances.
*
- *
- * PATCHES MAGIC LEVEL PATCH THAT GOT US HERE
- * -------------------- ----- ----------------------
- * CURRENT PATCH LEVEL: 1 00098
- * -------------------- ----- ----------------------
- *
- * 16 Feb 93 Julian Elischer ADDED for SCSI system
- * 1.15 is the last verion to support MACH and OSF/1
- */
-/* $Revision: 1.9 $ */
-
-/*
* Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992
* major changes by Julian Elischer (julian@jules.dialix.oz.au) May 1993
*
- * $Id: st.c,v 1.9 1993/09/20 06:27:06 rgrimes Exp $
+ * $Id: st.c,v 1.10 1993/10/11 04:53:23 rgrimes Exp $
*/
OpenPOWER on IntegriCloud