Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mvme68k/include Define `splzs()' to be `splserial()...



details:   https://anonhg.NetBSD.org/src/rev/514c42b0ac75
branches:  trunk
changeset: 500348:514c42b0ac75
user:      scw <scw%NetBSD.org@localhost>
date:      Sun Dec 10 18:00:24 2000 +0000

description:
Define `splzs()' to be `splserial()' instead of `spl4()', which was
wrong anyway since it blindly set SPL to 4 regardless of the prevailing
level.

diffstat:

 sys/arch/mvme68k/include/z8530var.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 4905404ca6e4 -r 514c42b0ac75 sys/arch/mvme68k/include/z8530var.h
--- a/sys/arch/mvme68k/include/z8530var.h       Sun Dec 10 17:34:25 2000 +0000
+++ b/sys/arch/mvme68k/include/z8530var.h       Sun Dec 10 18:00:24 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: z8530var.h,v 1.5 2000/07/20 20:40:34 scw Exp $ */
+/*     $NetBSD: z8530var.h,v 1.6 2000/12/10 18:00:24 scw Exp $ */
 
 /*
  * Copyright (c) 1994 Gordon W. Ross
@@ -72,5 +72,5 @@
 void  zs_write_data __P((struct zs_chanstate *cs, u_char val));
 
 /* Interrupt priority for the SCC chip; needs to match ZSHARD_PRI. */
-#define splzs()                spl4()
+#define splzs()                splserial()
 



Home | Main Index | Thread Index | Old Index