diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-10-31 01:09:27 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-10-31 01:09:27 +0000 |
commit | 88d78dfb011d392df381d583347ba9efcb1dd2f9 (patch) | |
tree | b37524c27bd1986aeee8f2638614efdb7a646881 /sys/scsi | |
parent | d3679db18e84caee4da6f15fe00e4c39494dadf2 (diff) |
$OpenBSD RCSIDs + comment fix in sd.c
Diffstat (limited to 'sys/scsi')
-rw-r--r-- | sys/scsi/README | 1 | ||||
-rw-r--r-- | sys/scsi/cd.c | 1 | ||||
-rw-r--r-- | sys/scsi/files.scsi | 1 | ||||
-rw-r--r-- | sys/scsi/scsi_cd.h | 1 | ||||
-rw-r--r-- | sys/scsi/scsi_changer.h | 1 | ||||
-rw-r--r-- | sys/scsi/scsi_debug.h | 1 | ||||
-rw-r--r-- | sys/scsi/scsi_disk.h | 1 | ||||
-rw-r--r-- | sys/scsi/scsi_message.h | 2 | ||||
-rw-r--r-- | sys/scsi/scsi_tape.h | 1 | ||||
-rw-r--r-- | sys/scsi/scsiconf.h | 1 | ||||
-rw-r--r-- | sys/scsi/sd.c | 6 | ||||
-rw-r--r-- | sys/scsi/su.c | 1 |
12 files changed, 15 insertions, 3 deletions
diff --git a/sys/scsi/README b/sys/scsi/README index b0c51b69992..518132da090 100644 --- a/sys/scsi/README +++ b/sys/scsi/README @@ -1,3 +1,4 @@ +/* $OpenBSD: README,v 1.2 1996/10/31 01:09:19 niklas Exp $ */ /* $NetBSD: README,v 1.6 1995/06/02 14:04:36 mycroft Exp $ */ This release consists of the following files diff --git a/sys/scsi/cd.c b/sys/scsi/cd.c index 8661fe22cf1..cdd8d861b49 100644 --- a/sys/scsi/cd.c +++ b/sys/scsi/cd.c @@ -1,3 +1,4 @@ +/* $OpenBSD: cd.c,v 1.16 1996/10/31 01:09:20 niklas Exp $ */ /* $NetBSD: cd.c,v 1.92 1996/05/05 19:52:50 christos Exp $ */ /* diff --git a/sys/scsi/files.scsi b/sys/scsi/files.scsi index 25eed9ab51b..f5e11bc3120 100644 --- a/sys/scsi/files.scsi +++ b/sys/scsi/files.scsi @@ -1,3 +1,4 @@ +# $OpenBSD: files.scsi,v 1.5 1996/10/31 01:09:21 niklas Exp $ # $NetBSD: files.scsi,v 1.4 1996/05/16 04:01:08 mycroft Exp $ # # Config.new file and device description for machine-independent SCSI code. diff --git a/sys/scsi/scsi_cd.h b/sys/scsi/scsi_cd.h index 2135a4a6ce6..b4269c2db62 100644 --- a/sys/scsi/scsi_cd.h +++ b/sys/scsi/scsi_cd.h @@ -1,3 +1,4 @@ +/* $OpenBSD: scsi_cd.h,v 1.4 1996/10/31 01:09:21 niklas Exp $ */ /* $NetBSD: scsi_cd.h,v 1.6 1996/03/19 03:06:39 mycroft Exp $ */ /* diff --git a/sys/scsi/scsi_changer.h b/sys/scsi/scsi_changer.h index ef7c6146313..e4ca108285f 100644 --- a/sys/scsi/scsi_changer.h +++ b/sys/scsi/scsi_changer.h @@ -1,3 +1,4 @@ +/* $OpenBSD: scsi_changer.h,v 1.3 1996/10/31 01:09:22 niklas Exp $ */ /* $NetBSD: scsi_changer.h,v 1.7 1996/04/03 00:25:48 thorpej Exp $ */ /* diff --git a/sys/scsi/scsi_debug.h b/sys/scsi/scsi_debug.h index 67e109788a5..3252e364a2b 100644 --- a/sys/scsi/scsi_debug.h +++ b/sys/scsi/scsi_debug.h @@ -1,3 +1,4 @@ +/* $OpenBSD: scsi_debug.h,v 1.3 1996/10/31 01:09:22 niklas Exp $ */ /* $NetBSD: scsi_debug.h,v 1.5 1994/12/28 19:43:00 mycroft Exp $ */ /* diff --git a/sys/scsi/scsi_disk.h b/sys/scsi/scsi_disk.h index 9ebd2492492..614e40f83b3 100644 --- a/sys/scsi/scsi_disk.h +++ b/sys/scsi/scsi_disk.h @@ -1,3 +1,4 @@ +/* $OpenBSD: scsi_disk.h,v 1.5 1996/10/31 01:09:23 niklas Exp $ */ /* $NetBSD: scsi_disk.h,v 1.9 1996/03/19 03:07:02 mycroft Exp $ */ /* diff --git a/sys/scsi/scsi_message.h b/sys/scsi/scsi_message.h index 331a2d3ddea..fca8334657f 100644 --- a/sys/scsi/scsi_message.h +++ b/sys/scsi/scsi_message.h @@ -1,3 +1,5 @@ +/* $OpenBSD: scsi_message.h,v 1.2 1996/10/31 01:09:24 niklas Exp $ */ + /* Messages (1 byte) */ /* I/T (M)andatory or (O)ptional */ #define MSG_CMDCOMPLETE 0x00 /* M/M */ #define MSG_EXTENDED 0x01 /* O/O */ diff --git a/sys/scsi/scsi_tape.h b/sys/scsi/scsi_tape.h index 9e38bf2dc6c..3ac4bc1eb3b 100644 --- a/sys/scsi/scsi_tape.h +++ b/sys/scsi/scsi_tape.h @@ -1,3 +1,4 @@ +/* $OpenBSD: scsi_tape.h,v 1.5 1996/10/31 01:09:24 niklas Exp $ */ /* $NetBSD: scsi_tape.h,v 1.8 1996/03/19 03:07:36 mycroft Exp $ */ /* diff --git a/sys/scsi/scsiconf.h b/sys/scsi/scsiconf.h index 65e7b97f125..e6e6a01042a 100644 --- a/sys/scsi/scsiconf.h +++ b/sys/scsi/scsiconf.h @@ -1,3 +1,4 @@ +/* $OpenBSD: scsiconf.h,v 1.8 1996/10/31 01:09:25 niklas Exp $ */ /* $NetBSD: scsiconf.h,v 1.29 1996/03/19 03:07:50 mycroft Exp $ */ /* diff --git a/sys/scsi/sd.c b/sys/scsi/sd.c index 71361c38ed8..776a97779f4 100644 --- a/sys/scsi/sd.c +++ b/sys/scsi/sd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sd.c,v 1.18 1996/08/07 00:09:17 deraadt Exp $ */ +/* $OpenBSD: sd.c,v 1.19 1996/10/31 01:09:25 niklas Exp $ */ /* $NetBSD: sd.c,v 1.100.4.1 1996/06/04 23:14:08 thorpej Exp $ */ /* @@ -1103,7 +1103,7 @@ sddump(dev, blkno, va, size) sddoingadump = 0; return 0; } -#else /* __BDEVSW_DUMP_NEW_TYPE */ +#else /* __BDEVSW_DUMP_OLD_TYPE */ int sddump(dev, blkno, va, size) dev_t dev; @@ -1115,4 +1115,4 @@ sddump(dev, blkno, va, size) /* Not implemented. */ return ENXIO; } -#endif /* __BDEVSW_DUMP_NEW_TYPE */ +#endif /* __BDEVSW_DUMP_OLD_TYPE */ diff --git a/sys/scsi/su.c b/sys/scsi/su.c index dc2ec883202..f78e13f3c30 100644 --- a/sys/scsi/su.c +++ b/sys/scsi/su.c @@ -1,3 +1,4 @@ +/* $OpenBSD: su.c,v 1.2 1996/10/31 01:09:26 niklas Exp $ */ /* $NetBSD: su.c,v 1.2 1994/06/29 06:43:24 cgd Exp $ */ /* this will be a special user scsi device */ |