Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mipsco/include spllpt() for ISA Bus printer support



details:   https://anonhg.NetBSD.org/src/rev/117b2960980b
branches:  trunk
changeset: 514960:117b2960980b
user:      wdk <wdk%NetBSD.org@localhost>
date:      Sat Sep 15 00:46:13 2001 +0000

description:
spllpt() for ISA Bus printer support

diffstat:

 sys/arch/mipsco/include/intr.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 3b504412070d -r 117b2960980b sys/arch/mipsco/include/intr.h
--- a/sys/arch/mipsco/include/intr.h    Sat Sep 15 00:24:59 2001 +0000
+++ b/sys/arch/mipsco/include/intr.h    Sat Sep 15 00:46:13 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: intr.h,v 1.7 2001/04/13 23:30:01 thorpej Exp $ */
+/*     $NetBSD: intr.h,v 1.8 2001/09/15 00:46:13 wdk Exp $     */
 
 /*
  * Copyright (c) 1998 Jonathan Stone.  All rights reserved.
@@ -134,6 +134,7 @@
 #define        splsched()      splhigh()
 #define        spllock()       splhigh()
 #define splserial()    spltty()
+#define spllpt()       spltty()
 
 #define splsoftclock() _splraise(MIPS_INT_MASK_SPL_SOFT0)
 #define splsoft()      _splraise(MIPS_INT_MASK_SPL_SOFT1)



Home | Main Index | Thread Index | Old Index