Source-Changes-HG archive

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

[src/jdolecek-ncq]: src/sys/dev/ata note to previous: the KASSERT() insisted ...



details:   https://anonhg.NetBSD.org/src/rev/ddea8daa3cf1
branches:  jdolecek-ncq
changeset: 823030:ddea8daa3cf1
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Sat Sep 23 14:53:26 2017 +0000

description:
note to previous: the KASSERT() insisted actually there is at most one
active xfer, which is false during NCQ error recovery

diffstat:

 sys/dev/ata/ata.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 87604f32ddd5 -r ddea8daa3cf1 sys/dev/ata/ata.c
--- a/sys/dev/ata/ata.c Sat Sep 23 13:13:19 2017 +0000
+++ b/sys/dev/ata/ata.c Sat Sep 23 14:53:26 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ata.c,v 1.132.8.35 2017/09/23 13:13:19 jdolecek Exp $  */
+/*     $NetBSD: ata.c,v 1.132.8.36 2017/09/23 14:53:26 jdolecek Exp $  */
 
 /*
  * Copyright (c) 1998, 2001 Manuel Bouyer.  All rights reserved.
@@ -25,7 +25,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ata.c,v 1.132.8.35 2017/09/23 13:13:19 jdolecek Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ata.c,v 1.132.8.36 2017/09/23 14:53:26 jdolecek Exp $");
 
 #include "opt_ata.h"
 



Home | Main Index | Thread Index | Old Index