diff options
author | wollman <wollman@FreeBSD.org> | 1993-12-20 15:08:33 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1993-12-20 15:08:33 +0000 |
commit | a9706eecdfc288e0008eb461d254f9c0920661aa (patch) | |
tree | b858af0b8d4454092048b57d36ec310bf7d28231 /sys/amd64/isa | |
parent | 157051264a7c12f4ddce397d621403a4e46b0894 (diff) | |
download | FreeBSD-src-a9706eecdfc288e0008eb461d254f9c0920661aa.zip FreeBSD-src-a9706eecdfc288e0008eb461d254f9c0920661aa.tar.gz |
Document use of counters 29 and 30 for CCITT netisrs.
Diffstat (limited to 'sys/amd64/isa')
-rw-r--r-- | sys/amd64/isa/vector.S | 6 | ||||
-rw-r--r-- | sys/amd64/isa/vector.s | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/amd64/isa/vector.S b/sys/amd64/isa/vector.S index aa40fd5..4a19846 100644 --- a/sys/amd64/isa/vector.S +++ b/sys/amd64/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 diff --git a/sys/amd64/isa/vector.s b/sys/amd64/isa/vector.s index aa40fd5..4a19846 100644 --- a/sys/amd64/isa/vector.s +++ b/sys/amd64/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 |