Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amiga/include add IPL_SERIAL to enable PCMCIA com* ...



details:   https://anonhg.NetBSD.org/src/rev/be7a66d2a89f
branches:  trunk
changeset: 481135:be7a66d2a89f
user:      aymeric <aymeric%NetBSD.org@localhost>
date:      Sun Jan 23 21:04:22 2000 +0000

description:
add IPL_SERIAL to enable PCMCIA com* compilation

diffstat:

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

diffs (17 lines):

diff -r 39641ad8b70b -r be7a66d2a89f sys/arch/amiga/include/intr.h
--- a/sys/arch/amiga/include/intr.h     Sun Jan 23 21:02:17 2000 +0000
+++ b/sys/arch/amiga/include/intr.h     Sun Jan 23 21:04:22 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: intr.h,v 1.9 2000/01/15 15:04:21 aymeric Exp $ */
+/*     $NetBSD: intr.h,v 1.10 2000/01/23 21:04:22 aymeric Exp $        */
 
 /*-
  * Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -55,6 +55,7 @@
 /* not used yet, should reflect psl.h */
 #define IPL_BIO                3
 #define IPL_NET                3
+#define IPL_SERIAL     4
 #define IPL_TTY                4
 
 



Home | Main Index | Thread Index | Old Index