Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hp300/dev In apciparam() in the ospeed == 0 case, a...



details:   https://anonhg.NetBSD.org/src/rev/f7291f58749b
branches:  trunk
changeset: 476261:f7291f58749b
user:      bad <bad%NetBSD.org@localhost>
date:      Fri Sep 10 22:49:33 1999 +0000

description:
In apciparam() in the ospeed == 0 case, actually set the cfcr to the new
value.

diffstat:

 sys/arch/hp300/dev/apci.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 22724804497b -r f7291f58749b sys/arch/hp300/dev/apci.c
--- a/sys/arch/hp300/dev/apci.c Fri Sep 10 19:56:51 1999 +0000
+++ b/sys/arch/hp300/dev/apci.c Fri Sep 10 22:49:33 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: apci.c,v 1.6 1999/08/01 21:30:21 thorpej Exp $ */
+/*     $NetBSD: apci.c,v 1.7 1999/09/10 22:49:33 bad Exp $     */
 
 /*-
  * Copyright (c) 1996, 1997, 1999 The NetBSD Foundation, Inc.
@@ -709,7 +709,7 @@
                apci->ap_ier = (ospeed >> 8) & 0xff;
                apci->ap_cfcr = cfcr;
        } else
-               apci->ap_cfcr;
+               apci->ap_cfcr = cfcr;
 
        /* and copy to tty */
        tp->t_ispeed = t->c_ispeed;



Home | Main Index | Thread Index | Old Index