Source-Changes-HG archive

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

[src/jdolecek-ncq]: src/sys/dev/ic forced commit to get into history - previo...



details:   https://anonhg.NetBSD.org/src/rev/ad15f96082a1
branches:  jdolecek-ncq
changeset: 822964:ad15f96082a1
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Wed Jul 19 20:24:59 2017 +0000

description:
forced commit to get into history - previous commit removed also
the siisata-specific downgrade of SATA channel speed on CRC, as it
doesn't really fit with error/state not being available after
c_intr(); as noted this handling should be in generic code, and
it's overly harsh to do this after single error anyway, particularly
since there is no way to get back

diffstat:

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

diffs (18 lines):

diff -r ade954f5b86d -r ad15f96082a1 sys/dev/ic/siisata.c
--- a/sys/dev/ic/siisata.c      Wed Jul 19 20:21:42 2017 +0000
+++ b/sys/dev/ic/siisata.c      Wed Jul 19 20:24:59 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: siisata.c,v 1.30.4.26 2017/07/19 20:02:40 jdolecek Exp $ */
+/* $NetBSD: siisata.c,v 1.30.4.27 2017/07/19 20:24:59 jdolecek Exp $ */
 
 /* from ahcisata_core.c */
 
@@ -79,7 +79,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: siisata.c,v 1.30.4.26 2017/07/19 20:02:40 jdolecek Exp $");
+__KERNEL_RCSID(0, "$NetBSD: siisata.c,v 1.30.4.27 2017/07/19 20:24:59 jdolecek Exp $");
 
 #include <sys/types.h>
 #include <sys/param.h>



Home | Main Index | Thread Index | Old Index