From b32101d5e67653f911867345244371749ec1c17f Mon Sep 17 00:00:00 2001 From: rgrimes Date: Sat, 16 Oct 1993 17:21:10 +0000 Subject: 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 --- sys/scsi/README | 2 ++ sys/scsi/scsi_generic.h | 8 +++++--- sys/scsi/st.c | 14 +------------- 3 files changed, 8 insertions(+), 16 deletions(-) (limited to 'sys/scsi') 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 $ */ -- cgit v1.1