Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb fix interrupt priority botch



details:   https://anonhg.NetBSD.org/src/rev/053eb26f9ac0
branches:  trunk
changeset: 495843:053eb26f9ac0
user:      drochner <drochner%NetBSD.org@localhost>
date:      Mon Aug 07 17:34:41 2000 +0000

description:
fix interrupt priority botch

diffstat:

 sys/dev/usb/if_upl.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 998c363c4e81 -r 053eb26f9ac0 sys/dev/usb/if_upl.c
--- a/sys/dev/usb/if_upl.c      Mon Aug 07 16:35:33 2000 +0000
+++ b/sys/dev/usb/if_upl.c      Mon Aug 07 17:34:41 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_upl.c,v 1.4 2000/06/01 14:28:58 augustss Exp $      */
+/*     $NetBSD: if_upl.c,v 1.5 2000/08/07 17:34:41 drochner Exp $      */
 /*
  * Copyright (c) 2000 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -1064,6 +1064,7 @@
        schednetisr(NETISR_IP);
        inq = &ipintrq;
 
+       s = splimp();
        if (IF_QFULL(inq)) {
                IF_DROP(inq);
                splx(s);



Home | Main Index | Thread Index | Old Index