defined IPL_BIO, IPL_NET and IPL_TTY for soon to be integrated PCMCIA code
This commit is contained in:
parent
49f79ab628
commit
921c6acc0e
@ -1,4 +1,4 @@
|
|||||||
/* $NetBSD: intr.h,v 1.8 1999/02/16 23:34:12 is Exp $ */
|
/* $NetBSD: intr.h,v 1.9 2000/01/15 15:04:21 aymeric Exp $ */
|
||||||
|
|
||||||
/*-
|
/*-
|
||||||
* Copyright (c) 1997 The NetBSD Foundation, Inc.
|
* Copyright (c) 1997 The NetBSD Foundation, Inc.
|
||||||
@ -52,6 +52,12 @@
|
|||||||
#define IPL_SOFTSERIAL 1
|
#define IPL_SOFTSERIAL 1
|
||||||
#define IPL_SOFTNET 1
|
#define IPL_SOFTNET 1
|
||||||
|
|
||||||
|
/* not used yet, should reflect psl.h */
|
||||||
|
#define IPL_BIO 3
|
||||||
|
#define IPL_NET 3
|
||||||
|
#define IPL_TTY 4
|
||||||
|
|
||||||
|
|
||||||
#ifdef splaudio
|
#ifdef splaudio
|
||||||
#undef splaudio
|
#undef splaudio
|
||||||
#define splaudio spl6
|
#define splaudio spl6
|
||||||
|
Loading…
Reference in New Issue
Block a user