summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/apic_vector.s
diff options
context:
space:
mode:
authorgibbs <gibbs@FreeBSD.org>1997-09-21 21:41:49 +0000
committergibbs <gibbs@FreeBSD.org>1997-09-21 21:41:49 +0000
commite1b0aaaa7646122022e6179a0b6406809f2126b8 (patch)
tree453c2e0b2fbd7526c2bfa12a66b852f740856480 /sys/i386/isa/apic_vector.s
parentdc043d9d0aa92d02293099dc6adcabe0e6c972cb (diff)
downloadFreeBSD-src-e1b0aaaa7646122022e6179a0b6406809f2126b8.zip
FreeBSD-src-e1b0aaaa7646122022e6179a0b6406809f2126b8.tar.gz
aha1542.c aic6360.c cy.c fd.c ft.c
if_ie.c if_wl.c if_zp.c isa.c isa_device.h labpc.c mcd.c ncr5380.c scd.c seagate.c si.c sio.c tw.c ultra14f.c wcd.c wd.c: Update for changes in the callout interface. apic_vector.s icu_vector.s ipl.s ipl_funcs.c: Add CAM software/hardware interrupt support.
Diffstat (limited to 'sys/i386/isa/apic_vector.s')
-rw-r--r--sys/i386/isa/apic_vector.s11
1 files changed, 7 insertions, 4 deletions
diff --git a/sys/i386/isa/apic_vector.s b/sys/i386/isa/apic_vector.s
index f460bd8..002a8b8 100644
--- a/sys/i386/isa/apic_vector.s
+++ b/sys/i386/isa/apic_vector.s
@@ -1,6 +1,6 @@
/*
* from: vector.s, 386BSD 0.1 unknown origin
- * $Id: apic_vector.s,v 1.37 1997/09/07 19:23:45 smp Exp smp $
+ * $Id: apic_vector.s,v 1.21 1997/09/07 22:02:36 fsmp Exp $
*/
@@ -498,6 +498,8 @@ MCOUNT_LABEL(eintr)
* Addresses of interrupt handlers.
* XresumeNN: Resumption addresses for HWIs.
*/
+ .globl _ihandlers
+_ihandlers:
ihandlers:
/*
* used by:
@@ -514,15 +516,16 @@ ihandlers:
* ipl.s: doreti_unpend
* apic_ipl.s: splz_unpend
*/
- .long swi_tty, swi_net
- .long 0, 0, 0, 0
+ .long swi_tty, swi_net, dummycamisr, dummycamisr
+ .long 0, 0
.long _softclock, swi_ast
imasks: /* masks for interrupt handlers */
.space NHWI*4 /* padding; HWI masks are elsewhere */
.long SWI_TTY_MASK, SWI_NET_MASK
- .long 0, 0, 0, 0
+ .long SWI_CAMNET_MASK, SWI_CAMBIO_MASK
+ .long 0, 0
.long SWI_CLOCK_MASK, SWI_AST_MASK
/*
OpenPOWER on IntegriCloud