summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/vector.s
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1993-12-20 15:08:33 +0000
committerwollman <wollman@FreeBSD.org>1993-12-20 15:08:33 +0000
commita9706eecdfc288e0008eb461d254f9c0920661aa (patch)
treeb858af0b8d4454092048b57d36ec310bf7d28231 /sys/i386/isa/vector.s
parent157051264a7c12f4ddce397d621403a4e46b0894 (diff)
downloadFreeBSD-src-a9706eecdfc288e0008eb461d254f9c0920661aa.zip
FreeBSD-src-a9706eecdfc288e0008eb461d254f9c0920661aa.tar.gz
Document use of counters 29 and 30 for CCITT netisrs.
Diffstat (limited to 'sys/i386/isa/vector.s')
-rw-r--r--sys/i386/isa/vector.s6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/i386/isa/vector.s b/sys/i386/isa/vector.s
index aa40fd5..4a19846 100644
--- a/sys/i386/isa/vector.s
+++ b/sys/i386/isa/vector.s
@@ -1,6 +1,6 @@
/*
* from: vector.s, 386BSD 0.1 unknown origin
- * $Id$
+ * $Id: vector.s,v 1.4 1993/10/16 13:46:28 rgrimes Exp $
*/
#include "i386/isa/icu.h"
@@ -351,8 +351,8 @@ _eintrnames:
.asciz "splx"
.asciz "splx!0"
.asciz "unpend_V"
- .asciz "spl29" /* spl29-spl31 are spares */
- .asciz "spl30"
+ .asciz "netisr_x25"
+ .asciz "netisr_hdlc"
.asciz "spl31"
/*
* now the mask names
OpenPOWER on IntegriCloud