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 3rd xfer interrupt argument fix change mis...



details:   https://anonhg.NetBSD.org/src/rev/a50c68c7c7b2
branches:  jdolecek-ncq
changeset: 822892:a50c68c7c7b2
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Sat Apr 22 13:40:50 2017 +0000

description:
3rd xfer interrupt argument fix change missed in previous.

diffstat:

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

diffs (27 lines):

diff -r 2ef7771496e4 -r a50c68c7c7b2 sys/dev/ic/siisata.c
--- a/sys/dev/ic/siisata.c      Sat Apr 22 13:19:28 2017 +0000
+++ b/sys/dev/ic/siisata.c      Sat Apr 22 13:40:50 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: siisata.c,v 1.30.4.6 2017/04/22 13:19:28 jakllsch Exp $ */
+/* $NetBSD: siisata.c,v 1.30.4.7 2017/04/22 13:40:50 jakllsch Exp $ */
 
 /* from ahcisata_core.c */
 
@@ -79,7 +79,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: siisata.c,v 1.30.4.6 2017/04/22 13:19:28 jakllsch Exp $");
+__KERNEL_RCSID(0, "$NetBSD: siisata.c,v 1.30.4.7 2017/04/22 13:40:50 jakllsch Exp $");
 
 #include <sys/types.h>
 #include <sys/param.h>
@@ -1054,7 +1054,7 @@
            (ata_bio->flags & ATA_READ) ? BUS_DMA_READ : BUS_DMA_WRITE)) {
                ata_bio->error = ERR_DMA;
                ata_bio->r_error = 0;
-               siisata_bio_complete(chp, xfer, slot);
+               siisata_bio_complete(chp, xfer, 0);
                return;
        }
 



Home | Main Index | Thread Index | Old Index