Source-Changes-HG archive

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

[src-draft/trunk]: src/sys/dev/pci Stop hw before init.



details:   https://anonhg.NetBSD.org/src-all/rev/eb2bb297dd63
branches:  trunk
changeset: 949985:eb2bb297dd63
user:      Nathanial Sloss <nat%netbsd.org@localhost>
date:      Wed Jul 01 12:29:29 2020 +1000

description:
Stop hw before init.

diffstat:

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

diffs (12 lines):

diff -r 594d6511aac2 -r eb2bb297dd63 sys/dev/pci/if_iwn.c
--- a/sys/dev/pci/if_iwn.c      Wed Jul 01 12:28:56 2020 +1000
+++ b/sys/dev/pci/if_iwn.c      Wed Jul 01 12:29:29 2020 +1000
@@ -3771,7 +3771,7 @@
                error = 0;
                if ((ifp->if_flags & (IFF_UP | IFF_RUNNING)) ==
                    (IFF_UP | IFF_RUNNING)) {
-//                     iwn_stop(ifp, 0);
+                       iwn_stop(ifp, 0);
                        iwn_init(ifp);
                }
                error = 0;



Home | Main Index | Thread Index | Old Index