summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k/dev/espvar.h
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2004-12-08 06:59:46 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2004-12-08 06:59:46 +0000
commit306580664beba87a40d32773f4549231cbf70be7 (patch)
treed4db9cba908a902c27ccb75ad06fd623e41db538 /sys/arch/mac68k/dev/espvar.h
parenta3a34c3c6b12a2a3e9461379fbe1d73dc712b8ae (diff)
Tweak interrupt handling code to allow shared interrupts for VIA2 sources.
This will be necessary shortly.
Diffstat (limited to 'sys/arch/mac68k/dev/espvar.h')
-rw-r--r--sys/arch/mac68k/dev/espvar.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/mac68k/dev/espvar.h b/sys/arch/mac68k/dev/espvar.h
index 95921cd2aba..38370af83ef 100644
--- a/sys/arch/mac68k/dev/espvar.h
+++ b/sys/arch/mac68k/dev/espvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: espvar.h,v 1.4 2001/07/04 08:52:45 niklas Exp $ */
+/* $OpenBSD: espvar.h,v 1.5 2004/12/08 06:59:43 miod Exp $ */
/* $NetBSD: espvar.h,v 1.16 1996/10/13 02:59:50 christos Exp $ */
/*
@@ -33,6 +33,7 @@
struct esp_softc {
struct ncr53c9x_softc sc_ncr53c9x; /* glue to MI code */
+ struct via2hand sc_ih;
volatile u_char *sc_reg; /* the registers */