summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-06-03 20:41:00 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-06-03 20:41:00 +0000
commite6eca028743b868d9dfe01f1b2470155d76ef35c (patch)
treebd768ff4e19386bdc3ba77f2ebb849e845712105
parented7e72e681380af482953aa384205adc38240647 (diff)
Notes
-rw-r--r--sys/amd64/isa/intr_machdep.h6
-rw-r--r--sys/i386/isa/intr_machdep.h6
2 files changed, 2 insertions, 10 deletions
diff --git a/sys/amd64/isa/intr_machdep.h b/sys/amd64/isa/intr_machdep.h
index 1d49d1df9fb4..675714d5108c 100644
--- a/sys/amd64/isa/intr_machdep.h
+++ b/sys/amd64/isa/intr_machdep.h
@@ -30,8 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * from: @(#)isa_device.h 7.1 (Berkeley) 5/9/91
- * $Id: intr_machdep.h,v 1.13 1998/06/18 15:32:06 bde Exp $
+ * $Id: intr_machdep.h,v 1.14 1999/04/21 07:26:27 peter Exp $
*/
#ifndef _I386_ISA_INTR_MACHDEP_H_
@@ -187,15 +186,12 @@ inthand_t
#endif /** TEST_TEST1 */
#endif /* SMP || APIC_IO */
-struct isa_device;
-
void isa_defaultirq __P((void));
int isa_nmi __P((int cd));
int icu_setup __P((int intr, inthand2_t *func, void *arg,
u_int *maskptr, int flags));
int icu_unset __P((int intr, inthand2_t *handler));
int update_intr_masks __P((void));
-void register_imask __P((struct isa_device *dvp, u_int mask));
intrmask_t splq __P((intrmask_t mask));
diff --git a/sys/i386/isa/intr_machdep.h b/sys/i386/isa/intr_machdep.h
index 1d49d1df9fb4..675714d5108c 100644
--- a/sys/i386/isa/intr_machdep.h
+++ b/sys/i386/isa/intr_machdep.h
@@ -30,8 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * from: @(#)isa_device.h 7.1 (Berkeley) 5/9/91
- * $Id: intr_machdep.h,v 1.13 1998/06/18 15:32:06 bde Exp $
+ * $Id: intr_machdep.h,v 1.14 1999/04/21 07:26:27 peter Exp $
*/
#ifndef _I386_ISA_INTR_MACHDEP_H_
@@ -187,15 +186,12 @@ inthand_t
#endif /** TEST_TEST1 */
#endif /* SMP || APIC_IO */
-struct isa_device;
-
void isa_defaultirq __P((void));
int isa_nmi __P((int cd));
int icu_setup __P((int intr, inthand2_t *func, void *arg,
u_int *maskptr, int flags));
int icu_unset __P((int intr, inthand2_t *handler));
int update_intr_masks __P((void));
-void register_imask __P((struct isa_device *dvp, u_int mask));
intrmask_t splq __P((intrmask_t mask));