Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/isa Swap wrong ordered halt_input and halt_output (s...



details:   https://anonhg.NetBSD.org/src/rev/e900662b5ec6
branches:  trunk
changeset: 449672:e900662b5ec6
user:      isaki <isaki%NetBSD.org@localhost>
date:      Sat Mar 16 04:36:19 2019 +0000

description:
Swap wrong ordered halt_input and halt_output (since rev1.1).
But I guess that it didn't lead a big impact.  Because hw_if->close
is called immediately after that in most cases.

diffstat:

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

diffs (28 lines):

diff -r cc5420ae007c -r e900662b5ec6 sys/dev/isa/aria.c
--- a/sys/dev/isa/aria.c        Sat Mar 16 04:31:25 2019 +0000
+++ b/sys/dev/isa/aria.c        Sat Mar 16 04:36:19 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: aria.c,v 1.37 2012/10/27 17:18:23 chs Exp $    */
+/*     $NetBSD: aria.c,v 1.38 2019/03/16 04:36:19 isaki Exp $  */
 
 /*-
  * Copyright (c) 1995, 1996, 1998 The NetBSD Foundation, Inc.
@@ -50,7 +50,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: aria.c,v 1.37 2012/10/27 17:18:23 chs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: aria.c,v 1.38 2019/03/16 04:36:19 isaki Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -212,8 +212,8 @@
        NULL,
        aria_start_output,
        aria_start_input,
+       aria_halt_output,
        aria_halt_input,
-       aria_halt_output,
        NULL,
        aria_getdev,
        NULL,



Home | Main Index | Thread Index | Old Index