Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/qbus splimp -> splnet



details:   https://anonhg.NetBSD.org/src/rev/0c17b4234cf6
branches:  trunk
changeset: 508524:0c17b4234cf6
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Thu Apr 12 20:04:24 2001 +0000

description:
splimp -> splnet

diffstat:

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

diffs (27 lines):

diff -r c23e10cead39 -r 0c17b4234cf6 sys/dev/qbus/if_qe.c
--- a/sys/dev/qbus/if_qe.c      Thu Apr 12 20:03:35 2001 +0000
+++ b/sys/dev/qbus/if_qe.c      Thu Apr 12 20:04:24 2001 +0000
@@ -1,4 +1,4 @@
-/*      $NetBSD: if_qe.c,v 1.46 2001/02/25 13:51:11 ragge Exp $ */
+/*      $NetBSD: if_qe.c,v 1.47 2001/04/12 20:04:24 thorpej Exp $ */
 /*
  * Copyright (c) 1999 Ludd, University of Lule}, Sweden. All rights reserved.
  *
@@ -473,7 +473,7 @@
        if ((QE_RCSR(QE_CSR_CSR) & QE_RCV_ENABLE) == 0)
                return;
 
-       s = splimp();
+       s = splnet();
        while (sc->sc_inq < (TXDESCS - 1)) {
 
                if (sc->sc_setup) {
@@ -784,7 +784,7 @@
        u_int8_t *enaddr = LLADDR(ifp->if_sadl);
        int i, j, k, idx, s;
 
-       s = splimp();
+       s = splnet();
        if (sc->sc_inq == (TXDESCS - 1)) {
                sc->sc_setup = 1;
                splx(s);



Home | Main Index | Thread Index | Old Index