Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/dev/usb pull up rev. 1.5:



details:   https://anonhg.NetBSD.org/src/rev/164b79d0d671
branches:  netbsd-1-5
changeset: 488988:164b79d0d671
user:      drochner <drochner%NetBSD.org@localhost>
date:      Wed Aug 09 08:27:48 2000 +0000

description:
pull up rev. 1.5:
fix interrupt priority botch

diffstat:

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

diffs (17 lines):

diff -r bc77297362f3 -r 164b79d0d671 sys/dev/usb/if_upl.c
--- a/sys/dev/usb/if_upl.c      Wed Aug 09 07:58:04 2000 +0000
+++ b/sys/dev/usb/if_upl.c      Wed Aug 09 08:27:48 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.4.2.1 2000/08/09 08:27:48 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