summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/scsi/scsi_base.c4
-rw-r--r--sys/scsi/scsiconf.c6
2 files changed, 5 insertions, 5 deletions
diff --git a/sys/scsi/scsi_base.c b/sys/scsi/scsi_base.c
index b6b254c2b55..b6127577e30 100644
--- a/sys/scsi/scsi_base.c
+++ b/sys/scsi/scsi_base.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: scsi_base.c,v 1.36 2002/05/22 01:04:06 art Exp $ */
+/* $OpenBSD: scsi_base.c,v 1.37 2002/09/04 23:11:10 tdeval Exp $ */
/* $NetBSD: scsi_base.c,v 1.43 1997/04/02 02:29:36 mycroft Exp $ */
/*
@@ -279,7 +279,7 @@ scsi_change_def(sc_link, flags)
}
/*
- * Do a scsi operation asking a device what it is
+ * Do a scsi operation asking a device what it is.
* Use the scsi_cmd routine in the switch table.
*/
int
diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c
index 99c3ffa7104..2973c5c299a 100644
--- a/sys/scsi/scsiconf.c
+++ b/sys/scsi/scsiconf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: scsiconf.c,v 1.68 2002/09/04 23:07:28 tdeval Exp $ */
+/* $OpenBSD: scsiconf.c,v 1.69 2002/09/04 23:11:10 tdeval Exp $ */
/* $NetBSD: scsiconf.c,v 1.57 1996/05/02 01:09:01 neil Exp $ */
/*
@@ -806,8 +806,8 @@ scsi_probedev(scsi, target, lun)
scsi_autoconf | SCSI_IGNORE_ILLEGAL_REQUEST | SCSI_IGNORE_NOT_READY | SCSI_IGNORE_MEDIA_CHANGE);
#ifdef SCSI_2_DEF
- /* some devices need to be told to go to SCSI2 */
- /* However some just explode if you tell them this.. leave it out */
+ /* Some devices need to be told to go to SCSI2. */
+ /* However some just explode if you tell them this... leave it out. */
scsi_change_def(sc_link, scsi_autoconf | SCSI_SILENT);
#endif /* SCSI_2_DEF */