diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1995-06-10 19:44:55 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1995-06-10 19:44:55 +0000 |
| commit | fbe312c9f723b704a542825383058d1a2eb63f94 (patch) | |
| tree | 75a1eed171f3429a80cbd90080a43f6c28efc318 /sys/scsi | |
| parent | 6231be0ccfe7ad37d0831269e4499b6be61ea6ba (diff) | |
Diffstat (limited to 'sys/scsi')
| -rw-r--r-- | sys/scsi/cd.c | 2 | ||||
| -rw-r--r-- | sys/scsi/ch.c | 2 | ||||
| -rw-r--r-- | sys/scsi/pt.c | 2 | ||||
| -rw-r--r-- | sys/scsi/scsi_all.h | 2 | ||||
| -rw-r--r-- | sys/scsi/scsi_base.c | 2 | ||||
| -rw-r--r-- | sys/scsi/scsi_cd.h | 2 | ||||
| -rw-r--r-- | sys/scsi/scsi_changer.h | 2 | ||||
| -rw-r--r-- | sys/scsi/scsi_debug.h | 2 | ||||
| -rw-r--r-- | sys/scsi/scsi_disk.h | 2 | ||||
| -rw-r--r-- | sys/scsi/scsi_driver.c | 2 | ||||
| -rw-r--r-- | sys/scsi/scsi_driver.h | 2 | ||||
| -rw-r--r-- | sys/scsi/scsi_generic.h | 2 | ||||
| -rw-r--r-- | sys/scsi/scsi_ioctl.c | 2 | ||||
| -rw-r--r-- | sys/scsi/scsi_tape.h | 2 | ||||
| -rw-r--r-- | sys/scsi/scsiconf.c | 2 | ||||
| -rw-r--r-- | sys/scsi/scsiconf.h | 2 | ||||
| -rw-r--r-- | sys/scsi/sctarg.c | 2 | ||||
| -rw-r--r-- | sys/scsi/sd.c | 2 | ||||
| -rw-r--r-- | sys/scsi/ssc.c | 2 | ||||
| -rw-r--r-- | sys/scsi/st.c | 2 | ||||
| -rw-r--r-- | sys/scsi/su.c | 2 | ||||
| -rw-r--r-- | sys/scsi/uk.c | 2 | ||||
| -rw-r--r-- | sys/scsi/worm.c | 2 |
23 files changed, 23 insertions, 23 deletions
diff --git a/sys/scsi/cd.c b/sys/scsi/cd.c index 550b5da88ab7..9fecab61a093 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.40 1995/05/03 18:09:06 dufault Exp $ + * cd.c,v 1.41 1995/05/30 08:13:20 rgrimes Exp */ #define SPLCD splbio diff --git a/sys/scsi/ch.c b/sys/scsi/ch.c index a7c36d9efa5a..f60642570093 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.20 1995/05/11 19:26:46 rgrimes Exp $ + * ch.c,v 1.21 1995/05/30 08:13:22 rgrimes Exp */ #include <sys/types.h> diff --git a/sys/scsi/pt.c b/sys/scsi/pt.c index 2d1a10b62336..af4cb9366813 100644 --- a/sys/scsi/pt.c +++ b/sys/scsi/pt.c @@ -37,7 +37,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: pt.c,v 1.4 1995/05/03 18:09:09 dufault Exp $ + * pt.c,v 1.5 1995/05/30 08:13:23 rgrimes Exp */ /* diff --git a/sys/scsi/scsi_all.h b/sys/scsi/scsi_all.h index 8da591e74323..6205c3d7afce 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.12 1995/04/14 15:10:29 dufault Exp $ + * scsi_all.h,v 1.13 1995/05/30 08:13:25 rgrimes Exp */ /* diff --git a/sys/scsi/scsi_base.c b/sys/scsi/scsi_base.c index 487173ae1ff0..0b500f2b2b06 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.28 1995/04/23 22:07:50 gibbs Exp $ + * scsi_base.c,v 1.29 1995/05/30 08:13:27 rgrimes Exp */ #define SPLSD splbio diff --git a/sys/scsi/scsi_cd.h b/sys/scsi/scsi_cd.h index 7b8f63ccec0f..e55296cd8662 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 1993/11/18 05:02:52 rgrimes Exp $ + * scsi_cd.h,v 1.7 1995/05/30 08:13:29 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 d7d628af756e..9231b07b9d1a 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.6 1993/11/18 05:02:53 rgrimes Exp $ + * scsi_changer.h,v 1.7 1995/05/30 08:13:30 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 578cd43412d8..f3dc76f9d80b 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.1 1993/11/18 05:02:54 rgrimes Exp $ + * scsi_debug.h,v 1.2 1995/05/30 08:13:32 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 ecac2a47d926..b2fde3228c06 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.7 1995/01/08 15:13:40 ats Exp $ + * scsi_disk.h,v 1.8 1995/05/30 08:13:35 rgrimes Exp */ /* diff --git a/sys/scsi/scsi_driver.c b/sys/scsi/scsi_driver.c index 23370a95558d..4689a5335500 100644 --- a/sys/scsi/scsi_driver.c +++ b/sys/scsi/scsi_driver.c @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: scsi_driver.c,v 1.9 1995/05/03 18:09:11 dufault Exp $ + * scsi_driver.c,v 1.10 1995/05/30 08:13:37 rgrimes Exp * */ #include <sys/types.h> diff --git a/sys/scsi/scsi_driver.h b/sys/scsi/scsi_driver.h index ec2e1c8243e5..1721d37c7cd9 100644 --- a/sys/scsi/scsi_driver.h +++ b/sys/scsi/scsi_driver.h @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: scsi_driver.h,v 1.3 1995/04/14 15:10:34 dufault Exp $ + * scsi_driver.h,v 1.4 1995/05/30 08:13:39 rgrimes Exp * */ #ifndef _SCSI__DRIVER_H_ diff --git a/sys/scsi/scsi_generic.h b/sys/scsi/scsi_generic.h index e1a3d883ff5d..4331c4638314 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.3 1995/01/08 13:38:31 dufault Exp $ + * scsi_generic.h,v 1.4 1995/05/30 08:13:40 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 94713076badd..60432129fb98 100644 --- a/sys/scsi/scsi_ioctl.c +++ b/sys/scsi/scsi_ioctl.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. *End copyright * - * $Id: scsi_ioctl.c,v 1.15 1995/05/09 02:38:15 dyson Exp $ + * scsi_ioctl.c,v 1.16 1995/05/30 08:13:42 rgrimes Exp * * */ diff --git a/sys/scsi/scsi_tape.h b/sys/scsi/scsi_tape.h index 0e184d18238f..2ce92d94723c 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.12 1995/04/29 21:30:26 joerg Exp $ + * scsi_tape.h,v 1.13 1995/05/30 08:13:43 rgrimes 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 d1771f89c815..70db3b89737a 100644 --- a/sys/scsi/scsiconf.c +++ b/sys/scsi/scsiconf.c @@ -16,7 +16,7 @@ * * New configuration setup: dufault@hda.com * - * $Id: scsiconf.c,v 1.29 1995/05/03 18:09:13 dufault Exp $ + * scsiconf.c,v 1.30 1995/05/30 08:13:45 rgrimes Exp */ #include <sys/types.h> diff --git a/sys/scsi/scsiconf.h b/sys/scsi/scsiconf.h index 53574cd06268..159ee96a7d01 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.25 1995/05/03 18:09:14 dufault Exp $ + * scsiconf.h,v 1.26 1995/05/30 08:13:47 rgrimes Exp */ #ifndef SCSI_SCSICONF_H #define SCSI_SCSICONF_H 1 diff --git a/sys/scsi/sctarg.c b/sys/scsi/sctarg.c index 2e433acecacd..3abc2f009dc8 100644 --- a/sys/scsi/sctarg.c +++ b/sys/scsi/sctarg.c @@ -37,7 +37,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: sctarg.c,v 1.2 1995/05/03 18:09:15 dufault Exp $ + * sctarg.c,v 1.3 1995/05/30 08:13:49 rgrimes Exp */ /* diff --git a/sys/scsi/sd.c b/sys/scsi/sd.c index 1ae8533701bc..b9452c44973e 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.64 1995/05/08 16:53:33 bde Exp $ + * sd.c,v 1.65 1995/05/30 08:13:51 rgrimes Exp */ #define SPLSD splbio diff --git a/sys/scsi/ssc.c b/sys/scsi/ssc.c index df7fbb680047..849e32b8b272 100644 --- a/sys/scsi/ssc.c +++ b/sys/scsi/ssc.c @@ -49,7 +49,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. *End copyright - * $Id: ssc.c,v 1.2 1995/01/08 15:56:09 dufault Exp $ + * ssc.c,v 1.3 1995/05/03 18:09:18 dufault Exp */ #include <sys/types.h> diff --git a/sys/scsi/st.c b/sys/scsi/st.c index 4320f56180ef..9229c2c33040 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.35 1995/05/03 18:09:19 dufault Exp $ + * st.c,v 1.36 1995/05/30 08:13:54 rgrimes Exp */ /* diff --git a/sys/scsi/su.c b/sys/scsi/su.c index dd73c2b7f2fb..a1f1837aec98 100644 --- a/sys/scsi/su.c +++ b/sys/scsi/su.c @@ -44,7 +44,7 @@ * SUCH DAMAGE. *End copyright * - * $Id: su.c,v 1.4 1995/03/04 20:51:07 dufault Exp $ + * su.c,v 1.5 1995/05/03 18:09:20 dufault Exp * * Tabstops 4 */ diff --git a/sys/scsi/uk.c b/sys/scsi/uk.c index 0518612feb08..a2c2ef7e9e5c 100644 --- a/sys/scsi/uk.c +++ b/sys/scsi/uk.c @@ -2,7 +2,7 @@ * Driver for a device we can't identify. * by Julian Elischer (julian@tfs.com) * - * $Id: uk.c,v 1.8 1995/03/04 20:51:08 dufault Exp $ + * uk.c,v 1.9 1995/05/30 08:13:56 rgrimes Exp * * If you find that you are adding any code to this file look closely * at putting it in "scsi_driver.c" instead. diff --git a/sys/scsi/worm.c b/sys/scsi/worm.c index 9f5375d1f5eb..fe442cada2e4 100644 --- a/sys/scsi/worm.c +++ b/sys/scsi/worm.c @@ -37,7 +37,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: worm.c,v 1.6 1995/05/03 23:53:32 dufault Exp $ + * worm.c,v 1.7 1995/05/30 08:13:58 rgrimes Exp */ /* XXX This is PRELIMINARY. |
