diff options
author | rgrimes <rgrimes@FreeBSD.org> | 1993-09-06 16:12:05 +0000 |
---|---|---|
committer | rgrimes <rgrimes@FreeBSD.org> | 1993-09-06 16:12:05 +0000 |
commit | 5b02ffb82e27389564794926dd49ff899b563748 (patch) | |
tree | f84875480436902773e5d33a4d696abc6427252f /sys/amd64/isa/vector.s | |
parent | 778b28eab1de64ef16bb54292da5b330dc5da2b5 (diff) | |
download | FreeBSD-src-5b02ffb82e27389564794926dd49ff899b563748.zip FreeBSD-src-5b02ffb82e27389564794926dd49ff899b563748.tar.gz |
Removed patch kit header, added $Id$
Added support of DONET({IMP,NS,ISO}) so you can now compile with options
NS and ISO, still missing some IMP code, but since the imp is old and
gone I doubt this will ever be used.
Diffstat (limited to 'sys/amd64/isa/vector.s')
-rw-r--r-- | sys/amd64/isa/vector.s | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sys/amd64/isa/vector.s b/sys/amd64/isa/vector.s index e56a6b5..0a1dec9 100644 --- a/sys/amd64/isa/vector.s +++ b/sys/amd64/isa/vector.s @@ -339,7 +339,8 @@ _eintrnames: .asciz "netisr_ip" .asciz "netisr_imp" .asciz "netisr_ns" - .asciz "softclock" + .asciz "netisr_iso" + .asciz "softclock" /* 10 */ .asciz "trap" .asciz "doreti_exit2" .asciz "splbio" @@ -349,17 +350,16 @@ _eintrnames: .asciz "splnet" .asciz "splsoftclock" .asciz "spltty" - .asciz "spl0" + .asciz "spl0" /* 20 */ .asciz "netisr_raw2" .asciz "netisr_ip2" + .asciz "netisr_imp2" + .asciz "netisr_ns2" + .asciz "netisr_iso2" .asciz "splx" .asciz "splx!0" .asciz "unpend_V" - .asciz "spl25" /* spl25-spl31 are spares */ - .asciz "spl26" - .asciz "spl27" - .asciz "spl28" - .asciz "spl29" + .asciz "spl29" /* spl29-spl31 are spares */ .asciz "spl30" .asciz "spl31" /* |