diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-12-08 06:59:46 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-12-08 06:59:46 +0000 |
commit | 306580664beba87a40d32773f4549231cbf70be7 (patch) | |
tree | d4db9cba908a902c27ccb75ad06fd623e41db538 /sys/arch/mac68k/dev/espvar.h | |
parent | a3a34c3c6b12a2a3e9461379fbe1d73dc712b8ae (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.h | 3 |
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 */ |