Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/scsipi Fix comment: xxstart() can also be called fro...



details:   https://anonhg.NetBSD.org/src/rev/dfd051a412a4
branches:  trunk
changeset: 569803:dfd051a412a4
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Mon Sep 06 20:38:14 2004 +0000

description:
Fix comment: xxstart() can also be called from xxrestart()

diffstat:

 sys/dev/scsipi/cd.c |  6 +++---
 sys/dev/scsipi/sd.c |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r 09665c0f78f9 -r dfd051a412a4 sys/dev/scsipi/cd.c
--- a/sys/dev/scsipi/cd.c       Mon Sep 06 19:08:47 2004 +0000
+++ b/sys/dev/scsipi/cd.c       Mon Sep 06 20:38:14 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cd.c,v 1.203 2004/08/27 20:37:28 bouyer Exp $  */
+/*     $NetBSD: cd.c,v 1.204 2004/09/06 20:38:14 bouyer Exp $  */
 
 /*-
  * Copyright (c) 1998, 2001, 2003 The NetBSD Foundation, Inc.
@@ -54,7 +54,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cd.c,v 1.203 2004/08/27 20:37:28 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cd.c,v 1.204 2004/09/06 20:38:14 bouyer Exp $");
 
 #include "rnd.h"
 
@@ -762,7 +762,7 @@
  * continues to be drained.
  *
  * must be called at the correct (highish) spl level
- * cdstart() is called at splbio from cdstrategy and scsipi_done
+ * cdstart() is called at splbio from cdstrategy, cdrestart and scsipi_done
  */
 static void 
 cdstart(struct scsipi_periph *periph)
diff -r 09665c0f78f9 -r dfd051a412a4 sys/dev/scsipi/sd.c
--- a/sys/dev/scsipi/sd.c       Mon Sep 06 19:08:47 2004 +0000
+++ b/sys/dev/scsipi/sd.c       Mon Sep 06 20:38:14 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sd.c,v 1.221 2004/08/27 20:37:28 bouyer Exp $  */
+/*     $NetBSD: sd.c,v 1.222 2004/09/06 20:38:14 bouyer Exp $  */
 
 /*-
  * Copyright (c) 1998, 2003 The NetBSD Foundation, Inc.
@@ -54,7 +54,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sd.c,v 1.221 2004/08/27 20:37:28 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sd.c,v 1.222 2004/09/06 20:38:14 bouyer Exp $");
 
 #include "opt_scsi.h"
 #include "rnd.h"
@@ -784,7 +784,7 @@
  * continues to be drained.
  *
  * must be called at the correct (highish) spl level
- * sdstart() is called at splbio from sdstrategy and scsipi_done
+ * sdstart() is called at splbio from sdstrategy, sdrestart and scsipi_done
  */
 static void
 sdstart(struct scsipi_periph *periph)



Home | Main Index | Thread Index | Old Index