Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/newsmips/dev We don't need to handle the "cold" fla...



details:   https://anonhg.NetBSD.org/src/rev/af3cce690b69
branches:  trunk
changeset: 570030:af3cce690b69
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Sat Sep 18 02:21:33 2004 +0000

description:
We don't need to handle the "cold" flag here.

diffstat:

 sys/arch/newsmips/dev/sc_wrap.c |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (27 lines):

diff -r cb8d27e74030 -r af3cce690b69 sys/arch/newsmips/dev/sc_wrap.c
--- a/sys/arch/newsmips/dev/sc_wrap.c   Sat Sep 18 02:18:39 2004 +0000
+++ b/sys/arch/newsmips/dev/sc_wrap.c   Sat Sep 18 02:21:33 2004 +0000
@@ -1,11 +1,11 @@
-/*     $NetBSD: sc_wrap.c,v 1.25 2003/07/15 02:59:30 lukem Exp $       */
+/*     $NetBSD: sc_wrap.c,v 1.26 2004/09/18 02:21:33 mycroft Exp $     */
 
 /*
  * This driver is slow!  Need to rewrite.
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sc_wrap.c,v 1.25 2003/07/15 02:59:30 lukem Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sc_wrap.c,v 1.26 2004/09/18 02:21:33 mycroft Exp $");
 
 #include <sys/types.h>
 #include <sys/param.h>
@@ -298,9 +298,6 @@
        chan = periph->periph_target;
        flags = xs->xs_control;
 
-       if (cold)
-               flags |= XS_CTL_POLL;
-
        if (sc->inuse[chan]) {
                scb = scb->chain.tqe_next;
                goto start;



Home | Main Index | Thread Index | Old Index