diff options
author | dg <dg@FreeBSD.org> | 1994-08-02 07:55:43 +0000 |
---|---|---|
committer | dg <dg@FreeBSD.org> | 1994-08-02 07:55:43 +0000 |
commit | 8d205697aac53476badf354623abd4e1c7bc5aff (patch) | |
tree | 9ea7ac3fc9f929d5b95f3f2de7f4dcac70ff517b /sys/scsi | |
parent | cc4d7327705f7251f7c6a43b544f8506abaedd47 (diff) | |
download | FreeBSD-src-8d205697aac53476badf354623abd4e1c7bc5aff.zip FreeBSD-src-8d205697aac53476badf354623abd4e1c7bc5aff.tar.gz |
Added $Id$
Diffstat (limited to 'sys/scsi')
-rw-r--r-- | sys/scsi/scsi_all.h | 10 | ||||
-rw-r--r-- | sys/scsi/scsi_ioctl.c | 1 | ||||
-rw-r--r-- | sys/scsi/st.c | 12 |
3 files changed, 7 insertions, 16 deletions
diff --git a/sys/scsi/scsi_all.h b/sys/scsi/scsi_all.h index 2e7bdcf..ad05f0f 100644 --- a/sys/scsi/scsi_all.h +++ b/sys/scsi/scsi_all.h @@ -1,8 +1,4 @@ /* - * SCSI general interface description - */ - -/* * Largely written by Julian Elischer (julian@tfs.com) * for TRW Financial Systems. * @@ -18,7 +14,11 @@ * * Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992 * - * $Id: scsi_all.h,v 2.0 93/10/06 21:10:28 julian Exp Locker: julian $ + * $Id: scsi_all.h,v 1.6 1993/11/18 05:02:49 rgrimes Exp $ + */ + +/* + * SCSI general interface description */ #ifndef _SCSI_SCSI_ALL_H diff --git a/sys/scsi/scsi_ioctl.c b/sys/scsi/scsi_ioctl.c index d35ad2d..0cc137a 100644 --- a/sys/scsi/scsi_ioctl.c +++ b/sys/scsi/scsi_ioctl.c @@ -5,6 +5,7 @@ * Berkeley style copyright. * * + * $Id$ */ #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/scsi/st.c b/sys/scsi/st.c index b72cb76..65a3109 100644 --- a/sys/scsi/st.c +++ b/sys/scsi/st.c @@ -12,22 +12,12 @@ * 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 version to support MACH and OSF/1 + * $Id$ */ -/* $Revision: 1.15 $ */ /* * 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.15 1994/01/29 10:30:41 rgrimes Exp $ */ /* |