summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1993-12-20 14:58:21 +0000
committerwollman <wollman@FreeBSD.org>1993-12-20 14:58:21 +0000
commit157051264a7c12f4ddce397d621403a4e46b0894 (patch)
tree675914f012a46360e3773babd79cd8bbc34fb4b5
parent0945afb843ee2f3cea9b158a05dc6686248fc36e (diff)
downloadFreeBSD-src-157051264a7c12f4ddce397d621403a4e46b0894.zip
FreeBSD-src-157051264a7c12f4ddce397d621403a4e46b0894.tar.gz
Separated netisrs for pkintr() (X.25) and hdintr() (HDLC) so that someone
can actually write a sane netif device to support one of these. Note that it was necessary to steal a netisr bit from another protocol; I took the one for PF_DATAKIT (no great loss).
-rw-r--r--sys/i386/isa/icu.s5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/i386/isa/icu.s b/sys/i386/isa/icu.s
index fd4f523..5af03e7 100644
--- a/sys/i386/isa/icu.s
+++ b/sys/i386/isa/icu.s
@@ -36,7 +36,7 @@
*
* @(#)icu.s 7.2 (Berkeley) 5/21/91
*
- * $Id: icu.s,v 1.5 1993/11/25 01:31:33 wollman Exp $
+ * $Id: icu.s,v 1.6 1993/12/19 00:50:35 wollman Exp $
*/
/*
@@ -212,7 +212,8 @@ none_to_unpend:
#endif /* ISO */
#ifdef CCITT
- DONET(NETISR_CCITT, _pkintr, 29)
+ DONET(NETISR_X25, _pkintr, 29)
+ DONET(NETISR_HDLC, _hdintr, 30)
#endif /* CCITT */
FASTSPL($0)
OpenPOWER on IntegriCloud