From: briggs Date: Sun, 14 Jan 1996 20:51:08 +0000 (+0000) Subject: sync w/ netbsd: splzs -> spl4 from splhigh. Remove bogus DEBUG. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=0d954cbd3c75aede3442d642aad3589fad4a8c46;p=openbsd sync w/ netbsd: splzs -> spl4 from splhigh. Remove bogus DEBUG. --- diff --git a/sys/arch/mac68k/dev/ser.c b/sys/arch/mac68k/dev/ser.c index 7dcf38bd686..ba565105d6f 100644 --- a/sys/arch/mac68k/dev/ser.c +++ b/sys/arch/mac68k/dev/ser.c @@ -1,4 +1,4 @@ -/* $NetBSD: ser.c,v 1.32 1995/12/13 14:30:29 briggs Exp $ */ +/* $NetBSD: ser.c,v 1.34 1996/01/12 04:16:25 briggs Exp $ */ /* * Copyright (c) 1994 Gordon W. Ross @@ -103,7 +103,7 @@ #undef ZS_DELAY() #define ZS_DELAY() #define mon_printf printf -#define splzs splhigh +#define splzs spl4 #define isr_soft_clear(x) #define isr_soft_request(x) setsoftserial() #define isr_add_autovect(x, y, z) @@ -120,8 +120,6 @@ #define zsstart serstart #define zsstop serstop #define zstty sertty -#define DEBUG -#undef DEBUG #define ZSMAJOR 12 /* XXX */