add comment about "missing" dk_start.
This commit is contained in:
parent
947ba5cabb
commit
f572c6cbcd
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: cd.c,v 1.335 2016/12/10 21:17:12 mlelstv Exp $ */
|
||||
/* $NetBSD: cd.c,v 1.336 2016/12/16 14:58:53 mlelstv Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1998, 2001, 2003, 2004, 2005, 2008 The NetBSD Foundation,
|
||||
|
@ -50,7 +50,7 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: cd.c,v 1.335 2016/12/10 21:17:12 mlelstv Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: cd.c,v 1.336 2016/12/16 14:58:53 mlelstv Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
|
@ -920,6 +920,7 @@ cddone(struct scsipi_xfer *xs, int error)
|
|||
}
|
||||
|
||||
dk_done(dksc, bp);
|
||||
/* dk_start is called from scsipi_complete */
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: sd.c,v 1.320 2016/12/10 10:26:38 mlelstv Exp $ */
|
||||
/* $NetBSD: sd.c,v 1.321 2016/12/16 14:58:53 mlelstv Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1998, 2003, 2004 The NetBSD Foundation, Inc.
|
||||
|
@ -47,7 +47,7 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: sd.c,v 1.320 2016/12/10 10:26:38 mlelstv Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: sd.c,v 1.321 2016/12/16 14:58:53 mlelstv Exp $");
|
||||
|
||||
#ifdef _KERNEL_OPT
|
||||
#include "opt_scsi.h"
|
||||
|
@ -831,6 +831,7 @@ sddone(struct scsipi_xfer *xs, int error)
|
|||
}
|
||||
|
||||
dk_done(dksc, bp);
|
||||
/* dk_start is called from scsipi_complete */
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue