From 76f52e07334b70e6ab0c3782d4e9b5a5e4b7a065 Mon Sep 17 00:00:00 2001 From: bouyer Date: Mon, 6 Sep 2004 20:38:14 +0000 Subject: [PATCH] Fix comment: xxstart() can also be called from xxrestart() --- sys/dev/scsipi/cd.c | 6 +++--- sys/dev/scsipi/sd.c | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sys/dev/scsipi/cd.c b/sys/dev/scsipi/cd.c index ad573f2a00f8..b3c9d2be5a69 100644 --- a/sys/dev/scsipi/cd.c +++ b/sys/dev/scsipi/cd.c @@ -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 -__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 @@ done: * 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 --git a/sys/dev/scsipi/sd.c b/sys/dev/scsipi/sd.c index 875db85a44ff..9e3e810c77b7 100644 --- a/sys/dev/scsipi/sd.c +++ b/sys/dev/scsipi/sd.c @@ -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 -__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 @@ done: * 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)